Skip to content

Try out workflow

Try out workflow #1

Triggered via push December 18, 2023 10:19
Status Failure
Total duration 29s
Artifacts
This run and associated checks have been archived and are scheduled for deletion. Learn more about checks retention

build.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

2 errors and 9 warnings
build
Publishing to a single-file is only supported for executable applications.
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/setup-dotnet@v1. 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/PrintZPL.Host/Controllers/BatchPrintController.cs#L35
Possible null reference argument for parameter 'data' in 'Task IPrintService.PrintZPL(string zplString, string printerIpAddress, int port, Dictionary<string, string> data, string delimiter)'.
build: src/PrintZPL.Host/Requests/PrintBatchFromZPLRequest.cs#L5
Non-nullable property 'PrintRequests' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: src/PrintZPL.Host/Controllers/PrintController.cs#L33
Possible null reference argument for parameter 'data' in 'Task IPrintService.PrintZPL(string zplString, string printerIpAddress, int port, Dictionary<string, string> data, string delimiter)'.
build: src/PrintZPL.Host/Requests/PrintFromZPLRequest.cs#L8
Non-nullable property 'ZPL' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: src/PrintZPL.Host/Requests/PrintFromZPLRequest.cs#L11
Non-nullable property 'IpAddress' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: src/PrintZPL.Host/Requests/PrintFromZPLRequest.cs#L17
Non-nullable property 'Delimiter' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: src/PrintZPL.Host/Program.cs#L18
Dereference of a possibly null reference.
build: src/PrintZPL.Host/Program.cs#L20
Possible null reference argument for parameter 'path' in 'void Directory.SetCurrentDirectory(string path)'.