Merge pull request #38 from lekman/feature/codescene-refactor #153
ci_unit_tests.yml
on: push
Unit Tests
/
Build and Test
47s
Unit Tests
/
Create Issue
0s
Annotations
3 warnings and 1 notice
Unit Tests / Build and Test
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/
|
Expression is always 'true' or 'false' according to nullable reference types' annotations:
AzureLiquid.Preview/PreviewProcessArguments.cs#L66
Expression is always false according to nullable reference types' annotations
|
Conditional access qualifier expression is not null according to nullable reference types' annotations:
AzureLiquid.Preview/PreviewProcessArguments.cs#L56
Conditional access qualifier expression is never null according to nullable reference types' annotations
|
Use 'Array.Empty<T>()':
AzureLiquid.Tests/PreviewProcessTests.cs#L190
Use 'Array.Empty()'
|