Skip to content

fix: github workflow #75

fix: github workflow

fix: github workflow #75

Triggered via pull request December 5, 2024 23:07
Status Failure
Total duration 41s
Artifacts
Matrix: test
Fit to window
Zoom out
Zoom in

Annotations

3 errors and 11 warnings
test (9.0.x): PeakLims/src/PeakLims/Databases/PeakLimsDbContext.cs#L199
'RelationalEventId' does not contain a definition for 'PendingModelChangesWarning'
test (9.0.x): PeakLims/src/PeakLims/Databases/PeakLimsDbContext.cs#L199
'RelationalEventId' does not contain a definition for 'PendingModelChangesWarning'
test (9.0.x)
Process completed with exit code 1.
test (9.0.x)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
test (9.0.x): PeakLimsIdp/Factories/ClientFactory.cs#L13
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
test (9.0.x): PeakLimsIdp/Factories/ClientFactory.cs#L14
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
test (9.0.x): PeakLimsSpa.Bff/Program.cs#L99
Suggest using top level route registrations instead of UseEndpoints (https://aka.ms/aspnet/analyzers)
test (9.0.x): PeakLims/src/PeakLims/Domain/AccessionContacts/Mappings/AccessionContactMapper.cs#L19
Cannot configure an object mapping on a queryable projection mapping, apply the configurations to an object mapping method instead
test (9.0.x): PeakLims/src/PeakLims/Domain/Patients/Mappings/PatientMapper.cs#L30
Cannot configure an object mapping on a queryable projection mapping, apply the configurations to an object mapping method instead
test (9.0.x): PeakLims/src/PeakLims/Domain/Samples/Mappings/SampleMapper.cs#L17
Cannot configure an object mapping on a queryable projection mapping, apply the configurations to an object mapping method instead
test (9.0.x): PeakLims/src/PeakLims/Domain/TestOrders/Mappings/TestOrderMapper.cs#L13
Cannot configure an object mapping on a queryable projection mapping, apply the configurations to an object mapping method instead
test (9.0.x): PeakLims/src/PeakLims/Domain/Lifespans/Lifespan.cs#L99
'Lifespan.Lifespan()': new protected member declared in sealed type
test (9.0.x): PeakLims/src/PeakLims/Controllers/v1/TestOrdersController.cs#L141
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.