warriordog / ActivityPubSharp

Modular implementation of ActivityPub in C#
https://warriordog.github.io/ActivityPubSharp/
Mozilla Public License 2.0
45 stars 9 forks source link

Enable warnings-as-errors for nullable warnings #137

Closed warriordog closed 9 months ago

warriordog commented 9 months ago

Add <WarningsAsErrors>Nullable</WarningsAsErrors> to each csproj file. More info: https://stackoverflow.com/a/62116924