upgrade to dotnet 8 #241
Annotations
11 warnings
Build
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
|
Build:
NRZMyk.Services/Export/SentinelEntryExportDefinition.cs#L34
Complete the task associated to this 'TODO' comment. (https://rules.sonarsource.com/csharp/RSPEC-1135)
|
Build:
NRZMyk.Services/MappingProfile.cs#L13
Remove this commented out code. (https://rules.sonarsource.com/csharp/RSPEC-125)
|
Build:
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:
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)
|
Build:
NRZMyk.Services/Data/Migrations/00000000000000_CreateIdentitySchema.cs#L26
Define a constant instead of using this literal 'AspNetUsers' 8 times. (https://rules.sonarsource.com/csharp/RSPEC-1192)
|
Build:
NRZMyk.Services/Data/Migrations/20200606234645_DropIdentitySchema.cs#L26
Define a constant instead of using this literal 'AspNetRoles' 5 times. (https://rules.sonarsource.com/csharp/RSPEC-1192)
|
Build:
NRZMyk.Services/Data/Migrations/20200606234645_DropIdentitySchema.cs#L29
Define a constant instead of using this literal 'AspNetUsers' 8 times. (https://rules.sonarsource.com/csharp/RSPEC-1192)
|
Build:
NRZMyk.Services/Data/Migrations/20200606234645_DropIdentitySchema.cs#L38
Define a constant instead of using this literal 'nvarchar(450)' 8 times. (https://rules.sonarsource.com/csharp/RSPEC-1192)
|
Build:
NRZMyk.Services/Data/Migrations/20200606234645_DropIdentitySchema.cs#L39
Define a constant instead of using this literal 'nvarchar(max)' 11 times. (https://rules.sonarsource.com/csharp/RSPEC-1192)
|
Build:
NRZMyk.Services/Data/Migrations/20200606234645_DropIdentitySchema.cs#L40
Define a constant instead of using this literal 'nvarchar(256)' 6 times. (https://rules.sonarsource.com/csharp/RSPEC-1192)
|