forked from loafle/openapi-generator-original
[csharp] Escape special characters in the API doc (#4183)
Special characters like <> should be HTML escaped.
This commit is contained in:
committed by
wing328
parent
c6c8ffe4e0
commit
6af43dc720
@@ -11,7 +11,7 @@ Contact: apiteam@swagger.io
|
||||
<PropertyGroup>
|
||||
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
|
||||
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
|
||||
<ProjectGuid>{108D4EC7-6EA0-4D25-A8EC-653076D76ADC}</ProjectGuid>
|
||||
<ProjectGuid>{959A8039-E3B9-4660-A666-840955E4520C}</ProjectGuid>
|
||||
<OutputType>Library</OutputType>
|
||||
<AppDesignerFolder>Properties</AppDesignerFolder>
|
||||
<RootNamespace>IO.Swagger</RootNamespace>
|
||||
|
||||
Reference in New Issue
Block a user