Luciano Antonichen de Campos

Results 2 comments of Luciano Antonichen de Campos

I second that. It would be nice if toc comply with markdownlint. Edit: I was looking at the code and found that md-toc uses some basic vscode configurations in order...

I was looking at this issue and came up with something: ``` //SwaggerGenerator.cs - GenerateParameter(...) var parameterType = (apiParameter.ModelMetadata != null) ? apiParameter.ModelMetadata.ModelType : apiParameter.RouteInfo?.Constraints .Where(x => RouteConstraintMap.ContainsKey(x?.GetType())) .Select(x =>...