Skip to content

feature(#72) Improve Logging: Fix Duplicate Entries, Implement High-… #109

feature(#72) Improve Logging: Fix Duplicate Entries, Implement High-…

feature(#72) Improve Logging: Fix Duplicate Entries, Implement High-… #109

Triggered via pull request July 22, 2024 09:44
@BchirBchir
synchronize #74
v6.0.0
Status Success
Total duration 4m 27s
Artifacts

pr-gate.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

14 warnings
build
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, 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 uses Node.js version which is deprecated and will be forced to run on node20: actions/checkout@v2, actions/setup-dotnet@v1. 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 5.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
.NET Core 3.1 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: src/Ev.ServiceBus/Dispatch/DispatchSender.cs#L143
Non-nullable property 'Messages' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: src/Ev.ServiceBus/Dispatch/DispatchSender.cs#L145
Non-nullable property 'ResourceId' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: src/Ev.ServiceBus/Dispatch/DispatchSender.cs#L146
Non-nullable property 'Sender' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: src/Ev.ServiceBus/Reception/DefaultTransactionManager.cs#L21
Possible null reference argument for parameter 'parentId' in 'Activity? ActivitySource.StartActivity(string name, ActivityKind kind, string parentId, IEnumerable<KeyValuePair<string, object?>>? tags = null, IEnumerable<ActivityLink>? links = null, DateTimeOffset startTime = default(DateTimeOffset))'.
build: src/Ev.ServiceBus/TextJsonPayloadSerializer.cs#L28
Possible null reference return.
build: src/Ev.ServiceBus/Dispatch/DispatchSender.cs#L143
Non-nullable property 'Messages' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: src/Ev.ServiceBus/Dispatch/DispatchSender.cs#L145
Non-nullable property 'ResourceId' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: src/Ev.ServiceBus/Dispatch/DispatchSender.cs#L146
Non-nullable property 'Sender' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: src/Ev.ServiceBus/Reception/DefaultTransactionManager.cs#L21
Possible null reference argument for parameter 'parentId' in 'Activity? ActivitySource.StartActivity(string name, ActivityKind kind, string parentId, IEnumerable<KeyValuePair<string, object?>>? tags = null, IEnumerable<ActivityLink>? links = null, DateTimeOffset startTime = default(DateTimeOffset))'.