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

Expose some functionality from SourceGeneratedDocumentUri to Razor #77342

Merged
merged 2 commits into from
Feb 26, 2025

Update src/Tools/ExternalAccess/Razor/RazorUri.cs

2edc666
Select commit
Loading
Failed to load commit list.
Merged

Expose some functionality from SourceGeneratedDocumentUri to Razor #77342

Update src/Tools/ExternalAccess/Razor/RazorUri.cs
2edc666
Select commit
Loading
Failed to load commit list.
Build Analysis / Build Analysis succeeded Feb 26, 2025 in 0s

.NET Result Analysis

Details

All checks completed

[roslyn-CI]

[roslyn-integration-CI]

Build Rerun

✔️ Build passed after 1 retries.

(Attempt #1) [link to build]

roslyn-CI / Windows_Release_Desktop / Test_Windows_Desktop_Release_32 / Run Unit Tests

[ 🚧 Report infrastructure issue] [ 📄 Report repository issue]
    ❌(NETCORE_ENGINEERING_TELEMETRY=Test) Tests failed
    ❌PowerShell exited with code '1'.

Non-Deterministic Test Failures Detected

Microsoft.CodeAnalysis.CompilerServer.UnitTests.CompilerServerUnitTests.ExtraMSCorLibCS [Console] [Details] [Artifacts] [0.04% failure rate]
[ 🚧 Report test infrastructure issue] [ 📄 Report test repository issue]

Failing Configuration

Exception Message
System.IO.IOException : The process cannot access the file 'C:hwAFF80980	RoslynTests4f840a0d-8018-4980-b3bd-0895f995bfe0hello.exe' because it is being used by another process.
CallStack
   at System.IO.__Error.WinIOError(Int32 errorCode, String maybeFullPath)
   at System.IO.File.InternalDelete(String path, Boolean checkHost)
   at System.IO.File.Delete(String path)
   at Microsoft.CodeAnalysis.Test.Utilities.DisposableFile.Dispose() in /_/src/Compilers/Test/Core/TempFiles/DisposableFile.cs:line 29
   at Microsoft.CodeAnalysis.CompilerServer.UnitTests.CompilerServerUnitTests.VerifyResultAndOutput(ValueTuple`2 result, TempDirectory path, String expectedOutput) in /_/src/Compilers/Server/VBCSCompilerTests/CompilerServerTests.cs:line 282
   at Microsoft.CodeAnalysis.CompilerServer.UnitTests.CompilerServerUnitTests.<ExtraMSCorLibCS>d__31.MoveNext() in /_/src/Compilers/Server/VBCSCompilerTests/CompilerServerTests.cs:line 505
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at System.Runtime.CompilerServices.TaskAwaiter.ValidateEnd(Task task)
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
workitem_16.WorkItemExecution [Console] [Details] [Artifacts] [0.32% failure rate]
[ 🚧 Report test infrastructure issue] [ 📄 Report test repository issue]
This is a helix work item crash with status: BadExit. To investigate look the [Console log] / navigate to [Helix Artifacts]

Failing Configuration

Was this helpful? Yes No