Merge pull request #495 from muno92/renovate/all-minor-patch #124
Annotations
9 warnings and 6 notices
Run /./:
TestSolution/TestConsoleApp/Program.cs#L7
"[InconsistentNaming] Name 'canBePrivate' does not match rule 'Static fields (not private)'. Suggested name is 'CanBePrivate'." on /home/runner/work/resharper_inspectcode/resharper_inspectcode/TestSolution/TestConsoleApp/Program.cs(7,30)
|
Run /./:
TestSolution/TestConsoleApp/Program.cs#L9
"[InconsistentNaming] Name 'unusedField' does not match rule 'Static fields (private)'. Suggested name is '_unusedField'." on /home/runner/work/resharper_inspectcode/resharper_inspectcode/TestSolution/TestConsoleApp/Program.cs(9,28)
|
Run /./:
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,28)
|
Run /./:
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,17)
|
Run /./:
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,35)
|
Run /./:
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)
|
Run /./:
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)
|
Run /./:
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)
|
Run /./:
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)
|
Run /./:
TestSolution/TestConsoleApp/Program.cs#L11
"[ArrangeTypeMemberModifiers] Inconsistent modifiers style: missing 'private' modifier" on /home/runner/work/resharper_inspectcode/resharper_inspectcode/TestSolution/TestConsoleApp/Program.cs(11,21)
|
Run /./:
TestSolution/TestConsoleApp/Program.cs#L5
"[ArrangeTypeModifiers] Inconsistent modifiers style: missing 'internal' modifier" on /home/runner/work/resharper_inspectcode/resharper_inspectcode/TestSolution/TestConsoleApp/Program.cs(5,11)
|
Run /./:
TestSolution/TestConsoleApp/Program.cs#L5
"[ClassNeverInstantiated.Global] Class 'Program' is never instantiated" on /home/runner/work/resharper_inspectcode/resharper_inspectcode/TestSolution/TestConsoleApp/Program.cs(5,11)
|
Run /./:
TestSolution/TestConsoleApp/Program.cs#L7
"[ConvertToConstant.Global] Convert into constant" on /home/runner/work/resharper_inspectcode/resharper_inspectcode/TestSolution/TestConsoleApp/Program.cs(7,30)
|
Run /./:
TestSolution/TestConsoleApp/Program.cs#L7
"[FieldCanBeMadeReadOnly.Global] Field can be made readonly" on /home/runner/work/resharper_inspectcode/resharper_inspectcode/TestSolution/TestConsoleApp/Program.cs(7,30)
|
Run /./:
TestSolution/TestConsoleApp/Program.cs#L7
"[MemberCanBePrivate.Global] Field 'canBePrivate' can be made private" on /home/runner/work/resharper_inspectcode/resharper_inspectcode/TestSolution/TestConsoleApp/Program.cs(7,9)
|
Loading