You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Please continue to support .NET Framework as well. There's no EOL for .NET Framework >= 4.7 yet and being able to run our tests for all targets is a must for us.
I propose to implement changes in following areas for the next major release:
Infrastructure:
.NET 9 support:
Build:
dotnet pack
Move package creating from build.fsproj to github actions #838Code cleanup:
Public api changes:
#nullable disable annotations
from code base and enable NRE for public apicc @dtchepak @alexandrnikitin @tpodolak
The text was updated successfully, but these errors were encountered: