Merge pull request #46 from AutomateThePlanet/bellatrix-twilio-integr… #197
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:
src/Bellatrix.Plugins.Jira.Zephyr/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:
src/Bellatrix.Plugins.Jira.Zephyr/ZephyrPlugin.cs#L65
Possible null reference assignment.
|
build:
src/Bellatrix.Plugins.Jira.Zephyr/ZephyrPlugin.cs#L66
Possible null reference assignment.
|
build:
src/Bellatrix.Plugins.Jira.Zephyr/ZephyrPlugin.cs#L67
Possible null reference assignment.
|
build:
src/Bellatrix.Plugins.Jira.Zephyr/services/ZephyrApiService.cs#L32
Possible null reference argument for parameter 'baseUrl' in 'RestClient.RestClient(string baseUrl, ConfigureRestClient? configureRestClient = null, ConfigureHeaders? configureDefaultHeaders = null, ConfigureSerialization? configureSerialization = null)'.
|
build:
src/Bellatrix.Plugins.Jira.Zephyr/services/ZephyrApiService.cs#L42
Possible null reference argument for parameter 'client' in 'RestResponse RestClientExtensions.Execute(RestClient client, RestRequest request, CancellationToken cancellationToken = default(CancellationToken))'.
|