Skip to content

Fixed Settings error checking, the changed proposed would requiere a … #341

Fixed Settings error checking, the changed proposed would requiere a …

Fixed Settings error checking, the changed proposed would requiere a … #341

Triggered via push December 29, 2023 13:46
Status Success
Total duration 41s
Artifacts

dotnet.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

11 warnings
build
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, microsoft/variable-substitution@v1, actions/setup-dotnet@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
build: src/PlayFabBuddy.UI/Pages/FetchPlayerList.razor#L47
Possible null reference argument for parameter 'masterPlayerAccountId' in 'void FetchPlayerList.BanSinglePlayer(string masterPlayerAccountId, string customId, string titleId, string id)'.
build: src/PlayFabBuddy.UI/Pages/FetchPlayerList.razor#L47
Possible null reference argument for parameter 'customId' in 'void FetchPlayerList.BanSinglePlayer(string masterPlayerAccountId, string customId, string titleId, string id)'.
build: src/PlayFabBuddy.UI/Pages/FetchPlayerList.razor#L47
Possible null reference argument for parameter 'titleId' in 'void FetchPlayerList.BanSinglePlayer(string masterPlayerAccountId, string customId, string titleId, string id)'.
build: src/PlayFabBuddy.UI/Pages/FetchPlayerList.razor#L47
Possible null reference argument for parameter 'id' in 'void FetchPlayerList.BanSinglePlayer(string masterPlayerAccountId, string customId, string titleId, string id)'.
build: src/PlayFabBuddy.UI/Pages/FetchPlayerList.razor#L70
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: src/PlayFabBuddy.UI/Pages/FetchPlayerList.razor#L65
Non-nullable property 'ipAddressToBan' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: src/PlayFabBuddy.UI/Pages/FetchPlayerList.razor#L47
Possible null reference argument for parameter 'masterPlayerAccountId' in 'void FetchPlayerList.BanSinglePlayer(string masterPlayerAccountId, string customId, string titleId, string id)'.
build: src/PlayFabBuddy.UI/Pages/FetchPlayerList.razor#L47
Possible null reference argument for parameter 'customId' in 'void FetchPlayerList.BanSinglePlayer(string masterPlayerAccountId, string customId, string titleId, string id)'.
build: src/PlayFabBuddy.UI/Pages/FetchPlayerList.razor#L47
Possible null reference argument for parameter 'titleId' in 'void FetchPlayerList.BanSinglePlayer(string masterPlayerAccountId, string customId, string titleId, string id)'.
build: src/PlayFabBuddy.UI/Pages/FetchPlayerList.razor#L47
Possible null reference argument for parameter 'id' in 'void FetchPlayerList.BanSinglePlayer(string masterPlayerAccountId, string customId, string titleId, string id)'.