Skip to content

Merge branch 'alistair-file_upload_support' #657

Merge branch 'alistair-file_upload_support'

Merge branch 'alistair-file_upload_support' #657

Triggered via push November 9, 2023 17:50
Status Failure
Total duration 1m 23s
Artifacts

dotnet.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

7 errors and 11 warnings
build: src/Http/Wolverine.Http/HttpGraph.ParameterMatching.cs#L10
Merge conflict marker encountered
build: src/Http/Wolverine.Http/HttpGraph.ParameterMatching.cs#L11
Merge conflict marker encountered
build: src/Http/Wolverine.Http/HttpGraph.ParameterMatching.cs#L13
Merge conflict marker encountered
build: src/Http/Wolverine.Http/HttpGraph.ParameterMatching.cs#L10
Merge conflict marker encountered
build: src/Http/Wolverine.Http/HttpGraph.ParameterMatching.cs#L11
Merge conflict marker encountered
build: src/Http/Wolverine.Http/HttpGraph.ParameterMatching.cs#L13
Merge conflict marker encountered
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/KitchenSink/MartenAndRabbitMessages/Issue.cs#L9
Non-nullable property 'Title' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: src/Samples/KitchenSink/MartenAndRabbitMessages/Issue.cs#L10
Non-nullable property 'Description' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: src/Samples/CQRSWithMarten/TeleHealth.Common/Appointments.cs#L11
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/Appointments.cs#L12
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/Appointments.cs#L80
Non-nullable property 'ProviderName' 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.
build: src/Samples/CQRSWithMarten/TeleHealth.Common/Boards.cs#L19
Non-nullable property 'CloseReason' 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/BoardView.cs#L72
Non-nullable property 'Provider' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.