Open-XML-SDK
Open-XML-SDK copied to clipboard
Support non-nullable annotations
With C# 8.0 and .NET Standard 2.1 (and other supported platforms), APIs can be annotated with nullability information. This issue will track any work to enable this. So far, this would include:
- [x] Enable C# 8.0 in the project (#698)
- [ ] Enable .NET Standard 2.1
- [ ] Enable nullable annotations in non-.NET Standard 2.1 targets (through some shim to provide attributes that can be stripped out at compile time)
Stale issue message
This was completed a while ago. Closing