Skip to content

Add conditional in status code setting and logging service, with new … #585

Add conditional in status code setting and logging service, with new …

Add conditional in status code setting and logging service, with new … #585

Re-run triggered October 2, 2023 19:40
Status Failure
Total duration 2m 13s
Artifacts

dotnet.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

3 errors and 11 warnings
build: src/Http/WolverineWebApi/WriteToEndpoints.cs#L2
The type or namespace name 'AspNetCore' does not exist in the namespace 'Marten' (are you missing an assembly reference?)
build: src/Http/WolverineWebApi/WriteToEndpoints.cs#L2
The type or namespace name 'AspNetCore' does not exist in the namespace 'Marten' (are you missing an assembly reference?)
build
Process completed with exit code 1.
build
The following actions uses node12 which is deprecated and will be forced to run on node16: 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: src/Samples/CQRSWithMarten/TeleHealth.Common/ProviderShift.cs#L24
Dereference of a possibly null reference.
build: src/Samples/CQRSWithMarten/TeleHealth.Common/ProviderShift.cs#L12
Non-nullable property 'Name' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: src/Samples/CQRSWithMarten/TeleHealth.Common/Providers.cs#L28
Non-nullable property 'FirstName' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: src/Samples/CQRSWithMarten/TeleHealth.Common/Providers.cs#L29
Non-nullable property 'LastName' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: src/Samples/CQRSWithMarten/TeleHealth.Common/BoardViewProjection.cs#L47
Dereference of a possibly null reference.
build: src/Samples/CQRSWithMarten/TeleHealth.Common/BoardViewProjection.cs#L93
Possible null reference assignment.
build: src/Samples/CQRSWithMarten/TeleHealth.Common/BoardView.cs#L72
Non-nullable property 'Provider' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: src/Samples/CQRSWithMarten/TeleHealth.Common/BoardView.cs#L61
Non-nullable property 'PatientName' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: src/Samples/CQRSWithMarten/TeleHealth.Common/Boards.cs#L15
Non-nullable property 'Name' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: src/Samples/CQRSWithMarten/TeleHealth.Common/Boards.cs#L15
Non-nullable property 'CloseReason' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.