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/OperationTests.SupportsXmlCommentsOnOperationsFromMinimalApis#OpenApiXmlCommentSupport.generated.verified.cs
cache.Add(@"M:RouteHandlerExtensionMethods.Get~System.String",newXmlComment(@"A summary of the action.",@"A description of the action.",null,@"Returns the greeting.",null,false,null,null,null));
77
77
cache.Add(@"M:RouteHandlerExtensionMethods.Get2(System.String)~System.String",newXmlComment(null,null,null,null,null,false,null,[newXmlParameterComment(@"name",@"The name of the person.",null,false)],[newXmlResponseComment(@"200",@"Returns the greeting.",@"")]));
78
-
cache.Add(@"M:RouteHandlerExtensionMethods.Get3(System.String)~System.String",newXmlComment(null,null,null,null,null,false,null,[newXmlParameterComment(@"name",@"The name of the person.",@"Testy McTester",false)],null));
79
-
cache.Add(@"M:RouteHandlerExtensionMethods.Get4~Microsoft.AspNetCore.Http.HttpResults.NotFound{System.String}",newXmlComment(null,null,null,@"This gets ignored. We favor response over returns.",null,false,null,null,[newXmlResponseComment(@"404",@"Indicates that the value was not found.",@"")]));
78
+
cache.Add(@"M:RouteHandlerExtensionMethods.Get3(System.String)~System.String",newXmlComment(null,null,null,@"Returns the greeting.",null,false,null,[newXmlParameterComment(@"name",@"The name of the person.",@"Testy McTester",false)],null));
79
+
cache.Add(@"M:RouteHandlerExtensionMethods.Get4~Microsoft.AspNetCore.Http.HttpResults.NotFound{System.String}",newXmlComment(null,null,null,@"Indicates that the value was not found.",null,false,null,null,null));
80
80
cache.Add(@"M:RouteHandlerExtensionMethods.Get5~Microsoft.AspNetCore.Http.HttpResults.Results{Microsoft.AspNetCore.Http.HttpResults.NotFound{System.String},Microsoft.AspNetCore.Http.HttpResults.Ok{System.String},Microsoft.AspNetCore.Http.HttpResults.Created}",newXmlComment(null,null,null,@"This gets ignored.",null,false,null,null,[newXmlResponseComment(@"200",@"Indicates that the value is even.",@""),newXmlResponseComment(@"201",@"Indicates that the value is less than 50.",@""),newXmlResponseComment(@"404",@"Indicates that the value was not found.",@"")]));
81
81
cache.Add(@"M:RouteHandlerExtensionMethods.Post6(User)~Microsoft.AspNetCore.Http.IResult",newXmlComment(@"Creates a new user.",null,@"Sample request:
0 commit comments