Added gamertag search & export to csv (#244) #52
Annotations
13 warnings
build
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-dotnet@v1. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
build
The following actions uses node12 which is deprecated and will be forced to run on node16: 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
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
build
The "--output" option isn't supported when building a solution. Specifying a solution-level output path results in all projects copying outputs to the same directory, which can lead to inconsistent builds.
|
build:
XAU/Util/Memory/Methods/Read.cs#L22
Cannot convert null literal to non-nullable reference type.
|
build:
XAU/Models/XboxApiResponse.cs#L468
Non-nullable property 'name' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
build:
XAU/Models/XboxApiResponse.cs#L470
Non-nullable property 'description' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
build:
XAU/Models/XboxApiResponse.cs#L471
Non-nullable property 'lockedDescription' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
build:
XAU/Models/XboxApiResponse.cs#L472
Non-nullable property 'timeUnlocked' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
build:
XAU/Views/Pages/MiscPage.xaml.cs#L21
Converting null literal or possible null value to non-nullable type.
|
build:
XAU/Views/Pages/MiscPage.xaml.cs#L22
Dereference of a possibly null reference.
|
build:
XAU/Views/Pages/MiscPage.xaml.cs#L31
Because this call is not awaited, execution of the current method continues before the call is completed. Consider applying the 'await' operator to the result of the call.
|
build:
XAU/Views/Pages/MiscPage.xaml.cs#L41
Dereference of a possibly null reference.
|