Skip to content

Latest commit

 

History

History
42 lines (35 loc) · 1.89 KB

ChangeLog.md

File metadata and controls

42 lines (35 loc) · 1.89 KB

4.7.57

- BugFix: [#16](#21) - BugFix: [#16](#20)

4.7.56

- BugFix: [#16](#16) - Fix some codeplex reference links.

4.7.55

- BugFix: [#13](#13) - BugFix: [#14](#14) - BugFix: [#15](#15) - Fix possible issue with string and semicolon or multiple space at the end of string.

4.7.54

- BugFix: [#9](#9) - BugFix: [#10](#10) - BugFix: [#11](#11)

4.7.53

- Fix missing dll for VS2013, added to vsix package - Add dependency to framework 4.6 - C# 6 Support Step 2 : - Parse using static - Parse collection initializer - Parse expression bodied member - Parse exception filter (when keyword)

4.7.52

- Right click on violation and select Show error help browse to wiki on this site - C# 6 Support Step 1 : - Support string interpolation - Add new rule for string interpolation rather string.Format [SA1127](https://github.com/ptittof57/Visual-StyleCop/wiki/SA1127) only for 4.6 Framework projects - Support null conditional operator '?.' - Support property initializer like string myString { get; set; } = "myValue";

4.7.51

- Add retro compatibility with visual studio 2013 - Fix bug with show error on help (Add chm file, for next version I'll use wiki on this site)

4.7.50

- Migration for visual studio 2015