dotnet format && vssettings to match .editorconfig
This commit is contained in:
		| @ -86,6 +86,12 @@ | |||||||
|             "group": ".NET Core", |             "group": ".NET Core", | ||||||
|             "name": ".net Core - New Blazor Web Assembly Hosted and Progressive Web Application" |             "name": ".net Core - New Blazor Web Assembly Hosted and Progressive Web Application" | ||||||
|         }, |         }, | ||||||
|  |         { | ||||||
|  |             "auto": true, | ||||||
|  |             "command": "dotnet format --report obj", | ||||||
|  |             "group": ".NET Core", | ||||||
|  |             "name": ".net Core - Format Report in Obj" | ||||||
|  |         }, | ||||||
|         { |         { | ||||||
|             "auto": true, |             "auto": true, | ||||||
|             "command": "git branch -vv", |             "command": "git branch -vv", | ||||||
|  | |||||||
| @ -33,12 +33,12 @@ | |||||||
|             <ToolsOptionsSubCategory name="CSharp-Specific" RegisteredName="CSharp-Specific" PackageName="CSharpPackage"> |             <ToolsOptionsSubCategory name="CSharp-Specific" RegisteredName="CSharp-Specific" PackageName="CSharpPackage"> | ||||||
|                 <PropertyValue name="Style_RemoveUnnecessarySuppressionExclusions">0</PropertyValue> |                 <PropertyValue name="Style_RemoveUnnecessarySuppressionExclusions">0</PropertyValue> | ||||||
|                 <PropertyValue name="Style_PreferExpressionBodiedConstructors"><CodeStyleOption SerializationVersion="1" Type="Boolean" Value="false" DiagnosticSeverity="Hidden" /></PropertyValue> |                 <PropertyValue name="Style_PreferExpressionBodiedConstructors"><CodeStyleOption SerializationVersion="1" Type="Boolean" Value="false" DiagnosticSeverity="Hidden" /></PropertyValue> | ||||||
|                 <PropertyValue name="Style_PreferPatternMatching"><CodeStyleOption SerializationVersion="1" Type="Boolean" Value="true" DiagnosticSeverity="Hidden" /></PropertyValue> |                 <PropertyValue name="Style_PreferPatternMatching"><CodeStyleOption SerializationVersion="1" Type="Boolean" Value="true" DiagnosticSeverity="Warning" /></PropertyValue> | ||||||
|                 <PropertyValue name="Style_UseVarWhenDeclaringLocals">0</PropertyValue> |                 <PropertyValue name="Style_UseVarWhenDeclaringLocals">0</PropertyValue> | ||||||
|                 <PropertyValue name="Formatting_TriggerOnPaste">1</PropertyValue> |                 <PropertyValue name="Formatting_TriggerOnPaste">1</PropertyValue> | ||||||
|                 <PropertyValue name="Space_AroundBinaryOperator">0</PropertyValue> |                 <PropertyValue name="Space_AroundBinaryOperator">0</PropertyValue> | ||||||
|                 <PropertyValue name="NewLines_QueryExpression_EachClause">1</PropertyValue> |                 <PropertyValue name="NewLines_QueryExpression_EachClause">1</PropertyValue> | ||||||
|                 <PropertyValue name="Style_AllowMultipleBlankLines"><CodeStyleOption SerializationVersion="1" Type="Boolean" Value="false" DiagnosticSeverity="Hidden" /></PropertyValue> |                 <PropertyValue name="Style_AllowMultipleBlankLines"><CodeStyleOption SerializationVersion="1" Type="Boolean" Value="false" DiagnosticSeverity="Warning" /></PropertyValue> | ||||||
|                 <PropertyValue name="Style_UseImplicitTypeWhereApparent"><CodeStyleOption SerializationVersion="1" Type="Boolean" Value="false" DiagnosticSeverity="Hidden" /></PropertyValue> |                 <PropertyValue name="Style_UseImplicitTypeWhereApparent"><CodeStyleOption SerializationVersion="1" Type="Boolean" Value="false" DiagnosticSeverity="Hidden" /></PropertyValue> | ||||||
|                 <PropertyValue name="Style_PreferInferredTupleNames"><CodeStyleOption SerializationVersion="1" Type="Boolean" Value="true" DiagnosticSeverity="Info" /></PropertyValue> |                 <PropertyValue name="Style_PreferInferredTupleNames"><CodeStyleOption SerializationVersion="1" Type="Boolean" Value="true" DiagnosticSeverity="Info" /></PropertyValue> | ||||||
|                 <PropertyValue name="Style_QualifyMethodAccess"><CodeStyleOption SerializationVersion="1" Type="Boolean" Value="false" DiagnosticSeverity="Error" /></PropertyValue> |                 <PropertyValue name="Style_QualifyMethodAccess"><CodeStyleOption SerializationVersion="1" Type="Boolean" Value="false" DiagnosticSeverity="Error" /></PropertyValue> | ||||||
| @ -49,7 +49,7 @@ | |||||||
|                 <PropertyValue name="Fading_FadeOutUnusedImports">1</PropertyValue> |                 <PropertyValue name="Fading_FadeOutUnusedImports">1</PropertyValue> | ||||||
|                 <PropertyValue name="ExtractMethod_DoNotPutOutOrRefOnStruct">1</PropertyValue> |                 <PropertyValue name="ExtractMethod_DoNotPutOutOrRefOnStruct">1</PropertyValue> | ||||||
|                 <PropertyValue name="ShowItemsFromUnimportedNamespaces">-1</PropertyValue> |                 <PropertyValue name="ShowItemsFromUnimportedNamespaces">-1</PropertyValue> | ||||||
|                 <PropertyValue name="Style_PreferCompoundAssignment"><CodeStyleOption SerializationVersion="1" Type="Boolean" Value="true" DiagnosticSeverity="Info" /></PropertyValue> |                 <PropertyValue name="Style_PreferCompoundAssignment"><CodeStyleOption SerializationVersion="1" Type="Boolean" Value="true" DiagnosticSeverity="Warning" /></PropertyValue> | ||||||
|                 <PropertyValue name="Style_PreferExpressionBodiedAccessors"><CodeStyleOption SerializationVersion="1" Type="Boolean" Value="true" DiagnosticSeverity="Hidden" /></PropertyValue> |                 <PropertyValue name="Style_PreferExpressionBodiedAccessors"><CodeStyleOption SerializationVersion="1" Type="Boolean" Value="true" DiagnosticSeverity="Hidden" /></PropertyValue> | ||||||
|                 <PropertyValue name="Style_PreferExpressionBodiedOperators"><CodeStyleOption SerializationVersion="1" Type="Boolean" Value="false" DiagnosticSeverity="Hidden" /></PropertyValue> |                 <PropertyValue name="Style_PreferExpressionBodiedOperators"><CodeStyleOption SerializationVersion="1" Type="Boolean" Value="false" DiagnosticSeverity="Hidden" /></PropertyValue> | ||||||
|                 <PropertyValue name="Style_PreferCoalesceExpression"><CodeStyleOption SerializationVersion="1" Type="Boolean" Value="true" DiagnosticSeverity="Info" /></PropertyValue> |                 <PropertyValue name="Style_PreferCoalesceExpression"><CodeStyleOption SerializationVersion="1" Type="Boolean" Value="true" DiagnosticSeverity="Info" /></PropertyValue> | ||||||
| @ -59,13 +59,13 @@ | |||||||
|                 <PropertyValue name="Style_PreferredModifierOrder"><CodeStyleOption SerializationVersion="1" Type="String" Value="public,private,protected,internal,static,extern,new,virtual,abstract,sealed,override,readonly,unsafe,volatile,async" DiagnosticSeverity="Hidden" /></PropertyValue> |                 <PropertyValue name="Style_PreferredModifierOrder"><CodeStyleOption SerializationVersion="1" Type="String" Value="public,private,protected,internal,static,extern,new,virtual,abstract,sealed,override,readonly,unsafe,volatile,async" DiagnosticSeverity="Hidden" /></PropertyValue> | ||||||
|                 <PropertyValue name="Style_RequireAccessibilityModifiers"><CodeStyleOption SerializationVersion="1" Type="Int32" Value="2" DiagnosticSeverity="Hidden" /></PropertyValue> |                 <PropertyValue name="Style_RequireAccessibilityModifiers"><CodeStyleOption SerializationVersion="1" Type="Int32" Value="2" DiagnosticSeverity="Hidden" /></PropertyValue> | ||||||
|                 <PropertyValue name="Style_PreferObjectInitializer_FadeOutCode">0</PropertyValue> |                 <PropertyValue name="Style_PreferObjectInitializer_FadeOutCode">0</PropertyValue> | ||||||
|                 <PropertyValue name="Style_PreferPatternMatchingOverIsWithCastCheck"><CodeStyleOption SerializationVersion="1" Type="Boolean" Value="true" DiagnosticSeverity="Info" /></PropertyValue> |                 <PropertyValue name="Style_PreferPatternMatchingOverIsWithCastCheck"><CodeStyleOption SerializationVersion="1" Type="Boolean" Value="true" DiagnosticSeverity="Warning" /></PropertyValue> | ||||||
|                 <PropertyValue name="EnableHighlightRelatedKeywords">1</PropertyValue> |                 <PropertyValue name="EnableHighlightRelatedKeywords">1</PropertyValue> | ||||||
|                 <PropertyValue name="Indent_CaseLabels">1</PropertyValue> |                 <PropertyValue name="Indent_CaseLabels">1</PropertyValue> | ||||||
|                 <PropertyValue name="ExtractMethod_AllowBestEffort">1</PropertyValue> |                 <PropertyValue name="ExtractMethod_AllowBestEffort">1</PropertyValue> | ||||||
|                 <PropertyValue name="InsertNewlineOnEnterWithWholeWord">0</PropertyValue> |                 <PropertyValue name="InsertNewlineOnEnterWithWholeWord">0</PropertyValue> | ||||||
|                 <PropertyValue name="Formatting_TriggerOnBlockCompletion">1</PropertyValue> |                 <PropertyValue name="Formatting_TriggerOnBlockCompletion">1</PropertyValue> | ||||||
|                 <PropertyValue name="Style_UnusedValueAssignment"><CodeStyleOption SerializationVersion="1" Type="Int32" Value="2" DiagnosticSeverity="Info" /></PropertyValue> |                 <PropertyValue name="Style_UnusedValueAssignment"><CodeStyleOption SerializationVersion="1" Type="Int32" Value="2" DiagnosticSeverity="Warning" /></PropertyValue> | ||||||
|                 <PropertyValue name="Style_PreferInlinedVariableDeclaration"><CodeStyleOption SerializationVersion="1" Type="Boolean" Value="false" DiagnosticSeverity="Info" /></PropertyValue> |                 <PropertyValue name="Style_PreferInlinedVariableDeclaration"><CodeStyleOption SerializationVersion="1" Type="Boolean" Value="false" DiagnosticSeverity="Info" /></PropertyValue> | ||||||
|                 <PropertyValue name="NavigateToDecompiledSources">1</PropertyValue> |                 <PropertyValue name="NavigateToDecompiledSources">1</PropertyValue> | ||||||
|                 <PropertyValue name="Space_WithinOtherParentheses">0</PropertyValue> |                 <PropertyValue name="Space_WithinOtherParentheses">0</PropertyValue> | ||||||
| @ -75,7 +75,7 @@ | |||||||
|                 <PropertyValue name="HighlightMatchingPortionsOfCompletionListItems">1</PropertyValue> |                 <PropertyValue name="HighlightMatchingPortionsOfCompletionListItems">1</PropertyValue> | ||||||
|                 <PropertyValue name="BringUpOnIdentifier">1</PropertyValue> |                 <PropertyValue name="BringUpOnIdentifier">1</PropertyValue> | ||||||
|                 <PropertyValue name="Style_PreferConditionalExpressionOverReturn"><CodeStyleOption SerializationVersion="1" Type="Boolean" Value="true" DiagnosticSeverity="Hidden" /></PropertyValue> |                 <PropertyValue name="Style_PreferConditionalExpressionOverReturn"><CodeStyleOption SerializationVersion="1" Type="Boolean" Value="true" DiagnosticSeverity="Hidden" /></PropertyValue> | ||||||
|                 <PropertyValue name="Style_PreferExplicitTupleNames"><CodeStyleOption SerializationVersion="1" Type="Boolean" Value="true" DiagnosticSeverity="Info" /></PropertyValue> |                 <PropertyValue name="Style_PreferExplicitTupleNames"><CodeStyleOption SerializationVersion="1" Type="Boolean" Value="true" DiagnosticSeverity="Warning" /></PropertyValue> | ||||||
|                 <PropertyValue name="AutomaticallyCompleteStatementOnSemicolon">1</PropertyValue> |                 <PropertyValue name="AutomaticallyCompleteStatementOnSemicolon">1</PropertyValue> | ||||||
|                 <PropertyValue name="AddImportsOnPaste">-1</PropertyValue> |                 <PropertyValue name="AddImportsOnPaste">-1</PropertyValue> | ||||||
|                 <PropertyValue name="DisplayLineSeparators">0</PropertyValue> |                 <PropertyValue name="DisplayLineSeparators">0</PropertyValue> | ||||||
| @ -84,7 +84,7 @@ | |||||||
|                 <PropertyValue name="Indent_Braces">0</PropertyValue> |                 <PropertyValue name="Indent_Braces">0</PropertyValue> | ||||||
|                 <PropertyValue name="EnterKeyBehavior">0</PropertyValue> |                 <PropertyValue name="EnterKeyBehavior">0</PropertyValue> | ||||||
|                 <PropertyValue name="AddImport_SuggestForTypesInNuGetPackages">1</PropertyValue> |                 <PropertyValue name="AddImport_SuggestForTypesInNuGetPackages">1</PropertyValue> | ||||||
|                 <PropertyValue name="Style_PreferIndexOperator"><CodeStyleOption SerializationVersion="1" Type="Boolean" Value="true" DiagnosticSeverity="Info" /></PropertyValue> |                 <PropertyValue name="Style_PreferIndexOperator"><CodeStyleOption SerializationVersion="1" Type="Boolean" Value="true" DiagnosticSeverity="Warning" /></PropertyValue> | ||||||
|                 <PropertyValue name="Style_PreferDeconstructedVariableDeclaration"><CodeStyleOption SerializationVersion="1" Type="Boolean" Value="false" DiagnosticSeverity="Info" /></PropertyValue> |                 <PropertyValue name="Style_PreferDeconstructedVariableDeclaration"><CodeStyleOption SerializationVersion="1" Type="Boolean" Value="false" DiagnosticSeverity="Info" /></PropertyValue> | ||||||
|                 <PropertyValue name="Style_PreferPatternMatchingOverAsWithNullCheck"><CodeStyleOption SerializationVersion="1" Type="Boolean" Value="true" DiagnosticSeverity="Info" /></PropertyValue> |                 <PropertyValue name="Style_PreferPatternMatchingOverAsWithNullCheck"><CodeStyleOption SerializationVersion="1" Type="Boolean" Value="true" DiagnosticSeverity="Info" /></PropertyValue> | ||||||
|                 <PropertyValue name="Style_PreferConditionalDelegateCall"><CodeStyleOption SerializationVersion="1" Type="Boolean" Value="true" DiagnosticSeverity="Info" /></PropertyValue> |                 <PropertyValue name="Style_PreferConditionalDelegateCall"><CodeStyleOption SerializationVersion="1" Type="Boolean" Value="true" DiagnosticSeverity="Info" /></PropertyValue> | ||||||
| @ -94,7 +94,7 @@ | |||||||
|                 <PropertyValue name="Wrapping_IgnoreSpacesAroundVariableDeclaration">0</PropertyValue> |                 <PropertyValue name="Wrapping_IgnoreSpacesAroundVariableDeclaration">0</PropertyValue> | ||||||
|                 <PropertyValue name="Space_WithinMethodCallParentheses">0</PropertyValue> |                 <PropertyValue name="Space_WithinMethodCallParentheses">0</PropertyValue> | ||||||
|                 <PropertyValue name="Space_AfterCast">0</PropertyValue> |                 <PropertyValue name="Space_AfterCast">0</PropertyValue> | ||||||
|                 <PropertyValue name="Style_ImplicitObjectCreationWhenTypeIsApparent"><CodeStyleOption SerializationVersion="1" Type="Boolean" Value="true" DiagnosticSeverity="Info" /></PropertyValue> |                 <PropertyValue name="Style_ImplicitObjectCreationWhenTypeIsApparent"><CodeStyleOption SerializationVersion="1" Type="Boolean" Value="true" DiagnosticSeverity="Warning" /></PropertyValue> | ||||||
|                 <PropertyValue name="Style_PreferLocalOverAnonymousFunction"><CodeStyleOption SerializationVersion="1" Type="Boolean" Value="true" DiagnosticSeverity="Info" /></PropertyValue> |                 <PropertyValue name="Style_PreferLocalOverAnonymousFunction"><CodeStyleOption SerializationVersion="1" Type="Boolean" Value="true" DiagnosticSeverity="Info" /></PropertyValue> | ||||||
|                 <PropertyValue name="Style_PreferNamespaceAndFolderMatchStructure"><CodeStyleOption SerializationVersion="1" Type="Boolean" Value="true" DiagnosticSeverity="Info" /></PropertyValue> |                 <PropertyValue name="Style_PreferNamespaceAndFolderMatchStructure"><CodeStyleOption SerializationVersion="1" Type="Boolean" Value="true" DiagnosticSeverity="Info" /></PropertyValue> | ||||||
|                 <PropertyValue name="Style_PreferSimplifiedInterpolation"><CodeStyleOption SerializationVersion="1" Type="Boolean" Value="true" DiagnosticSeverity="Info" /></PropertyValue> |                 <PropertyValue name="Style_PreferSimplifiedInterpolation"><CodeStyleOption SerializationVersion="1" Type="Boolean" Value="true" DiagnosticSeverity="Info" /></PropertyValue> | ||||||
| @ -357,13 +357,13 @@ | |||||||
|     <SerializableNamingRule SymbolSpecificationID="830657f6-e7e5-4830-b328-f109d3b6c165" NamingStyleID="87e7c501-9948-4b53-b1eb-a6cbe918feee" EnforcementLevel="Warning" /> |     <SerializableNamingRule SymbolSpecificationID="830657f6-e7e5-4830-b328-f109d3b6c165" NamingStyleID="87e7c501-9948-4b53-b1eb-a6cbe918feee" EnforcementLevel="Warning" /> | ||||||
|     <SerializableNamingRule SymbolSpecificationID="408a3347-b908-4b54-a954-1355e64c1de3" NamingStyleID="87e7c501-9948-4b53-b1eb-a6cbe918feee" EnforcementLevel="Warning" /> |     <SerializableNamingRule SymbolSpecificationID="408a3347-b908-4b54-a954-1355e64c1de3" NamingStyleID="87e7c501-9948-4b53-b1eb-a6cbe918feee" EnforcementLevel="Warning" /> | ||||||
|     <SerializableNamingRule SymbolSpecificationID="d1796e78-ff66-463f-8576-eb46416060c0" NamingStyleID="87e7c501-9948-4b53-b1eb-a6cbe918feee" EnforcementLevel="Warning" /> |     <SerializableNamingRule SymbolSpecificationID="d1796e78-ff66-463f-8576-eb46416060c0" NamingStyleID="87e7c501-9948-4b53-b1eb-a6cbe918feee" EnforcementLevel="Warning" /> | ||||||
|     <SerializableNamingRule SymbolSpecificationID="5f3ddba1-279f-486c-801e-5c097c36dd85" NamingStyleID="e990f1fe-0d28-4414-b9f3-1fd6e2c03ec7" EnforcementLevel="Warning" /> |     <SerializableNamingRule SymbolSpecificationID="5f3ddba1-279f-486c-801e-5c097c36dd85" NamingStyleID="87e7c501-9948-4b53-b1eb-a6cbe918feee" EnforcementLevel="Warning" /> | ||||||
|   </NamingRules> |   </NamingRules> | ||||||
| </NamingPreferencesInfo></PropertyValue> | </NamingPreferencesInfo></PropertyValue> | ||||||
|                 <PropertyValue name="SortUsings_SeparateImportDirectiveGroups">0</PropertyValue> |                 <PropertyValue name="SortUsings_SeparateImportDirectiveGroups">0</PropertyValue> | ||||||
|                 <PropertyValue name="Style_NamespaceDeclarations"><CodeStyleOption SerializationVersion="1" Type="Boolean" Value="true" DiagnosticSeverity="Hidden" /></PropertyValue> |                 <PropertyValue name="Style_NamespaceDeclarations"><CodeStyleOption SerializationVersion="1" Type="Boolean" Value="true" DiagnosticSeverity="Warning" /></PropertyValue> | ||||||
|                 <PropertyValue name="Style_PreferredUsingDirectivePlacement"><CodeStyleOption SerializationVersion="1" Type="Boolean" Value="true" DiagnosticSeverity="Hidden" /></PropertyValue> |                 <PropertyValue name="Style_PreferredUsingDirectivePlacement"><CodeStyleOption SerializationVersion="1" Type="Boolean" Value="true" DiagnosticSeverity="Hidden" /></PropertyValue> | ||||||
|                 <PropertyValue name="Style_PreferNotPattern"><CodeStyleOption SerializationVersion="1" Type="Boolean" Value="true" DiagnosticSeverity="Info" /></PropertyValue> |                 <PropertyValue name="Style_PreferNotPattern"><CodeStyleOption SerializationVersion="1" Type="Boolean" Value="true" DiagnosticSeverity="Warning" /></PropertyValue> | ||||||
|                 <PropertyValue name="Style_PreferConditionalExpressionOverAssignment"><CodeStyleOption SerializationVersion="1" Type="Boolean" Value="true" DiagnosticSeverity="Hidden" /></PropertyValue> |                 <PropertyValue name="Style_PreferConditionalExpressionOverAssignment"><CodeStyleOption SerializationVersion="1" Type="Boolean" Value="true" DiagnosticSeverity="Hidden" /></PropertyValue> | ||||||
|                 <PropertyValue name="Style_PreferExpressionBodiedLambdas"><CodeStyleOption SerializationVersion="1" Type="Boolean" Value="true" DiagnosticSeverity="Hidden" /></PropertyValue> |                 <PropertyValue name="Style_PreferExpressionBodiedLambdas"><CodeStyleOption SerializationVersion="1" Type="Boolean" Value="true" DiagnosticSeverity="Hidden" /></PropertyValue> | ||||||
|                 <PropertyValue name="CSharpClosedFileDiagnostics">0</PropertyValue> |                 <PropertyValue name="CSharpClosedFileDiagnostics">0</PropertyValue> | ||||||
| @ -376,28 +376,28 @@ | |||||||
|                 <PropertyValue name="NewLines_Braces_ObjectInitializer">1</PropertyValue> |                 <PropertyValue name="NewLines_Braces_ObjectInitializer">1</PropertyValue> | ||||||
|                 <PropertyValue name="NewLines_AnonymousTypeInitializer_EachMember">1</PropertyValue> |                 <PropertyValue name="NewLines_AnonymousTypeInitializer_EachMember">1</PropertyValue> | ||||||
|                 <PropertyValue name="Style_AllowBlankLineAfterColonInConstructorInitializer"><CodeStyleOption SerializationVersion="1" Type="Boolean" Value="true" DiagnosticSeverity="Hidden" /></PropertyValue> |                 <PropertyValue name="Style_AllowBlankLineAfterColonInConstructorInitializer"><CodeStyleOption SerializationVersion="1" Type="Boolean" Value="true" DiagnosticSeverity="Hidden" /></PropertyValue> | ||||||
|                 <PropertyValue name="Style_UnusedValueExpressionStatement"><CodeStyleOption SerializationVersion="1" Type="Int32" Value="2" DiagnosticSeverity="Hidden" /></PropertyValue> |                 <PropertyValue name="Style_UnusedValueExpressionStatement"><CodeStyleOption SerializationVersion="1" Type="Int32" Value="2" DiagnosticSeverity="Warning" /></PropertyValue> | ||||||
|                 <PropertyValue name="Style_AllowStatementImmediatelyAfterBlock"><CodeStyleOption SerializationVersion="1" Type="Boolean" Value="true" DiagnosticSeverity="Hidden" /></PropertyValue> |                 <PropertyValue name="Style_AllowStatementImmediatelyAfterBlock"><CodeStyleOption SerializationVersion="1" Type="Boolean" Value="true" DiagnosticSeverity="Hidden" /></PropertyValue> | ||||||
|                 <PropertyValue name="Style_PreferAutoProperties"><CodeStyleOption SerializationVersion="1" Type="Boolean" Value="true" DiagnosticSeverity="Hidden" /></PropertyValue> |                 <PropertyValue name="Style_PreferAutoProperties"><CodeStyleOption SerializationVersion="1" Type="Boolean" Value="true" DiagnosticSeverity="Warning" /></PropertyValue> | ||||||
|                 <PropertyValue name="Style_PreferBraces"><CodeStyleOption SerializationVersion="1" Type="Boolean" Value="true" DiagnosticSeverity="Hidden" /></PropertyValue> |                 <PropertyValue name="Style_PreferBraces"><CodeStyleOption SerializationVersion="1" Type="Boolean" Value="false" DiagnosticSeverity="Hidden" /></PropertyValue> | ||||||
|                 <PropertyValue name="Style_PreferExpressionBodiedLocalFunctions"><CodeStyleOption SerializationVersion="1" Type="Boolean" Value="false" DiagnosticSeverity="Hidden" /></PropertyValue> |                 <PropertyValue name="Style_PreferExpressionBodiedLocalFunctions"><CodeStyleOption SerializationVersion="1" Type="Boolean" Value="false" DiagnosticSeverity="Hidden" /></PropertyValue> | ||||||
|                 <PropertyValue name="Style_PreferIntrinsicPredefinedTypeKeywordInMemberAccess_CodeStyle"><CodeStyleOption SerializationVersion="1" Type="Boolean" Value="true" DiagnosticSeverity="Hidden" /></PropertyValue> |                 <PropertyValue name="Style_PreferIntrinsicPredefinedTypeKeywordInMemberAccess_CodeStyle"><CodeStyleOption SerializationVersion="1" Type="Boolean" Value="true" DiagnosticSeverity="Hidden" /></PropertyValue> | ||||||
|                 <PropertyValue name="Space_BetweenEmptyMethodDeclarationParentheses">0</PropertyValue> |                 <PropertyValue name="Space_BetweenEmptyMethodDeclarationParentheses">0</PropertyValue> | ||||||
|                 <PropertyValue name="NewLines_Keywords_Finally">1</PropertyValue> |                 <PropertyValue name="NewLines_Keywords_Finally">1</PropertyValue> | ||||||
|                 <PropertyValue name="Indent_UnindentLabels">1</PropertyValue> |                 <PropertyValue name="Indent_UnindentLabels">1</PropertyValue> | ||||||
|                 <PropertyValue name="Style_AllowBlankLinesBetweenConsecutiveBraces"><CodeStyleOption SerializationVersion="1" Type="Boolean" Value="false" DiagnosticSeverity="Hidden" /></PropertyValue> |                 <PropertyValue name="Style_AllowBlankLinesBetweenConsecutiveBraces"><CodeStyleOption SerializationVersion="1" Type="Boolean" Value="true" DiagnosticSeverity="Hidden" /></PropertyValue> | ||||||
|                 <PropertyValue name="Style_PreferReadonly"><CodeStyleOption SerializationVersion="1" Type="Boolean" Value="true" DiagnosticSeverity="Info" /></PropertyValue> |                 <PropertyValue name="Style_PreferReadonly"><CodeStyleOption SerializationVersion="1" Type="Boolean" Value="true" DiagnosticSeverity="Warning" /></PropertyValue> | ||||||
|                 <PropertyValue name="Style_PreferNullPropagation"><CodeStyleOption SerializationVersion="1" Type="Boolean" Value="true" DiagnosticSeverity="Info" /></PropertyValue> |                 <PropertyValue name="Style_PreferNullPropagation"><CodeStyleOption SerializationVersion="1" Type="Boolean" Value="true" DiagnosticSeverity="Warning" /></PropertyValue> | ||||||
|                 <PropertyValue name="NewLines_ObjectInitializer_EachMember">1</PropertyValue> |                 <PropertyValue name="NewLines_ObjectInitializer_EachMember">1</PropertyValue> | ||||||
|                 <PropertyValue name="NewLines_Keywords_Else">1</PropertyValue> |                 <PropertyValue name="NewLines_Keywords_Else">1</PropertyValue> | ||||||
|                 <PropertyValue name="Style_AllowEmbeddedStatementsOnSameLine"><CodeStyleOption SerializationVersion="1" Type="Boolean" Value="true" DiagnosticSeverity="Hidden" /></PropertyValue> |                 <PropertyValue name="Style_AllowEmbeddedStatementsOnSameLine"><CodeStyleOption SerializationVersion="1" Type="Boolean" Value="true" DiagnosticSeverity="Hidden" /></PropertyValue> | ||||||
|                 <PropertyValue name="Style_PreferSimpleUsingStatement"><CodeStyleOption SerializationVersion="1" Type="Boolean" Value="true" DiagnosticSeverity="Hidden" /></PropertyValue> |                 <PropertyValue name="Style_PreferSimpleUsingStatement"><CodeStyleOption SerializationVersion="1" Type="Boolean" Value="true" DiagnosticSeverity="Warning" /></PropertyValue> | ||||||
|                 <PropertyValue name="Style_PreferSimpleDefaultExpression"><CodeStyleOption SerializationVersion="1" Type="Boolean" Value="true" DiagnosticSeverity="Info" /></PropertyValue> |                 <PropertyValue name="Style_PreferSimpleDefaultExpression"><CodeStyleOption SerializationVersion="1" Type="Boolean" Value="true" DiagnosticSeverity="Info" /></PropertyValue> | ||||||
|                 <PropertyValue name="Style_PreferSystemHashCode"><CodeStyleOption SerializationVersion="1" Type="Boolean" Value="true" DiagnosticSeverity="Hidden" /></PropertyValue> |                 <PropertyValue name="Style_PreferSystemHashCode"><CodeStyleOption SerializationVersion="1" Type="Boolean" Value="true" DiagnosticSeverity="Hidden" /></PropertyValue> | ||||||
|                 <PropertyValue name="Style_PreferCollectionInitializer_FadeOutCode">0</PropertyValue> |                 <PropertyValue name="Style_PreferCollectionInitializer_FadeOutCode">0</PropertyValue> | ||||||
|                 <PropertyValue name="Style_PreferExpressionBodiedIndexers"><CodeStyleOption SerializationVersion="1" Type="Boolean" Value="true" DiagnosticSeverity="Hidden" /></PropertyValue> |                 <PropertyValue name="Style_PreferExpressionBodiedIndexers"><CodeStyleOption SerializationVersion="1" Type="Boolean" Value="true" DiagnosticSeverity="Hidden" /></PropertyValue> | ||||||
|                 <PropertyValue name="Style_PreferInferredAnonymousTypeMemberNames"><CodeStyleOption SerializationVersion="1" Type="Boolean" Value="true" DiagnosticSeverity="Info" /></PropertyValue> |                 <PropertyValue name="Style_PreferInferredAnonymousTypeMemberNames"><CodeStyleOption SerializationVersion="1" Type="Boolean" Value="true" DiagnosticSeverity="Info" /></PropertyValue> | ||||||
|                 <PropertyValue name="Style_PreferObjectInitializer"><CodeStyleOption SerializationVersion="1" Type="Boolean" Value="true" DiagnosticSeverity="Info" /></PropertyValue> |                 <PropertyValue name="Style_PreferObjectInitializer"><CodeStyleOption SerializationVersion="1" Type="Boolean" Value="true" DiagnosticSeverity="Warning" /></PropertyValue> | ||||||
|                 <PropertyValue name="UseEnhancedColors">-2</PropertyValue> |                 <PropertyValue name="UseEnhancedColors">-2</PropertyValue> | ||||||
|                 <PropertyValue name="Space_WithinMethodDeclarationParentheses">0</PropertyValue> |                 <PropertyValue name="Space_WithinMethodDeclarationParentheses">0</PropertyValue> | ||||||
|                 <PropertyValue name="Space_BetweenEmptyMethodCallParentheses">0</PropertyValue> |                 <PropertyValue name="Space_BetweenEmptyMethodCallParentheses">0</PropertyValue> | ||||||
| @ -406,8 +406,8 @@ | |||||||
|                 <PropertyValue name="Space_AfterMethodCallName">0</PropertyValue> |                 <PropertyValue name="Space_AfterMethodCallName">0</PropertyValue> | ||||||
|                 <PropertyValue name="Space_AfterComma">1</PropertyValue> |                 <PropertyValue name="Space_AfterComma">1</PropertyValue> | ||||||
|                 <PropertyValue name="NewLines_Braces_Property">1</PropertyValue> |                 <PropertyValue name="NewLines_Braces_Property">1</PropertyValue> | ||||||
|                 <PropertyValue name="Style_PreferIsNullCheckOverReferenceEqualityMethod"><CodeStyleOption SerializationVersion="1" Type="Boolean" Value="true" DiagnosticSeverity="Info" /></PropertyValue> |                 <PropertyValue name="Style_PreferIsNullCheckOverReferenceEqualityMethod"><CodeStyleOption SerializationVersion="1" Type="Boolean" Value="true" DiagnosticSeverity="Warning" /></PropertyValue> | ||||||
|                 <PropertyValue name="Style_PreferCollectionInitializer"><CodeStyleOption SerializationVersion="1" Type="Boolean" Value="true" DiagnosticSeverity="Info" /></PropertyValue> |                 <PropertyValue name="Style_PreferCollectionInitializer"><CodeStyleOption SerializationVersion="1" Type="Boolean" Value="true" DiagnosticSeverity="Warning" /></PropertyValue> | ||||||
|                 <PropertyValue name="RenameTrackingPreview">1</PropertyValue> |                 <PropertyValue name="RenameTrackingPreview">1</PropertyValue> | ||||||
|                 <PropertyValue name="Wrapping_IgnoreSpacesAroundBinaryOperators">0</PropertyValue> |                 <PropertyValue name="Wrapping_IgnoreSpacesAroundBinaryOperators">0</PropertyValue> | ||||||
|                 <PropertyValue name="Space_BeforeBasesColon">1</PropertyValue> |                 <PropertyValue name="Space_BeforeBasesColon">1</PropertyValue> | ||||||
| @ -417,7 +417,7 @@ | |||||||
|                 <PropertyValue name="EnableArgumentCompletionSnippets">-1</PropertyValue> |                 <PropertyValue name="EnableArgumentCompletionSnippets">-1</PropertyValue> | ||||||
|                 <PropertyValue name="Style_PreferSimplifiedBooleanExpressions"><CodeStyleOption SerializationVersion="1" Type="Boolean" Value="true" DiagnosticSeverity="Info" /></PropertyValue> |                 <PropertyValue name="Style_PreferSimplifiedBooleanExpressions"><CodeStyleOption SerializationVersion="1" Type="Boolean" Value="true" DiagnosticSeverity="Info" /></PropertyValue> | ||||||
|                 <PropertyValue name="Style_PreferExpressionBodiedProperties"><CodeStyleOption SerializationVersion="1" Type="Boolean" Value="true" DiagnosticSeverity="Hidden" /></PropertyValue> |                 <PropertyValue name="Style_PreferExpressionBodiedProperties"><CodeStyleOption SerializationVersion="1" Type="Boolean" Value="true" DiagnosticSeverity="Hidden" /></PropertyValue> | ||||||
|                 <PropertyValue name="Style_PreferSwitchExpression"><CodeStyleOption SerializationVersion="1" Type="Boolean" Value="true" DiagnosticSeverity="Info" /></PropertyValue> |                 <PropertyValue name="Style_PreferSwitchExpression"><CodeStyleOption SerializationVersion="1" Type="Boolean" Value="true" DiagnosticSeverity="Warning" /></PropertyValue> | ||||||
|                 <PropertyValue name="EnterOutliningModeOnOpen">1</PropertyValue> |                 <PropertyValue name="EnterOutliningModeOnOpen">1</PropertyValue> | ||||||
|                 <PropertyValue name="NewLines_Braces_Type">1</PropertyValue> |                 <PropertyValue name="NewLines_Braces_Type">1</PropertyValue> | ||||||
|                 <PropertyValue name="TriggerInArgumentLists">1</PropertyValue> |                 <PropertyValue name="TriggerInArgumentLists">1</PropertyValue> | ||||||
| @ -428,8 +428,8 @@ | |||||||
|                 <PropertyValue name="Space_WithinSquares">0</PropertyValue> |                 <PropertyValue name="Space_WithinSquares">0</PropertyValue> | ||||||
|                 <PropertyValue name="NewLines_Braces_Accessor">1</PropertyValue> |                 <PropertyValue name="NewLines_Braces_Accessor">1</PropertyValue> | ||||||
|                 <PropertyValue name="NewLines_Braces_LambdaExpressionBody">1</PropertyValue> |                 <PropertyValue name="NewLines_Braces_LambdaExpressionBody">1</PropertyValue> | ||||||
|                 <PropertyValue name="Style_PreferStaticLocalFunction"><CodeStyleOption SerializationVersion="1" Type="Boolean" Value="true" DiagnosticSeverity="Info" /></PropertyValue> |                 <PropertyValue name="Style_PreferStaticLocalFunction"><CodeStyleOption SerializationVersion="1" Type="Boolean" Value="true" DiagnosticSeverity="Warning" /></PropertyValue> | ||||||
|                 <PropertyValue name="Style_PreferRangeOperator"><CodeStyleOption SerializationVersion="1" Type="Boolean" Value="true" DiagnosticSeverity="Info" /></PropertyValue> |                 <PropertyValue name="Style_PreferRangeOperator"><CodeStyleOption SerializationVersion="1" Type="Boolean" Value="true" DiagnosticSeverity="Warning" /></PropertyValue> | ||||||
|                 <PropertyValue name="Style_PreferNullCheckOverTypeCheck"><CodeStyleOption SerializationVersion="1" Type="Boolean" Value="true" DiagnosticSeverity="Info" /></PropertyValue> |                 <PropertyValue name="Style_PreferNullCheckOverTypeCheck"><CodeStyleOption SerializationVersion="1" Type="Boolean" Value="true" DiagnosticSeverity="Info" /></PropertyValue> | ||||||
|                 <PropertyValue name="Style_UseImplicitTypeWherePossible"><CodeStyleOption SerializationVersion="1" Type="Boolean" Value="false" DiagnosticSeverity="Hidden" /></PropertyValue> |                 <PropertyValue name="Style_UseImplicitTypeWherePossible"><CodeStyleOption SerializationVersion="1" Type="Boolean" Value="false" DiagnosticSeverity="Hidden" /></PropertyValue> | ||||||
|                 <PropertyValue name="Style_QualifyFieldAccess"><CodeStyleOption SerializationVersion="1" Type="Boolean" Value="false" DiagnosticSeverity="Hidden" /></PropertyValue> |                 <PropertyValue name="Style_QualifyFieldAccess"><CodeStyleOption SerializationVersion="1" Type="Boolean" Value="false" DiagnosticSeverity="Hidden" /></PropertyValue> | ||||||
| @ -450,6 +450,32 @@ | |||||||
|             </ToolsOptionsSubCategory> |             </ToolsOptionsSubCategory> | ||||||
|         </ToolsOptionsCategory> |         </ToolsOptionsCategory> | ||||||
|     </ToolsOptions> |     </ToolsOptions> | ||||||
|  |     <Category name="Text Editor_General" Category="{c178af61-531a-46f0-bd57-102d9e42c711}" Package="{e269b994-ef71-4ce0-8bcd-581c217372e8}" RegisteredName="Text Editor_General" PackageName="Microsoft.VisualStudio.Editor.Implementation.EditorPackage"> | ||||||
|  |         <PropertyValue name="EditorEmulation">0</PropertyValue> | ||||||
|  |         <PropertyValue name="DragNDropTextEditing">true</PropertyValue> | ||||||
|  |         <PropertyValue name="SelectSubwordOnDoubleClick">false</PropertyValue> | ||||||
|  |         <PropertyValue name="AutoDelimiterHighlighting">true</PropertyValue> | ||||||
|  |         <PropertyValue name="TrackChanges">true</PropertyValue> | ||||||
|  |         <PropertyValue name="DetectUTF8WithoutSignature">true</PropertyValue> | ||||||
|  |         <PropertyValue name="EnableCodingConventions">true</PropertyValue> | ||||||
|  |         <PropertyValue name="EnableClickableGotoDefinition">true</PropertyValue> | ||||||
|  |         <PropertyValue name="ClickGoToDefModifierKey">2</PropertyValue> | ||||||
|  |         <PropertyValue name="OpenDefinitionInPeekView">false</PropertyValue> | ||||||
|  |         <PropertyValue name="VisibleWhitespace">false</PropertyValue> | ||||||
|  |         <PropertyValue name="SelectionMargin">true</PropertyValue> | ||||||
|  |         <PropertyValue name="MarginIndicatorBar">true</PropertyValue> | ||||||
|  |         <PropertyValue name="HighlightCurrentLine">true</PropertyValue> | ||||||
|  |         <PropertyValue name="ShowBlockStructure">true</PropertyValue> | ||||||
|  |         <PropertyValue name="ShowErrorSuiggles">true</PropertyValue> | ||||||
|  |         <PropertyValue name="ShowFileHealthIndicator">true</PropertyValue> | ||||||
|  |         <PropertyValue name="LineSpacing">1</PropertyValue> | ||||||
|  |         <PropertyValue name="ShowEditingStateMargins">true</PropertyValue> | ||||||
|  |         <PropertyValue name="ShowRowColMargins">true</PropertyValue> | ||||||
|  |         <PropertyValue name="ShowSelectionStateMargin">true</PropertyValue> | ||||||
|  |         <PropertyValue name="ShowInsertMargin">true</PropertyValue> | ||||||
|  |         <PropertyValue name="ShowLeadingWhitespaceMargin">true</PropertyValue> | ||||||
|  |         <PropertyValue name="ShowLineEndingMargin">true</PropertyValue> | ||||||
|  |     </Category> | ||||||
|     <Category name="Text Editor_Advanced" Category="{efd55f3d-23c1-4a1d-a58b-77295611c7d4}" Package="{e269b994-ef71-4ce0-8bcd-581c217372e8}" RegisteredName="Text Editor_Advanced" PackageName="Microsoft.VisualStudio.Editor.Implementation.EditorPackage"> |     <Category name="Text Editor_Advanced" Category="{efd55f3d-23c1-4a1d-a58b-77295611c7d4}" Package="{e269b994-ef71-4ce0-8bcd-581c217372e8}" RegisteredName="Text Editor_Advanced" PackageName="Microsoft.VisualStudio.Editor.Implementation.EditorPackage"> | ||||||
|         <PropertyValue name="Diff/View/HighlightMode">1</PropertyValue> |         <PropertyValue name="Diff/View/HighlightMode">1</PropertyValue> | ||||||
|         <PropertyValue name="Diff/View/ShowDiffOverviewMargin">false</PropertyValue> |         <PropertyValue name="Diff/View/ShowDiffOverviewMargin">false</PropertyValue> | ||||||
|  | |||||||
		Reference in New Issue
	
	Block a user