Replies: 3 comments 2 replies
-
I'm using in .net 8 and everything works fine. If you have any problem and errors, it's only with you. |
Beta Was this translation helpful? Give feedback.
-
It does "work" from a practical sense, but then I have to deploy dependencies from two different .NET frameworks. Having a native version of the NuGet package for .NET 7 or even the .NET 8 Preview is almost always going to be the better option. |
Beta Was this translation helpful? Give feedback.
-
Hey, @BroMarduk it would be nice to have .NET 7 and .NET 8 Preview support. If you can create a PR we can add this feature. |
Beta Was this translation helpful? Give feedback.
-
I took a first pass at getting the code to compile without warnings in .NET 7 (mostly additional nullable support) and have something working well for me (.NET 6 and .NETSTANDARD 2.0 also working). I've only tested with the playground but would be happy to upload in a new branch if there is interest and someone wants to validate some nullable support choices.
Beta Was this translation helpful? Give feedback.
All reactions