OpenAPI.NET.CSharpAnnotations
OpenAPI.NET.CSharpAnnotations copied to clipboard
Issues with .NET Standard 2.1 support
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.