Skip to content

Add global options

Add global options #65

Triggered via pull request October 20, 2024 23:17
Status Success
Total duration 1m 1s
Artifacts

test.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

10 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 use a deprecated Node.js version 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: Generator.Equals/Models/EqualityTypeModel.cs#L24
Converting null literal or possible null value to non-nullable type.
build: Generator.Equals/EqualsGenerator.cs#L39
Member 'Execute2' does not access instance data and can be marked as static (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1822)
build: Generator.Equals/EqualityMemberModelTransformer.cs#L65
The behavior of 'Convert.ToInt64(object)' could vary based on the current user's locale settings. Replace this call in 'EqualityMemberModelTransformer.BuildEqualityModel(ISymbol, ITypeSymbol, AttributesMetadata, bool)' with a call to 'Convert.ToInt64(object, IFormatProvider)'. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1305)
build: Generator.Equals/Extensions/SymbolHelpers.cs#L92
In externally visible method 'bool SymbolHelpers.IsString(ITypeSymbol typeSymbol)', validate parameter 'typeSymbol' is non-null before using it. If appropriate, throw an 'ArgumentNullException' when the argument is 'null'. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1062)
build: Generator.Equals/Models/EqualityTypeModel.cs#L24
Converting null literal or possible null value to non-nullable type.
build: Generator.Equals/EqualsGenerator.cs#L39
Member 'Execute2' does not access instance data and can be marked as static (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1822)
build: Generator.Equals/EqualityMemberModelTransformer.cs#L65
The behavior of 'Convert.ToInt64(object)' could vary based on the current user's locale settings. Replace this call in 'EqualityMemberModelTransformer.BuildEqualityModel(ISymbol, ITypeSymbol, AttributesMetadata, bool)' with a call to 'Convert.ToInt64(object, IFormatProvider)'. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1305)
build: Generator.Equals/Extensions/SymbolHelpers.cs#L92
In externally visible method 'bool SymbolHelpers.IsString(ITypeSymbol typeSymbol)', validate parameter 'typeSymbol' is non-null before using it. If appropriate, throw an 'ArgumentNullException' when the argument is 'null'. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1062)