Skip to content

fixes to Bellatrix.SMS #193

fixes to Bellatrix.SMS

fixes to Bellatrix.SMS #193

Triggered via push July 9, 2024 07:48
Status Failure
Total duration 3m 26s
Artifacts
Fit to window
Zoom out
Zoom in

Annotations

1 error and 12 warnings
build
Process completed with exit code 1.
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
The following actions uses Node.js version which is deprecated and will be forced to run on node20: actions/checkout@v2, actions/[email protected]. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
build: src/Bellatrix.SMS/SmsListener.cs#L28
Cannot convert null literal to non-nullable reference type.
build: src/Bellatrix.SMS/SmsListener.cs#L28
Non-nullable field 'cancellationTokenSource' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
build: src/Bellatrix.SMS/SmsListener.cs#L40
Possible null reference return.
build: src/Bellatrix.SMS/SmsListener.cs#L21
Non-nullable event 'MessageReceived' must contain a non-null value when exiting constructor. Consider declaring the event as nullable.
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/07. Common Services/07.1. Browser Service/BrowserServiceTests.cs#L29
'BrowserService.Maximize()' is obsolete: 'Playwright does not support 'maximize' out of the box. Use specific resolution instead.'
build: templates/Bellatrix.Playwright.GettingStarted/08. Controls/08.2. Complex Controls/Data/Employee.cs#L8
Non-nullable property 'Order' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.