Upgrading .NET runtime and projects (#177) #337
This run and associated checks have been archived and are scheduled for deletion.
Learn more about checks retention
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)'.
|