Skip to content

1.0.0-alpha.138

Pre-release
Pre-release
Compare
Choose a tag to compare
@sharwell sharwell released this 31 Dec 18:01
· 35 commits to master since this release
846bbf7
  • 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)