Improve invitation link delete button and fix bug in update planning … #270
Annotations
10 warnings
|
Validate:
src/Turnierplan.Core/ApiKey/ApiKey.cs#L27
Constructor has 9 parameters, which is greater than the 7 authorized. (https://rules.sonarsource.com/csharp/RSPEC-107)
|
|
Validate:
src/Turnierplan.Core/User/User.cs#L23
Constructor has 10 parameters, which is greater than the 7 authorized. (https://rules.sonarsource.com/csharp/RSPEC-107)
|
|
Validate:
src/Turnierplan.Core/Tournament/Definitions/AbstractTeamSelectorParser.cs#L39
Define a constant instead of using this literal 'PlacementRank' 4 times. (https://rules.sonarsource.com/csharp/RSPEC-1192)
|
|
Validate:
src/Turnierplan.Core/Tournament/ITournamentRepository.cs#L10
Rename the enumeration 'Include' to match the regular expression: '^([A-Z]{1,3}[a-z0-9]+)*([A-Z]{2})?s$'. (https://rules.sonarsource.com/csharp/RSPEC-2342)
|
|
Validate:
src/Turnierplan.Core/SeedWork/Entity.cs#L3
Convert this 'abstract' class to an interface. (https://rules.sonarsource.com/csharp/RSPEC-1694)
|
|
Validate:
src/Turnierplan.Core/PlanningRealm/IPlanningRealmRepository.cs#L10
Rename the enumeration 'Include' to match the regular expression: '^([A-Z]{1,3}[a-z0-9]+)*([A-Z]{2})?s$'. (https://rules.sonarsource.com/csharp/RSPEC-2342)
|
|
Validate:
src/Turnierplan.Core/Organization/IOrganizationRepository.cs#L18
Rename the enumeration 'Include' to match the regular expression: '^([A-Z]{1,3}[a-z0-9]+)*([A-Z]{2})?s$'. (https://rules.sonarsource.com/csharp/RSPEC-2342)
|
|
Validate:
src/Turnierplan.Core/Folder/IFolderRepository.cs#L10
Rename the enumeration 'Include' to match the regular expression: '^([A-Z]{1,3}[a-z0-9]+)*([A-Z]{2})?s$'. (https://rules.sonarsource.com/csharp/RSPEC-2342)
|
|
Validate:
src/Turnierplan.Core/PlanningRealm/TournamentClass.cs#L23
Complete the task associated to this 'TODO' comment. (https://rules.sonarsource.com/csharp/RSPEC-1135)
|
|
Validate:
src/Turnierplan.Core/PlanningRealm/ApplicationTeam.cs#L26
Complete the task associated to this 'TODO' comment. (https://rules.sonarsource.com/csharp/RSPEC-1135)
|