Merge branch 'master' into bellatrix-twilio-integration #194
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.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/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/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/eventargs/ZephyrPluginProvider.cs#L21
Non-nullable event 'ZephyrCycleCreatedEvent' must contain a non-null value when exiting constructor. Consider declaring the event as nullable.
|
build:
src/Bellatrix.Plugins.Jira.Zephyr/eventargs/ZephyrPluginProvider.cs#L22
Non-nullable event 'ZephyrCycleCreationFailedEvent' must contain a non-null value when exiting constructor. Consider declaring the event as nullable.
|
build:
src/Bellatrix.Plugins.Jira.Zephyr/eventargs/ZephyrPluginProvider.cs#L23
Non-nullable event 'ZephyrTestCaseExecutionFailedEvent' must contain a non-null value when exiting constructor. Consider declaring the event as nullable.
|
build:
src/Bellatrix.Plugins.Jira.Zephyr/eventargs/ZephyrPluginProvider.cs#L24
Non-nullable event 'ZephyrTestCaseExecutedEvent' must contain a non-null value when exiting constructor. Consider declaring the event as nullable.
|
build:
src/Bellatrix.Plugins.Jira.Zephyr/eventargs/ZephyrPluginProvider.cs#L25
Non-nullable event 'ZephyrCycleStatusUpdatedEvent' must contain a non-null value when exiting constructor. Consider declaring the event as nullable.
|