Migrate projects to net8.0
(#86)
#87
Annotations
11 warnings
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/setup-java@v3, actions/checkout@v3, actions/setup-dotnet@v3, actions/cache@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
Build and analyze:
src/Acl.Net.Core.Database/AclDbContext.cs#L59
Reduce the number of generic parameters in the 'AclDbContext' class to no more than the 2 authorized. (https://rules.sonarsource.com/csharp/RSPEC-2436)
|
Build and analyze:
src/Acl.Net.Core.Managers/Exceptions/ResourceNotFoundException.cs#L25
'Exception.Exception(SerializationInfo, StreamingContext)' is obsolete: 'This API supports obsolete formatter-based serialization. It should not be called or extended by application code.' (https://aka.ms/dotnet-warnings/SYSLIB0051)
|
Build and analyze:
src/Acl.Net.Core.Managers/IResourceManager.cs#L27
Reduce the number of generic parameters in the 'IResourceManager' interface to no more than the 2 authorized. (https://rules.sonarsource.com/csharp/RSPEC-2436)
|
Build and analyze:
src/Acl.Net.Core.Managers/IAclManager.cs#L27
Reduce the number of generic parameters in the 'IAclManager' interface to no more than the 2 authorized. (https://rules.sonarsource.com/csharp/RSPEC-2436)
|
Build and analyze:
src/Acl.Net.Core.Managers/IUserManager.cs#L27
Reduce the number of generic parameters in the 'IUserManager' interface to no more than the 2 authorized. (https://rules.sonarsource.com/csharp/RSPEC-2436)
|
Build and analyze:
src/Acl.Net.Core.Managers/UserManager.cs#L44
Reduce the number of generic parameters in the 'UserManager' class to no more than the 2 authorized. (https://rules.sonarsource.com/csharp/RSPEC-2436)
|
Build and analyze:
src/Acl.Net.Core.Managers/AclManager.cs#L115
Reduce the number of generic parameters in the 'AclManager' class to no more than the 2 authorized. (https://rules.sonarsource.com/csharp/RSPEC-2436)
|
Build and analyze:
src/Acl.Net.Core.Managers/ResourceManager.cs#L49
Reduce the number of generic parameters in the 'ResourceManager' class to no more than the 2 authorized. (https://rules.sonarsource.com/csharp/RSPEC-2436)
|
Build and analyze:
tests/Acl.Net.Core.Managers.Tests/Exceptions/Testable/ExceptionSerializationTestBase.cs#L12
'FormatterConverter' is obsolete: 'Formatter-based serialization is obsolete and should not be used.' (https://aka.ms/dotnet-warnings/SYSLIB0050)
|
Build and analyze:
tests/Acl.Net.Core.Managers.Tests/Exceptions/Testable/ExceptionSerializationTestBase.cs#L12
'SerializationInfo.SerializationInfo(Type, IFormatterConverter)' is obsolete: 'Formatter-based serialization is obsolete and should not be used.' (https://aka.ms/dotnet-warnings/SYSLIB0050)
|
Loading