Merge pull request #297 from stayintarkov/Cert-Temp-Fix #380
Annotations
8 warnings
SIT.Manager/Models/Mirrors.cs#L5
Non-nullable property 'Link' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
SIT.Manager/Models/Mirrors.cs#L6
Non-nullable property 'Hash' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
SIT.Manager/ViewModels/Play/CharacterSummaryViewModel.cs#L197
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.
|
SIT.Manager/Services/Caching/CacheEntry.cs#L61
Possible null reference return.
|
SIT.Manager/Models/Mirrors.cs#L5
Non-nullable property 'Link' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
SIT.Manager/Models/Mirrors.cs#L6
Non-nullable property 'Hash' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
SIT.Manager/ViewModels/Play/CharacterSummaryViewModel.cs#L197
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.
|
SIT.Manager/Services/Caching/CacheEntry.cs#L61
Possible null reference return.
|
This job succeeded
Loading