Annotations
11 warnings
build
The following actions uses Node.js version which is deprecated and will be forced to run on node20: actions/checkout@v3, actions/setup-dotnet@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:
Core.ServiceMesh/Internal/ConsumerRegistration.cs#L7
Non-nullable property 'Name' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
build:
Core.ServiceMesh/Internal/ConsumerRegistration.cs#L9
Non-nullable property 'Subjects' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
build:
Core.ServiceMesh/Internal/ConsumerRegistration.cs#L10
Non-nullable property 'Stream' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
build:
Core.ServiceMesh/Internal/ConsumerRegistration.cs#L12
Non-nullable property 'Consumer' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
build:
Core.ServiceMesh/Internal/ConsumerRegistration.cs#L13
Non-nullable property 'Methods' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
build:
Core.ServiceMesh/TraceDispatchProxy.cs#L33
Converting null literal or possible null value to non-nullable type.
|
build:
Core.ServiceMesh/TraceDispatchProxy.cs#L33
Possible null reference return.
|
build:
Core.ServiceMesh/TraceDispatchProxy.cs#L49
Converting null literal or possible null value to non-nullable type.
|
build:
Core.ServiceMesh/TraceDispatchProxy.cs#L49
Possible null reference return.
|
build:
Core.ServiceMesh/TraceDispatchProxy.cs#L12
Non-nullable property 'ServiceProvider' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|