[jayrock] 3 new revisions pushed by azizatif on 2011-04-19 06:59 GMT

1 view
Skip to first unread message

jay...@googlecode.com

unread,
Apr 19, 2011, 2:59:48 AM4/19/11
to jayrock...@googlegroups.com
3 new revisions:

Revision: 0f075020eaa4
Author: azizatif
Date: Mon Apr 18 16:52:48 2011
Log: Fixed comment typo
http://code.google.com/p/jayrock/source/detail?r=0f075020eaa4

Revision: c1f8c2367cb3
Author: azizatif
Date: Mon Apr 18 16:56:38 2011
Log: Added note to remove JSON specifics from CustomTypeDescriptor at
some ...
http://code.google.com/p/jayrock/source/detail?r=c1f8c2367cb3

Revision: 7fe13b07b762
Author: azizatif
Date: Mon Apr 18 17:11:55 2011
Log: Fixed URL gone 404 in JsonOutputDemo
http://code.google.com/p/jayrock/source/detail?r=7fe13b07b762

==============================================================================
Revision: 0f075020eaa4
Author: azizatif
Date: Mon Apr 18 16:52:48 2011
Log: Fixed comment typo
http://code.google.com/p/jayrock/source/detail?r=0f075020eaa4

Modified:
/src/Jayrock.Json/Json/Conversion/CustomTypeDescriptor.cs

=======================================
--- /src/Jayrock.Json/Json/Conversion/CustomTypeDescriptor.cs Fri Apr 15
16:09:54 2011
+++ /src/Jayrock.Json/Json/Conversion/CustomTypeDescriptor.cs Mon Apr 18
16:52:48 2011
@@ -224,7 +224,7 @@
/// Note also that we take a "duck" approach to look for the
/// CompilerGenerated attribute under .NET Framework 1.x, which
does
/// not seem like an appaling idea considering that the C# compiler
- /// does the with ExtensionAttribute when it comes to extension
+ /// does the same with ExtensionAttribute when it comes to
extension
/// methods.
/// </remarks>
///

==============================================================================
Revision: c1f8c2367cb3
Author: azizatif
Date: Mon Apr 18 16:56:38 2011
Log: Added note to remove JSON specifics from CustomTypeDescriptor at
some point.
http://code.google.com/p/jayrock/source/detail?r=c1f8c2367cb3

Modified:
/src/Jayrock.Json/Json/Conversion/CustomTypeDescriptor.cs

=======================================
--- /src/Jayrock.Json/Json/Conversion/CustomTypeDescriptor.cs Mon Apr 18
16:52:48 2011
+++ /src/Jayrock.Json/Json/Conversion/CustomTypeDescriptor.cs Mon Apr 18
16:56:38 2011
@@ -70,6 +70,9 @@
if (type == null)
throw new ArgumentNullException("type");

+ // TODO Remove dependency on JsonIgnore & JsonExport
+ // This class should not have any JSON specifics.
+
//
// No members supplied? Get all public, instance-level fields
and
// properties of the type that are not marked with the
JsonIgnore

==============================================================================
Revision: 7fe13b07b762
Author: azizatif
Date: Mon Apr 18 17:11:55 2011
Log: Fixed URL gone 404 in JsonOutputDemo
http://code.google.com/p/jayrock/source/detail?r=7fe13b07b762

Modified:
/samples/JsonOutputDemo/Program.cs

=======================================
--- /samples/JsonOutputDemo/Program.cs Fri Apr 15 16:09:54 2011
+++ /samples/JsonOutputDemo/Program.cs Mon Apr 18 17:11:55 2011
@@ -19,7 +19,7 @@

internal static class Program
{
- private const string newsSourceUrl
= "http://msdn.microsoft.com/rss.xml";
+ private const string newsSourceUrl
= "http://feeds.bbci.co.uk/news/rss.xml";

private delegate void Demo();

Reply all
Reply to author
Forward
0 new messages