Open-XML-SDK icon indicating copy to clipboard operation
Open-XML-SDK copied to clipboard

Support non-nullable annotations

Open twsouthwick opened this issue 5 years ago • 1 comments

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)

twsouthwick avatar Mar 14 '20 20:03 twsouthwick

Stale issue message

github-actions[bot] avatar May 14 '20 00:05 github-actions[bot]

This was completed a while ago. Closing

twsouthwick avatar Dec 20 '22 19:12 twsouthwick