Fixed a GCP Pub/Sub ack batched message bug #1398
Annotations
2 errors and 13 warnings
CoreTests.Acceptance.multi_tenancy.invoke_with_tenant_with_expected_result:
src/Testing/CoreTests/Acceptance/multi_tenancy.cs#L56
System.Exception : No messages of type CoreTests.Acceptance.TenantedMessage2 were received
Activity detected:
------------------------------------------------------------------------------------------------------------------------
| Message Id | Message Type | Time (ms) | Event |
------------------------------------------------------------------------------------------------------------------------
| 08dcfddd-97e9-93c4-6045-bde87de10000 | CoreTests.Acceptance.TenantedMessage1 | 36| ExecutionStarted |
| 08dcfddd-97e9-c0f6-6045-bde87de10000 | CoreTests.Acceptance.TenantedMessage2 | 37| Sent |
| 08dcfddd-97e9-c0f6-6045-bde87de10000 | CoreTests.Acceptance.TenantedMessage2 | 37| Received |
| 08dcfddd-97e9-93c4-6045-bde87de10000 | CoreTests.Acceptance.TenantedMessage1 | 37| ExecutionFinished |
------------------------------------------------------------------------------------------------------------------------
|
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
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/setup-dotnet@v1, actions/checkout@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
build
.NET 7.0 is no longer supported and will not receive security updates in the future. Please refer to https://aka.ms/dotnet-core-support for more information about the .NET support policy.
|
build:
build/build.cs#L282
Possible null reference return.
|
build:
build/build.cs#L287
Possible null reference argument for parameter 'element' in 'TargetFrameworkAttribute? CustomAttributeExtensions.GetCustomAttribute<TargetFrameworkAttribute>(Assembly element)'.
|
build:
build/build.cs#L287
Dereference of a possibly null reference.
|
build:
src/Samples/KitchenSink/MartenAndRabbitMessages/Issue.cs#L9
Non-nullable property 'Title' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or 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 adding the 'required' modifier or 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 adding the 'required' modifier or 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 adding the 'required' modifier or declaring the property as nullable.
|
build:
src/Samples/CQRSWithMarten/TeleHealth.Common/Boards.cs#L13
Non-nullable property 'Name' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
build:
src/Samples/CQRSWithMarten/TeleHealth.Common/Boards.cs#L13
Non-nullable property 'CloseReason' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
build:
src/Samples/CQRSWithMarten/TeleHealth.Common/Boards.cs#L17
Non-nullable property 'CloseReason' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|