Skip to content

Bump Microsoft.NET.Test.Sdk from 17.6.0 to 17.7.0 #370

Bump Microsoft.NET.Test.Sdk from 17.6.0 to 17.7.0

Bump Microsoft.NET.Test.Sdk from 17.6.0 to 17.7.0 #370

Triggered via pull request August 7, 2023 13:09
Status Success
Total duration 1m 6s
Artifacts

ci.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

12 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, 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: src/Legerity.Core/AppManager.cs#L145
'EdgeDriver' is obsolete: 'Selenium Tools for Microsoft Edge is deprecated. Please upgrade to Selenium 4 which has built-in support for Microsoft Edge (Chromium): https://docs.microsoft.com/en-us/microsoft-edge/webdriver-chromium/#upgrading-from-selenium-3'
build: src/Legerity.Core/Exceptions/ElementShownException.cs#L31
'ElementShownException.ElementName' is obsolete: 'ElementName will be removed in a future major release. Please use the Locator instead.'
build: src/Legerity.Core/Exceptions/ElementNotShownException.cs#L31
'ElementNotShownException.ElementName' is obsolete: 'ElementName will be removed in a future major release. Please use the Locator instead.'
build: src/Legerity.Core/Android/AndroidAppManagerOptions.cs#L1
The file header is missing or not located at the top of the file.
build: src/Legerity.Core/AppiumManagerOptions.cs#L1
The file header is missing or not located at the top of the file.
build: src/Legerity.Core/AppManager.cs#L1
The file header is missing or not located at the top of the file.
build: src/Legerity.Core/AppManager.cs#L30
The keyword 'new' should be followed by a space.