// Ryan
// Ryan
On Wed, Apr 11, 2012 at 10:58 AM, Oren Eini (Ayende Rahien)
Why not just take the Newtonsoft.Json source, replace the namespaces with
a script and add the changed source to RavenDB. On the next
Newtonsoft.Json release just run the same script on the new sources.
It might even be feasible to maintain a fork from https://github.com
/JamesNK/Newtonsoft.Json. Possible merge conflicts shouldn't be to hard to
resolve if only the namespaces are changed.
On 16.04.2012 08:02, Oren Eini (Ayende Rahien) wrote:
> Yeah, I am not sure how much I like it, but yeah, we might just end up
> doing this.
>
> On Sun, Apr 15, 2012 at 10:53 PM, Damian Hickey <dhi...@gmail.com
> <mailto:dhi...@gmail.com>> wrote:
>
> Possible idea?
>
> Pseudo script:
>
> 1. ildasm /out=NewtonSoft.Json.il <http://NewtonSoft.Json.il>
> NewtonSoft.Json.dll
> 2. Find-Replace NewtonSoft.Json.il <http://NewtonSoft.Json.il>
> 'NewtonSoft.Json' 'Raven.Json'
> 3. ilasm /out=Raven.Json.dll /dll NewtonSoft.Json.il
> <http://NewtonSoft.Json.il>
Tom Cabanski
Blinds.com
832-766-5961
![]() |
Latest tweet: What does a duct tape programmer do when the duct tape runs out? |
extern alias SDK; namespace Vodca { using System.Diagnostics.CodeAnalysis; using SDK::Newtonsoft.Json; /// <summary> /// The JSON extension methods /// </summary> public static partial class Extensions {
Because it is not a static index, but an index creation task... Maybe the Abstract word there is a bit too much...
On Sat, Apr 14, 2012 at 9:17 PM, Matt Johnson <mj1...@hotmail.com> wrote:
This is a very minor thing, but I don't get the naming of
"AbstractIndexCreationTask". Why not just call it something like
"StaticIndex"?
-Matt
On Apr 10, 2:45 am, "Oren Eini (Ayende Rahien)" <aye...@ayende.com>
The IndexDefinition class should then be the one with the complex naming IMO