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
_cache.Add(newMemberKey(typeof(global::Todo),MemberType.Type,null,null,[]),newXmlComment(@"This is a todo item.",null,null,null,null,false,null,null,null));
190
190
_cache.Add(newMemberKey(typeof(global::Project),MemberType.Type,null,null,[]),newXmlComment(@"The project that contains Todo items.",null,null,null,null,false,null,null,null));
191
191
_cache.Add(newMemberKey(typeof(global::ProjectBoard.BoardItem),MemberType.Type,null,null,[]),newXmlComment(@"An item on the board.",null,null,null,null,false,null,null,null));
192
+
_cache.Add(newMemberKey(typeof(global::ProjectBoard.ProtectedInternalElement),MemberType.Type,null,null,[]),newXmlComment(@"Can find this XML comment.",null,null,null,null,false,null,null,null));
192
193
_cache.Add(newMemberKey(typeof(global::ProjectRecord),MemberType.Type,null,null,[]),newXmlComment(@"The project that contains Todo items.",null,null,null,null,false,null,[newXmlParameterComment(@"Name",@"The name of the project.",null,false),newXmlParameterComment(@"Description",@"The description of the project.",null,false)],null));
_cache.Add(newMemberKey(typeof(global::ProjectBoard.ProtectedInternalElement),MemberType.Property,"Name",null,[]),newXmlComment(@"The unique identifier for the element.",null,null,null,null,false,null,null,null));
194
196
_cache.Add(newMemberKey(typeof(global::ProjectRecord),MemberType.Property,"Name",null,[]),newXmlComment(@"The name of the project.",null,null,null,null,false,null,null,null));
195
197
_cache.Add(newMemberKey(typeof(global::ProjectRecord),MemberType.Property,"Description",null,[]),newXmlComment(@"The description of the project.",null,null,null,null,false,null,null,null));
196
198
_cache.Add(newMemberKey(typeof(global::TodoWithDescription),MemberType.Property,"Id",null,[]),newXmlComment(@"The identifier of the todo.",null,null,null,null,false,null,null,null));
0 commit comments