C#C
C#11mo ago
Core

✅ Non-nullable property netstandard2.0

Hello,
In new .NET versions there's the
required
keyword for this warning, but what's the best way to solve this if not possible?
Recently allowed a library to support older .NET versions, and I have no idea what's the preferred way to resolve this.
image.png
Was this page helpful?