Roman Bukin
Roman Bukin
As I see, it just specifies an html color. I think it will be cool to allow specify any color if ctor become public.
I thing it would be pretty nice to add `.Decorate` method overload that accepts `Func` where `Type` is decorated type. If that function returns `true` than decorator will be applied,...
According to: https://w3c.github.io/webauthn/#android-key-attestation * Verify the following using the appropriate authorization list from the attestation certificate [extension data](https://w3c.github.io/webauthn/#android-key-attestation-certificate-extension-data): * The AuthorizationList.allApplications field is not present on either authorization list (softwareEnforced...
Remove ConfigureAwait(false) to avoid switching into default SynchronizationContext. ### Context We have SpecFlow + NUnit + Allure libs in the same project. SpecFlow uses it's own SynchronizationContext. Async code that...
It looks like ZenTimings 1.32 incorrectly reads the impedance values from the Ryzen 9000 and the latest AGESA.  
### Background and motivation As a developer, I want to add different policies to my http clients that ensure resilience: retry, bulkhead, timeout, etc. I am connecting the nuget package...