Selenium 4 upgrade #459
Annotations
13 warnings
build
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v2, actions/setup-dotnet@v1, NuGet/[email protected]. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
build
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions/setup-dotnet@v1, NuGet/[email protected]. 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 `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:
tools/Legerity.PageObjectGenerator/Features/Generators/Models/GeneratorTemplateData.cs#L7
Non-nullable property 'Trait' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
build:
tools/Legerity.PageObjectGenerator/Program.cs#L13
Missing XML comment for publicly visible type or member 'Program'
|
build:
tools/Legerity.PageObjectGenerator/Program.cs#L15
Missing XML comment for publicly visible type or member 'Program.Main(string[])'
|
build:
tools/Legerity.PageObjectGenerator/Infrastructure/Extensions/StringExtensions.cs#L9
Use span-based 'string.Concat' and 'AsSpan' instead of 'Substring' (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1845)
|
build:
tools/Legerity.PageObjectGenerator/Infrastructure/Logging/SerilogConfigurator.cs#L13
The behavior of 'LoggerSinkConfiguration.Console([LogEventLevel],
|
build:
tools/Legerity.PageObjectGenerator/Features/Generators/Windows/XamlPageObjectGenerator.cs#L180
Member 'FlattenElements' does not access instance data and can be marked as static (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1822)
|
build:
tools/Legerity.PageObjectGenerator/Features/Generators/Android/AxmlPageObjectGenerator.cs#L162
Member 'FlattenElements' does not access instance data and can be marked as static (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1822)
|
build:
tools/Legerity.PageObjectGenerator/Features/Generators/Windows/XamlPageObjectGenerator.cs#L19
Type 'XamlPageObjectGenerator' can be sealed because it has no subtypes in its containing assembly and is not externally visible (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1852)
|
build:
tools/Legerity.PageObjectGenerator/Features/Generators/Models/GeneratorTemplateData.cs#L5
Type 'GeneratorTemplateData' can be sealed because it has no subtypes in its containing assembly and is not externally visible (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1852)
|
build:
tools/Legerity.PageObjectGenerator/Infrastructure/Configuration/Options.cs#L6
Type 'Options' can be sealed because it has no subtypes in its containing assembly and is not externally visible (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1852)
|