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/CompletenessTests.SupportsAllXmlTagsOnSchemas#OpenApiXmlCommentSupport.generated.verified.cs
+1Lines changed: 1 addition & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -273,6 +273,7 @@ Note that there isn't a way to provide a ""cref"" to
273
273
_cache.Add(newMemberKey(typeof(global::GenericParent),MemberType.Property,"Name",null,[]),newXmlComment(@"This property is a nullable reference type.",null,null,null,null,false,null,null,null));
274
274
_cache.Add(newMemberKey(typeof(global::GenericParent),MemberType.Property,"TaskOfTupleProp",null,[]),newXmlComment(@"This property is a generic type containing a tuple.",null,null,null,null,false,null,null,null));
275
275
_cache.Add(newMemberKey(typeof(global::GenericParent),MemberType.Property,"TupleWithGenericProp",null,[]),newXmlComment(@"This property is a tuple with a generic type inside.",null,null,null,null,false,null,null,null));
276
+
_cache.Add(newMemberKey(typeof(global::GenericParent),MemberType.Property,"TupleWithNestedGenericProp",null,[]),newXmlComment(@"This property is a tuple with a nested generic type inside.",null,null,null,null,false,null,null,null));
276
277
_cache.Add(newMemberKey(typeof(global::ExampleClass),MemberType.Method,"Add",typeof(global::System.Int32),[typeof(global::System.Int32),typeof(global::System.Int32)]),newXmlComment(@"Adds two integers and returns the result.",null,null,@"The sum of two integers.",null,false,[@" ```int c = Math.Add(4, 5);
Copy file name to clipboardExpand all lines: src/OpenApi/test/Microsoft.AspNetCore.OpenApi.SourceGenerators.Tests/snapshots/OperationTests.SupportsXmlCommentsOnOperationsFromMinimalApis#OpenApiXmlCommentSupport.generated.verified.cs
}",null,null,false,null,[newXmlParameterComment(@"user",@"The user information.",@"{""username"": ""johndoe"", ""email"": ""[email protected]""}",false)],[newXmlResponseComment(@"201",@"Successfully created the user.",@""),newXmlResponseComment(@"400",@"If the user data is invalid.",@"")]));
200
200
_cache.Add(newMemberKey(typeof(global::RouteHandlerExtensionMethods),MemberType.Method,"Put7",typeof(global::Microsoft.AspNetCore.Http.IResult),[typeof(global::System.Int32?),typeof(global::System.String)]),newXmlComment(@"Updates an existing record.",null,null,null,null,false,null,[newXmlParameterComment(@"id",@"Legacy ID parameter - use uuid instead.",null,true),newXmlParameterComment(@"uuid",@"Unique identifier for the record.",null,false)],[newXmlResponseComment(@"204",@"Update successful.",@""),newXmlResponseComment(@"404",@"Legacy response - will be removed.",@"")]));
201
+
_cache.Add(newMemberKey(typeof(global::RouteHandlerExtensionMethods),MemberType.Method,"Get8",typeof(global::System.Threading.Tasks.Task),[]),newXmlComment(@"A summary of Get8.",null,null,null,null,false,null,null,null));
202
+
_cache.Add(newMemberKey(typeof(global::RouteHandlerExtensionMethods),MemberType.Method,"Get9",typeof(global::System.Threading.Tasks.ValueTask),[]),newXmlComment(@"A summary of Get9.",null,null,null,null,false,null,null,null));
203
+
_cache.Add(newMemberKey(typeof(global::RouteHandlerExtensionMethods),MemberType.Method,"Get10",typeof(global::System.Threading.Tasks.Task),[]),newXmlComment(@"A summary of Get10.",null,null,null,null,false,null,null,null));
204
+
_cache.Add(newMemberKey(typeof(global::RouteHandlerExtensionMethods),MemberType.Method,"Get11",typeof(global::System.Threading.Tasks.ValueTask),[]),newXmlComment(@"A summary of Get11.",null,null,null,null,false,null,null,null));
205
+
_cache.Add(newMemberKey(typeof(global::RouteHandlerExtensionMethods),MemberType.Method,"Get12",typeof(global::System.Threading.Tasks.Task<global::System.String>),[]),newXmlComment(@"A summary of Get12.",null,null,null,null,false,null,null,null));
206
+
_cache.Add(newMemberKey(typeof(global::RouteHandlerExtensionMethods),MemberType.Method,"Get13",typeof(global::System.Threading.Tasks.ValueTask<global::System.String>),[]),newXmlComment(@"A summary of Get13.",null,null,null,null,false,null,null,null));
207
+
_cache.Add(newMemberKey(typeof(global::RouteHandlerExtensionMethods),MemberType.Method,"Get14",typeof(global::System.Threading.Tasks.Task<global::Holder<global::System.String>>),[]),newXmlComment(@"A summary of Get14.",null,null,null,null,false,null,null,null));
208
+
_cache.Add(newMemberKey(typeof(global::RouteHandlerExtensionMethods),MemberType.Method,"Get15",typeof(global::System.Threading.Tasks.Task<global::Holder<global::System.String>>),[]),newXmlComment(@"A summary of Get15.",null,null,null,null,false,null,null,null));
209
+
_cache.Add(newMemberKey(typeof(global::RouteHandlerExtensionMethods),MemberType.Method,"Post16",typeof(void),[typeof(global::Example)]),newXmlComment(@"A summary of Post16.",null,null,null,null,false,null,null,null));
0 commit comments