addition to 7.0 migration guide #1342
Annotations
2 errors and 13 warnings
src/Testing/CoreTests/Transports/Local/local_integration_specs.cs#L46
System.InvalidOperationException : No message of type Wolverine.ComplianceTests.Compliance.Message1 was detected
Activity detected:
--------------------------------------------------------------------------------------
| Message Id | Message Type | Time (ms) | Event |
--------------------------------------------------------------------------------------
| 08dcef75-4b36-375d-000d-3a8cf0430000 | Message1 | 0| Sent |
| 08dcef75-4b36-375d-000d-3a8cf0430000 | Message1 | 0| Received |
--------------------------------------------------------------------------------------
|
|
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/
|
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/build.cs#L281
Possible null reference return.
|
build/build.cs#L286
Possible null reference argument for parameter 'element' in 'TargetFrameworkAttribute? CustomAttributeExtensions.GetCustomAttribute<TargetFrameworkAttribute>(Assembly element)'.
|
build/build.cs#L286
Dereference of a possibly null reference.
|
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.
|
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.
|
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.
|
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.
|
src/Samples/CQRSWithMarten/TeleHealth.Common/Appointments.cs#L80
Non-nullable property 'ProviderName' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
src/Samples/CQRSWithMarten/TeleHealth.Common/BoardView.cs#L60
Non-nullable property 'PatientName' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
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.
|
The logs for this run have expired and are no longer available.
Loading