From 5072816d81734f76a9c2dce91552ca8f71735988 Mon Sep 17 00:00:00 2001 From: William Gross Date: Thu, 15 Jan 2026 13:47:37 -0500 Subject: [PATCH] Updated R# settings --- EWL ReSharper Settings.DotSettings | 40 ++++++++---------------------- 1 file changed, 11 insertions(+), 29 deletions(-) diff --git a/EWL ReSharper Settings.DotSettings b/EWL ReSharper Settings.DotSettings index d2399a6..ae63d47 100644 --- a/EWL ReSharper Settings.DotSettings +++ b/EWL ReSharper Settings.DotSettings @@ -74,6 +74,7 @@ HINT SUGGESTION HINT + DO_NOT_SHOW WARNING DO_NOT_SHOW DO_NOT_SHOW @@ -114,6 +115,7 @@ WARNING DO_NOT_SHOW DO_NOT_SHOW + False True <?xml version="1.0" encoding="utf-16"?><Profile name="Main"><HtmlReformatCode>True</HtmlReformatCode><CSArrangeThisQualifier>True</CSArrangeThisQualifier><CSRemoveCodeRedundancies>False</CSRemoveCodeRedundancies><CSMakeFieldReadonly>True</CSMakeFieldReadonly><CSUseVar><BehavourStyle>CAN_CHANGE_BOTH</BehavourStyle><LocalVariableStyle>ALWAYS_IMPLICIT</LocalVariableStyle><ForeachVariableStyle>ALWAYS_IMPLICIT</ForeachVariableStyle></CSUseVar><JsInsertSemicolon>True</JsInsertSemicolon><JsReformatCode>True</JsReformatCode><CssReformatCode>True</CssReformatCode><CSOptimizeUsings><OptimizeUsings>True</OptimizeUsings></CSOptimizeUsings><CSReformatCode>True</CSReformatCode><CSReorderTypeMembers>True</CSReorderTypeMembers><XMLReformatCode>True</XMLReformatCode><FormatAttributeQuoteDescriptor>True</FormatAttributeQuoteDescriptor><CSCodeStyleAttributes SortModifiers="True" ArrangeBraces="True" ArrangeObjectCreation="True" ArrangeNamespaces="True" /><RemoveCodeRedundancies>True</RemoveCodeRedundancies></Profile> <?xml version="1.0" encoding="utf-16"?><Profile name="No Reordering"><CSArrangeThisQualifier>True</CSArrangeThisQualifier><CSMakeFieldReadonly>True</CSMakeFieldReadonly><CSUseVar><BehavourStyle>CAN_CHANGE_BOTH</BehavourStyle><LocalVariableStyle>ALWAYS_IMPLICIT</LocalVariableStyle><ForeachVariableStyle>ALWAYS_IMPLICIT</ForeachVariableStyle></CSUseVar><CSOptimizeUsings><OptimizeUsings>True</OptimizeUsings><EmbraceInRegion>False</EmbraceInRegion><RegionName></RegionName></CSOptimizeUsings><CSReformatCode>True</CSReformatCode><JsInsertSemicolon>True</JsInsertSemicolon><JsReformatCode>True</JsReformatCode><XMLReformatCode>True</XMLReformatCode><CssReformatCode>True</CssReformatCode><HtmlReformatCode>True</HtmlReformatCode><FormatAttributeQuoteDescriptor>True</FormatAttributeQuoteDescriptor><CSCodeStyleAttributes ArrangeTypeAccessModifier="False" ArrangeTypeMemberAccessModifier="False" SortModifiers="True" RemoveRedundantParentheses="False" AddMissingParentheses="False" ArrangeBraces="True" ArrangeAttributes="False" ArrangeArgumentsStyle="False" /></Profile> @@ -130,7 +132,7 @@ NotRequired NotRequired - 996 + END_OF_LINE END_OF_LINE @@ -300,32 +302,6 @@ </TypePattern> <TypePattern DisplayName="Default Pattern"> - <TypePattern.Match> - <And> - - <!--skip EWL's AppTools class because the auto properties can't be ordered properly--> - <Not> - <Name Is="AppTools" /> - </Not> - - <!--skip EWL's EwfApp class because the ewfApplicationStart method can't be ordered properly--> - <Not> - <Name Is="EwfApp" /> - </Not> - - <!--skip EWL's AppRequestState class because the auto properties can't be ordered properly--> - <Not> - <Name Is="AppRequestState" /> - </Not> - - <!--skip an EWL system's GlobalLogic class because the InitSystem method and any auto properties can't be ordered properly--> - <Not> - <Name Is="GlobalLogic" /> - </Not> - - </And> - </TypePattern.Match> - <Entry Priority="100" DisplayName="Constants and static readonly fields"> <Entry.Match> <Or> @@ -342,7 +318,10 @@ <Entry DisplayName="Mutable static fields"> <Entry.Match> <And> - <Kind Is="Field" /> + <Or> + <Kind Is="Field" /> + <Kind Is="Autoproperty" /> + </Or> <Static /> <Not> <Readonly /> @@ -381,7 +360,10 @@ <Entry DisplayName="Instance fields"> <Entry.Match> <And> - <Kind Is="Field" /> + <Or> + <Kind Is="Field" /> + <Kind Is="Autoproperty" /> + </Or> <Not> <Static /> </Not>