Feat: add game-specific server presets#22
Merged
Annotations
19 warnings
|
Test (XUnit):
ServerPickerX.Tests/ViewModels/MainWindowViewModelTest.cs#L279
Do not use Assert.True() to check for substrings. Use Assert.Contains instead. (https://xunit.net/xunit.analyzers/rules/xUnit2009)
|
|
Test (XUnit):
ServerPickerX.Tests/ViewModels/MainWindowViewModelTest.cs#L501
Possible null reference return.
|
|
Test (XUnit):
ServerPickerX.Tests/ViewModels/MainWindowViewModelTest.cs#L434
Possible null reference argument for parameter 'value' in 'void Assert.Empty(string value)'.
|
|
Test (XUnit):
ServerPickerX.Tests/ViewModels/MainWindowViewModelTest.cs#L279
Dereference of a possibly null reference.
|
|
Test (XUnit):
ServerPickerX.Tests/ViewModels/MainWindowViewModelTest.cs#L275
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#L66
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#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/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/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#L66
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#L66
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