fix: relax dotnet version check #1276
Annotations
1 error and 11 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. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
build:
src/dotnet.ts#L23
A space is required after '['
|
build:
src/dotnet.ts#L23
A space is required before ']'
|
build:
src/dotnet.ts#L27
A space is required after '['
|
build:
src/dotnet.ts#L27
A space is required before ']'
|
build:
src/dotnet.ts#L29
Unexpected space(s) after "if"
|
build:
src/dotnet.ts#L29
A space is required after '['
|
build:
src/dotnet.ts#L29
'_' is defined but never used
|
build:
src/dotnet.ts#L29
A space is required before ']'
|
build:
src/dotnet.ts#L33
Strings must use singlequote
|
build:
src/dotnet.ts#L34
A space is required after '['
|