Skip to content

Add support for mapping Screenscraper games #817

Add support for mapping Screenscraper games

Add support for mapping Screenscraper games #817

Triggered via pull request April 3, 2026 12:45
Status Success
Total duration 44s
Artifacts

dotnet.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

11 warnings
build
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/checkout@v2, actions/setup-dotnet@v1. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Node.js 20 will be removed from the runner on September 16th, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
build: hasheous-lib/Classes/Auth/Models/UserViewModel.cs#L5
Non-nullable property 'Id' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
build: hasheous-lib/Classes/Auth/Models/VerifyAuthenticatorCodeViewModel.cs#L13
Non-nullable property 'ReturnUrl' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
build: hasheous-lib/Classes/Auth/Models/VerifyAuthenticatorCodeViewModel.cs#L11
Non-nullable property 'Code' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
build: hasheous-lib/Classes/Auth/Models/VerifyCodeViewModel.cs#L16
Non-nullable property 'ReturnUrl' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
build: hasheous-lib/Classes/Auth/Models/VerifyCodeViewModel.cs#L14
Non-nullable property 'Code' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
build: hasheous-lib/Classes/Auth/Models/VerifyCodeViewModel.cs#L11
Non-nullable property 'Provider' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
build: hasheous-lib/Classes/Auth/Models/VerifyPhoneNumberViewModel.cs#L16
Non-nullable property 'PhoneNumber' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
build: hasheous-lib/Classes/Auth/Models/VerifyPhoneNumberViewModel.cs#L11
Non-nullable property 'Code' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
build: hasheous-lib/Classes/Auth/Classes/RoleStore.cs#L67
Nullability of reference types in return type of 'Task<ApplicationRole> RoleStore.FindByIdAsync(string roleId, CancellationToken cancellationToken)' doesn't match implicitly implemented member 'Task<ApplicationRole?> IRoleStore<ApplicationRole>.FindByIdAsync(string roleId, CancellationToken cancellationToken)'.
build: hasheous-lib/Classes/Metadata/ScreenScraper/IMetadata_ScreenScraper.cs#L970
XML comment has badly formed XML -- 'End tag was not expected at this location.'