JWT and RabbitMq support #5
Merged
Annotations
11 warnings
|
|
|
MethodologyMain.Persistence/Interfaces/IHackathonRepository.cs#L14
Cannot convert null literal to non-nullable reference type.
|
|
MethodologyMain.API/Program.cs#L48
Calling 'BuildServiceProvider' from application code results in an additional copy of singleton services being created. Consider alternatives such as dependency injecting services as parameters to 'Configure'. (https://aka.ms/AA5k895)
|
|
MethodologyMain.API/Controllers/TeamController.cs#L26
This async method lacks 'await' operators and will run synchronously. Consider using the 'await' operator to await non-blocking API calls, or 'await Task.Run(...)' to do CPU-bound work on a background thread.
|
|
MethodologyMain.Application/Services/TeamService.cs#L128
Possible null reference return.
|
|
MethodologyMain.Application/Services/TeamService.cs#L122
Possible null reference return.
|
|
MethodologyMain.Application/DTO/TeamInfoDto.cs#L8
Non-nullable property 'Name' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
|
MethodologyMain.Persistence/Repository/TeamRepository.cs#L92
Possible null reference return.
|
|
MethodologyMain.Persistence/Repository/TeamRepository.cs#L53
Possible null reference argument for parameter 'item' in 'bool List<UserTeamEntity>.Remove(UserTeamEntity item)'.
|
|
MethodologyMain.Persistence/Repository/HackathonRepository.cs#L39
Cannot convert null literal to non-nullable reference type.
|
|
MethodologyMain.Persistence/Interfaces/IHackathonRepository.cs#L14
Cannot convert null literal to non-nullable reference type.
|
The logs for this run have expired and are no longer available.
Loading