You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The SonarAnalyzer.Rules.CSharp.AssignmentInsideSubExpression throws a System.NullReferenceException on peach when analyzing automatic-graph-layout.
CSC : warning AD0001: Analyzer 'SonarAnalyzer.Rules.CSharp.AssignmentInsideSubExpression' threw an exception of type 'System.NullReferenceException' with message 'Object reference not set to an instance of an object.'. [d:\slave02\workspace\Dotnet\automatic-graph-layout\GraphLayout\tools\Dot2Graph\Dot2Graph.csproj]
CSC : warning AD0001: Analyzer 'SonarAnalyzer.Rules.CSharp.AssignmentInsideSubExpression' threw an exception of type 'System.NullReferenceException' with message 'Object reference not set to an instance of an object.'. [d:\slave02\workspace\Dotnet\automatic-graph-layout\GraphLayout\tools\Dot2Graph\Dot2Graph.csproj]
The text was updated successfully, but these errors were encountered:
michalb-sonar
changed the title
Fix AssignmentInsideSubExpression to not throw NullReferenceException on automatic-graph-layout
Fix S1121: do not throw NullReferenceException on automatic-graph-layout
Aug 28, 2017
valhristov
changed the title
Fix S1121: do not throw NullReferenceException on automatic-graph-layout
Fix S1121: NullReferenceException when while loop with assignment expression is within a for loop with no condition
Aug 28, 2017
The
SonarAnalyzer.Rules.CSharp.AssignmentInsideSubExpression
throws aSystem.NullReferenceException
on peach when analyzing automatic-graph-layout.The text was updated successfully, but these errors were encountered: