This repository was archived by the owner on May 24, 2026. It is now read-only.
Fix session freezing, add Copilot Console, harden thread safety#153
Merged
Annotations
8 warnings
|
PolyPilot.Tests/RemoteModeTests.cs#L689
Do not use Assert.True() to check for substrings. Use Assert.Contains instead. (https://xunit.net/xunit.analyzers/rules/xUnit2009)
|
|
PolyPilot.Tests/ScenarioReferenceTests.cs#L31
Do not use Assert.NotNull() on value type 'JsonElement'. Remove this assert. (https://xunit.net/xunit.analyzers/rules/xUnit2002)
|
|
PolyPilot/Services/CopilotService.Utilities.cs#L293
The field 'CopilotService._badgeCount' is never used
|
|
PolyPilot.Tests/ScenarioReferenceTests.cs#L66
Argument of type 'HashSet<string>' cannot be used for parameter 'set' of type 'HashSet<string?>' in 'void Assert.Contains<string?>(string? expected, HashSet<string?> set)' due to differences in the nullability of reference types.
|
|
PolyPilot.Tests/RemoteModeTests.cs#L689
Do not use Assert.True() to check for substrings. Use Assert.Contains instead. (https://xunit.net/xunit.analyzers/rules/xUnit2009)
|
|
PolyPilot.Tests/ScenarioReferenceTests.cs#L31
Do not use Assert.NotNull() on value type 'JsonElement'. Remove this assert. (https://xunit.net/xunit.analyzers/rules/xUnit2002)
|
|
PolyPilot/Services/CopilotService.Utilities.cs#L293
The field 'CopilotService._badgeCount' is never used
|
|
PolyPilot.Tests/ScenarioReferenceTests.cs#L66
Argument of type 'HashSet<string>' cannot be used for parameter 'set' of type 'HashSet<string?>' in 'void Assert.Contains<string?>(string? expected, HashSet<string?> set)' due to differences in the nullability of reference types.
|
The logs for this run have expired and are no longer available.
Loading