Annotations
3 errors and 13 warnings
build
Cannot create a package that has no dependencies nor content.
|
build
Cannot create a package that has no dependencies nor content.
|
build
Process completed with exit code 1.
|
build
The following actions use a deprecated Node.js version 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.SourceGen/ServiceMeshGenerator.cs#L130
Prefer comparing 'Count' to 0 rather than using 'Any()', both for clarity and for performance (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1860)
|
build:
Core.ServiceMesh.SourceGen/ServiceMeshGenerator.cs#L168
Prefer comparing 'Count' to 0 rather than using 'Any()', both for clarity and for performance (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1860)
|
build:
Core.ServiceMesh.SourceGen/ServiceMeshGenerator.cs#L168
Prefer comparing 'Count' to 0 rather than using 'Any()', both for clarity and for performance (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1860)
|
build:
Core.ServiceMesh.SourceGen/ServiceMeshGenerator.cs#L130
Prefer comparing 'Count' to 0 rather than using 'Any()', both for clarity and for performance (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1860)
|
build:
Core.ServiceMesh.SourceGen/ServiceMeshGenerator.cs#L120
The behavior of 'string.StartsWith(string)' could vary based on the current user's locale settings. Replace this call in 'Core.ServiceMesh.SourceGen.ServiceMeshGenerator.BuildRemoteProxy(Microsoft.CodeAnalysis.SourceProductionContext, Core.ServiceMesh.SourceGen.Model.ServiceDescription)' with a call to 'string.StartsWith(string, System.StringComparison)'. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1310)
|
build:
Core.ServiceMesh.SourceGen/ServiceMeshGenerator.cs#L123
The behavior of 'string.StartsWith(string)' could vary based on the current user's locale settings. Replace this call in 'Core.ServiceMesh.SourceGen.ServiceMeshGenerator.BuildRemoteProxy(Microsoft.CodeAnalysis.SourceProductionContext, Core.ServiceMesh.SourceGen.Model.ServiceDescription)' with a call to 'string.StartsWith(string, System.StringComparison)'. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1310)
|
build
Some target frameworks declared in the dependencies group of the nuspec and the lib/ref folder do not have exact matches in the other location. Consult the list of actions below:
|
build
- Add lib or ref assemblies for the netstandard2.0 target framework
|
build:
Core.ServiceMesh/Internal/ServiceRegistration.cs#L8
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:
Core.ServiceMesh/Internal/ServiceRegistration.cs#L9
Non-nullable property 'Sub' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or 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/
|