Added a logout button so that a "saved profile" can be forgotten. #364
Annotations
8 warnings
Build Debug:
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.
|
Build Debug:
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.
|
Build Debug:
SIT.Manager/ViewModels/Play/CharacterSummaryViewModel.cs#L165
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.
|
Build Debug:
SIT.Manager/Services/Caching/CacheEntry.cs#L61
Possible null reference return.
|
Build Debug:
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.
|
Build Debug:
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.
|
Build Debug:
SIT.Manager/ViewModels/Play/CharacterSummaryViewModel.cs#L165
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.
|
Build Debug:
SIT.Manager/Services/Caching/CacheEntry.cs#L61
Possible null reference return.
|
Loading