You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/OpenApi/test/Microsoft.AspNetCore.OpenApi.SourceGenerators.Tests/snapshots/SchemaTests.SupportsXmlCommentsOnSchemas#OpenApiXmlCommentSupport.generated.verified.cs
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -76,9 +76,9 @@ file static class XmlCommentCache
_cache.Add((typeof(global::Todo),null),newXmlComment("""This is a todo item.""",null,null,null,null,false,newList<string>{},newList<XmlParameterComment>{},newList<XmlResponseComment>{}));
79
-
_cache.Add((typeof(global::Project),null),newXmlComment("""The project that contains <a href=\"#/components/schemas/Todo\">Todo</a> items.""",null,null,null,null,false,newList<string>{},newList<XmlParameterComment>{},newList<XmlResponseComment>{}));
79
+
_cache.Add((typeof(global::Project),null),newXmlComment("""The project that contains Todo items.""",null,null,null,null,false,newList<string>{},newList<XmlParameterComment>{},newList<XmlResponseComment>{}));
80
80
_cache.Add((typeof(global::ProjectBoard.BoardItem),null),newXmlComment("""An item on the board.""",null,null,null,null,false,newList<string>{},newList<XmlParameterComment>{},newList<XmlResponseComment>{}));
81
-
_cache.Add((typeof(global::ProjectRecord),null),newXmlComment("""The project that contains <a href=\"#/components/schemas/Todo\">Todo</a> items.""",null,null,null,null,false,newList<string>{},newList<XmlParameterComment>{newXmlParameterComment(@"Name",@"The name of the project.",null,false),newXmlParameterComment(@"Description",@"The description of the project.",null,false),},newList<XmlResponseComment>{}));
81
+
_cache.Add((typeof(global::ProjectRecord),null),newXmlComment("""The project that contains Todo items.""",null,null,null,null,false,newList<string>{},newList<XmlParameterComment>{newXmlParameterComment(@"Name",@"The name of the project.",null,false),newXmlParameterComment(@"Description",@"The description of the project.",null,false),},newList<XmlResponseComment>{}));
_cache.Add((typeof(global::ProjectRecord),"Name"),newXmlComment("""The name of the project.""",null,null,null,null,false,newList<string>{},newList<XmlParameterComment>{},newList<XmlResponseComment>{}));
84
84
_cache.Add((typeof(global::ProjectRecord),"Description"),newXmlComment("""The description of the project.""",null,null,null,null,false,newList<string>{},newList<XmlParameterComment>{},newList<XmlResponseComment>{}));
Copy file name to clipboardExpand all lines: src/OpenApi/test/Microsoft.AspNetCore.OpenApi.Tests/Integration/snapshots/OpenApiDocumentIntegrationTests.VerifyOpenApiDocument_documentName=xml.verified.txt
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -260,7 +260,7 @@
260
260
"type": "string"
261
261
}
262
262
},
263
-
"description": "The project that contains <a href=\\\"#/components/schemas/Todo\\\">Todo</a> items."
263
+
"description": "The project that contains Todo items."
264
264
},
265
265
"ProjectRecord": {
266
266
"required": [
@@ -278,7 +278,7 @@
278
278
"description": "The description of the project."
279
279
}
280
280
},
281
-
"description": "The project that contains <a href=\\\"#/components/schemas/Todo\\\">Todo</a> items."
281
+
"description": "The project that contains Todo items."
0 commit comments