Releases: tunnelvisionlabs/ReferenceAssemblyAnnotator
Releases · tunnelvisionlabs/ReferenceAssemblyAnnotator
1.0.0-alpha.154
- 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
- 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
- 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
1.0.0-alpha.90
- 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
- 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
- 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
- Bug fixes
- Remove the Mono.Cecil dependency from the published NuGet package.
1.0.0-alpha.50
- Features
- Automatically annotate more .NET Framework assemblies
1.0.0-alpha.48
- 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
- Bug fixes
- Fix support for netstandard1.x targets