Skip to content

Commit ee82ebf

Browse files
committed
Update to latest SharpArch.
1 parent b140fe6 commit ee82ebf

19 files changed

+6418
-3541
lines changed

SharpArchContrib.5.0.resharper

Lines changed: 108 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,108 @@
1+
<Configuration>
2+
<CodeStyleSettings>
3+
<ExternalPath IsNull="False">
4+
</ExternalPath>
5+
<Sharing>SOLUTION</Sharing>
6+
<CSharp>
7+
<FormatSettings>
8+
<EMPTY_BLOCK_STYLE>TOGETHER_SAME_LINE</EMPTY_BLOCK_STYLE>
9+
<FORCE_FIXED_BRACES_STYLE>ALWAYS_ADD</FORCE_FIXED_BRACES_STYLE>
10+
<FORCE_FOR_BRACES_STYLE>ALWAYS_ADD</FORCE_FOR_BRACES_STYLE>
11+
<FORCE_FOREACH_BRACES_STYLE>ALWAYS_ADD</FORCE_FOREACH_BRACES_STYLE>
12+
<FORCE_IFELSE_BRACES_STYLE>ALWAYS_ADD</FORCE_IFELSE_BRACES_STYLE>
13+
<FORCE_USING_BRACES_STYLE>ALWAYS_ADD</FORCE_USING_BRACES_STYLE>
14+
<FORCE_WHILE_BRACES_STYLE>ALWAYS_ADD</FORCE_WHILE_BRACES_STYLE>
15+
<INVOCABLE_DECLARATION_BRACES>END_OF_LINE</INVOCABLE_DECLARATION_BRACES>
16+
<MODIFIERS_ORDER IsNull="False">
17+
<Item>public</Item>
18+
<Item>protected</Item>
19+
<Item>internal</Item>
20+
<Item>private</Item>
21+
<Item>new</Item>
22+
<Item>abstract</Item>
23+
<Item>virtual</Item>
24+
<Item>override</Item>
25+
<Item>sealed</Item>
26+
<Item>static</Item>
27+
<Item>readonly</Item>
28+
<Item>extern</Item>
29+
<Item>unsafe</Item>
30+
<Item>volatile</Item>
31+
</MODIFIERS_ORDER>
32+
<OTHER_BRACES>END_OF_LINE</OTHER_BRACES>
33+
<SPACE_BEFORE_FIXED_PARENTHESES>False</SPACE_BEFORE_FIXED_PARENTHESES>
34+
<SPACE_BEFORE_LOCK_PARENTHESES>False</SPACE_BEFORE_LOCK_PARENTHESES>
35+
<SPACE_BEFORE_SIZEOF_PARENTHESES>False</SPACE_BEFORE_SIZEOF_PARENTHESES>
36+
<SPACE_BEFORE_TYPEOF_PARENTHESES>False</SPACE_BEFORE_TYPEOF_PARENTHESES>
37+
<TYPE_DECLARATION_BRACES>END_OF_LINE</TYPE_DECLARATION_BRACES>
38+
</FormatSettings>
39+
<UsingsSettings />
40+
<Naming2>
41+
<EventHandlerPatternLong>$object$_On$event$</EventHandlerPatternLong>
42+
<EventHandlerPatternShort>$event$Handler</EventHandlerPatternShort>
43+
<ExceptionName IsNull="False">
44+
</ExceptionName>
45+
<OverrideDefaultSettings>True</OverrideDefaultSettings>
46+
<PredefinedRule Inspect="True" Prefix="" Suffix="" Style="AaBb" ElementKind="TypesAndNamespaces" />
47+
<PredefinedRule Inspect="True" Prefix="I" Suffix="" Style="AaBb" ElementKind="Interfaces" />
48+
<PredefinedRule Inspect="True" Prefix="T" Suffix="" Style="AaBb" ElementKind="TypeParameters" />
49+
<PredefinedRule Inspect="True" Prefix="" Suffix="" Style="AaBb" ElementKind="MethodPropertyEvent" />
50+
<PredefinedRule Inspect="True" Prefix="" Suffix="" Style="aaBb" ElementKind="Locals" />
51+
<PredefinedRule Inspect="True" Prefix="" Suffix="" Style="aaBb" ElementKind="LocalConstants" />
52+
<PredefinedRule Inspect="True" Prefix="" Suffix="" Style="aaBb" ElementKind="Parameters" />
53+
<PredefinedRule Inspect="True" Prefix="" Suffix="" Style="AaBb" ElementKind="PublicFields" />
54+
<PredefinedRule Inspect="True" Prefix="" Suffix="" Style="aaBb" ElementKind="PrivateInstanceFields" />
55+
<PredefinedRule Inspect="True" Prefix="" Suffix="" Style="aaBb" ElementKind="PrivateStaticFields" />
56+
<PredefinedRule Inspect="True" Prefix="" Suffix="" Style="AaBb" ElementKind="Constants" />
57+
<PredefinedRule Inspect="True" Prefix="" Suffix="" Style="AaBb" ElementKind="PrivateConstants" />
58+
<PredefinedRule Inspect="True" Prefix="" Suffix="" Style="AaBb" ElementKind="StaticReadonly" />
59+
<PredefinedRule Inspect="True" Prefix="" Suffix="" Style="aaBb" ElementKind="PrivateStaticReadonly" />
60+
<PredefinedRule Inspect="True" Prefix="" Suffix="" Style="AaBb" ElementKind="EnumMember" />
61+
<PredefinedRule Inspect="True" Prefix="" Suffix="" Style="AaBb" ElementKind="Other" />
62+
<UserRule Inspect="True" Prefix="" Suffix="" Style="aaBb" StaticnessKind="Static, Instance" AccessRight="Protected, ProtectedInternal, Internal" Description="">
63+
<ElementKinds>
64+
<Kind Name="FIELD" />
65+
</ElementKinds>
66+
</UserRule>
67+
</Naming2>
68+
</CSharp>
69+
<VB>
70+
<FormatSettings />
71+
<ImportsSettings />
72+
<Naming2>
73+
<EventHandlerPatternLong>$object$_On$event$</EventHandlerPatternLong>
74+
<EventHandlerPatternShort>$event$Handler</EventHandlerPatternShort>
75+
</Naming2>
76+
</VB>
77+
<Web>
78+
<Naming2 />
79+
</Web>
80+
<Xaml>
81+
<Naming2 />
82+
</Xaml>
83+
<XML>
84+
<FormatSettings />
85+
</XML>
86+
<GenerateMemberBody />
87+
<Naming2>
88+
<EventHandlerPatternLong>$object$_On$event$</EventHandlerPatternLong>
89+
<EventHandlerPatternShort>$event$Handler</EventHandlerPatternShort>
90+
<PredefinedRule Inspect="True" Prefix="" Suffix="" Style="AaBb" ElementKind="TypesAndNamespaces" />
91+
<PredefinedRule Inspect="True" Prefix="I" Suffix="" Style="AaBb" ElementKind="Interfaces" />
92+
<PredefinedRule Inspect="True" Prefix="T" Suffix="" Style="AaBb" ElementKind="TypeParameters" />
93+
<PredefinedRule Inspect="True" Prefix="" Suffix="" Style="AaBb" ElementKind="MethodPropertyEvent" />
94+
<PredefinedRule Inspect="True" Prefix="" Suffix="" Style="aaBb" ElementKind="Locals" />
95+
<PredefinedRule Inspect="True" Prefix="" Suffix="" Style="aaBb" ElementKind="LocalConstants" />
96+
<PredefinedRule Inspect="True" Prefix="" Suffix="" Style="aaBb" ElementKind="Parameters" />
97+
<PredefinedRule Inspect="True" Prefix="" Suffix="" Style="AaBb" ElementKind="PublicFields" />
98+
<PredefinedRule Inspect="True" Prefix="" Suffix="" Style="AaBb" ElementKind="Constants" />
99+
<PredefinedRule Inspect="True" Prefix="" Suffix="" Style="AaBb" ElementKind="StaticReadonly" />
100+
<PredefinedRule Inspect="True" Prefix="" Suffix="" Style="AaBb" ElementKind="EnumMember" />
101+
<PredefinedRule Inspect="True" Prefix="" Suffix="" Style="AaBb" ElementKind="Other" />
102+
<PredefinedRule Inspect="True" Prefix="_" Suffix="" Style="aaBb" ElementKind="PrivateInstanceFields" />
103+
<PredefinedRule Inspect="True" Prefix="_" Suffix="" Style="aaBb" ElementKind="PrivateStaticFields" />
104+
<PredefinedRule Inspect="True" Prefix="" Suffix="" Style="AaBb" ElementKind="PrivateConstants" />
105+
<PredefinedRule Inspect="True" Prefix="" Suffix="" Style="AaBb" ElementKind="PrivateStaticReadonly" />
106+
</Naming2>
107+
</CodeStyleSettings>
108+
</Configuration>

0 commit comments

Comments
 (0)