Add support for multiple metadata data sources #463
Annotations
11 warnings
build
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
build:
gaseous-server/Classes/Metadata/Communications.cs#L1320
XML comment has badly formed XML -- 'Expected an end tag for element 'param'.'
|
build:
gaseous-server/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:
gaseous-server/Models/Signatures_Games.cs#L37
'Signatures_Games.Game' hides inherited member 'SignatureModel.Game'. Use the new keyword if hiding was intended.
|
build:
gaseous-server/Models/Signatures_Games.cs#L38
'Signatures_Games.Rom' hides inherited member 'SignatureModel.Rom'. Use the new keyword if hiding was intended.
|
build:
gaseous-server/Models/Signatures_Games.cs#L155
'Signatures_Games.GameItem' hides inherited member 'SignatureModel.GameItem'. Use the new keyword if hiding was intended.
|
build:
gaseous-server/Models/Signatures_Games.cs#L219
'Signatures_Games.RomItem' hides inherited member 'SignatureModel.RomItem'. Use the new keyword if hiding was intended.
|
build:
gaseous-server/Models/Signatures_Games.cs#L276
'Signatures_Games.RomItem.MediaType' hides inherited member 'SignatureModel.RomItem.MediaType'. Use the new keyword if hiding was intended.
|
build:
gaseous-server/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:
gaseous-server/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:
gaseous-server/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.
|