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

Do not parse URIs during LSP serialization/deserialization #76691

Open
wants to merge 3 commits into
base: main
Choose a base branch
from

additional feedback

6ca67b9
Select commit
Loading
Failed to load commit list.
Open

Do not parse URIs during LSP serialization/deserialization #76691

additional feedback
6ca67b9
Select commit
Loading
Failed to load commit list.
Build Analysis / Build Analysis succeeded Jan 15, 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_Debug_Desktop / Test_Windows_Desktop_Debug_64 / 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.Editor.CSharp.UnitTests.AutomaticCompletion.AutomaticLessAndGreaterThanCompletionTests.TypeArgumentInConditionalAccessExpressionNested [Console] [Details] [Artifacts] [0.18% failure rate]
[ 🚧 Report test infrastructure issue] [ 📄 Report test repository issue]

Failing Configuration

Exception Message
System.NullReferenceException : Object reference not set to an instance of an object.
CallStack
   at Microsoft.CodeAnalysis.Editor.UnitTests.AutomaticCompletion.AbstractAutomaticBraceCompletionTests.CheckStart(IBraceCompletionSession session, Boolean expectValidSession) in /_/src/EditorFeatures/TestUtilities/AutomaticCompletion/AbstractAutomaticBraceCompletionTests.cs:line 31
   at Microsoft.CodeAnalysis.Editor.CSharp.UnitTests.AutomaticCompletion.AutomaticLessAndGreaterThanCompletionTests.TypeArgumentInConditionalAccessExpressionNested() in /_/src/EditorFeatures/CSharpTest/AutomaticCompletion/AutomaticLessAndGreaterThanCompletionTests.cs:line 341
Microsoft.CodeAnalysis.Editor.CSharp.UnitTests.AutomaticCompletion.AutomaticLessAndGreaterThanCompletionTests.TypeArgumentInConditionalAccessExpressionSimple [Console] [Details] [Artifacts] [0.09% failure rate]
[ 🚧 Report test infrastructure issue] [ 📄 Report test repository issue]

Failing Configuration

Exception Message
System.NullReferenceException : Object reference not set to an instance of an object.
CallStack
   at Microsoft.CodeAnalysis.Editor.UnitTests.AutomaticCompletion.AbstractAutomaticBraceCompletionTests.CheckStart(IBraceCompletionSession session, Boolean expectValidSession) in /_/src/EditorFeatures/TestUtilities/AutomaticCompletion/AbstractAutomaticBraceCompletionTests.cs:line 31
   at Microsoft.CodeAnalysis.Editor.CSharp.UnitTests.AutomaticCompletion.AutomaticLessAndGreaterThanCompletionTests.TypeArgumentInConditionalAccessExpressionSimple() in /_/src/EditorFeatures/CSharpTest/AutomaticCompletion/AutomaticLessAndGreaterThanCompletionTests.cs:line 312
Microsoft.CodeAnalysis.Editor.CSharp.UnitTests.AutomaticCompletion.AutomaticLessAndGreaterThanCompletionTests.TypeArgumentInConditionalAccessExpressionWithLambdas [Console] [Details] [Artifacts] [0.18% failure rate]
[ 🚧 Report test infrastructure issue] [ 📄 Report test repository issue]

Failing Configuration

Exception Message
System.NullReferenceException : Object reference not set to an instance of an object.
CallStack
   at Microsoft.CodeAnalysis.Editor.UnitTests.AutomaticCompletion.AbstractAutomaticBraceCompletionTests.CheckStart(IBraceCompletionSession session, Boolean expectValidSession) in /_/src/EditorFeatures/TestUtilities/AutomaticCompletion/AbstractAutomaticBraceCompletionTests.cs:line 31
   at Microsoft.CodeAnalysis.Editor.CSharp.UnitTests.AutomaticCompletion.AutomaticLessAndGreaterThanCompletionTests.TypeArgumentInConditionalAccessExpressionWithLambdas() in /_/src/EditorFeatures/CSharpTest/AutomaticCompletion/AutomaticLessAndGreaterThanCompletionTests.cs:line 415

Was this helpful? Yes No