upgrade to dotnet 8 #237
Annotations
12 warnings
Your workflow is using a version of actions/cache that is scheduled for deprecation, actions/cache@v1. Please update your workflow to use either v3 or v4 of actions/cache to avoid interruptions. Learn more: https://github.blog/changelog/2024-12-05-notice-of-upcoming-releases-and-breaking-changes-for-github-actions/#actions-cache-v1-v2-and-actions-toolkit-cache-package-closing-down
|
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Build and analyze:
NRZMyk.Services/Export/SentinelEntryExportDefinition.cs#L34
Complete the task associated to this 'TODO' comment. (https://rules.sonarsource.com/csharp/RSPEC-1135)
|
Build and analyze:
NRZMyk.Services/MappingProfile.cs#L13
Remove this commented out code. (https://rules.sonarsource.com/csharp/RSPEC-125)
|
Build and analyze:
NRZMyk.Services/Data/ApplicationDbContextSeed.cs#L13
Add a 'protected' constructor or the 'static' keyword to the class declaration. (https://rules.sonarsource.com/csharp/RSPEC-1118)
|
Build and analyze:
NRZMyk.Services/Validation/NotTooOldAndNotInFutureAttribute.cs#L9
Specify AttributeUsage on 'NotTooOldAndNotInFutureAttribute'. (https://rules.sonarsource.com/csharp/RSPEC-3993)
|
Build and analyze:
NRZMyk.Services/Validation/OtherValueAttribute.cs#L9
Specify AttributeUsage on 'OtherValueAttribute'. (https://rules.sonarsource.com/csharp/RSPEC-3993)
|
Build and analyze:
NRZMyk.Services/Validation/RequiredForNormalInternalUnitAttribute.cs#L10
Specify AttributeUsage on 'RequiredForNormalInternalUnitAttribute'. (https://rules.sonarsource.com/csharp/RSPEC-3993)
|
Build and analyze:
NRZMyk.Services/Validation/SensitivityTestAttribute.cs#L10
Specify AttributeUsage on 'SensitivityTestAttribute'. (https://rules.sonarsource.com/csharp/RSPEC-3993)
|
Build and analyze:
NRZMyk.Services/Validation/SensitivityTestNotEmptyWithoutCommentAttribute.cs#L10
Specify AttributeUsage on 'SensitivityTestNotEmptyWithoutCommentAttribute'. (https://rules.sonarsource.com/csharp/RSPEC-3993)
|
Build and analyze:
NRZMyk.Services/Models/Role.cs#L8
Rename this enumeration to match the regular expression: '^([A-Z]{1,3}[a-z0-9]+)*([A-Z]{2})?s$'. (https://rules.sonarsource.com/csharp/RSPEC-2342)
|
Build and analyze:
NRZMyk.Services/Data/Migrations/00000000000000_CreateIdentitySchema.cs#L12
Define a constant instead of using this literal 'AspNetRoles' 5 times. (https://rules.sonarsource.com/csharp/RSPEC-1192)
|
Loading