Code Analysis | IDE0054 In C# Application

Code Analysis | IDE0054 In C# Application

#codeanalysis #code #analysis #IDE0054 #compound #assignment

#description:-
Code Analysis:- IDE0054
Use compound assignment

// dotnet_style_prefer_compound_assignment = true
x += 5;

// dotnet_style_prefer_compound_assignment = false
x = x + 5;

Reference:-  


BansodeTechSolutionLinkedIn  

Comments

Popular posts from this blog

Load Data From Excel To Grid View in Asp.net C#

Advance Web Programming | TYIT | Mumbai University | Practical 1A | Product of 4 Value

10.5. Identity and Access Management (IAM) in Cloud Computing