Skip to content

Bump MockQueryable.Core, MockQueryable.Moq and Moq #305

Bump MockQueryable.Core, MockQueryable.Moq and Moq

Bump MockQueryable.Core, MockQueryable.Moq and Moq #305

Status Success
Total duration 4m 36s
Artifacts
Fit to window
Zoom out
Zoom in

Annotations

2 errors and 11 warnings
Build and test: LearningHub.Nhs.UserApi.Services.UnitTests/LoginWizardServiceTests.cs#L1081
'IQueryable<UserSecurityQuestion>' does not contain a definition for 'BuildMock' and no accessible extension method 'BuildMock' accepting a first argument of type 'IQueryable<UserSecurityQuestion>' could be found (are you missing a using directive or an assembly reference?)
Build and test: LearningHub.Nhs.UserApi.Services.UnitTests/LoginWizardServiceTests.cs#L1081
'IQueryable<UserSecurityQuestion>' does not contain a definition for 'BuildMock' and no accessible extension method 'BuildMock' accepting a first argument of type 'IQueryable<UserSecurityQuestion>' could be found (are you missing a using directive or an assembly reference?)
Build and test
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/
Build and test: Auth/LearningHub.Nhs.Auth/Controllers/OpenAthensController.cs#L259
XML comment has syntactically incorrect cref attribute '(string, string, IReadOnlyCollection)'
Build and test: Auth/LearningHub.Nhs.Auth/Controllers/OpenAthensController.cs#L259
Identifier expected. See also error CS1001.
Build and test: Auth/LearningHub.Nhs.Auth/Controllers/HomeController.cs#L77
This async method lacks 'await' operators and will run synchronously. Consider using the 'await' operator to await non-blocking API calls, or 'await Task.Run(...)' to do CPU-bound work on a background thread.
Build and test: Auth/LearningHub.Nhs.Auth/Views/Shared/Components/TextArea/Default.cshtml#L5
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context. Auto-generated code requires an explicit '#nullable' directive in source.