Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix handling for more method signature types #60464

Merged
merged 3 commits into from
Feb 19, 2025

Conversation

captainsafia
Copy link
Member

Addresses #60417.

@Copilot Copilot bot 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
@dotnet-issue-labeler dotnet-issue-labeler bot added the area-mvc Includes: MVC, Actions and Controllers, Localization, CORS, most templates label Feb 18, 2025
Copy link
Contributor

@Copilot 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.

@@ -9,7 +9,7 @@ namespace Microsoft.AspNetCore.OpenApi.Build.Tests;

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.

3 participants