| Change Set |
Date |
Downloads |
Comment |
26044
by
Morgan
|
Wed at
9:55 AM
|
1 |
Added images directory and the image used in the help thus far |
26042
by
Morgan
|
Wed at
9:53 AM
|
0 |
Added initial stab at Sandcastle documentation - mainly to ensure that it's safe and elsewhere other than just on my box! Lots more to document but it's coming on. |
25958
by
Morgan
|
Jun 30 at
8:58 PM
|
0 |
Simplified the code a little more |
25946
by
Morgan
|
Jun 30 at
7:14 PM
|
0 |
Added extra docs and comments |
25944
by
Morgan
|
Jun 30 at
6:59 PM
|
0 |
Updated the FPG so that a call to property.null.property or field.null.field will fail gracefully. All tests now pass. |
25936
by
Morgan
|
Jun 30 at
4:51 PM
|
1 |
Updated documentation |
25931
by
joshtwist
|
Jun 30 at
3:34 PM
|
1 |
First cut of ProxyTraceViewer (woo) |
25930
by
joshtwist
|
Jun 30 at
3:34 PM
|
1 |
Fixed issues with WCF tests |
25906
by
joshtwist
|
Jun 30 at
1:02 PM
|
1 |
changing TestMethod names and moving error into resources
|
25849
by
Morgan
|
Jun 29 at
9:53 PM
|
0 |
Altered to use new FastPropertyGetter and added extra tests to validate it works as expected |
25848
by
Morgan
|
Jun 29 at
9:52 PM
|
1 |
Modified completely, now supports fields and dotted properties/fields |
25847
by
Morgan
|
Jun 29 at
9:51 PM
|
1 |
Altered the PropertyResult to set ObjectMatched in its constructor, and also to set it in the Set method. This simplifies the IL I needed to generate. |
25706
by
joshtwist
|
Jun 26 at
11:59 AM
|
3 |
First cut of SubProperty support thanks to FastPropertyReader e.g. {Process.ProcessName} |
25685
by
joshtwist
|
Jun 25 at
4:42 PM
|
2 |
Added more tests for formatString in property readers. |
25684
by
joshtwist
|
Jun 25 at
4:39 PM
|
2 |
Implemented support for FormatString in tokens {DateTime:yyyy} and began support for SubProperty. |
25682
by
joshtwist
|
Jun 25 at
2:47 PM
|
3 |
Modified PropertyReaderFactories. Now tokens are added without {}. |
25681
by
joshtwist
|
Jun 25 at
1:44 PM
|
1 |
Changed file name to match class. |
25680
by
joshtwist
|
Jun 25 at
1:44 PM
|
1 |
Improved Date Part PropertyReader implementation. |
25652
by
Morgan
|
Jun 24 at
12:01 AM
|
0 |
Added TypeConverter for Operation enum |
25647
by
Morgan
|
Jun 23 at
2:15 PM
|
1 |
Updated tests and project references |
25646
by
Morgan
|
Jun 23 at
2:12 PM
|
4 |
Updated DatePartPropertyReader |
25645
by
Morgan
|
Jun 23 at
1:51 PM
|
1 |
Added all missing code comments |
25595
by
joshtwist
|
Jun 20 at
9:19 AM
|
4 |
|
25594
by
joshtwist
|
Jun 20 at
8:26 AM
|
3 |
removed rogue config file (added automatically when upgraded to .NET 3.0) |
25593
by
joshtwist
|
Jun 20 at
7:54 AM
|
2 |
Added new ProxyTraceListener and initial unit tests. Need to test with configuration file, especially for custom WCF configuration (use NamedPipe, secure Transport). |