Skip to content

Tags: nth-commit/GalaxyCheck

Tags

0.8.0-preview.16

Toggle 0.8.0-preview.16's commit message
🌍 #376 Fix conversion exception when a generator error couldn't be re…

…solved

0.8.0-preview.15

Toggle 0.8.0-preview.15's commit message
🚧 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.

0.8.0-preview.14

Toggle 0.8.0-preview.14's commit message
🌍 #376 Simplify internals of error iterations by removing NextParamet…

…ers from common interface (errors are terminal, next params are meaningless)

0.8.0-preview.13

Toggle 0.8.0-preview.13's commit message
🌍 #371 Support structs!

0.8.0-preview.12

Toggle 0.8.0-preview.12's commit message
🌍 #363 Look for global config only in test assembly, not the entire a…

…pp domain

0.8.0-preview.11

Toggle 0.8.0-preview.11's commit message
🌍 #367 Support analyzers for GenSnapshot

0.8.0-preview.10

Toggle 0.8.0-preview.10's commit message
🌍 #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).

0.8.0-preview.9

Toggle 0.8.0-preview.9's commit message
🌍 Fix crashes when something is accessing concurrently (part 2)

0.8.0-preview.8

Toggle 0.8.0-preview.8's commit message
🌍 Fix crashes when something is accessing concurrently

0.8.0-preview.7

Toggle 0.8.0-preview.7's commit message
🌍 Fix synchronous properties printing