Added consume types to apis #344
Annotations
11 warnings
build
The following actions uses Node.js version which is deprecated and will be forced to run on node20: actions/setup-java@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:
ClubService.Domain/Model/Entity/UserPassword.cs#L9
Non-nullable property 'HashedPassword' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
build:
ClubService.Infrastructure/Migrations/EventStore/20240709210357_InitialEventStore.cs#L37
Define a constant instead of using this literal 'SUBSCRIPTION_TIER' 4 times. (https://rules.sonarsource.com/csharp/RSPEC-1192)
|
build:
ClubService.Infrastructure/Migrations/EventStore/20240709210357_InitialEventStore.cs#L37
Define a constant instead of using this literal 'SUBSCRIPTION_TIER_CREATED' 4 times. (https://rules.sonarsource.com/csharp/RSPEC-1192)
|
build:
ClubService.Infrastructure/Migrations/ReadStore/20240709210752_InitialReadStore.cs#L19
Define a constant instead of using this literal 'character varying(100)' 5 times. (https://rules.sonarsource.com/csharp/RSPEC-1192)
|
build:
ClubService.API/BasicAuthenticationHandler.cs#L12
'ISystemClock' is obsolete: 'Use TimeProvider instead.'
|
build:
ClubService.API/BasicAuthenticationHandler.cs#L13
'AuthenticationHandler<AuthenticationSchemeOptions>.AuthenticationHandler(IOptionsMonitor<AuthenticationSchemeOptions>, ILoggerFactory, UrlEncoder, ISystemClock)' is obsolete: 'ISystemClock is obsolete, use TimeProvider on AuthenticationSchemeOptions instead.'
|
build:
ClubService.API/JwtClaimsMiddleware.cs#L32
The variable 'ex' is declared but never used
|
build:
ClubService.API/appsettings.DockerDevelopment.json#L3
"password" detected here, make sure this is not a hard-coded credential. (https://rules.sonarsource.com/csharp/RSPEC-2068)
|
build:
ClubService.API/appsettings.DockerDevelopment.json#L4
"password" detected here, make sure this is not a hard-coded credential. (https://rules.sonarsource.com/csharp/RSPEC-2068)
|
build:
ClubService.API/appsettings.DockerDevelopment.json#L5
"password" detected here, make sure this is not a hard-coded credential. (https://rules.sonarsource.com/csharp/RSPEC-2068)
|