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.
Build Analysis / Build Analysis succeeded May 16, 2025 in 0s

.NET Result Analysis

Details

All checks completed

[aspnetcore-ci]

[aspnetcore-quarantined-pr]

[aspnetcore-components-e2e]

Build Rerun

✔️ Build passed after 1 retries.

(Attempt #1) [link to build]

aspnetcore-ci / Build / Test: Windows Server x64 / Run build.cmd

[ 🚧 Report infrastructure issue] [ 📄 Report repository issue]
    ❌CSC(0,0): error CS0009: (NETCORE_ENGINEERING_TELEMETRY=Build) Metadata file 'D:\a\_work\1\s\artifacts\obj\Microsoft.AspNetCore.Http\Release\net10.0\ref\Microsoft.AspNetCore.Http.dll' could not be opened -- The process cannot access the file 'D:\a\_work\1\s\artifacts\obj\Microsoft.AspNetCore.Http\Release\net10.0\ref\Microsoft.AspNetCore.Http.dll' because it is being used by another process.

aspnetcore-ci / Build / Tests: Helix x64 / Run build.cmd helix target

[ 🚧 Report infrastructure issue] [ 📄 Report repository issue]
    ❌.packages\microsoft.dotnet.helix.sdk\10.0.0-beta.25260.104\tools\azure-pipelines\AzurePipelines.MultiQueue.targets(44,5): error : (NETCORE_ENGINEERING_TELEMETRY=Test) Test Microsoft.AspNetCore.SignalR.Tests.HubConnectionHandlerTests.CanCallOverridenVirtualHubMethod has failed. Check the Test tab or [this console log]
    ❌.packages\microsoft.dotnet.helix.sdk\10.0.0-beta.25260.104\tools\azure-pipelines\AzurePipelines.MultiQueue.targets(44,5): error : (NETCORE_ENGINEERING_TELEMETRY=Test) Test Microsoft.AspNetCore.SignalR.Tests.HubFilterTests.FiltersHaveTransientScopeByDefault has failed. Check the Test tab or [this console log]

Non-Deterministic Test Failures Detected

Microsoft.AspNetCore.SignalR.Tests.HubConnectionHandlerTests.CanCallOverridenVirtualHubMethod [Console] [Details] [Artifacts] [0.06% failure rate]
[ 🚧 Report test infrastructure issue] [ 📄 Report test repository issue]

Failing Configuration

Exception Message
System.TimeoutException : The operation has timed out.
CallStack
   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 ---
Microsoft.AspNetCore.SignalR.Tests.HubFilterTests.FiltersHaveTransientScopeByDefault [Console] [Details] [Artifacts] [0.06% failure rate]
[ 🚧 Report test infrastructure issue] [ 📄 Report test repository issue]

Failing Configuration

Exception Message
System.TimeoutException : The operation has timed out.
CallStack
   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 ---

Was this helpful? Yes No