Skip to content

Commit c30f5ec

Browse files
Updated ruleset + .net target framework
1 parent cf53672 commit c30f5ec

File tree

9 files changed

+1073
-1075
lines changed

9 files changed

+1073
-1075
lines changed

Internal/Code Analysis/qaction-debug.ruleset

+352-352
Large diffs are not rendered by default.

Internal/Code Analysis/qaction-release.ruleset

+481-481
Large diffs are not rendered by default.

QAction_1052/QAction_1052.csproj

+3-2
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,10 @@
1010
<AppDesignerFolder>Properties</AppDesignerFolder>
1111
<RootNamespace>QAction_1052</RootNamespace>
1212
<AssemblyName>QAction_1052</AssemblyName>
13-
<TargetFrameworkVersion>v4.6.2</TargetFrameworkVersion>
13+
<TargetFrameworkVersion>v4.8</TargetFrameworkVersion>
1414
<FileAlignment>512</FileAlignment>
1515
<LangVersion>7.3</LangVersion>
16+
<TargetFrameworkProfile />
1617
</PropertyGroup>
1718
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
1819
<DebugSymbols>true</DebugSymbols>
@@ -67,7 +68,7 @@
6768
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
6869
<ProjectExtensions>
6970
<VisualStudio>
70-
<UserProperties DisLinkId="1052" DisProjectType="qactionProject" DisLinkedXmlFile="..\protocol.xml" />
71+
<UserProperties DisLinkedXmlFile="..\protocol.xml" DisProjectType="qactionProject" DisLinkId="1052" />
7172
</VisualStudio>
7273
</ProjectExtensions>
7374
<!-- To modify your build process, add your task inside one of the targets below and uncomment it.

QAction_1052/stylecop.json

+71-73
Original file line numberDiff line numberDiff line change
@@ -1,76 +1,74 @@
11
{
2-
// ACTION REQUIRED: This file was automatically added to your project, but it
3-
// will not take effect until additional steps are taken to enable it. See the
4-
// following page for additional information:
5-
//
6-
// https://github.com/DotNetAnalyzers/StyleCopAnalyzers/blob/master/documentation/EnableConfiguration.md
7-
8-
"$schema": "https://raw.githubusercontent.com/DotNetAnalyzers/StyleCopAnalyzers/master/StyleCop.Analyzers/StyleCop.Analyzers/Settings/stylecop.schema.json",
9-
"settings": {
10-
"namingRules": {
11-
"allowCommonHungarianPrefixes": false,
12-
"allowedHungarianPrefixes": [
13-
"ab",
14-
"ac",
15-
"ad",
16-
"af",
17-
"ai",
18-
"al",
19-
"ao",
20-
"as",
21-
"ax",
22-
"b",
23-
"by",
24-
"c",
25-
"d",
26-
"dt",
27-
"e",
28-
"f",
29-
"hs",
30-
"i",
31-
"ip",
32-
"is",
33-
"l",
34-
"lb",
35-
"lc",
36-
"ld",
37-
"lf",
38-
"li",
39-
"ll",
40-
"lo",
41-
"ls",
42-
"lx",
43-
"my",
44-
"no",
45-
"o",
46-
"qb",
47-
"qc",
48-
"qd",
49-
"qf",
50-
"qi",
51-
"ql",
52-
"qo",
53-
"qs",
54-
"qx",
55-
"rx",
56-
"s",
57-
"sb",
58-
"sc",
59-
"sd",
60-
"sf",
61-
"sh",
62-
"si",
63-
"sl",
64-
"so",
65-
"ss",
66-
"sx",
67-
"to",
68-
"ts",
69-
"tx",
70-
"ui",
71-
"ul",
72-
"x"
73-
]
2+
"$schema": "https://raw.githubusercontent.com/DotNetAnalyzers/StyleCopAnalyzers/master/StyleCop.Analyzers/StyleCop.Analyzers/Settings/stylecop.schema.json",
3+
"settings": {
4+
"indentation": {
5+
"useTabs": true,
6+
"tabSize": 4
7+
},
8+
"namingRules": {
9+
"allowCommonHungarianPrefixes": false,
10+
"allowedHungarianPrefixes": [
11+
"ab",
12+
"ac",
13+
"ad",
14+
"af",
15+
"ai",
16+
"al",
17+
"ao",
18+
"as",
19+
"ax",
20+
"b",
21+
"by",
22+
"c",
23+
"d",
24+
"dt",
25+
"e",
26+
"f",
27+
"hs",
28+
"i",
29+
"ip",
30+
"is",
31+
"l",
32+
"lb",
33+
"lc",
34+
"ld",
35+
"lf",
36+
"li",
37+
"ll",
38+
"lo",
39+
"ls",
40+
"lx",
41+
"my",
42+
"no",
43+
"o",
44+
"qb",
45+
"qc",
46+
"qd",
47+
"qf",
48+
"qi",
49+
"ql",
50+
"qo",
51+
"qs",
52+
"qx",
53+
"rx",
54+
"s",
55+
"sb",
56+
"sc",
57+
"sd",
58+
"sf",
59+
"sh",
60+
"si",
61+
"sl",
62+
"so",
63+
"ss",
64+
"sx",
65+
"to",
66+
"ts",
67+
"tx",
68+
"ui",
69+
"ul",
70+
"x"
71+
]
72+
}
7473
}
75-
}
7674
}

QAction_66/QAction_66.csproj

+3-2
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,10 @@
1010
<AppDesignerFolder>Properties</AppDesignerFolder>
1111
<RootNamespace>QAction_66</RootNamespace>
1212
<AssemblyName>QAction_66</AssemblyName>
13-
<TargetFrameworkVersion>v4.6.2</TargetFrameworkVersion>
13+
<TargetFrameworkVersion>v4.8</TargetFrameworkVersion>
1414
<FileAlignment>512</FileAlignment>
1515
<LangVersion>7.3</LangVersion>
16+
<TargetFrameworkProfile />
1617
</PropertyGroup>
1718
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
1819
<DebugSymbols>true</DebugSymbols>
@@ -67,7 +68,7 @@
6768
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
6869
<ProjectExtensions>
6970
<VisualStudio>
70-
<UserProperties DisLinkId="66" DisProjectType="qactionProject" DisLinkedXmlFile="..\protocol.xml" />
71+
<UserProperties DisLinkedXmlFile="..\protocol.xml" DisProjectType="qactionProject" DisLinkId="66" />
7172
</VisualStudio>
7273
</ProjectExtensions>
7374
<!-- To modify your build process, add your task inside one of the targets below and uncomment it.

QAction_66/stylecop.json

+71-73
Original file line numberDiff line numberDiff line change
@@ -1,76 +1,74 @@
11
{
2-
// ACTION REQUIRED: This file was automatically added to your project, but it
3-
// will not take effect until additional steps are taken to enable it. See the
4-
// following page for additional information:
5-
//
6-
// https://github.com/DotNetAnalyzers/StyleCopAnalyzers/blob/master/documentation/EnableConfiguration.md
7-
8-
"$schema": "https://raw.githubusercontent.com/DotNetAnalyzers/StyleCopAnalyzers/master/StyleCop.Analyzers/StyleCop.Analyzers/Settings/stylecop.schema.json",
9-
"settings": {
10-
"namingRules": {
11-
"allowCommonHungarianPrefixes": false,
12-
"allowedHungarianPrefixes": [
13-
"ab",
14-
"ac",
15-
"ad",
16-
"af",
17-
"ai",
18-
"al",
19-
"ao",
20-
"as",
21-
"ax",
22-
"b",
23-
"by",
24-
"c",
25-
"d",
26-
"dt",
27-
"e",
28-
"f",
29-
"hs",
30-
"i",
31-
"ip",
32-
"is",
33-
"l",
34-
"lb",
35-
"lc",
36-
"ld",
37-
"lf",
38-
"li",
39-
"ll",
40-
"lo",
41-
"ls",
42-
"lx",
43-
"my",
44-
"no",
45-
"o",
46-
"qb",
47-
"qc",
48-
"qd",
49-
"qf",
50-
"qi",
51-
"ql",
52-
"qo",
53-
"qs",
54-
"qx",
55-
"rx",
56-
"s",
57-
"sb",
58-
"sc",
59-
"sd",
60-
"sf",
61-
"sh",
62-
"si",
63-
"sl",
64-
"so",
65-
"ss",
66-
"sx",
67-
"to",
68-
"ts",
69-
"tx",
70-
"ui",
71-
"ul",
72-
"x"
73-
]
2+
"$schema": "https://raw.githubusercontent.com/DotNetAnalyzers/StyleCopAnalyzers/master/StyleCop.Analyzers/StyleCop.Analyzers/Settings/stylecop.schema.json",
3+
"settings": {
4+
"indentation": {
5+
"useTabs": true,
6+
"tabSize": 4
7+
},
8+
"namingRules": {
9+
"allowCommonHungarianPrefixes": false,
10+
"allowedHungarianPrefixes": [
11+
"ab",
12+
"ac",
13+
"ad",
14+
"af",
15+
"ai",
16+
"al",
17+
"ao",
18+
"as",
19+
"ax",
20+
"b",
21+
"by",
22+
"c",
23+
"d",
24+
"dt",
25+
"e",
26+
"f",
27+
"hs",
28+
"i",
29+
"ip",
30+
"is",
31+
"l",
32+
"lb",
33+
"lc",
34+
"ld",
35+
"lf",
36+
"li",
37+
"ll",
38+
"lo",
39+
"ls",
40+
"lx",
41+
"my",
42+
"no",
43+
"o",
44+
"qb",
45+
"qc",
46+
"qd",
47+
"qf",
48+
"qi",
49+
"ql",
50+
"qo",
51+
"qs",
52+
"qx",
53+
"rx",
54+
"s",
55+
"sb",
56+
"sc",
57+
"sd",
58+
"sf",
59+
"sh",
60+
"si",
61+
"sl",
62+
"so",
63+
"ss",
64+
"sx",
65+
"to",
66+
"ts",
67+
"tx",
68+
"ui",
69+
"ul",
70+
"x"
71+
]
72+
}
7473
}
75-
}
7674
}

QAction_Helper/QAction_Helper.csproj

+3-2
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,11 @@
1010
<AppDesignerFolder>Properties</AppDesignerFolder>
1111
<RootNamespace>QAction_Helper</RootNamespace>
1212
<AssemblyName>QAction_Helper</AssemblyName>
13-
<TargetFrameworkVersion>v4.6.2</TargetFrameworkVersion>
13+
<TargetFrameworkVersion>v4.8</TargetFrameworkVersion>
1414
<FileAlignment>512</FileAlignment>
1515
<LangVersion>
1616
</LangVersion>
17+
<TargetFrameworkProfile />
1718
</PropertyGroup>
1819
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
1920
<DebugSymbols>true</DebugSymbols>
@@ -56,7 +57,7 @@
5657
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
5758
<ProjectExtensions>
5859
<VisualStudio>
59-
<UserProperties DisLinkId="" DisProjectType="qactionHelperProject" DisLinkedXmlFile="..\protocol.xml" />
60+
<UserProperties DisLinkedXmlFile="..\protocol.xml" DisProjectType="qactionHelperProject" DisLinkId="" />
6061
</VisualStudio>
6162
</ProjectExtensions>
6263
<!-- To modify your build process, add your task inside one of the targets below and uncomment it.

0 commit comments

Comments
 (0)