Make pollinginterval configurable for kubernetes #357
Annotations
1 error and 11 warnings
|
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/
|
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.
|
ClubService.Domain/Model/Entity/Member.cs#L8
Seal class 'Member' or implement 'IEqualityComparer<T>' instead. (https://rules.sonarsource.com/csharp/RSPEC-4035)
|
ClubService.Domain/Model/Entity/Admin.cs#L8
Seal class 'Admin' or implement 'IEqualityComparer<T>' instead. (https://rules.sonarsource.com/csharp/RSPEC-4035)
|
ClubService.Domain/Model/Entity/SubscriptionTier.cs#L7
Seal class 'SubscriptionTier' or implement 'IEqualityComparer<T>' instead. (https://rules.sonarsource.com/csharp/RSPEC-4035)
|
ClubService.Domain/Model/Entity/Member.cs#L58
Define a constant instead of using this literal 'Member is already deleted!' 4 times. (https://rules.sonarsource.com/csharp/RSPEC-1192)
|
ClubService.Domain/Repository/ILoggerService.cs#L6
'T' is not used in the interface. (https://rules.sonarsource.com/csharp/RSPEC-2326)
|
ClubService.Domain/Model/Entity/TennisClub.cs#L8
Seal class 'TennisClub' or implement 'IEqualityComparer<T>' instead. (https://rules.sonarsource.com/csharp/RSPEC-4035)
|
ClubService.Domain/Model/Entity/TennisClub.cs#L58
Define a constant instead of using this literal 'Tennis Club is already deleted!' 4 times. (https://rules.sonarsource.com/csharp/RSPEC-1192)
|
ClubService.Domain/Model/ValueObject/AdminId.cs#L3
Seal class 'AdminId' or implement 'IEqualityComparer<T>' instead. (https://rules.sonarsource.com/csharp/RSPEC-4035)
|
ClubService.Domain/Model/ValueObject/FullName.cs#L3
Seal class 'FullName' or implement 'IEqualityComparer<T>' instead. (https://rules.sonarsource.com/csharp/RSPEC-4035)
|
The logs for this run have expired and are no longer available.
Loading