fix: adapt iOS status bar text color to current theme #168
Annotations
10 warnings
|
Build tests:
PolyPilot.Tests/ResponseFlushTests.cs#L262
Do not use a Where clause to filter before calling Assert.Single. Use the overload of Assert.Single that accepts a filtering function. (https://xunit.net/xunit.analyzers/rules/xUnit2031)
|
|
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#L314
The field 'CopilotService._badgeCount' is never used
|
|
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#L691
Do not use Assert.True() to check for substrings. Use Assert.Contains instead. (https://xunit.net/xunit.analyzers/rules/xUnit2009)
|
|
Build tests:
PolyPilot.Tests/ResponseFlushTests.cs#L263
Do not use a Where clause to filter before calling Assert.Single. Use the overload of Assert.Single that accepts a filtering function. (https://xunit.net/xunit.analyzers/rules/xUnit2031)
|
|
Build tests:
PolyPilot.Tests/ResponseFlushTests.cs#L262
Do not use a Where clause to filter before calling Assert.Single. Use the overload of Assert.Single that accepts a filtering function. (https://xunit.net/xunit.analyzers/rules/xUnit2031)
|
|
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#L314
The field 'CopilotService._badgeCount' is never used
|
|
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