Commit d57cddb
File tree
99 files changed
+329
-53
lines changed- src
- Analyzers
- CSharp/Analyzers
- AddBraces
- ConvertSwitchStatementToExpression
- InlineDeclaration
- InvokeDelegateWithConditionalAccess
- MakeLocalFunctionStatic
- MakeStructFieldsWritable
- MisplacedUsingDirectives
- RemoveConfusingSuppression
- RemoveUnnecessaryDiscardDesignation
- RemoveUnreachableCode
- UseCompoundAssignment
- UseDeconstruction
- UseDefaultLiteral
- UseExpressionBody
- Helpers
- UseImplicitObjectCreation
- UseImplicitOrExplicitType
- UseIndexOrRangeOperator
- UseIsNullCheck
- UseLocalFunction
- UsePatternCombinators
- UsePatternMatching
- UseSimpleUsingStatement
- Core/Analyzers
- AddAccessibilityModifiers
- AddRequiredParentheses
- ConvertAnonymousTypeToTuple
- ConvertTypeofToNameof
- FileHeaders
- MakeFieldReadonly
- NamingStyle
- OrderModifiers
- PopulateSwitch
- QualifyMemberAccess
- RemoveRedundantEquality
- RemoveUnnecessaryCast
- RemoveUnnecessaryImports
- RemoveUnnecessaryParentheses
- RemoveUnnecessarySuppressions
- RemoveUnusedMembers
- RemoveUnusedParametersAndValues
- SimplifyBooleanExpression
- SimplifyInterpolation
- UseAutoProperty
- UseCoalesceExpression
- UseCollectionInitializer
- UseCompoundAssignment
- UseConditionalExpression
- ForAssignment
- ForReturn
- UseExplicitTupleName
- UseInferredMemberName
- UseIsNullCheck
- UseNullPropagation
- UseObjectInitializer
- UseSystemHashCode
- UseThrowExpression
- ValidateFormatString
- VisualBasic/Analyzers
- RemoveUnnecessaryByVal
- UseIsNotExpression
- CodeStyle
- Core/Analyzers
- Tools
- EditorFeatures/Test
- Diagnostics
- EditAndContinue
- Features
- CSharp/Portable
- UseExpressionBodyForLambda
- UsePatternMatching
- Core/Portable
- CodeStyle
- DisposeAnalysis
- EmbeddedLanguages/RegularExpressions
- Formatting
- PreferFrameworkType
- SimplifyThisOrMe
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
99 files changed
+329
-53
lines changedLines changed: 1 addition & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
22 | 22 | | |
23 | 23 | | |
24 | 24 | | |
| 25 | + | |
25 | 26 | | |
26 | 27 | | |
27 | 28 | | |
| |||
Lines changed: 1 addition & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
22 | 22 | | |
23 | 23 | | |
24 | 24 | | |
| 25 | + | |
25 | 26 | | |
26 | 27 | | |
27 | 28 | | |
| |||
Lines changed: 1 addition & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
36 | 36 | | |
37 | 37 | | |
38 | 38 | | |
| 39 | + | |
39 | 40 | | |
40 | 41 | | |
41 | 42 | | |
| |||
Lines changed: 1 addition & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
27 | 27 | | |
28 | 28 | | |
29 | 29 | | |
| 30 | + | |
30 | 31 | | |
31 | 32 | | |
32 | 33 | | |
| |||
Lines changed: 1 addition & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
17 | 17 | | |
18 | 18 | | |
19 | 19 | | |
| 20 | + | |
20 | 21 | | |
21 | 22 | | |
22 | 23 | | |
| |||
Lines changed: 1 addition & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
18 | 18 | | |
19 | 19 | | |
20 | 20 | | |
| 21 | + | |
21 | 22 | | |
22 | 23 | | |
23 | 24 | | |
| |||
Lines changed: 6 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
27 | 27 | | |
28 | 28 | | |
29 | 29 | | |
30 | | - | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
31 | 33 | | |
32 | 34 | | |
33 | 35 | | |
34 | 36 | | |
35 | 37 | | |
36 | | - | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
37 | 41 | | |
38 | 42 | | |
39 | 43 | | |
| |||
Lines changed: 1 addition & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
15 | 15 | | |
16 | 16 | | |
17 | 17 | | |
| 18 | + | |
18 | 19 | | |
19 | 20 | | |
20 | 21 | | |
| |||
Lines changed: 1 addition & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
19 | 19 | | |
20 | 20 | | |
21 | 21 | | |
| 22 | + | |
22 | 23 | | |
23 | 24 | | |
24 | 25 | | |
| |||
Lines changed: 1 addition & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
26 | 26 | | |
27 | 27 | | |
28 | 28 | | |
| 29 | + | |
29 | 30 | | |
30 | 31 | | |
31 | 32 | | |
| |||
0 commit comments