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
🚧 Fix some crossplatform tests
Upgrading to .NET 7 doesn't help, it's a problem with the tests. Rollback that change, as .NET 6 is LTS.
A string might encode differently on different platforms with GZip, but it'll decode the same on any platform.
🌍 #343 Nullability enhancements I had in a dream
Big tidy up: individual gen handlers now don't need to handle nulling gens themselves, they just push the nullability info into the context, and then nullability is handled by the NullableGenHandler.
Use this to add nullability to array types (another special case).