Michael Brunner
Michael Brunner
To allow the use case described in #5022 it is necessary to get more data into the DeviceAuthorizationSuccessEvent **What issue does this PR address?** #5022 **Does this PR introduce a...
I want to show a notification on my main application, when a new device registers via the device workflow. In this notification, I want to allow the user to directly...
To reproduce: Create a field like this: `private static readonly UnitVector3D DefaultDirection = new UnitVector3D(0, 1, 1);` If you then access it using `DefaultDirection.Negate()` you get a warning from VisualStudio/Resharper:...
The Assert-NoStartupTypeStateConflict in the Service Resource checks, that you cannot use, e.g. State=Stopped with StartupType=Automatic. It is considered a wrong use case. But when I don't define Automatic but State=Stopped,...
Fixes #1130 https://docs.microsoft.com/en-us/dotnet/csharp/write-safe-efficient-code#declare-immutable-structs-as-readonly Force the compiler to check, that all fields are readonly as well.
Fixes #1131
.NET 5 is out of active support. So I don't have it installed on my computer but I'm using .NET6 as it is an LTS version. Therefore, I would suggest...
According to wikipedia: https://en.wikipedia.org/wiki/Area_density > In the paper and fabric industries, it is called [grammage](https://en.wikipedia.org/wiki/Grammage) and is expressed in grams per square meter (g/m2) According to google/wikipedia it is also...
The documentation here is outdated. Some of the method parameters are deprecated: https://github.com/angularsen/UnitsNet/wiki/Extending-with-Custom-Units Also it is not really clear, if it makes more sense to implement IQuantity instead of IQuantity....