Skip to content

Releases: tunnelvisionlabs/ReferenceAssemblyAnnotator

1.0.0-alpha.154

05 Jan 19:12
c14d291
Compare
Choose a tag to compare
1.0.0-alpha.154 Pre-release
Pre-release
  • Usability improvements
    • Updated documentation (#68)
    • Automatically detect reference API version (#73)
  • Bug fixes
    • Fix errors copying documentation files (#74 / #75)
    • Fix error when NoWarn is empty (#76 / #77)
  • Internal code improvements
    • Performance improvement (#54)
    • Simplified code (#67, #71)

1.0.0-alpha.138

31 Dec 18:01
846bbf7
Compare
Choose a tag to compare
1.0.0-alpha.138 Pre-release
Pre-release
  • Bug fixes
    • Permit DisabledWarnings to be empty (#55 / #56)
    • Targets try to evaluate GetDirectoryName('') and cause "path is not of a legal form" error (support netcoreapp3.0 and netstandard2.1) (#38 / #59)
    • netcoreapp2.1 is not annotated (#50 / #59)
    • Annotations are lost with Microsoft.NETCore.App.Ref 3.1.0 (#57 / #62)
    • Documentation XML is not copied to the rewritten assembly directory (#63 / #65)
  • Internal code improvements
    • Initial integration tests (#60, #64)

1.0.0-alpha.97

31 Dec 17:48
ea04901
Compare
Choose a tag to compare
1.0.0-alpha.97 Pre-release
Pre-release
  • Bug fixes
    • 'AllowNullAttribute::.ctor()' is declared in another module and needs to be imported (#44 / #47)
    • Remove DisallowNullAttribute from base equality comparers (#46 / #47)
  • Internal code cleanup
    • Project updates (#45)

1.0.0-alpha.90

31 Dec 17:48
993e281
Compare
Choose a tag to compare
1.0.0-alpha.90 Pre-release
Pre-release
  • Documentation improvements (#36)
  • Bug fixes
    • "AnnotatorBuildTask" task failed unexpectedly with Mono.Cecil.AssemblyResolutionException (#37 / #39)
  • Internal code cleanup
    • Suppress dependencies when packing (#42)
    • Refactor well-known types (#43)

1.0.0-alpha.77

31 Dec 17:47
c25b73d
Compare
Choose a tag to compare
1.0.0-alpha.77 Pre-release
Pre-release
  • Bug fixes
    • NuGetPackageRoot doesn't always have a trailing slash (#33)
    • NoWarn doesn't suppress RA1000 (#31 / #34)
    • Add the recommended URLs to the NuGet package metadata (#35)

1.0.0-alpha.69

30 Sep 17:10
0bf68ed
Compare
Choose a tag to compare
1.0.0-alpha.69 Pre-release
Pre-release
  • Bug fixes
    • Mark the NuGet package as a development dependency (#26)
    • Ensure the rewritten assembly is marked with [assembly: ReferenceAssembly]
    • Annotate implemented interfaces (#28)
    • Skip mixed-mode assemblies with a warning (#29)
    • Report a build error if AnnotatedReferenceAssemblyVersion is not defined

1.0.0-alpha.53

30 Sep 17:07
d43c0ee
Compare
Choose a tag to compare
1.0.0-alpha.53 Pre-release
Pre-release
  • Bug fixes
    • Remove the Mono.Cecil dependency from the published NuGet package.

1.0.0-alpha.50

06 Sep 16:24
ce7f50a
Compare
Choose a tag to compare
1.0.0-alpha.50 Pre-release
Pre-release
  • Features
    • Automatically annotate more .NET Framework assemblies

1.0.0-alpha.48

06 Sep 07:07
96e590e
Compare
Choose a tag to compare
1.0.0-alpha.48 Pre-release
Pre-release
  • Bug fixes
    • Fix support for netcoreapp1.1 and netcoreapp2.0
    • Fix support for NETStandard.Library packages appearing in both the user's NuGet cache and in the fallback folder

1.0.0-alpha.43

05 Sep 06:37
eaafad3
Compare
Choose a tag to compare
1.0.0-alpha.43 Pre-release
Pre-release
  • Bug fixes
    • Fix support for netstandard1.x targets