moved file from 'Templates' to 'templates' #134
Annotations
1 error and 12 warnings
build
Process completed with exit code 1.
|
build
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v2, actions/[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/[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:
templates/Bellatrix.Playwright.GettingStarted/obj/Debug/net8.0/TestPlatformEntryPoint.cs#L10
Method 'TestingPlatformEntryPoint.Main(string[])' will not be used as an entry point because a synchronous entry point 'AutoGeneratedProgram.Main(string[])' was found.
|
build:
templates/Bellatrix.Playwright.GettingStarted/UrlSettings.cs#L11
Non-nullable property 'BaseUrl' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
build:
templates/Bellatrix.Playwright.GettingStarted/UrlSettings.cs#L12
Non-nullable property 'ShopUrl' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
build:
templates/Bellatrix.Playwright.GettingStarted/UrlSettings.cs#L13
Non-nullable property 'AccountUrl' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
build:
templates/Bellatrix.Playwright.GettingStarted/37. Computer Vision/TextVerificationPDF.cs#L82
Dereference of a possibly null reference.
|
build:
templates/Bellatrix.Playwright.GettingStarted/25. Test Workflow Hooks/TestWorkflowHooksTests.cs#L47
Non-nullable field '_sortDropDown' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
|
build:
templates/Bellatrix.Playwright.GettingStarted/25. Test Workflow Hooks/TestWorkflowHooksTests.cs#L48
Non-nullable field '_protonRocketAnchor' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
|
build:
templates/Bellatrix.Playwright.GettingStarted/12. Page Objects/CheckoutPage/Data/BillingInfo.cs#L5
Non-nullable property 'OrderCommentsTextArea' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
build:
templates/Bellatrix.Playwright.GettingStarted/12. Page Objects/CheckoutPage/Data/BillingInfo.cs#L6
Non-nullable property 'FirstName' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
build:
templates/Bellatrix.Playwright.GettingStarted/12. Page Objects/CheckoutPage/Data/BillingInfo.cs#L7
Non-nullable property 'LastName' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|