Fix worktree creation bugs on Windows #142
Merged
Annotations
10 warnings
|
Build tests:
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)
|
|
Build tests:
PolyPilot.Tests/ScenarioReferenceTests.cs#L31
Do not use Assert.NotNull() on value type 'JsonElement'. Remove this assert. (https://xunit.net/xunit.analyzers/rules/xUnit2002)
|
|
Build tests:
PolyPilot/Services/CopilotService.Utilities.cs#L293
The field 'CopilotService._badgeCount' is never used
|
|
Build tests:
PolyPilot/Services/CopilotService.cs#L988
Possible null reference assignment.
|
|
Build tests:
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.
|
|
Build tests:
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)
|
|
Build tests:
PolyPilot.Tests/ScenarioReferenceTests.cs#L31
Do not use Assert.NotNull() on value type 'JsonElement'. Remove this assert. (https://xunit.net/xunit.analyzers/rules/xUnit2002)
|
|
Build tests:
PolyPilot/Services/CopilotService.Utilities.cs#L293
The field 'CopilotService._badgeCount' is never used
|
|
Build tests:
PolyPilot/Services/CopilotService.cs#L988
Possible null reference assignment.
|
|
Build tests:
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.
|
Loading