Feat: Measure packet loss and QOL improvements#40
Merged
Annotations
16 warnings
|
Test (XUnit):
ServerPickerX.Tests/ViewModels/MainWindowViewModelTest.cs#L497
Possible null reference return.
|
|
Test (XUnit):
ServerPickerX.Tests/ViewModels/MainWindowViewModelTest.cs#L431
Possible null reference argument for parameter 'value' in 'void Assert.Empty(string value)'.
|
|
Test (XUnit):
ServerPickerX.Tests/ViewModels/MainWindowViewModelTest.cs#L217
Possible null reference argument for parameter 'value' in 'void Assert.Empty(string value)'.
|
|
Test (XUnit):
ServerPickerX.Tests/Services/DependencyInjection/ServiceLocatorTests.cs#L87
Cannot convert null literal to non-nullable reference type.
|
|
Test (XUnit):
ServerPickerX.Tests/Services/DependencyInjection/ServiceLocatorTests.cs#L58
Cannot convert null literal to non-nullable reference type.
|
|
Test (XUnit):
ServerPickerX.Tests/Services/DependencyInjection/ServiceLocatorTests.cs#L17
Possible null reference return.
|
|
Build:
ServerPickerX/Services/Settings/JsonSetting.cs#L58
Non-nullable property '_messageBoxService' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
|
Build:
ServerPickerX/Services/SystemFirewalls/WindowsFirewallService.cs#L125
'type' argument does not satisfy 'DynamicallyAccessedMemberTypes.PublicParameterlessConstructor' in call to 'System.Activator.CreateInstance(Type)'. The return value of method 'System.Type.GetTypeFromCLSID(Guid)' does not have matching annotations. The source value must declare at least the same requirements as those declared on the target location it is assigned to.
|
|
Build:
ServerPickerX/Services/SystemFirewalls/WindowsFirewallService.cs#L128
'type' argument does not satisfy 'DynamicallyAccessedMemberTypes.PublicParameterlessConstructor' in call to 'System.Activator.CreateInstance(Type)'. The return value of method 'System.Type.GetTypeFromCLSID(Guid)' does not have matching annotations. The source value must declare at least the same requirements as those declared on the target location it is assigned to.
|
|
Build:
ServerPickerX/Services/SystemFirewalls/WindowsFirewallService.cs#L125
This call site is reachable on all platforms. 'Type.GetTypeFromCLSID(Guid)' is only supported on: 'windows'. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1416)
|
|
Build:
ServerPickerX/Services/SystemFirewalls/WindowsFirewallService.cs#L128
This call site is reachable on all platforms. 'Type.GetTypeFromCLSID(Guid)' is only supported on: 'windows'. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1416)
|
|
Build:
ServerPickerX/Services/SystemFirewalls/LinuxFirewallService.cs#L121
The variable 'ex' is declared but never used
|
|
Build:
ServerPickerX/Services/SystemFirewalls/LinuxFirewallService.cs#L77
The variable 'ex' is declared but never used
|
|
Build:
ServerPickerX/Services/SystemFirewalls/LinuxFirewallService.cs#L45
The variable 'ex' is declared but never used
|
|
Build:
ServerPickerX/Services/Settings/JsonSetting.cs#L58
Non-nullable property '_loggerService' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
|
Build:
ServerPickerX/Services/Settings/JsonSetting.cs#L58
Non-nullable property '_messageBoxService' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
background
wait
wait-all
cancel
parallel
Loading