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

Generates OpenAPI Document from C# Annotations

Results 44 OpenAPI.NET.CSharpAnnotations issues
Sort by recently updated
recently updated
newest added

There are important files that Microsoft projects should all have that are not present in this repository. A pull request has been opened to add the missing file(s). When the...

Please accept this contribution adding the standard Microsoft SECURITY.MD :lock: file to help the community understand the security policy and how to safely report security issues. GitHub uses the presence...

Hi, this project is very close to what I need, but there are some enhancements that I would like to make (such as support v3 servers tag). It looks like...

Bumps [Newtonsoft.Json](https://github.com/JamesNK/Newtonsoft.Json) from 10.0.1 to 13.0.1. Release notes Sourced from Newtonsoft.Json's releases. 13.0.1 New feature - Add JsonSelectSettings with configuration for a regex timeout Change - Remove portable assemblies from...

dependencies

Bumps [Newtonsoft.Json](https://github.com/JamesNK/Newtonsoft.Json) from 11.0.1 to 13.0.1. Release notes Sourced from Newtonsoft.Json's releases. 13.0.1 New feature - Add JsonSelectSettings with configuration for a regex timeout Change - Remove portable assemblies from...

dependencies

Bumps [Newtonsoft.Json](https://github.com/JamesNK/Newtonsoft.Json) from 8.0.3 to 13.0.1. Release notes Sourced from Newtonsoft.Json's releases. 13.0.1 New feature - Add JsonSelectSettings with configuration for a regex timeout Change - Remove portable assemblies from...

dependencies

Bumps [Newtonsoft.Json](https://github.com/JamesNK/Newtonsoft.Json) from 12.0.1 to 13.0.1. Release notes Sourced from Newtonsoft.Json's releases. 13.0.1 New feature - Add JsonSelectSettings with configuration for a regex timeout Change - Remove portable assemblies from...

dependencies

A customer has a parameter annotation of the following format: Where SomeOtherClass is a nested enum or class defined within the class SomeClass, for example: ``` /// /// SomeClass ///...

Please include source link information - pleasee see https://docs.microsoft.com/en-us/dotnet/standard/library-guidance/sourcelink for additional information. ![image](https://user-images.githubusercontent.com/20246435/119275643-16c9a100-bbcb-11eb-9dc9-95a61d13ad51.png)

I'm encountering warnings with the following common StyleCop rules: - SA1629:Documentation text should end with a period - e.g., hard to get something like `https://foo:port` to have a trailing period....