OpenAPI.NET.CSharpAnnotations icon indicating copy to clipboard operation
OpenAPI.NET.CSharpAnnotations copied to clipboard

Issues with .NET Standard 2.1 support

Open codyconfer opened this issue 5 years ago • 0 comments

When types that are loaded for schema generation exist in a netstandard2.1 library, the pipeline task crashes with TypeLoadExceptions.

The tooling still works after reverting target framework to netstandard2.0. Issue only exists on netstandard2.1 libraries.

codyconfer avatar Dec 12 '19 23:12 codyconfer