Fix platform #1000
test.yml
on: push
lint_unittest
30s
e2e_test
38s
Annotations
4 warnings
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)
|