fix #25
Annotations
30 warnings
source/X39.UnitedTacticalForces.Api/Services/UpdateStreamService/IUpdateStreamService.cs#L36
Non-nullable property 'Value' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
source/X39.UnitedTacticalForces.Api/Services/GameServerController/GameServerControllerFactory.cs#L107
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.
|
source/X39.UnitedTacticalForces.Api/Controllers/WikiController.cs#L84
Possible null reference argument for parameter 'source' in 'DateTimeOffset Enumerable.Max<WikiPageRevision, DateTimeOffset>(IEnumerable<WikiPageRevision> source, Func<WikiPageRevision, DateTimeOffset> selector)'.
|
source/X39.UnitedTacticalForces.Api/Controllers/WikiController.cs#L115
Possible null reference return.
|
source/X39.UnitedTacticalForces.Api/Controllers/WikiController.cs#L120
Dereference of a possibly null reference.
|
source/X39.UnitedTacticalForces.Api/Controllers/EventsController.cs#L74
Dereference of a possibly null reference.
|
source/X39.UnitedTacticalForces.Api/Controllers/EventsController.cs#L89
Dereference of a possibly null reference.
|
source/X39.UnitedTacticalForces.Api/Services/GameServerController/Controllers/SteamGameServerControllerBase.cs#L394
Possible null reference argument for parameter 'args' in 'string StringExtensionMethods.Format(string format, params object[] args)'.
|
source/X39.UnitedTacticalForces.Api/Controllers/EventsController.cs#L202
Dereference of a possibly null reference.
|
source/X39.UnitedTacticalForces.Api/Controllers/EventsController.cs#L215
Dereference of a possibly null reference.
|
source/X39.BI.Config.Parsing/ConfigParser.cs#L70
Possible null reference return.
|
source/X39.BI.Config.Parsing/ConfigParser.cs#L100
Possible null reference return.
|
source/X39.UnitedTacticalForces.WebApp/Api.Generated.cs#L2750
Cannot convert null literal to non-nullable reference type.
|
source/X39.UnitedTacticalForces.WebApp/Shared/MainLayout.razor#L57
'Palette' is obsolete: 'This property will be abstract in a future update. Use PaletteLight, PaletteDark or your own implementation.'
|
source/X39.UnitedTacticalForces.WebApp/Shared/MainLayout.razor#L99
'Palette' is obsolete: 'This property will be abstract in a future update. Use PaletteLight, PaletteDark or your own implementation.'
|
source/X39.UnitedTacticalForces.WebApp/Pages/Authentication.razor#L8
Non-nullable property 'Action' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
source/X39.UnitedTacticalForces.WebApp/Dialogs/SelectUserDialog.razor#L6
Nullability of reference types in return type of 'Task<IEnumerable<User>> SelectUserDialog.FindUserAsync(string input)' doesn't match the target delegate 'Func<string, Task<IEnumerable<User?>>>' (possibly because of nullability attributes).
|
source/X39.UnitedTacticalForces.WebApp/Dialogs/SelectUserDialog.razor#L9
Dereference of a possibly null reference.
|
source/X39.UnitedTacticalForces.WebApp/Dialogs/SelectUserDialog.razor#L9
Dereference of a possibly null reference.
|
source/X39.UnitedTacticalForces.WebApp/Dialogs/SelectorDialog.razor#L14
Argument of type 'T?[]' cannot be used for parameter '__arg0' of type 'IEnumerable<T>' in 'void TypeInference.CreateMudSelect_0<T>(RenderTreeBuilder __builder, int seq, int __seq0, IEnumerable<T> __arg0, int __seq1, EventCallback<IEnumerable<T>> __arg1, int __seq2, RenderFragment __arg2)' due to differences in the nullability of reference types.
|
source/X39.BI.Config.Parsing/ConfigParser.cs#L70
Possible null reference return.
|
source/X39.BI.Config.Parsing/ConfigParser.cs#L100
Possible null reference return.
|
source/X39.UnitedTacticalForces.Api/Data/Authority/Extern/DiscordUser.cs#L10
Non-nullable property 'Username' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
source/X39.UnitedTacticalForces.Api/Controllers/WikiController.cs#L84
Possible null reference argument for parameter 'source' in 'DateTimeOffset Enumerable.Max<WikiPageRevision, DateTimeOffset>(IEnumerable<WikiPageRevision> source, Func<WikiPageRevision, DateTimeOffset> selector)'.
|
source/X39.UnitedTacticalForces.Api/Controllers/WikiController.cs#L115
Possible null reference return.
|
source/X39.UnitedTacticalForces.Api/Controllers/WikiController.cs#L120
Dereference of a possibly null reference.
|
source/X39.UnitedTacticalForces.Api/Services/UpdateStreamService/IUpdateStreamService.cs#L36
Non-nullable property 'Value' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
source/X39.UnitedTacticalForces.Api/Services/GameServerController/GameServerControllerFactory.cs#L107
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.
|
source/X39.UnitedTacticalForces.Api/Services/GameServerController/Controllers/SteamGameServerControllerBase.cs#L394
Possible null reference argument for parameter 'args' in 'string StringExtensionMethods.Format(string format, params object[] args)'.
|
source/X39.UnitedTacticalForces.Api/Controllers/EventsController.cs#L74
Dereference of a possibly null reference.
|
The logs for this run have expired and are no longer available.
Loading