Port shared layers to net8 and stabilize release workflow (#4453) #1900
Annotations
10 warnings
|
test-codebase:
src/UniGetUI.Core.Settings.Tests/SettingsTest.cs#L45
Public method 'Dispose' on test class 'SettingsTest' should be marked as a Fact. Reduce the visibility of the method, or add a Fact attribute to the method. (https://xunit.net/xunit.analyzers/rules/xUnit1013)
|
|
test-codebase:
src/UniGetUI.Core.Settings.Tests/SettingsTest.cs#L52
Avoid multiple blank lines (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/style-rules/ide2000)
|
|
test-codebase:
src/UniGetUI.Core.Settings.Tests/SettingsTest.cs#L178
Dereference of a possibly null reference.
|
|
test-codebase:
src/UniGetUI.Core.Settings/SettingsEngine_Dictionaries.cs#L34
Possible null reference return.
|
|
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/CoreCredentialStore.cs#L99
Private member 'CoreCredentialStore.GetSecretPath' is unused (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/style-rules/ide0051)
|
|
test-codebase:
src/UniGetUI.Core.Data/CoreData.cs#L62
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)
|
|
test-codebase:
src/UniGetUI.Core.Data/CoreData.cs#L62
Exception type System.Exception is not sufficiently specific (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca2201)
|