Skip to content

Releases: tunnelvisionlabs/ReferenceAssemblyAnnotator

1.0.0-alpha.31

04 Sep 16:18
c6ca2b0
Compare
Choose a tag to compare
1.0.0-alpha.31 Pre-release
Pre-release
  • Bug fixes
    • Fix support for NuGet fallback folders
    • Improve build error messages

1.0.0-alpha.27

04 Sep 07:15
667e7b0
Compare
Choose a tag to compare
1.0.0-alpha.27 Pre-release
Pre-release
  • Features
    • Automatically annotate mscorlib.dll for builds targeting .NET Framework
    • Automatically annotate .NET Standard assemblies for builds targeting .NET Standard
    • Define nullability attributes in source (set GenerateNullableAttributes to false in the project to disable)
  • Bug fixes
    • Fix failure to emit [Nullable] attributes during rewriting
    • Replace Console.WriteLine use with proper build message logging