Ensure args with [NotBody] do not display within openapi. #562
Triggered via pull request
September 19, 2023 21:35
Status
Success
Total duration
1m 59s
Artifacts
–
Annotations
11 warnings
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/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/AppointmentProjection.cs#L17
Dereference of a possibly null reference.
|
build:
src/Samples/CQRSWithMarten/TeleHealth.Common/AppointmentProjection.cs#L32
Dereference of a possibly null reference.
|
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.
|