File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -7,6 +7,36 @@ and adheres to a project-specific [Versioning](/README.md).
77
88## [ Unreleased]
99
10+ ### Fixed
11+
12+ - Fixed TestsRuleset package so the main ` .globalconfig ` is inherited and then overwritten by the tests-specific rules and not the other way around
13+
14+ ### Changed
15+
16+ - Updated ` SonarAnalyzer.CSharp ` to latest minor version (8.56.0.67649)
17+ - Updated ` StyleCop.Analyzers ` to latest available version (1.2.0-beta.507)
18+ - Changed ` .globalconfig ` file names to match NuGet package names as recommended by Microsoft
19+ - Currently active ` .globalconfig ` is now linked in the solution explorer and therefore quickly accessible from within the IDE
20+
21+ ### Added
22+
23+ - S1133: Deprecated code should be removed
24+ - S2094: Classes should not be empty
25+ - S2166: Classes named like "Exception" should extend "Exception" or a subclass
26+ - S2198: Silly mathematical comparisons should not be made
27+ - S2445: Blocks should be synchronized on read-only fields
28+ - S2970: Assertions should be complete
29+ - S3063: "StringBuilder" data should be used
30+ - S3398: "private" methods called only by inner classes should be moved to those classes
31+ - S3878: Arrays should not be created for params parameters
32+ - S4545: "DebuggerDisplayAttribute" strings should reference existing members
33+ - S4663: Comments should not be empty
34+ -S5856: Regular expressions should be syntactically valid
35+
36+ ### Removed
37+
38+ - SA1518: Use line endings correctly at end of file
39+
1040## [ 3.0.1] - 2023-07-12
1141
1242### Added
Original file line number Diff line number Diff line change 1212 <requireLicenseAcceptance >false</requireLicenseAcceptance >
1313 <developmentDependency >true</developmentDependency >
1414 <dependencies >
15- <dependency id =" StyleCop.Analyzers" version =" 1.2.0-beta.435 " />
16- <dependency id =" SonarAnalyzer.CSharp" version =" 8.52 .0.60960 " />
15+ <dependency id =" StyleCop.Analyzers" version =" 1.2.0-beta.507 " />
16+ <dependency id =" SonarAnalyzer.CSharp" version =" 8.56 .0.67649 " />
1717 </dependencies >
1818 </metadata >
1919 <files >
Original file line number Diff line number Diff line change 1212 <requireLicenseAcceptance >false</requireLicenseAcceptance >
1313 <developmentDependency >true</developmentDependency >
1414 <dependencies >
15- <dependency id =" StyleCop.Analyzers" version =" 1.2.0-beta.435 " />
16- <dependency id =" SonarAnalyzer.CSharp" version =" 8.52 .0.60960 " />
15+ <dependency id =" StyleCop.Analyzers" version =" 1.2.0-beta.507 " />
16+ <dependency id =" SonarAnalyzer.CSharp" version =" 8.56 .0.67649 " />
1717 </dependencies >
1818 </metadata >
1919 <files >
You can’t perform that action at this time.
0 commit comments