Mike Bennett

Results 1 comments of Mike Bennett

Sample project. The various conditions can be controlled by defining constants, e.g. ``` dotnet build -p:DefineConstants="UNTYPED_ASSERT" dotnet build -p:DefineConstants="TYPED_ASSERT" dotnet build -p:DefineConstants="OVERRIDE_ASSERT" ``` [Repro.zip](https://github.com/user-attachments/files/21554719/Repro.zip)