Skip to content

Add option to display QR code on fullscreen tournament view #590

Add option to display QR code on fullscreen tournament view

Add option to display QR code on fullscreen tournament view #590

Triggered via pull request November 30, 2025 14:08
Status Success
Total duration 3m 22s
Artifacts

validate.yaml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

10 warnings
Validate: src/Turnierplan.Dal/Migrations/20250627142711_Add_Rbac.cs#L17
Define a constant instead of using this literal 'Organizations' 7 times. (https://rules.sonarsource.com/csharp/RSPEC-1192)
Validate: src/Turnierplan.Dal/Migrations/20250627142711_Add_Rbac.cs#L16
Define a constant instead of using this literal 'turnierplan' 50 times. (https://rules.sonarsource.com/csharp/RSPEC-1192)
Validate: src/Turnierplan.Dal/Repositories/OrganizationRepository.cs#L32
Parameter 'TurnierplanContext context' is captured into the state of the enclosing type and its value is also passed to the base constructor. The value might be captured by the base class as well.
Validate: src/Turnierplan.Core/Tournament/Tournament.cs#L903
Refactor this method to reduce its Cognitive Complexity from 16 to the 15 allowed. (https://rules.sonarsource.com/csharp/RSPEC-3776)
Validate: src/Turnierplan.Core/Tournament/Tournament.cs#L760
Refactor this method to reduce its Cognitive Complexity from 21 to the 15 allowed. (https://rules.sonarsource.com/csharp/RSPEC-3776)
Validate: src/Turnierplan.Core/Tournament/Tournament.cs#L563
Refactor this method to reduce its Cognitive Complexity from 17 to the 15 allowed. (https://rules.sonarsource.com/csharp/RSPEC-3776)
Validate: src/Turnierplan.Core/Tournament/Tournament.cs#L532
Refactor this method to reduce its Cognitive Complexity from 17 to the 15 allowed. (https://rules.sonarsource.com/csharp/RSPEC-3776)
Validate: src/Turnierplan.Core/Tournament/Tournament.cs#L436
Refactor this method to reduce its Cognitive Complexity from 16 to the 15 allowed. (https://rules.sonarsource.com/csharp/RSPEC-3776)
Validate: src/Turnierplan.Core/Tournament/Tournament.cs#L270
Loops should be simplified using the "Where" LINQ method (https://rules.sonarsource.com/csharp/RSPEC-3267)
Validate: src/Turnierplan.Core/Tournament/Tournament.cs#L663
Complete the task associated to this 'TODO' comment. (https://rules.sonarsource.com/csharp/RSPEC-1135)