Closed iamalexrouse closed 1 year ago
Updated #pragma warning disable in JsonGenerated.cs.
#pragma warning disable
This stops IDEs like Visual Studio, VSCode, Rider & more from showing a potential null reference.
Wtf ???
Umm, this was just a fix so .NET wouldn't spit out multiple warnings.
Any Update?
Duplicate of #65, which is still not ready for a review and merge.
Updated
#pragma warning disable
in JsonGenerated.cs.This stops IDEs like Visual Studio, VSCode, Rider & more from showing a potential null reference.