зеркало из https://github.com/mono/mail-archives.git
98 строки
5.6 KiB
HTML
98 строки
5.6 KiB
HTML
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
|
|
<HTML>
|
|
<HEAD>
|
|
<TITLE> [Mono-dev] System.Net.Http.Formatting and JSON.NET
|
|
</TITLE>
|
|
<LINK REL="Index" HREF="index.html" >
|
|
<LINK REL="made" HREF="mailto:mono-devel-list%40lists.ximian.com?Subject=Re%3A%20%5BMono-dev%5D%20System.Net.Http.Formatting%20and%20JSON.NET&In-Reply-To=%3C3D1BD2234CA26F4095E448C4BA287CBF779722DB%40EXMBX12.netplexity.local%3E">
|
|
<META NAME="robots" CONTENT="index,nofollow">
|
|
<style type="text/css">
|
|
pre {
|
|
white-space: pre-wrap; /* css-2.1, curent FF, Opera, Safari */
|
|
}
|
|
</style>
|
|
<META http-equiv="Content-Type" content="text/html; charset=us-ascii">
|
|
<LINK REL="Previous" HREF="040551.html">
|
|
<LINK REL="Next" HREF="040518.html">
|
|
</HEAD>
|
|
<BODY BGCOLOR="#ffffff">
|
|
<H1>[Mono-dev] System.Net.Http.Formatting and JSON.NET</H1>
|
|
<B>Bassam Tabbara</B>
|
|
<A HREF="mailto:mono-devel-list%40lists.ximian.com?Subject=Re%3A%20%5BMono-dev%5D%20System.Net.Http.Formatting%20and%20JSON.NET&In-Reply-To=%3C3D1BD2234CA26F4095E448C4BA287CBF779722DB%40EXMBX12.netplexity.local%3E"
|
|
TITLE="[Mono-dev] System.Net.Http.Formatting and JSON.NET">bassam at symform.com
|
|
</A><BR>
|
|
<I>Thu Jun 20 03:11:51 UTC 2013</I>
|
|
<P><UL>
|
|
<LI>Previous message: <A HREF="040551.html">[Mono-dev] System.Net.Http.Formatting and JSON.NET
|
|
</A></li>
|
|
<LI>Next message: <A HREF="040518.html">[Mono-dev] Mono AOT for 64-bit Windows
|
|
</A></li>
|
|
<LI> <B>Messages sorted by:</B>
|
|
<a href="date.html#40552">[ date ]</a>
|
|
<a href="thread.html#40552">[ thread ]</a>
|
|
<a href="subject.html#40552">[ subject ]</a>
|
|
<a href="author.html#40552">[ author ]</a>
|
|
</LI>
|
|
</UL>
|
|
<HR>
|
|
<!--beginarticle-->
|
|
<PRE>Thanks Miguel. You're right that System.Net.Http.Formatting is a copy of MSFT's open sourced stack.
|
|
|
|
However, it currently includes a private version of JSON.NET in it. See bottom of <A HREF="https://github.com/mono/mono/blob/master/mcs/class/System.Net.Http.Formatting/System.Net.Http.Formatting.dll.sources.">https://github.com/mono/mono/blob/master/mcs/class/System.Net.Http.Formatting/System.Net.Http.Formatting.dll.sources.</A>
|
|
|
|
That is quite different from MSFT's version, and causes issues when an assembly has a dependency on both Http.Formatting and JSON.Net.
|
|
|
|
There was more discussion on this topic here:
|
|
|
|
<A HREF="https://github.com/mono/mono/commit/0d5bb49660a3898d16300db2dd37e357f645b0f3#commitcomment-3384184">https://github.com/mono/mono/commit/0d5bb49660a3898d16300db2dd37e357f645b0f3#commitcomment-3384184</A>
|
|
|
|
From: Miguel de Icaza <<A HREF="http://lists.ximian.com/mailman/listinfo/mono-devel-list">miguel at xamarin.com</A><mailto:<A HREF="http://lists.ximian.com/mailman/listinfo/mono-devel-list">miguel at xamarin.com</A>>>
|
|
Date: Wednesday, June 19, 2013 6:31 PM
|
|
To: Bassam Tabbara <<A HREF="http://lists.ximian.com/mailman/listinfo/mono-devel-list">bassam at symform.com</A><mailto:<A HREF="http://lists.ximian.com/mailman/listinfo/mono-devel-list">bassam at symform.com</A>>>
|
|
Cc: "<A HREF="http://lists.ximian.com/mailman/listinfo/mono-devel-list">mono-devel-list at lists.ximian.com</A><mailto:<A HREF="http://lists.ximian.com/mailman/listinfo/mono-devel-list">mono-devel-list at lists.ximian.com</A>>" <<A HREF="http://lists.ximian.com/mailman/listinfo/mono-devel-list">mono-devel-list at lists.ximian.com</A><mailto:<A HREF="http://lists.ximian.com/mailman/listinfo/mono-devel-list">mono-devel-list at lists.ximian.com</A>>>
|
|
Subject: Re: [Mono-dev] System.Net.Http.Formatting and JSON.NET
|
|
|
|
Mono's System.Net.Http.Formatting is just a copy of Microsoft's open sourced stack.
|
|
|
|
The dependency comes directly from Microsoft's open sourced stack.
|
|
|
|
|
|
On Sat, Jun 8, 2013 at 1:31 PM, Bassam Tabbara <<A HREF="http://lists.ximian.com/mailman/listinfo/mono-devel-list">bassam at symform.com</A><mailto:<A HREF="http://lists.ximian.com/mailman/listinfo/mono-devel-list">bassam at symform.com</A>>> wrote:
|
|
Why does mono bundle JSON.NET<<A HREF="http://JSON.NET">http://JSON.NET</A>> into System.Net.Http.Formatting? This is quite different from how MSFT ships System.Net.Http.Formatting.
|
|
|
|
Thanks!
|
|
Bassam
|
|
|
|
_______________________________________________
|
|
Mono-devel-list mailing list
|
|
<A HREF="http://lists.ximian.com/mailman/listinfo/mono-devel-list">Mono-devel-list at lists.ximian.com</A><mailto:<A HREF="http://lists.ximian.com/mailman/listinfo/mono-devel-list">Mono-devel-list at lists.ximian.com</A>>
|
|
<A HREF="http://lists.ximian.com/mailman/listinfo/mono-devel-list">http://lists.ximian.com/mailman/listinfo/mono-devel-list</A>
|
|
|
|
|
|
-------------- next part --------------
|
|
An HTML attachment was scrubbed...
|
|
URL: <<A HREF="http://lists.ximian.com/pipermail/mono-devel-list/attachments/20130620/d751ecc1/attachment.html">http://lists.ximian.com/pipermail/mono-devel-list/attachments/20130620/d751ecc1/attachment.html</A>>
|
|
</PRE>
|
|
|
|
|
|
<!--endarticle-->
|
|
<HR>
|
|
<P><UL>
|
|
<!--threads-->
|
|
<LI>Previous message: <A HREF="040551.html">[Mono-dev] System.Net.Http.Formatting and JSON.NET
|
|
</A></li>
|
|
<LI>Next message: <A HREF="040518.html">[Mono-dev] Mono AOT for 64-bit Windows
|
|
</A></li>
|
|
<LI> <B>Messages sorted by:</B>
|
|
<a href="date.html#40552">[ date ]</a>
|
|
<a href="thread.html#40552">[ thread ]</a>
|
|
<a href="subject.html#40552">[ subject ]</a>
|
|
<a href="author.html#40552">[ author ]</a>
|
|
</LI>
|
|
</UL>
|
|
|
|
<hr>
|
|
<a href="http://lists.ximian.com/mailman/listinfo/mono-devel-list">More information about the Mono-devel-list
|
|
mailing list</a><br>
|
|
</body></html>
|