Bump Microsoft.Extensions.Logging.Abstractions and System.IdentityModel.Tokens.Jwt #163
Annotations
11 warnings
Build and test
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Build and test:
src/Company.Orion.Domain.Core/Exceptions/BusinessException.cs#L6
Update this implementation of 'ISerializable' to conform to the recommended serialization pattern. Add a 'protected' constructor 'BusinessException(SerializationInfo, StreamingContext)'. (https://rules.sonarsource.com/csharp/RSPEC-3925)
|
Build and test:
src/Company.Orion.Domain.Core/Exceptions/UnauthorizedUserException.cs#L6
Update this implementation of 'ISerializable' to conform to the recommended serialization pattern. Add a 'protected' constructor 'UnauthorizedUserException(SerializationInfo, StreamingContext)'. (https://rules.sonarsource.com/csharp/RSPEC-3925)
|
Build and test:
src/Company.Orion.Domain.Core/Exceptions/ConflictException.cs#L6
Update this implementation of 'ISerializable' to conform to the recommended serialization pattern. Add a 'protected' constructor 'ConflictException(SerializationInfo, StreamingContext)'. (https://rules.sonarsource.com/csharp/RSPEC-3925)
|
Build and test:
src/Company.Orion.Domain.Core/Exceptions/NotFoundException.cs#L6
Update this implementation of 'ISerializable' to conform to the recommended serialization pattern. Add a 'protected' constructor 'NotFoundException(SerializationInfo, StreamingContext)'. (https://rules.sonarsource.com/csharp/RSPEC-3925)
|
Build and test:
src/Company.Orion.Application.Core/UseCases/Auth/Commands/LoginWithRefreshToken/LoginWithRefreshTokenResponse.cs#L5
Remove this empty class, write its code or make it an "interface". (https://rules.sonarsource.com/csharp/RSPEC-2094)
|
Build and test:
src/Company.Orion.Application.Core/UseCases/Users/Notifications/UserPasswordChanged/UserPasswordChangedNotificationHandler.cs#L15
Use PascalCase for named placeholders. (https://rules.sonarsource.com/csharp/RSPEC-6678)
|
Build and test:
src/Company.Orion.Application.Core/UseCases/Users/Notifications/UserCreated/UserCreatedNotificationHandler.cs#L15
Use PascalCase for named placeholders. (https://rules.sonarsource.com/csharp/RSPEC-6678)
|
Build and test:
src/Company.Orion.Infra.Data/Context/DataContext.cs#L13
Remove the unused private setter 'set_ModelBuilder'. (https://rules.sonarsource.com/csharp/RSPEC-1144)
|
Build and test:
src/Company.Orion.Infra.Data/Migrations/20250109141607_Initial.cs#L15
Define a constant instead of using this literal 'RefreshToken' 4 times. (https://rules.sonarsource.com/csharp/RSPEC-1192)
|
Build and test:
src/Company.Orion.Infra.Data/Migrations/20250109141607_Initial.cs#L21
Define a constant instead of using this literal 'datetime2' 4 times. (https://rules.sonarsource.com/csharp/RSPEC-1192)
|