<!-- 
RSS generated by JIRA (9.7.1#970001-sha1:2222b88b221c4928ef0de3161136cc90c8356a66) at Wed Feb 07 21:38:53 UTC 2024

It is possible to restrict the fields that are returned in this document by specifying the 'field' parameter in your request.
For example, to request only the issue key and summary append 'field=key&field=summary' to the URL of your request.
-->
<rss version="0.92" >
<channel>
    <title>MongoDB Jira</title>
    <link>https://jira.mongodb.org</link>
    <description>This file is an XML representation of an issue</description>
    <language>en-us</language>    <build-info>
        <version>9.7.1</version>
        <build-number>970001</build-number>
        <build-date>13-04-2023</build-date>
    </build-info>


<item>
            <title>[CSHARP-1177] Support for .NET Core</title>
                <link>https://jira.mongodb.org/browse/CSHARP-1177</link>
                <project id="10041" key="CSHARP">C# Driver</project>
                    <description>&lt;p&gt;Support using the .NET Driver from applications built for .NET Core.&lt;/p&gt;</description>
                <environment></environment>
        <key id="181472">CSHARP-1177</key>
            <summary>Support for .NET Core</summary>
                <type id="11" iconUrl="https://jira.mongodb.org/secure/viewavatar?size=xsmall&amp;avatarId=14707&amp;avatarType=issuetype">Epic</type>
                                            <priority id="3" iconUrl="https://jira.mongodb.org/images/icons/priorities/major.svg">Major - P3</priority>
                        <status id="6" iconUrl="https://jira.mongodb.org/images/icons/statuses/closed.png" description="The issue is considered finished, the resolution is correct. Issues which are closed can be reopened.">Closed</status>
                    <statusCategory id="3" key="done" colorName="success"/>
                                    <resolution id="9">Done</resolution>
                                        <assignee username="robert@mongodb.com">Robert Stam</assignee>
                                    <reporter username="mickdelaney">mickdelaney</reporter>
                        <labels>
                            <label>compatability</label>
                            <label>coreclr</label>
                    </labels>
                <created>Thu, 29 Jan 2015 14:07:04 +0000</created>
                <updated>Mon, 15 Nov 2021 22:30:25 +0000</updated>
                            <resolved>Tue, 6 Sep 2016 22:15:35 +0000</resolved>
                                    <version>2.2</version>
                                    <fixVersion>2.3</fixVersion>
                                    <component>Feature Request</component>
                                        <votes>57</votes>
                                    <watches>78</watches>
                                                                                                                <comments>
                            <comment id="1376414" author="henningst" created="Sun, 4 Sep 2016 17:47:02 +0000"  >&lt;p&gt;2.3.0-rc1 was released last monday:&lt;br/&gt;
&lt;a href=&quot;https://www.nuget.org/packages/MongoDB.Driver/2.3.0-rc1&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://www.nuget.org/packages/MongoDB.Driver/2.3.0-rc1&lt;/a&gt;&lt;/p&gt;</comment>
                            <comment id="1356008" author="chrishuen" created="Fri, 12 Aug 2016 22:18:06 +0000"  >&lt;p&gt;Thanks for the effort! Much appreciated!&lt;/p&gt;</comment>
                            <comment id="1355506" author="rstam" created="Fri, 12 Aug 2016 16:09:46 +0000"  >&lt;p&gt;Thanks to those of you trying out the 2.3.0-beta1 version of the driver.&lt;/p&gt;

&lt;p&gt;Sorry for not announcing the release of beta1 on this ticket. That would have been a good idea. We did announce it on the mongodb-user and mongodb-announce Google Groups.&lt;/p&gt;

&lt;p&gt;We are aware of problems with how the NuGet package was built. The package does not correctly declare the dependencies. See:&lt;/p&gt;

&lt;p&gt;&lt;a href=&quot;https://jira.mongodb.org/browse/CSHARP-1733&quot; class=&quot;external-link&quot; rel=&quot;nofollow&quot;&gt;https://jira.mongodb.org/browse/CSHARP-1733&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;As a workaround for beta1 you can add the missing dependencies to your own project.json file.&lt;/p&gt;

&lt;p&gt;We are also aware with problems with Sockets and DNS names when running 2.3.0-beta1 on .NET Core on Linux (non-Windows machines). This is due to an issue in .NET Core that we need to work around. See:&lt;/p&gt;

&lt;p&gt;&lt;a href=&quot;https://jira.mongodb.org/browse/CSHARP-1736&quot; class=&quot;external-link&quot; rel=&quot;nofollow&quot;&gt;https://jira.mongodb.org/browse/CSHARP-1736&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;There is no easy work around for beta1.&lt;/p&gt;

&lt;p&gt;We intend to release beta2 as soon as possible.&lt;/p&gt;</comment>
                            <comment id="1355125" author="chrishuen" created="Fri, 12 Aug 2016 10:38:26 +0000"  >&lt;p&gt;Some good news besides: I get 50.000 Writes / sec with dotnet and 2.3.0-beta1 on OSX while I get 14.000 Writes / sec with .net 4.5 on Windows 10 (same hardware used). Very nice!&lt;/p&gt;</comment>
                            <comment id="1355121" author="chrishuen" created="Fri, 12 Aug 2016 10:37:11 +0000"  >&lt;p&gt;The timeout message thrown when using a DNS name indicates that you should use the IP address, because the IP behind the DNS resolution could change and therefore a socket could become invalid. &lt;/p&gt;</comment>
                            <comment id="1355112" author="gjreige79@gmail.com" created="Fri, 12 Aug 2016 10:23:12 +0000"  >&lt;p&gt;I get a system timeout when I use a DNS in the connection string.... I.e. subdomain.host.com. If I use the IP address it works.&lt;/p&gt;

&lt;p&gt;I also had to add in the &quot;System.Security.SecureString&quot;: &quot;4.0.0&quot; dependency to get it to work.&lt;/p&gt;


</comment>
                            <comment id="1355111" author="chrishuen" created="Fri, 12 Aug 2016 10:17:12 +0000"  >&lt;p&gt;hm I cannot connect to a MongoDB hosted via docker on localhost, when my connection string uses &quot;localhost&quot;. When using &quot;127.0.0.1&quot; it works though.&lt;/p&gt;</comment>
                            <comment id="1355103" author="chrishuen" created="Fri, 12 Aug 2016 10:05:26 +0000"  >&lt;p&gt;thanks @Richard i&apos;ve upgrade my dotnet tools and now it&apos;s working. Strange though, that this package restriction in some way is dependant on my dotnet cli version... but that&apos;s another topic &lt;img class=&quot;emoticon&quot; src=&quot;https://jira.mongodb.org/images/icons/emoticons/wink.png&quot; height=&quot;16&quot; width=&quot;16&quot; align=&quot;absmiddle&quot; alt=&quot;&quot; border=&quot;0&quot;/&gt;&lt;/p&gt;</comment>
                            <comment id="1355094" author="henningst" created="Fri, 12 Aug 2016 09:42:12 +0000"  >&lt;p&gt;@Christian: That&apos;s strange. I&apos;m just using the default feed.&lt;/p&gt;

&lt;p/&gt;
&lt;div id=&quot;syntaxplugin&quot; class=&quot;syntaxplugin&quot; style=&quot;border: 1px dashed #bbb; border-radius: 5px !important; overflow: auto; max-height: 30em;&quot;&gt;
&lt;table cellspacing=&quot;0&quot; cellpadding=&quot;0&quot; border=&quot;0&quot; width=&quot;100%&quot; style=&quot;font-size: 1em; line-height: 1.4em !important; font-weight: normal; font-style: normal; color: black;&quot;&gt;
		&lt;tbody &gt;
				&lt;tr id=&quot;syntaxplugin_code_and_gutter&quot;&gt;
						&lt;td  style=&quot; line-height: 1.4em !important; padding: 0em; vertical-align: top;&quot;&gt;
					&lt;pre style=&quot;font-size: 1em; margin: 0 10px;  margin-top: 10px;   width: auto; padding: 0;&quot;&gt;&lt;span style=&quot;color: black; font-family: &apos;Consolas&apos;, &apos;Bitstream Vera Sans Mono&apos;, &apos;Courier New&apos;, Courier, monospace !important;&quot;&gt;Feeds used:&lt;/span&gt;&lt;/pre&gt;
			&lt;/td&gt;
		&lt;/tr&gt;
				&lt;tr id=&quot;syntaxplugin_code_and_gutter&quot;&gt;
						&lt;td  style=&quot; line-height: 1.4em !important; padding: 0em; vertical-align: top;&quot;&gt;
					&lt;pre style=&quot;font-size: 1em; margin: 0 10px;   margin-bottom: 10px;  width: auto; padding: 0;&quot;&gt;&lt;span style=&quot;color: black; font-family: &apos;Consolas&apos;, &apos;Bitstream Vera Sans Mono&apos;, &apos;Courier New&apos;, Courier, monospace !important;&quot;&gt;    https://api.nuget.org/v3/index.json&lt;/span&gt;&lt;/pre&gt;
			&lt;/td&gt;
		&lt;/tr&gt;
			&lt;/tbody&gt;
&lt;/table&gt;
&lt;/div&gt;
&lt;p/&gt;</comment>
                            <comment id="1355090" author="yeurch" created="Fri, 12 Aug 2016 09:40:00 +0000"  >&lt;p&gt;Super excited to see that a beta version of this package has been released for .NET Core.  Disappointed that there was no comment on this thread to indicate the release, as the package was released nine days ago! &lt;img class=&quot;emoticon&quot; src=&quot;https://jira.mongodb.org/images/icons/emoticons/sad.png&quot; height=&quot;16&quot; width=&quot;16&quot; align=&quot;absmiddle&quot; alt=&quot;&quot; border=&quot;0&quot;/&gt;&lt;/p&gt;

&lt;p&gt;Christian ... I&apos;d try making sure you have the latest version of the tooling for Visual Studio installed.  I was getting some pretty odd error messages until I updated the tooling.&lt;/p&gt;</comment>
                            <comment id="1355086" author="chrishuen" created="Fri, 12 Aug 2016 09:30:41 +0000"  >&lt;p&gt;Thx for sharing your project.json Henning!&lt;br/&gt;
I tried that as well, but got an error indicating that MongoDB.Driver 2.3.0-beta1 is not compatible with netcoreapp 1.0 as follows:&lt;br/&gt;
Errors in .../DotNetCoreMongoDBTest/project.json&lt;br/&gt;
    Package MongoDB.Driver 2.3.0-beta1 is not compatible with netcoreapp1.0 (.NETCoreApp,Version=v1.0). Package MongoDB.Driver 2.3.0-beta1 supports:&lt;/p&gt;
&lt;ul class=&quot;alternate&quot; type=&quot;square&quot;&gt;
	&lt;li&gt;net45 (.NETFramework,Version=v4.5)&lt;/li&gt;
	&lt;li&gt;netstandard1.6 (.NETStandard,Version=v1.6)&lt;br/&gt;
    Package MongoDB.Bson 2.3.0-beta1 is not compatible with netcoreapp1.0 (.NETCoreApp,Version=v1.0). Package MongoDB.Bson 2.3.0-beta1 supports:&lt;/li&gt;
	&lt;li&gt;net45 (.NETFramework,Version=v4.5)&lt;/li&gt;
	&lt;li&gt;netstandard1.6 (.NETStandard,Version=v1.6)&lt;br/&gt;
    Package MongoDB.Driver.Core 2.3.0-beta1 is not compatible with netcoreapp1.0 (.NETCoreApp,Version=v1.0). Package MongoDB.Driver.Core 2.3.0-beta1 supports:&lt;/li&gt;
	&lt;li&gt;net45 (.NETFramework,Version=v4.5)&lt;/li&gt;
	&lt;li&gt;netstandard1.6 (.NETStandard,Version=v1.6)&lt;br/&gt;
    One or more packages are incompatible with .NETCoreApp,Version=v1.0.&lt;/li&gt;
&lt;/ul&gt;


&lt;p&gt;NuGet Config files used:&lt;br/&gt;
    /Users/christian/.nuget/NuGet/NuGet.Config&lt;/p&gt;

&lt;p&gt;Feeds used:&lt;br/&gt;
    &lt;a href=&quot;https://api.nuget.org/v3/index.json&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://api.nuget.org/v3/index.json&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Did you use another nuget feed or something?&lt;/p&gt;</comment>
                            <comment id="1355063" author="henningst" created="Fri, 12 Aug 2016 07:55:21 +0000"  >&lt;p&gt;I tested 2.3.0-beta1 in a new ASP.NET Core Console App. You have to manually add &quot;System.Collections.Specialized&quot; to the list of dependencies. Otherwise you&apos;ll get this exception:&lt;/p&gt;

&lt;p/&gt;
&lt;div id=&quot;syntaxplugin&quot; class=&quot;syntaxplugin&quot; style=&quot;border: 1px dashed #bbb; border-radius: 5px !important; overflow: auto; max-height: 30em;&quot;&gt;
&lt;table cellspacing=&quot;0&quot; cellpadding=&quot;0&quot; border=&quot;0&quot; width=&quot;100%&quot; style=&quot;font-size: 1em; line-height: 1.4em !important; font-weight: normal; font-style: normal; color: black;&quot;&gt;
		&lt;tbody &gt;
				&lt;tr id=&quot;syntaxplugin_code_and_gutter&quot;&gt;
						&lt;td  style=&quot; line-height: 1.4em !important; padding: 0em; vertical-align: top;&quot;&gt;
					&lt;pre style=&quot;font-size: 1em; margin: 0 10px;  margin-top: 10px;   width: auto; padding: 0;&quot;&gt;&lt;span style=&quot;color: black; font-family: &apos;Consolas&apos;, &apos;Bitstream Vera Sans Mono&apos;, &apos;Courier New&apos;, Courier, monospace !important;&quot;&gt;Unhandled Exception: System.AggregateException: One or more errors occurred. (Could not load file or assembly &apos;System.Collections.Specialized, Version=4.0.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a&apos;. The system cannot find the file specified.) ---&amp;gt; System.IO.FileNotFoundException: Could not load file or assembly &apos;System.Collections.Specialized, Version=4.0.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a&apos;. The system cannot find the file specified.&lt;/span&gt;&lt;/pre&gt;
			&lt;/td&gt;
		&lt;/tr&gt;
				&lt;tr id=&quot;syntaxplugin_code_and_gutter&quot;&gt;
						&lt;td  style=&quot; line-height: 1.4em !important; padding: 0em; vertical-align: top;&quot;&gt;
					&lt;pre style=&quot;font-size: 1em; margin: 0 10px;   width: auto; padding: 0;&quot;&gt;&lt;span style=&quot;color: black; font-family: &apos;Consolas&apos;, &apos;Bitstream Vera Sans Mono&apos;, &apos;Courier New&apos;, Courier, monospace !important;&quot;&gt;   at MongoDB.Driver.Core.Configuration.ConnectionString..ctor(String connectionString)&lt;/span&gt;&lt;/pre&gt;
			&lt;/td&gt;
		&lt;/tr&gt;
				&lt;tr id=&quot;syntaxplugin_code_and_gutter&quot;&gt;
						&lt;td  style=&quot; line-height: 1.4em !important; padding: 0em; vertical-align: top;&quot;&gt;
					&lt;pre style=&quot;font-size: 1em; margin: 0 10px;   width: auto; padding: 0;&quot;&gt;&lt;span style=&quot;color: black; font-family: &apos;Consolas&apos;, &apos;Bitstream Vera Sans Mono&apos;, &apos;Courier New&apos;, Courier, monospace !important;&quot;&gt;   at MongoDB.Driver.MongoUrlBuilder.Parse(String url)&lt;/span&gt;&lt;/pre&gt;
			&lt;/td&gt;
		&lt;/tr&gt;
				&lt;tr id=&quot;syntaxplugin_code_and_gutter&quot;&gt;
						&lt;td  style=&quot; line-height: 1.4em !important; padding: 0em; vertical-align: top;&quot;&gt;
					&lt;pre style=&quot;font-size: 1em; margin: 0 10px;   width: auto; padding: 0;&quot;&gt;&lt;span style=&quot;color: black; font-family: &apos;Consolas&apos;, &apos;Bitstream Vera Sans Mono&apos;, &apos;Courier New&apos;, Courier, monospace !important;&quot;&gt;   at MongoDB.Driver.MongoUrl..ctor(String url)&lt;/span&gt;&lt;/pre&gt;
			&lt;/td&gt;
		&lt;/tr&gt;
				&lt;tr id=&quot;syntaxplugin_code_and_gutter&quot;&gt;
						&lt;td  style=&quot; line-height: 1.4em !important; padding: 0em; vertical-align: top;&quot;&gt;
					&lt;pre style=&quot;font-size: 1em; margin: 0 10px;   width: auto; padding: 0;&quot;&gt;&lt;span style=&quot;color: black; font-family: &apos;Consolas&apos;, &apos;Bitstream Vera Sans Mono&apos;, &apos;Courier New&apos;, Courier, monospace !important;&quot;&gt;   at MongoDB.Driver.MongoClient..ctor(String connectionString)&lt;/span&gt;&lt;/pre&gt;
			&lt;/td&gt;
		&lt;/tr&gt;
				&lt;tr id=&quot;syntaxplugin_code_and_gutter&quot;&gt;
						&lt;td  style=&quot; line-height: 1.4em !important; padding: 0em; vertical-align: top;&quot;&gt;
					&lt;pre style=&quot;font-size: 1em; margin: 0 10px;   width: auto; padding: 0;&quot;&gt;&lt;span style=&quot;color: black; font-family: &apos;Consolas&apos;, &apos;Bitstream Vera Sans Mono&apos;, &apos;Courier New&apos;, Courier, monospace !important;&quot;&gt;   at Generator.DataGenerator..ctor()&lt;/span&gt;&lt;/pre&gt;
			&lt;/td&gt;
		&lt;/tr&gt;
				&lt;tr id=&quot;syntaxplugin_code_and_gutter&quot;&gt;
						&lt;td  style=&quot; line-height: 1.4em !important; padding: 0em; vertical-align: top;&quot;&gt;
					&lt;pre style=&quot;font-size: 1em; margin: 0 10px;   width: auto; padding: 0;&quot;&gt;&lt;span style=&quot;color: black; font-family: &apos;Consolas&apos;, &apos;Bitstream Vera Sans Mono&apos;, &apos;Courier New&apos;, Courier, monospace !important;&quot;&gt;   at Generator.Program.&amp;lt;RunGenerator&amp;gt;d__1.MoveNext()&lt;/span&gt;&lt;/pre&gt;
			&lt;/td&gt;
		&lt;/tr&gt;
				&lt;tr id=&quot;syntaxplugin_code_and_gutter&quot;&gt;
						&lt;td  style=&quot; line-height: 1.4em !important; padding: 0em; vertical-align: top;&quot;&gt;
					&lt;pre style=&quot;font-size: 1em; margin: 0 10px;   width: auto; padding: 0;&quot;&gt;&lt;span style=&quot;color: black; font-family: &apos;Consolas&apos;, &apos;Bitstream Vera Sans Mono&apos;, &apos;Courier New&apos;, Courier, monospace !important;&quot;&gt;   --- End of inner exception stack trace ---&lt;/span&gt;&lt;/pre&gt;
			&lt;/td&gt;
		&lt;/tr&gt;
				&lt;tr id=&quot;syntaxplugin_code_and_gutter&quot;&gt;
						&lt;td  style=&quot; line-height: 1.4em !important; padding: 0em; vertical-align: top;&quot;&gt;
					&lt;pre style=&quot;font-size: 1em; margin: 0 10px;   width: auto; padding: 0;&quot;&gt;&lt;span style=&quot;color: black; font-family: &apos;Consolas&apos;, &apos;Bitstream Vera Sans Mono&apos;, &apos;Courier New&apos;, Courier, monospace !important;&quot;&gt;   at System.Threading.Tasks.Task.ThrowIfExceptional(Boolean includeTaskCanceledExceptions)&lt;/span&gt;&lt;/pre&gt;
			&lt;/td&gt;
		&lt;/tr&gt;
				&lt;tr id=&quot;syntaxplugin_code_and_gutter&quot;&gt;
						&lt;td  style=&quot; line-height: 1.4em !important; padding: 0em; vertical-align: top;&quot;&gt;
					&lt;pre style=&quot;font-size: 1em; margin: 0 10px;   width: auto; padding: 0;&quot;&gt;&lt;span style=&quot;color: black; font-family: &apos;Consolas&apos;, &apos;Bitstream Vera Sans Mono&apos;, &apos;Courier New&apos;, Courier, monospace !important;&quot;&gt;   at System.Threading.Tasks.Task.Wait(Int32 millisecondsTimeout, CancellationToken cancellationToken)&lt;/span&gt;&lt;/pre&gt;
			&lt;/td&gt;
		&lt;/tr&gt;
				&lt;tr id=&quot;syntaxplugin_code_and_gutter&quot;&gt;
						&lt;td  style=&quot; line-height: 1.4em !important; padding: 0em; vertical-align: top;&quot;&gt;
					&lt;pre style=&quot;font-size: 1em; margin: 0 10px;   width: auto; padding: 0;&quot;&gt;&lt;span style=&quot;color: black; font-family: &apos;Consolas&apos;, &apos;Bitstream Vera Sans Mono&apos;, &apos;Courier New&apos;, Courier, monospace !important;&quot;&gt;   at System.Threading.Tasks.Task.Wait()&lt;/span&gt;&lt;/pre&gt;
			&lt;/td&gt;
		&lt;/tr&gt;
				&lt;tr id=&quot;syntaxplugin_code_and_gutter&quot;&gt;
						&lt;td  style=&quot; line-height: 1.4em !important; padding: 0em; vertical-align: top;&quot;&gt;
					&lt;pre style=&quot;font-size: 1em; margin: 0 10px;   margin-bottom: 10px;  width: auto; padding: 0;&quot;&gt;&lt;span style=&quot;color: black; font-family: &apos;Consolas&apos;, &apos;Bitstream Vera Sans Mono&apos;, &apos;Courier New&apos;, Courier, monospace !important;&quot;&gt;   at Generator.Program.Main(String[] args)&lt;/span&gt;&lt;/pre&gt;
			&lt;/td&gt;
		&lt;/tr&gt;
			&lt;/tbody&gt;
&lt;/table&gt;
&lt;/div&gt;
&lt;p/&gt;

&lt;p&gt;My working project.json looks like this:&lt;/p&gt;

&lt;p/&gt;
&lt;div id=&quot;syntaxplugin&quot; class=&quot;syntaxplugin&quot; style=&quot;border: 1px dashed #bbb; border-radius: 5px !important; overflow: auto; max-height: 30em;&quot;&gt;
&lt;table cellspacing=&quot;0&quot; cellpadding=&quot;0&quot; border=&quot;0&quot; width=&quot;100%&quot; style=&quot;font-size: 1em; line-height: 1.4em !important; font-weight: normal; font-style: normal; color: black;&quot;&gt;
		&lt;thead&gt;
			&lt;tr id=&quot;syntaxplugin_title&quot;&gt;
			&lt;td bgcolor=&quot;#f5f5f5&quot; style=&quot;font-family: Arial,sans-serif; color: #333; border-bottom: 1px solid #bbb; background-color: #f5f5f5 !important; font-weight: bold; line-height: 1em;&quot; &gt;
				&lt;p style=&quot;margin: 5px 10px; padding: 0;&quot;&gt;project.json&lt;/p&gt;
			&lt;/td&gt;
		&lt;/tr&gt;
			&lt;/thead&gt;
		&lt;tbody &gt;
				&lt;tr id=&quot;syntaxplugin_code_and_gutter&quot;&gt;
						&lt;td  style=&quot; line-height: 1.4em !important; padding: 0em; vertical-align: top;&quot;&gt;
					&lt;pre style=&quot;font-size: 1em; margin: 0 10px;  margin-top: 10px;   width: auto; padding: 0;&quot;&gt;&lt;span style=&quot;color: black; font-family: &apos;Consolas&apos;, &apos;Bitstream Vera Sans Mono&apos;, &apos;Courier New&apos;, Courier, monospace !important;&quot;&gt;{&lt;/span&gt;&lt;/pre&gt;
			&lt;/td&gt;
		&lt;/tr&gt;
				&lt;tr id=&quot;syntaxplugin_code_and_gutter&quot;&gt;
						&lt;td  style=&quot; line-height: 1.4em !important; padding: 0em; vertical-align: top;&quot;&gt;
					&lt;pre style=&quot;font-size: 1em; margin: 0 10px;   width: auto; padding: 0;&quot;&gt;&lt;span style=&quot;color: black; font-family: &apos;Consolas&apos;, &apos;Bitstream Vera Sans Mono&apos;, &apos;Courier New&apos;, Courier, monospace !important;&quot;&gt;  &quot;version&quot;: &quot;1.0.0-*&quot;,&lt;/span&gt;&lt;/pre&gt;
			&lt;/td&gt;
		&lt;/tr&gt;
				&lt;tr id=&quot;syntaxplugin_code_and_gutter&quot;&gt;
						&lt;td  style=&quot; line-height: 1.4em !important; padding: 0em; vertical-align: top;&quot;&gt;
					&lt;pre style=&quot;font-size: 1em; margin: 0 10px;   width: auto; padding: 0;&quot;&gt;&lt;span style=&quot;color: black; font-family: &apos;Consolas&apos;, &apos;Bitstream Vera Sans Mono&apos;, &apos;Courier New&apos;, Courier, monospace !important;&quot;&gt;  &quot;buildOptions&quot;: {&lt;/span&gt;&lt;/pre&gt;
			&lt;/td&gt;
		&lt;/tr&gt;
				&lt;tr id=&quot;syntaxplugin_code_and_gutter&quot;&gt;
						&lt;td  style=&quot; line-height: 1.4em !important; padding: 0em; vertical-align: top;&quot;&gt;
					&lt;pre style=&quot;font-size: 1em; margin: 0 10px;   width: auto; padding: 0;&quot;&gt;&lt;span style=&quot;color: black; font-family: &apos;Consolas&apos;, &apos;Bitstream Vera Sans Mono&apos;, &apos;Courier New&apos;, Courier, monospace !important;&quot;&gt;    &quot;emitEntryPoint&quot;: true&lt;/span&gt;&lt;/pre&gt;
			&lt;/td&gt;
		&lt;/tr&gt;
				&lt;tr id=&quot;syntaxplugin_code_and_gutter&quot;&gt;
						&lt;td  style=&quot; line-height: 1.4em !important; padding: 0em; vertical-align: top;&quot;&gt;
					&lt;pre style=&quot;font-size: 1em; margin: 0 10px;   width: auto; padding: 0;&quot;&gt;&lt;span style=&quot;color: black; font-family: &apos;Consolas&apos;, &apos;Bitstream Vera Sans Mono&apos;, &apos;Courier New&apos;, Courier, monospace !important;&quot;&gt;  },&lt;/span&gt;&lt;/pre&gt;
			&lt;/td&gt;
		&lt;/tr&gt;
				&lt;tr id=&quot;syntaxplugin_code_and_gutter&quot;&gt;
						&lt;td  style=&quot; line-height: 1.4em !important; padding: 0em; vertical-align: top;&quot;&gt;
					&lt;pre style=&quot;font-size: 1em; margin: 0 10px;   width: auto; padding: 0;&quot;&gt;&amp;nbsp;&lt;/pre&gt;
			&lt;/td&gt;
		&lt;/tr&gt;
				&lt;tr id=&quot;syntaxplugin_code_and_gutter&quot;&gt;
						&lt;td  style=&quot; line-height: 1.4em !important; padding: 0em; vertical-align: top;&quot;&gt;
					&lt;pre style=&quot;font-size: 1em; margin: 0 10px;   width: auto; padding: 0;&quot;&gt;&lt;span style=&quot;color: black; font-family: &apos;Consolas&apos;, &apos;Bitstream Vera Sans Mono&apos;, &apos;Courier New&apos;, Courier, monospace !important;&quot;&gt;  &quot;dependencies&quot;: {&lt;/span&gt;&lt;/pre&gt;
			&lt;/td&gt;
		&lt;/tr&gt;
				&lt;tr id=&quot;syntaxplugin_code_and_gutter&quot;&gt;
						&lt;td  style=&quot; line-height: 1.4em !important; padding: 0em; vertical-align: top;&quot;&gt;
					&lt;pre style=&quot;font-size: 1em; margin: 0 10px;   width: auto; padding: 0;&quot;&gt;&lt;span style=&quot;color: black; font-family: &apos;Consolas&apos;, &apos;Bitstream Vera Sans Mono&apos;, &apos;Courier New&apos;, Courier, monospace !important;&quot;&gt;    &quot;Microsoft.NETCore.App&quot;: {&lt;/span&gt;&lt;/pre&gt;
			&lt;/td&gt;
		&lt;/tr&gt;
				&lt;tr id=&quot;syntaxplugin_code_and_gutter&quot;&gt;
						&lt;td  style=&quot; line-height: 1.4em !important; padding: 0em; vertical-align: top;&quot;&gt;
					&lt;pre style=&quot;font-size: 1em; margin: 0 10px;   width: auto; padding: 0;&quot;&gt;&lt;span style=&quot;color: black; font-family: &apos;Consolas&apos;, &apos;Bitstream Vera Sans Mono&apos;, &apos;Courier New&apos;, Courier, monospace !important;&quot;&gt;      &quot;type&quot;: &quot;platform&quot;,&lt;/span&gt;&lt;/pre&gt;
			&lt;/td&gt;
		&lt;/tr&gt;
				&lt;tr id=&quot;syntaxplugin_code_and_gutter&quot;&gt;
						&lt;td  style=&quot; line-height: 1.4em !important; padding: 0em; vertical-align: top;&quot;&gt;
					&lt;pre style=&quot;font-size: 1em; margin: 0 10px;   width: auto; padding: 0;&quot;&gt;&lt;span style=&quot;color: black; font-family: &apos;Consolas&apos;, &apos;Bitstream Vera Sans Mono&apos;, &apos;Courier New&apos;, Courier, monospace !important;&quot;&gt;      &quot;version&quot;: &quot;1.0.0&quot;&lt;/span&gt;&lt;/pre&gt;
			&lt;/td&gt;
		&lt;/tr&gt;
				&lt;tr id=&quot;syntaxplugin_code_and_gutter&quot;&gt;
						&lt;td  style=&quot; line-height: 1.4em !important; padding: 0em; vertical-align: top;&quot;&gt;
					&lt;pre style=&quot;font-size: 1em; margin: 0 10px;   width: auto; padding: 0;&quot;&gt;&lt;span style=&quot;color: black; font-family: &apos;Consolas&apos;, &apos;Bitstream Vera Sans Mono&apos;, &apos;Courier New&apos;, Courier, monospace !important;&quot;&gt;    },&lt;/span&gt;&lt;/pre&gt;
			&lt;/td&gt;
		&lt;/tr&gt;
				&lt;tr id=&quot;syntaxplugin_code_and_gutter&quot;&gt;
						&lt;td  style=&quot; line-height: 1.4em !important; padding: 0em; vertical-align: top;&quot;&gt;
					&lt;pre style=&quot;font-size: 1em; margin: 0 10px;   width: auto; padding: 0;&quot;&gt;&lt;span style=&quot;color: black; font-family: &apos;Consolas&apos;, &apos;Bitstream Vera Sans Mono&apos;, &apos;Courier New&apos;, Courier, monospace !important;&quot;&gt;    &quot;MongoDB.Driver&quot;: &quot;2.3.0-beta1&quot;,&lt;/span&gt;&lt;/pre&gt;
			&lt;/td&gt;
		&lt;/tr&gt;
				&lt;tr id=&quot;syntaxplugin_code_and_gutter&quot;&gt;
						&lt;td  style=&quot; line-height: 1.4em !important; padding: 0em; vertical-align: top;&quot;&gt;
					&lt;pre style=&quot;font-size: 1em; margin: 0 10px;   width: auto; padding: 0;&quot;&gt;&lt;span style=&quot;color: black; font-family: &apos;Consolas&apos;, &apos;Bitstream Vera Sans Mono&apos;, &apos;Courier New&apos;, Courier, monospace !important;&quot;&gt;    &quot;System.Collections.Specialized&quot;: &quot;4.0.1&quot;&lt;/span&gt;&lt;/pre&gt;
			&lt;/td&gt;
		&lt;/tr&gt;
				&lt;tr id=&quot;syntaxplugin_code_and_gutter&quot;&gt;
						&lt;td  style=&quot; line-height: 1.4em !important; padding: 0em; vertical-align: top;&quot;&gt;
					&lt;pre style=&quot;font-size: 1em; margin: 0 10px;   width: auto; padding: 0;&quot;&gt;&lt;span style=&quot;color: black; font-family: &apos;Consolas&apos;, &apos;Bitstream Vera Sans Mono&apos;, &apos;Courier New&apos;, Courier, monospace !important;&quot;&gt;  },&lt;/span&gt;&lt;/pre&gt;
			&lt;/td&gt;
		&lt;/tr&gt;
				&lt;tr id=&quot;syntaxplugin_code_and_gutter&quot;&gt;
						&lt;td  style=&quot; line-height: 1.4em !important; padding: 0em; vertical-align: top;&quot;&gt;
					&lt;pre style=&quot;font-size: 1em; margin: 0 10px;   width: auto; padding: 0;&quot;&gt;&amp;nbsp;&lt;/pre&gt;
			&lt;/td&gt;
		&lt;/tr&gt;
				&lt;tr id=&quot;syntaxplugin_code_and_gutter&quot;&gt;
						&lt;td  style=&quot; line-height: 1.4em !important; padding: 0em; vertical-align: top;&quot;&gt;
					&lt;pre style=&quot;font-size: 1em; margin: 0 10px;   width: auto; padding: 0;&quot;&gt;&lt;span style=&quot;color: black; font-family: &apos;Consolas&apos;, &apos;Bitstream Vera Sans Mono&apos;, &apos;Courier New&apos;, Courier, monospace !important;&quot;&gt;  &quot;frameworks&quot;: {&lt;/span&gt;&lt;/pre&gt;
			&lt;/td&gt;
		&lt;/tr&gt;
				&lt;tr id=&quot;syntaxplugin_code_and_gutter&quot;&gt;
						&lt;td  style=&quot; line-height: 1.4em !important; padding: 0em; vertical-align: top;&quot;&gt;
					&lt;pre style=&quot;font-size: 1em; margin: 0 10px;   width: auto; padding: 0;&quot;&gt;&lt;span style=&quot;color: black; font-family: &apos;Consolas&apos;, &apos;Bitstream Vera Sans Mono&apos;, &apos;Courier New&apos;, Courier, monospace !important;&quot;&gt;    &quot;netcoreapp1.0&quot;: {&lt;/span&gt;&lt;/pre&gt;
			&lt;/td&gt;
		&lt;/tr&gt;
				&lt;tr id=&quot;syntaxplugin_code_and_gutter&quot;&gt;
						&lt;td  style=&quot; line-height: 1.4em !important; padding: 0em; vertical-align: top;&quot;&gt;
					&lt;pre style=&quot;font-size: 1em; margin: 0 10px;   width: auto; padding: 0;&quot;&gt;&lt;span style=&quot;color: black; font-family: &apos;Consolas&apos;, &apos;Bitstream Vera Sans Mono&apos;, &apos;Courier New&apos;, Courier, monospace !important;&quot;&gt;      &quot;imports&quot;: &quot;dnxcore50&quot;&lt;/span&gt;&lt;/pre&gt;
			&lt;/td&gt;
		&lt;/tr&gt;
				&lt;tr id=&quot;syntaxplugin_code_and_gutter&quot;&gt;
						&lt;td  style=&quot; line-height: 1.4em !important; padding: 0em; vertical-align: top;&quot;&gt;
					&lt;pre style=&quot;font-size: 1em; margin: 0 10px;   width: auto; padding: 0;&quot;&gt;&lt;span style=&quot;color: black; font-family: &apos;Consolas&apos;, &apos;Bitstream Vera Sans Mono&apos;, &apos;Courier New&apos;, Courier, monospace !important;&quot;&gt;    }&lt;/span&gt;&lt;/pre&gt;
			&lt;/td&gt;
		&lt;/tr&gt;
				&lt;tr id=&quot;syntaxplugin_code_and_gutter&quot;&gt;
						&lt;td  style=&quot; line-height: 1.4em !important; padding: 0em; vertical-align: top;&quot;&gt;
					&lt;pre style=&quot;font-size: 1em; margin: 0 10px;   width: auto; padding: 0;&quot;&gt;&lt;span style=&quot;color: black; font-family: &apos;Consolas&apos;, &apos;Bitstream Vera Sans Mono&apos;, &apos;Courier New&apos;, Courier, monospace !important;&quot;&gt;  }&lt;/span&gt;&lt;/pre&gt;
			&lt;/td&gt;
		&lt;/tr&gt;
				&lt;tr id=&quot;syntaxplugin_code_and_gutter&quot;&gt;
						&lt;td  style=&quot; line-height: 1.4em !important; padding: 0em; vertical-align: top;&quot;&gt;
					&lt;pre style=&quot;font-size: 1em; margin: 0 10px;   margin-bottom: 10px;  width: auto; padding: 0;&quot;&gt;&lt;span style=&quot;color: black; font-family: &apos;Consolas&apos;, &apos;Bitstream Vera Sans Mono&apos;, &apos;Courier New&apos;, Courier, monospace !important;&quot;&gt;}&lt;/span&gt;&lt;/pre&gt;
			&lt;/td&gt;
		&lt;/tr&gt;
			&lt;/tbody&gt;
&lt;/table&gt;
&lt;/div&gt;
&lt;p/&gt;

&lt;p&gt;Maybe add System.Collections.Specialized as a dependency in MongoDB.Driver itself?&lt;/p&gt;</comment>
                            <comment id="1327938" author="kanel" created="Tue, 19 Jul 2016 06:34:55 +0000"  >&lt;p&gt;we are waiting on this to start the development stage!&lt;/p&gt;</comment>
                            <comment id="1326294" author="rinukkusu" created="Sun, 17 Jul 2016 11:07:06 +0000"  >&lt;p&gt;It&apos;s almost done anyway - only &lt;a href=&quot;https://jira.mongodb.org/browse/CSHARP-1707&quot; title=&quot;Modify command line build scripts to support .NET Core builds&quot; class=&quot;issue-link&quot; data-issue-key=&quot;CSHARP-1707&quot;&gt;&lt;del&gt;CSHARP-1707&lt;/del&gt;&lt;/a&gt; and &lt;a href=&quot;https://jira.mongodb.org/browse/CSHARP-1557&quot; title=&quot;Verify GssapiAuthenticator P/Invoke implementation on .NET Core on Windows machines&quot; class=&quot;issue-link&quot; data-issue-key=&quot;CSHARP-1557&quot;&gt;&lt;del&gt;CSHARP-1557&lt;/del&gt;&lt;/a&gt; to go. &lt;br/&gt;
I don&apos;t think trying to pressure the team will make things going any faster.&lt;/p&gt;</comment>
                            <comment id="1326281" author="bolerguo" created="Sun, 17 Jul 2016 06:11:38 +0000"  >&lt;p&gt;We really need this driver, I check this Epic almost every day .&lt;/p&gt;</comment>
                            <comment id="1320406" author="rstam" created="Mon, 11 Jul 2016 18:26:14 +0000"  >&lt;p&gt;We are actively working on this.&lt;/p&gt;

&lt;p&gt;We will release a beta as soon as possible.&lt;/p&gt;</comment>
                            <comment id="1320307" author="talento90" created="Mon, 11 Jul 2016 17:41:20 +0000"  >&lt;p&gt; I want to upgrade my projects to dotnet core and we are using mongodb &lt;img class=&quot;emoticon&quot; src=&quot;https://jira.mongodb.org/images/icons/emoticons/smile.png&quot; height=&quot;16&quot; width=&quot;16&quot; align=&quot;absmiddle&quot; alt=&quot;&quot; border=&quot;0&quot;/&gt;&lt;/p&gt;</comment>
                            <comment id="1319643" author="zoxexivo@gmail.com" created="Mon, 11 Jul 2016 08:49:56 +0000"  >&lt;p&gt;Any news ? 8 July ends. &lt;br/&gt;
Robert, we every day check progress for this task) &lt;/p&gt;</comment>
                            <comment id="1310008" author="yeurch" created="Wed, 29 Jun 2016 18:51:23 +0000"  >&lt;p&gt;Thanks for the quick reply Robert.  Really looking forward to putting this through its paces!&lt;/p&gt;</comment>
                            <comment id="1309999" author="rstam" created="Wed, 29 Jun 2016 18:42:55 +0000"  >&lt;p&gt;For the moment this work is in a separate branch. We are close to being done and as soon as it is code reviewed it will be pushed to master.&lt;/p&gt;</comment>
                            <comment id="1309982" author="yeurch" created="Wed, 29 Jun 2016 18:33:10 +0000"  >&lt;p&gt;I was hoping to build the driver for .NET Core, but it looks like I&apos;m not getting the latest and greatest.  There&apos;s no project.json and a couple of hundred compile errors when trying to compile the source for &lt;tt&gt;MongoDB.BSON&lt;/tt&gt; in a new .NET Core class library.  Is this work being done in a separate(non-public) Github branch perhaps?&lt;/p&gt;</comment>
                            <comment id="1306549" author="rstam" created="Sat, 25 Jun 2016 02:12:22 +0000"  >&lt;p&gt;We&apos;re making progress but we do not have an ETA for the 2.3 release which is probably the release that will add support for .NET Core.&lt;/p&gt;

&lt;p&gt;Even before 2.3 is released you would have the ability to build the driver yourself from the master branch, should you wish to begin trying out the support for .NET Core. We wouldn&apos;t recommend going into production with a pre-release version of 2.3 though.&lt;/p&gt;</comment>
                            <comment id="1301027" author="henningst" created="Tue, 21 Jun 2016 12:22:40 +0000"  >&lt;p&gt;Do you have an ETA for when this will be done and available on Nuget?&lt;/p&gt;</comment>
                            <comment id="1266804" author="rstam" created="Tue, 17 May 2016 19:50:07 +0000"  >&lt;p&gt;We are excited that .NET Core RC2 is now available and are actively working on support for .NET Core.&lt;/p&gt;

&lt;p&gt;Stay tuned.&lt;/p&gt;</comment>
                            <comment id="1266790" author="evalex" created="Tue, 17 May 2016 19:42:59 +0000"  >&lt;p&gt;Act!&lt;/p&gt;</comment>
                            <comment id="1266037" author="lakerfield" created="Tue, 17 May 2016 11:20:25 +0000"  >&lt;p&gt;Update: Announcing .NET Core RC2 and .NET Core SDK Preview 1&lt;/p&gt;

&lt;p&gt;&lt;a href=&quot;https://blogs.msdn.microsoft.com/dotnet/2016/05/16/announcing-net-core-rc2/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://blogs.msdn.microsoft.com/dotnet/2016/05/16/announcing-net-core-rc2/&lt;/a&gt;&lt;/p&gt;</comment>
                            <comment id="1258518" author="rstam" created="Sat, 7 May 2016 15:43:22 +0000"  >&lt;p&gt;Great news that RC2 will be available soon! Thanks for the heads up.&lt;/p&gt;</comment>
                            <comment id="1258517" author="lakerfield" created="Sat, 7 May 2016 15:41:22 +0000"  >&lt;p&gt;Update from Microsoft: .NET Core and ASP.NET Core 1.0 RC2 runtime and libraries will be available in mid-May. RTM will be available by the end of June&lt;/p&gt;

&lt;p&gt;&lt;a href=&quot;https://blogs.msdn.microsoft.com/dotnet/2016/05/06/net-core-rc2-improvements-schedule-and-roadmap/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://blogs.msdn.microsoft.com/dotnet/2016/05/06/net-core-rc2-improvements-schedule-and-roadmap/&lt;/a&gt;&lt;/p&gt;</comment>
                            <comment id="1244732" author="rstam" created="Sat, 23 Apr 2016 16:08:09 +0000"  >&lt;p&gt;At this point we are waiting for .NET Core RC2 to come out. Even Microsoft has acknowledged that&apos;s a prudent course. Hopefully RC2 will come out soon.&lt;/p&gt;</comment>
                            <comment id="1242246" author="cabrinha" created="Thu, 21 Apr 2016 10:11:05 +0000"  >&lt;p&gt;+1 for a beta (RC1 compliant)&lt;/p&gt;</comment>
                            <comment id="1226045" author="matthias" created="Tue, 5 Apr 2016 12:53:16 +0000"  >&lt;p&gt;However bringing out a beta version would harm no one. Some libraries are currently doing so.&lt;/p&gt;</comment>
                            <comment id="1226043" author="matthias" created="Tue, 5 Apr 2016 12:52:17 +0000"  >&lt;p&gt;I believe not that anybody will go away. We are using the latest Visual Studio with the latest MVC. As long as the ASP.NET Core 1.0 CLR is not supported we just keep the reference to the full framework. Going then to the Core Framework, should be no big deal, since you already use the latest and greatest MVC with all the middleware stuff and so on.&lt;/p&gt;</comment>
                            <comment id="1226029" author="david_nadaraia" created="Tue, 5 Apr 2016 12:41:43 +0000"  >&lt;p&gt;Seriously? Question is not when will you deliver CoreCLR support, question is how many people will move away from MongoDB &lt;img class=&quot;emoticon&quot; src=&quot;https://jira.mongodb.org/images/icons/emoticons/sad.png&quot; height=&quot;16&quot; width=&quot;16&quot; align=&quot;absmiddle&quot; alt=&quot;&quot; border=&quot;0&quot;/&gt;&lt;/p&gt;</comment>
                            <comment id="1211141" author="rstam" created="Tue, 22 Mar 2016 14:20:31 +0000"  >&lt;p&gt;Thank you for your interest in using the .NET Driver with .NET Core.&lt;/p&gt;

&lt;p&gt;We are currently working on this, but it will be a bit longer before we release it.&lt;/p&gt;

&lt;p&gt;For one thing, .NET Core itself is not yet ready. There will be some significant changes in the RC2 version of .NET Core, some of which we are dependent on to make porting the .NET Driver to .NET Core easier (mainly in the reflection APIs).&lt;/p&gt;

&lt;p&gt;Once .NET Core itself stabilizes more and Microsoft firms up their release schedule we will have a better idea of when we will release a version of the .NET Driver for .NET Core.&lt;/p&gt;</comment>
                            <comment id="1210904" author="bekas" created="Tue, 22 Mar 2016 09:40:17 +0000"  >&lt;p&gt;Our project neeeeeeeeds this support too!!!&lt;/p&gt;</comment>
                            <comment id="1210890" author="evalex" created="Tue, 22 Mar 2016 09:07:16 +0000"  >&lt;p&gt;Seriously? It&apos;s almost April. We&apos;ve got ongoing project using Mongo on ASP.NET Core and we absolutely need this ASAP. Please, hurry up.&lt;/p&gt;</comment>
                            <comment id="1130459" author="nico" created="Sun, 10 Jan 2016 04:11:52 +0000"  >&lt;p&gt;Is it possible to have a tentative date for this support, in order to decide if we can start our new development with mongoDb.&lt;/p&gt;</comment>
                            <comment id="1115858" author="bsellers" created="Wed, 16 Dec 2015 07:19:45 +0000"  >&lt;p&gt;It looks like NUnit and FluentAssertions both support CoreCLR now. Nsubstitute still doesn&apos;t have support (&lt;a href=&quot;https://github.com/nsubstitute/NSubstitute/pull/197&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://github.com/nsubstitute/NSubstitute/pull/197&lt;/a&gt;).&lt;/p&gt;</comment>
                            <comment id="1038259" author="mjost" created="Mon, 21 Sep 2015 13:56:13 +0000"  >&lt;p&gt;We would also appreciate support for .NET Core.&lt;/p&gt;</comment>
                            <comment id="1012686" author="rstam" created="Mon, 24 Aug 2015 09:39:45 +0000"  >&lt;p&gt;Pull requests are always welcome. If we received a pull request we would evaluate it and decide what to do. Sometimes pull requests are accepted as is and sometimes they are used as starting points for further refinement. Thank you for your interest in contributing!&lt;/p&gt;

&lt;p&gt;You should also look at:&lt;/p&gt;

&lt;p&gt;&lt;a href=&quot;https://github.com/mongodb/mongo-csharp-driver/pull/210&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://github.com/mongodb/mongo-csharp-driver/pull/210&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Which did some initial work of creating new project files as a first step towards supporting .NET Core. Read the comments in that pull request also. At this point the main obstacles seem to be that other tools we use for testing (NUnit, FluentAssertions and NSubstitute) don&apos;t yet support .Net Core.&lt;/p&gt;</comment>
                            <comment id="1012659" author="radia" created="Mon, 24 Aug 2015 08:20:04 +0000"  >&lt;p&gt;Would you be interested in a pull request if I do this port? I really need this and have to start on it anyway. I am more than happy to invest time, do it right then pass to you for consideration.&lt;/p&gt;</comment>
                            <comment id="959370" author="rstam" created="Tue, 7 Jul 2015 13:34:32 +0000"  >&lt;p&gt;Not yet. You can watch this ticket to be notified of when work on this begins.&lt;/p&gt;</comment>
                            <comment id="958960" author="bret@cityspark.com" created="Mon, 6 Jul 2015 22:39:12 +0000"  >&lt;p&gt;Is there a branch/fork somewhere in the ether that is at a beta level that supports .net core?&lt;/p&gt;</comment>
                            <comment id="903933" author="craiggwilson" created="Sun, 3 May 2015 19:50:18 +0000"  >&lt;p&gt;No updates. We&apos;ll begin working on it shortly now that an RC has been put out.  This is one of our highest priorities.&lt;/p&gt;</comment>
                            <comment id="903932" author="michi" created="Sun, 3 May 2015 19:42:30 +0000"  >&lt;p&gt;I&apos;d also like to use mongodb with CoreCLR. Are there any updates yet?&lt;/p&gt;</comment>
                            <comment id="816445" author="mickdelaney" created="Thu, 29 Jan 2015 14:50:39 +0000"  >&lt;p&gt;Thats great news. Personally I&apos;m hoping to migrate a bunch of services written in C# to Docker. Some of which are accessing Mongo. &lt;br/&gt;
CoreCLR + Async will be great. &lt;/p&gt;</comment>
                            <comment id="816376" author="craiggwilson" created="Thu, 29 Jan 2015 14:11:59 +0000"  >&lt;p&gt;Yes. We have plans for it. We have been working on getting 2.0 done and since Core CLR is still not complete, we haven&apos;t spent much time playing with it. I&apos;ve run some compatibility reports and we aren&apos;t all that far off.&lt;/p&gt;</comment>
                    </comments>
                <issuelinks>
                            <issuelinktype id="10011">
                    <name>Depends</name>
                                            <outwardlinks description="depends on">
                                        <issuelink>
            <issuekey id="306969">CSHARP-1736</issuekey>
        </issuelink>
                            </outwardlinks>
                                                        </issuelinktype>
                            <issuelinktype id="10010">
                    <name>Duplicate</name>
                                                                <inwardlinks description="is duplicated by">
                                        <issuelink>
            <issuekey id="315511">CSHARP-1763</issuekey>
        </issuelink>
                            </inwardlinks>
                                    </issuelinktype>
                            <issuelinktype id="10012">
                    <name>Related</name>
                                            <outwardlinks description="related to">
                                                        </outwardlinks>
                                                        </issuelinktype>
                    </issuelinks>
                <attachments>
                    </attachments>
                <subtasks>
                    </subtasks>
                <customfields>
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    <customfield id="customfield_15850" key="com.atlassian.jira.plugins.jira-development-integration-plugin:devsummary">
                        <customfieldname>Development</customfieldname>
                        <customfieldvalues>
                            
                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                                                        <customfield id="customfield_10858" key="com.pyxis.greenhopper.jira:gh-epic-label">
                        <customfieldname>Epic Name</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>.NET Core</customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                <customfield id="customfield_10859" key="com.pyxis.greenhopper.jira:gh-epic-status">
                        <customfieldname>Epic Status</customfieldname>
                        <customfieldvalues>
                                <customfieldvalue key="10642"><![CDATA[Done]]></customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                <customfield id="customfield_12550" key="com.pyxis.greenhopper.jira:gh-lexo-rank">
                        <customfieldname>Rank</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>2|hrcjov:</customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                <customfield id="customfield_10558" key="com.pyxis.greenhopper.jira:gh-global-rank">
                        <customfieldname>Rank (Obsolete)</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>159437</customfieldvalue>
                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                                                                                                                <customfield id="customfield_10557" key="com.pyxis.greenhopper.jira:gh-sprint">
                        <customfieldname>Sprint</customfieldname>
                        <customfieldvalues>
                                <customfieldvalue id="802">C# Sprint 29</customfieldvalue>
    <customfieldvalue id="832">C# Sprint 30</customfieldvalue>
    <customfieldvalue id="891">C# Sprint 31</customfieldvalue>
    <customfieldvalue id="920">C# Sprint 32</customfieldvalue>
    <customfieldvalue id="955">C# Sprint 33</customfieldvalue>
    <customfieldvalue id="983">C# Sprint 34</customfieldvalue>
    <customfieldvalue id="984">C# Sprint 35</customfieldvalue>
    <customfieldvalue id="1086">C# Sprint 36</customfieldvalue>
    <customfieldvalue id="1107">C# Sprint 37</customfieldvalue>
    <customfieldvalue id="1134">C# Sprint 38</customfieldvalue>
    <customfieldvalue id="1176">C# Sprint 39</customfieldvalue>
    <customfieldvalue id="1189">C# Sprint 40</customfieldvalue>
    <customfieldvalue id="1199">C# Sprint 41</customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        </customfields>
    </item>
</channel>
</rss>