Skip to content

fix displaying xbox 360 gamerpics (#482) #86

fix displaying xbox 360 gamerpics (#482)

fix displaying xbox 360 gamerpics (#482) #86

Triggered via push February 5, 2026 22:35
Status Success
Total duration 1m 40s
Artifacts
Fit to window
Zoom out
Zoom in

Annotations

11 warnings
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/Models/MiscItems.cs#L5
Non-nullable property 'TitleId' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
build: XAU/Models/MiscItems.cs#L4
Non-nullable property 'Title' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
build: XAU/Models/GitHubResponse.cs#L31
Non-nullable property 'DownloadUrl' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
build: XAU/Models/GitHubResponse.cs#L25
Non-nullable property 'Sha' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
build: XAU/Models/GitHubResponse.cs#L22
Non-nullable property 'Path' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
build: XAU/Models/GitHubResponse.cs#L19
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/