Skip to content

Applied correct database query casing #115

Applied correct database query casing

Applied correct database query casing #115

Triggered via pull request November 25, 2023 12:09
Status Success
Total duration 37s
Artifacts
This run and associated checks have been archived and are scheduled for deletion. Learn more about checks retention

dotnet.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

11 warnings
build
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, 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: 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/Classes/Auth/Models/VerifyPhoneNumberViewModel.cs#L11
Non-nullable property 'Code' must contain a non-null value when exiting constructor. Consider 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 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 declaring the property as nullable.
build: gaseous-server/Classes/Auth/Models/VerifyCodeViewModel.cs#L14
Non-nullable property 'Code' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: gaseous-server/Classes/Auth/Models/VerifyCodeViewModel.cs#L16
Non-nullable property 'ReturnUrl' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: gaseous-server/Classes/Auth/Models/VerifyAuthenticatorCodeViewModel.cs#L11
Non-nullable property 'Code' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: gaseous-server/Classes/Auth/Models/VerifyAuthenticatorCodeViewModel.cs#L13
Non-nullable property 'ReturnUrl' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: gaseous-server/Timer.cs#L23
Nullability of reference types in type of parameter 'state' of 'void TimedHostedService.DoWork(object state)' doesn't match the target delegate 'TimerCallback' (possibly because of nullability attributes).
build: gaseous-server/Classes/Roms.cs#L75
Converting null literal or possible null value to non-nullable type.