Christian Bergum Bergersen

Results 14 issues of Christian Bergum Bergersen

String() method recursively calling itself rule is imprecise, implementation removed in order to avoid false positives.

Rule "Loop iterator variables must be passed as argument to Goroutine, not referenced" is imprecise, the rule is precise in all situations covered by unit tests. **Reproduce**: Analysis the source...

In the analysis summary, the total amount of errors equals number of files there is problems in. Not the amount of problems totally in the analysis!

### Steps to reproduce I made a test located [here](https://github.com/npgsql/npgsql/compare/main...chrisbbe:npgsql:main). I know I could have used `INSERT INTO table(...) VALUES (...) ON CONFLICT DO NOTHING` for this artifical example to...

## Problem Today, the only way to express that the factory fails is to throw an exception in the factory. Another approach in the spirit of functional programming is to...

Hi, The response from `HTTP GET https://api.tripletex.io/v2/order?orderDateFrom=2020-05-01&fields=number,orderLines(inventory, inventoryLocation)&orderDateTo=2024-05-17&isClosed=false` is ``` { "count": 1, "from": 0, "fullResultSize": 1, "values": [ { "number": "139", "orderLines": [ { "inventory": null, "inventoryLocation": { "displayName":...

While implementing stock-taking using the API we encountered a bug in the API. Field `count` and `location.id` has no effect when issuing `POST /v2/inventory/stocktaking/productline/list` ``` POST /v2/inventory/stocktaking/productline/list [ { "stocktaking":...

As **"Leveres"** in the GUI maps to field **"count"** i the API for `HTTP GET /order/orderline/{id}`, we would also like to expose the actual quantity ordered aka **"Bestilt"**, and the...

Patched MessagePack and Microsoft.Extensions.Caching.Memory to the newest non-vulnerable version.

dependencies