Skip to content

debug env

debug env #1003

Triggered via push November 21, 2023 13:12
Status Failure
Total duration 44s
Artifacts

test.yml

on: push
lint_unittest
22s
lint_unittest
e2e_test
36s
e2e_test
Fit to window
Zoom out
Zoom in

Annotations

1 error and 4 warnings
lint_unittest
Process completed with exit code 1.
e2e_test: TestSolution/TestConsoleApp/Program.cs#L7
"[InconsistentNaming] Name 'canBePrivate' does not match rule 'Fields (not private)'. Suggested name is 'CanBePrivate'." on /home/runner/work/resharper_inspectcode/resharper_inspectcode/TestSolution/TestConsoleApp/Program.cs(7,95)
e2e_test: TestSolution/TestConsoleApp/Program.cs#L9
"[NotAccessedField.Compiler] Field 'unusedField' is assigned but its value is never used" on /home/runner/work/resharper_inspectcode/resharper_inspectcode/TestSolution/TestConsoleApp/Program.cs(9,147)
e2e_test: TestSolution/TestConsoleApp/Program.cs#L11
"[UnusedParameter.Local] Parameter 'args' is never used" on /home/runner/work/resharper_inspectcode/resharper_inspectcode/TestSolution/TestConsoleApp/Program.cs(11,199)
e2e_test: TestSolution/TestConsoleApp/Program.cs#L13
"[NotAccessedVariable.Compiler] Local variable 'unusedVariable' is only assigned but its value is never used" on /home/runner/work/resharper_inspectcode/resharper_inspectcode/TestSolution/TestConsoleApp/Program.cs(13,231)