Skip to content

Add C#8's Nullable Reference Types support

Compare
Choose a tag to compare
@amis92 amis92 released this 21 May 22:25

From changelog

Added

  • C# 8.0 Nullable Reference Types support (NRTs) (#111).
  • netstandard2.1 targets in libraries to support NRT-enabled TFMs.

Removed

  • WhamNodeCoreAttribute class from .Source library (added by accident in v0.8).