Skip to content

update actions to use dotnet 9 #69

update actions to use dotnet 9

update actions to use dotnet 9 #69

Triggered via push July 31, 2025 23:16
Status Success
Total duration 1m 56s
Artifacts
Fit to window
Zoom out
Zoom in

Annotations

11 warnings
build: XAU/Views/Pages/MiscPage.xaml.cs#L41
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#L22
Dereference of a possibly null reference.
build: XAU/Views/Pages/MiscPage.xaml.cs#L21
Converting null literal or possible null value to non-nullable type.
build: XAU/Models/XboxApiResponse.cs#L473
Non-nullable property 'timeUnlocked' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
build: XAU/Models/XboxApiResponse.cs#L472
Non-nullable property 'lockedDescription' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
build: XAU/Models/XboxApiResponse.cs#L471
Non-nullable property 'description' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
build: XAU/Models/XboxApiResponse.cs#L469
Non-nullable property 'name' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
build: XAU/Util/Memory/Methods/Read.cs#L22
Cannot convert null literal to non-nullable reference type.
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
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/