Better resiliency if a source fails when loading NuGet packages (fix … #1847
Annotations
10 warnings
|
test-codebase:
src/UniGetUI.Core.Tools/DWMThreadHelper.cs#L146
Avoid multiple blank lines (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/style-rules/ide2000)
|
|
test-codebase:
src/UniGetUI.Core.Tools/IntegrityTester.cs#L14
Non-nullable field 'Expected' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
|
|
test-codebase:
src/UniGetUI.Core.Tools/IntegrityTester.cs#L13
Non-nullable field 'Got' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
|
|
test-codebase:
src/UniGetUI.Core.Tools/SerializationHelpers.cs#L63
Possible null reference argument for parameter 'item' in 'void List<object>.Add(object item)'.
|
|
test-codebase:
src/UniGetUI.Core.Classes.Tests/TaskRecyclerTests.cs#L11
Type 'TestClass' can be sealed because it has no subtypes in its containing assembly and is not externally visible (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1852)
|
|
test-codebase:
src/UniGetUI.Core.Classes.Tests/TaskRecyclerTests.cs#L21
Member 'SlowMethod3' does not access instance data and can be marked as static (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1822)
|
|
test-codebase:
src/UniGetUI.Core.Classes.Tests/TaskRecyclerTests.cs#L15
Member 'SlowMethod2' does not access instance data and can be marked as static (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1822)
|
|
test-codebase:
src/UniGetUI.Core.Settings/SettingsEngine_Dictionaries.cs#L34
Possible null reference return.
|
|
test-codebase:
src/UniGetUI.Core.Data/CoreData.cs#L61
Exception type System.Exception is not sufficiently specific (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca2201)
|
|
test-codebase:
src/UniGetUI.Core.Classes/TaskRecycler.cs#L95
Avoid multiple blank lines (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/style-rules/ide2000)
|