Skip to content

Conversation

@captainsafia
Copy link
Member

@captainsafia captainsafia commented Feb 18, 2025

Fixes #60417.

Copilot AI review requested due to automatic review settings February 18, 2025 17:38
@captainsafia captainsafia requested a review from a team as a code owner February 18, 2025 17:38
@ghost ghost added the area-mvc Includes: MVC, Actions and Controllers, Localization, CORS, most templates label Feb 18, 2025
Copy link
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Copilot reviewed 8 out of 8 changed files in this pull request and generated 1 comment.

@captainsafia
Copy link
Member Author

@BrennanConroy For your review: found some issues while bug bashing the XML doc support implementation.

public class GenerateAdditionalXmlFilesForOpenApiTests
{
private static readonly TimeSpan _defaultProcessTimeout = TimeSpan.FromSeconds(45);
private static readonly TimeSpan _defaultProcessTimeout = TimeSpan.FromSeconds(120);
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Tiny nit:

Suggested change
private static readonly TimeSpan _defaultProcessTimeout = TimeSpan.FromSeconds(120);
private static readonly TimeSpan _defaultProcessTimeout = TimeSpan.FromMinutes(2);

@captainsafia captainsafia merged commit 73655ef into main Feb 19, 2025
27 checks passed
@captainsafia captainsafia deleted the safia/fix-xml-record-constructor branch February 19, 2025 23:26
@dotnet-policy-service dotnet-policy-service bot added this to the 10.0-preview2 milestone Feb 19, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

area-mvc Includes: MVC, Actions and Controllers, Localization, CORS, most templates

Projects

None yet

Development

Successfully merging this pull request may close these issues.

XML document application should handle void-returning methods

4 participants