refactor #2
Annotations
13 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
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
build:
Core.ServiceMesh/ServiceMeshExtensions.cs#L101
Dereference of a possibly null reference.
|
build:
Core.ServiceMesh/Internal/ServiceMeshWorker.cs#L212
Possible null reference argument for parameter 'arg2' in 'object? Func<byte[], Type, bool, object?>.Invoke(byte[] arg1, Type arg2, bool arg3)'.
|
build:
Core.ServiceMesh/Internal/ServiceMeshWorker.cs#L212
Possible null reference assignment.
|
build:
Core.ServiceMesh/Internal/ServiceMeshWorker.cs#L225
Converting null literal or possible null value to non-nullable type.
|
build:
Core.ServiceMesh/Internal/ServiceMeshWorker.cs#L234
Dereference of a possibly null reference.
|
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 'Subject' 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#L11
Non-nullable property 'Type' 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
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|