microsoft / kiota-serialization-json-dotnet

Kiota serialization provider implementation with System.Text.Json
https://aka.ms/kiota/docs
MIT License
23 stars 27 forks source link

Remove LINQ usage from Enum conversion from/to string #227

Closed filipnavara closed 6 months ago

filipnavara commented 6 months ago

This prevents unintended and unbound generic specialization expansion in the NativeAOT compiler.

Fixes #226

filipnavara commented 6 months ago

Any chance you can add a changelog entry in the repository root

Yes

...as well as bump the patch version in the csproj?

Does it make sense to bump it since it is bumped to 1.3.0 which is still unreleased?

filipnavara commented 6 months ago

Does it make sense to bump it since it is bumped to 1.3.0 which is still unreleased?

Ah, nevermind, it's actually on NuGet already.

am11 commented 6 months ago

Great work @filipnavara, as always! 😎 In case you missed it, it is in 1.3.1 https://github.com/microsoft/kiota-serialization-json-dotnet/releases/tag/v1.3.1. 🚀

filipnavara commented 6 months ago

Great work @filipnavara, as always! 😎 In case you missed it, it is in 1.3.1 https://github.com/microsoft/kiota-serialization-json-dotnet/releases/tag/v1.3.1. 🚀

Thanks! Already compiling with it. Let's see how far I can push the limits on the next attempt with our app :)