Kyle
Kyle
Hi, I got the above error after migrating my NET 5 application to NET 6. I was not explicitly setting the Globalization configuration setting in the `runtimeconfig.json` or Project file....
Is this issue still around today? I am writing an application that uses dotnetrdf and recently made a change to my SPARQL query. I updated my query to include a...
Hey guys, I noticed this was added to the 2.0 release although I don't see it in the changelog. I suspect this was scoped out of 2.0. The abstractions provided...
Hey all, I have created a pull request (#910) that adds a getting started tutorial for .NET and ASP.NET Core. I would appreciate any feedback! Thanks!
From my own experiences, when I've setup relatively simple applications (like a minimal api in .NET 9) I have forgotton on multiple occasions to import both NuGet packages. When you...
Sounds good to me 👍 @askpt
Hi @beeme1mr! No worries, I've pushed up the signed commits now. Happy to donate this code, although it is incomplete at the moment. Will resume and get some unit tests...
Thanks for the reminder @askpt - I completely forgot about this, my bad! I have added some unit tests now to cover the LoggingHook. I suspect another task may include...
Hey @toddbaert, I have an initial draft PR with some changes which I think address this issue. I think semantics on event numbers, log messages, and/or message formatting would need...
Should this DI extension method be within the existing [OpenFeature.Contrib.Providers.Flagd](https://www.nuget.org/packages/OpenFeature.Contrib.Providers.Flagd/) package? or within a seperate one?