Restored GetCurrentUser method #371
Annotations
10 warnings
Server/ReasnAPI/ReasnAPI/Program.cs#L16
The using directive for 'ReasnAPI.Services' appeared previously in this namespace
|
Server/ReasnAPI/ReasnAPI/Services/UserService.cs#L17
Non-nullable field '_httpContextAccessor' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
|
Server/ReasnAPI/ReasnAPI/Controllers/EventsController.cs#L11
Remove this unread private field '_context' or refactor the code to use its value. (https://rules.sonarsource.com/csharp/RSPEC-4487)
|
Server/ReasnAPI/ReasnAPI/Models/Database/ReasnContext.cs#L289
Supply an implementation for this partial method. (https://rules.sonarsource.com/csharp/RSPEC-3251)
|
Server/ReasnAPI/ReasnAPI/Program.cs#L150
Await RunAsync instead. (https://rules.sonarsource.com/csharp/RSPEC-6966)
|
Server/ReasnAPI/ReasnAPI/Services/EventService.cs#L81
The collection-specific "TrueForAll" method should be used instead of the "All" extension (https://rules.sonarsource.com/csharp/RSPEC-6603)
|
Server/ReasnAPI/ReasnAPI/Services/EventService.cs#L95
The collection-specific "TrueForAll" method should be used instead of the "All" extension (https://rules.sonarsource.com/csharp/RSPEC-6603)
|
Server/ReasnAPI/ReasnAPI/Services/ImageService.cs#L77
Collection-specific "Exists" method should be used instead of the "Any" extension. (https://rules.sonarsource.com/csharp/RSPEC-6605)
|
Server/ReasnAPI/ReasnAPI/Services/ImageService.cs#L86
Collection-specific "Exists" method should be used instead of the "Any" extension. (https://rules.sonarsource.com/csharp/RSPEC-6605)
|
Server/ReasnAPI/ReasnAPI/Services/TagService.cs#L50
The collection-specific "TrueForAll" method should be used instead of the "All" extension (https://rules.sonarsource.com/csharp/RSPEC-6603)
|
This job succeeded
Loading