| Change Set |
Date |
Downloads |
Comment |
61006
by
HowardvanRooijen
|
Nov 4 at
9:45 AM
|
69 |
Modifications to the test framework |
60898
by
HowardvanRooijen
|
Nov 2 at
1:34 PM
|
12 |
First pass at integrating the JetBrains test framework (still broken, pending plea for help). |
60750
by
HowardvanRooijen
|
Oct 31 at
12:53 AM
|
12 |
1st pass at refactoring for ReSharper 5 |
60744
by
HowardvanRooijen
|
Oct 30 at
9:45 PM
|
9 |
RunFirst.cmd now autogenerated the assemblyinfo.cs file |
60742
by
HowardvanRooijen
|
Oct 30 at
9:38 PM
|
7 |
Build: VersionNumber.exe.config updated by build process |
60741
by
HowardvanRooijen
|
Oct 30 at
9:04 PM
|
8 |
Create initial branch Update references to ReSharper 5, StyleCop & latest WiX Refactor out versioning information into property files (should make future upgrades a little easier) |
60673
by
andyr
|
Oct 29 at
7:12 PM
|
7 |
Add option for 1639 - InsertSummaryInHeader. Ensure properties that default to false and read correctly from config. Only insert the <summary> into the file header if the option is on. |
59541
by
andyr
|
Sep 29 at
2:54 PM
|
40 |
Update tests. |
59419
by
andyr
|
Sep 24 at
1:08 PM
|
16 |
Add option for keeping declaration headers (like <summary>) all on one line. |
59417
by
andyr
|
Sep 24 at
11:06 AM
|
11 |
HtmlDecode any text to ensure encoding < and > get converted to < and > appropriately. |
59416
by
andyr
|
Sep 24 at
11:05 AM
|
8 |
Update tests. |
59408
by
andyr
|
Sep 23 at
11:40 PM
|
13 |
Analyze multiple dependant files without merging them together as this works in latest StyleCop. Only swap calls to 'base' to 'this' if not overriden and not 'new' modifier there. |
59404
by
andyr
|
Sep 23 at
9:28 PM
|
0 |
Update tests. |
59212
by
andyr
|
Sep 16 at
4:05 PM
|
20 |
Check the program files folder for the specfic version of StyleCop that we need and ignore any other folders. |
59181
by
andyr
|
Sep 15 at
4:11 PM
|
4 |
Update plugin description text. |
59177
by
andyr
|
Sep 15 at
3:36 PM
|
0 |
Don't swap constants of "" to String.Empty. |
59176
by
andyr
|
Sep 15 at
3:35 PM
|
0 |
Update tests. |
58999
by
andyr
|
Sep 10 at
4:03 PM
|
27 |
Read the default settings.stylecop file if the project doesn't have one. |
58958
by
andyr
|
Sep 9 at
5:43 PM
|
5 |
Only insert a new line after a closing brace if the opening brace is not on the same line. Fixes the single line property accessor issue. |
58953
by
andyr
|
Sep 9 at
2:25 PM
|
14 |
StyleCop layout fixes on our own code. |
58952
by
andyr
|
Sep 9 at
1:43 PM
|
7 |
Fixed a removed file reference. |
58951
by
andyr
|
Sep 9 at
1:37 PM
|
5 |
Patch from Claudio Pi. |
58950
by
andyr
|
Sep 9 at
11:50 AM
|
5 |
Update comments. |
58949
by
andyr
|
Sep 9 at
11:46 AM
|
3 |
Put SuppressMessage justification text in this options page. Ensure the inserted attributes are well formatted. |
58947
by
andyr
|
Sep 9 at
10:44 AM
|
0 |
Ensure the ImportedSymbol on generic aliases is maintained after cleanup. |