Skip to content

Fix sanitization of type names in validations generator #61952

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

Merged
merged 1 commit into from
May 16, 2025

Fix sanitization of type names in validations generator

8588a28
Select commit
Loading
Failed to load commit list.
Merged

Fix sanitization of type names in validations generator #61952

Fix sanitization of type names in validations generator
8588a28
Select commit
Loading
Failed to load commit list.
Azure Pipelines / aspnetcore-ci succeeded May 16, 2025 in 2h 0m 44s

Build #20250515.5 had test failures

Details

Tests

  • Failed: 2 (0.00%)
  • Passed: 152,579 (98.67%)
  • Other: 2,050 (1.33%)
  • Total: 154,631

Annotations

Check failure on line 1 in Microsoft.AspNetCore.SignalR.Tests.HubConnectionHandlerTests.CanCallOverridenVirtualHubMethod

See this annotation in the file changed.

@azure-pipelines azure-pipelines / aspnetcore-ci

Microsoft.AspNetCore.SignalR.Tests.HubConnectionHandlerTests.CanCallOverridenVirtualHubMethod

System.TimeoutException : The operation has timed out.
Raw output
   at Microsoft.AspNetCore.InternalTesting.TaskExtensions.TimeoutAfter(Task task, TimeSpan timeout, String filePath, Int32 lineNumber) in /_/src/Shared/TaskExtensions.cs:line 123
   at Microsoft.AspNetCore.SignalR.Tests.HubConnectionHandlerTests.CanCallOverridenVirtualHubMethod() in /_/src/SignalR/server/SignalR/test/Microsoft.AspNetCore.SignalR.Tests/HubConnectionHandlerTests.cs:line 1222
--- End of stack trace from previous location ---

Check failure on line 1 in Microsoft.AspNetCore.SignalR.Tests.HubFilterTests.FiltersHaveTransientScopeByDefault

See this annotation in the file changed.

@azure-pipelines azure-pipelines / aspnetcore-ci

Microsoft.AspNetCore.SignalR.Tests.HubFilterTests.FiltersHaveTransientScopeByDefault

System.TimeoutException : The operation has timed out.
Raw output
   at Microsoft.AspNetCore.InternalTesting.TaskExtensions.TimeoutAfter(Task task, TimeSpan timeout, String filePath, Int32 lineNumber) in /_/src/Shared/TaskExtensions.cs:line 123
   at Microsoft.AspNetCore.SignalR.Tests.HubFilterTests.FiltersHaveTransientScopeByDefault() in /_/src/SignalR/server/SignalR/test/Microsoft.AspNetCore.SignalR.Tests/HubFilterTests.cs:line 561
--- End of stack trace from previous location ---