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/Microsoft.AspNetCore.OpenApi.SourceGenerators.Tests.csproj
Copy file name to clipboardExpand all lines: src/OpenApi/test/Microsoft.AspNetCore.OpenApi.SourceGenerators.Tests/snapshots/SchemaTests.SupportsXmlCommentsOnSchemas#OpenApiXmlCommentSupport.generated.verified.cs
+1-2Lines changed: 1 addition & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -79,7 +79,6 @@ file static class XmlCommentCache
79
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>{}));
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
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>{}));
82
-
_cache.Add((typeof(global::IUser),null),newXmlComment("""Represents a user in the system.""",null,null,null,null,false,newList<string>{},newList<XmlParameterComment>{},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>{}));
85
84
_cache.Add((typeof(global::ProjectRecord),"Description"),newXmlComment("""The description of the project.""",null,null,null,null,false,newList<string>{},newList<XmlParameterComment>{},newList<XmlResponseComment>{}));
@@ -245,7 +244,7 @@ file static class JsonNodeExtensions
0 commit comments