Skip to content

Update signature parser to resolve MAMERedump ingestion issue #796

Update signature parser to resolve MAMERedump ingestion issue

Update signature parser to resolve MAMERedump ingestion issue #796

Triggered via pull request March 8, 2026 09:46
Status Success
Total duration 45s
Artifacts

dotnet.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

10 warnings
build: hasheous-lib/Classes/Auth/Models/UserViewModel.cs#L6
Non-nullable property 'EmailAddress' 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/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)'.