Merge pull request #123 from Atralupus/fix-appsettings #185
Annotations
10 warnings
Run dotnet test ArenaService.Tests:
ArenaService/Auth/ES256KAuthenticationHandler.cs#L18
'ISystemClock' is obsolete: 'Use TimeProvider instead.'
|
Run dotnet test ArenaService.Tests:
ArenaService/Auth/ES256KAuthenticationHandler.cs#L20
'AuthenticationHandler<AuthenticationSchemeOptions>.AuthenticationHandler(IOptionsMonitor<AuthenticationSchemeOptions>, ILoggerFactory, UrlEncoder, ISystemClock)' is obsolete: 'ISystemClock is obsolete, use TimeProvider on AuthenticationSchemeOptions instead.'
|
Run dotnet test ArenaService.Tests:
ArenaService/ActionValues/BattleActionValue.cs#L11
Non-nullable property 'Memo' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
Run dotnet test ArenaService.Tests:
ArenaService/ActionValues/BattleActionValue.cs#L12
Non-nullable property 'ArenaProvider' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
Run dotnet test ArenaService.Tests:
ArenaService/ActionValues/BattleActionValue.cs#L14
Non-nullable property 'Costumes' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
Run dotnet test ArenaService.Tests:
ArenaService/ActionValues/BattleActionValue.cs#L15
Non-nullable property 'Equipments' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
Run dotnet test ArenaService.Tests:
ArenaService/Controllers/UserController.cs#L89
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.
|
Run dotnet test ArenaService.Tests:
ArenaService/Auth/ES256KAuthenticationHandler.cs#L85
Cannot convert null literal to non-nullable reference type.
|
Run dotnet test ArenaService.Tests:
ArenaService/Auth/ES256KAuthenticationHandler.cs#L86
Cannot convert null literal to non-nullable reference type.
|
Run dotnet test ArenaService.Tests:
ArenaService/Auth/ES256KAuthenticationHandler.cs#L87
Cannot convert null literal to non-nullable reference type.
|
Loading