Andreas Gullberg Larsen
Andreas Gullberg Larsen
I merged v5 into master now by the way. Nuget on the way out. [Release UnitsNet/5.0.0-rc001 · angularsen/UnitsNet](https://github.com/angularsen/UnitsNet/releases/tag/UnitsNet%2F5.0.0-rc001)
I think it is a neat idea, but I am not convinced there is a strong enough correlation between the culture you are running and the user's preference for L...
I was just about to file this exact same issue, dumping my report here instead. This was reported in #19510 and fixed in #30367, included in .NET 6.0-preview3. I can...
Just stumbled on this: [JSON output is the default negotiated content format](https://docs.microsoft.com/en-us/aspnet/core/web-api/advanced/formatting?view=aspnetcore-6.0#content-negotiation). For our JSON APIs, this means `[Produces("application/json")]` is largely redundant and we can remove it from our API...
I don't have a repro, but we faced the same problem after upgrading Blazor server-side app from .NET5 to .NET6. We could read the stream immediately after calling `OpenReadStream()`, but...
@TanayParikh Yes, we use websockets. ``` [2022-01-20T07:46:19.250Z] Information: Normalizing '_blazor' to 'https://xxx/_blazor'. blazor.server.js:1 [2022-01-20T07:46:19.422Z] Information: WebSocket connected to wss://xxx/_blazor?id=xxx ``` > Are you seeing the client send the stream data...
It is 100% consistent in our app. Thanks for reopening.
Bump, same here. I find it very odd that they refer to handlebars docs, but don't support the documented syntax for built-in helpers.
Will review this next, hopefully in the next few days. > If we infer division from multiplication, one of those has to add or lose a kilo 😅 Haha 😆...
Nuget on the way [Release UnitsNet/6.0.0-pre003 · angularsen/UnitsNet](https://github.com/angularsen/UnitsNet/releases/tag/UnitsNet%2F6.0.0-pre003)