Avalonia: Implement missing features (#4662) #2112
Annotations
14 warnings
|
test-codebase:
src/UniGetUI.Interface.Telemetry/TelemetryHandler.cs#L76
Initialize all static fields in 'TelemetryHandler' when those fields are declared and remove the explicit static constructor (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1810)
|
|
test-codebase:
src/UniGetUI.Interface.Telemetry.Tests/TelemetryHandlerTests.cs#L147
Possible null reference argument for parameter 'collection' in 'void Assert.NotEmpty(IEnumerable collection)'.
|
|
test-codebase:
src/UniGetUI.Interface.Telemetry.Tests/TelemetryHandlerTests.cs#L138
Possible null reference argument for parameter 'collection' in 'void Assert.NotEmpty(IEnumerable collection)'.
|
|
test-codebase:
src/UniGetUI.Interface.Telemetry/TelemetryHandler.cs#L76
Initialize all static fields in 'TelemetryHandler' when those fields are declared and remove the explicit static constructor (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1810)
|
|
test-codebase:
src/UniGetUI.Avalonia/ViewModels/DialogPages/InstallOptionsViewModel.cs#L152
Partial method declarations 'void InstallOptionsViewModel.OnParamsUpdateChanged(string value)' and 'void InstallOptionsViewModel.OnParamsUpdateChanged(string _)' have signature differences.
|
|
test-codebase:
src/UniGetUI.Avalonia/ViewModels/DialogPages/InstallOptionsViewModel.cs#L151
Partial method declarations 'void InstallOptionsViewModel.OnParamsInstallChanged(string value)' and 'void InstallOptionsViewModel.OnParamsInstallChanged(string _)' have signature differences.
|
|
test-codebase:
src/UniGetUI.Avalonia/ViewModels/DialogPages/InstallOptionsViewModel.cs#L144
Partial method declarations 'void InstallOptionsViewModel.OnSelectedScopeChanged(string? value)' and 'void InstallOptionsViewModel.OnSelectedScopeChanged(string? _)' have signature differences.
|
|
test-codebase:
src/UniGetUI.Avalonia/ViewModels/DialogPages/InstallOptionsViewModel.cs#L143
Partial method declarations 'void InstallOptionsViewModel.OnSelectedArchChanged(string? value)' and 'void InstallOptionsViewModel.OnSelectedArchChanged(string? _)' have signature differences.
|
|
test-codebase:
src/UniGetUI.Avalonia/ViewModels/DialogPages/InstallOptionsViewModel.cs#L129
Partial method declarations 'void InstallOptionsViewModel.OnSelectedVersionChanged(string? value)' and 'void InstallOptionsViewModel.OnSelectedVersionChanged(string? _)' have signature differences.
|
|
test-codebase:
src/UniGetUI.Avalonia/ViewModels/DialogPages/InstallOptionsViewModel.cs#L128
Partial method declarations 'void InstallOptionsViewModel.OnSkipHashCheckedChanged(bool value)' and 'void InstallOptionsViewModel.OnSkipHashCheckedChanged(bool _)' have signature differences.
|
|
test-codebase:
src/UniGetUI.Avalonia/ViewModels/DialogPages/InstallOptionsViewModel.cs#L127
Partial method declarations 'void InstallOptionsViewModel.OnInteractiveCheckedChanged(bool value)' and 'void InstallOptionsViewModel.OnInteractiveCheckedChanged(bool _)' have signature differences.
|
|
test-codebase:
src/UniGetUI.Avalonia/ViewModels/DialogPages/InstallOptionsViewModel.cs#L126
Partial method declarations 'void InstallOptionsViewModel.OnAdminCheckedChanged(bool value)' and 'void InstallOptionsViewModel.OnAdminCheckedChanged(bool _)' have signature differences.
|
|
test-codebase:
src/UniGetUI.Interface.Telemetry/TelemetryHandler.cs#L76
Initialize all static fields in 'TelemetryHandler' when those fields are declared and remove the explicit static constructor (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1810)
|
|
test-codebase:
src/UniGetUI.Interface.Telemetry/TelemetryHandler.cs#L76
Initialize all static fields in 'TelemetryHandler' when those fields are declared and remove the explicit static constructor (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1810)
|