fix: prevent duplicate update operations in queue (#4131) #1830
Annotations
1 error and 10 warnings
|
test-codebase
Process completed with exit code 1.
|
|
test-codebase:
src/UniGetUI.Core.IconStore/IconDatabase.cs#L21
Avoid multiple blank lines (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/style-rules/ide2000)
|
|
test-codebase:
src/UniGetUI.Core.Tools/Tools.cs#L307
Avoid multiple blank lines (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/style-rules/ide2000)
|
|
test-codebase:
src/UniGetUI.Core.Tools/Tools.cs#L257
Avoid multiple blank lines (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/style-rules/ide2000)
|
|
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.Settings/SettingsEngine_Dictionaries.cs#L34
Possible null reference return.
|
|
test-codebase:
src/UniGetUI.Core.Classes/TaskRecycler.cs#L95
Avoid multiple blank lines (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/style-rules/ide2000)
|
|
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)
|