<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Net Core 2.0 Compability? in Dropbox API Support &amp; Feedback</title>
    <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Net-Core-2-0-Compability/m-p/238931#M13236</link>
    <description>&lt;P&gt;Hi Oskar, &lt;A href="https://github.com/dropbox/dropbox-sdk-dotnet#support-platforms" target="_self"&gt;the official&amp;nbsp;Dropbox API v2 .NET SDK supports .NET Standard 1.1+&lt;/A&gt;, so it should work on .NET Core 2.0. (Note that there's a small configuration note in the documentation you may need to follow though.) Please try it out and let us know if you run in to any issues.&lt;/P&gt;</description>
    <pubDate>Mon, 28 Aug 2017 15:50:25 GMT</pubDate>
    <dc:creator>Greg-DB</dc:creator>
    <dc:date>2017-08-28T15:50:25Z</dc:date>
    <item>
      <title>Net Core 2.0 Compability?</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Net-Core-2-0-Compability/m-p/238881#M13230</link>
      <description>&lt;P&gt;Hi,&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Is the Dropbox API 2 compatible with the NetCore 2.0? Specifically ASP.Net 2.0?&lt;/P&gt;
&lt;P&gt;Oskar&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 29 May 2019 09:19:40 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Net-Core-2-0-Compability/m-p/238881#M13230</guid>
      <dc:creator>Oskar</dc:creator>
      <dc:date>2019-05-29T09:19:40Z</dc:date>
    </item>
    <item>
      <title>Re: Net Core 2.0 Compability?</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Net-Core-2-0-Compability/m-p/238931#M13236</link>
      <description>&lt;P&gt;Hi Oskar, &lt;A href="https://github.com/dropbox/dropbox-sdk-dotnet#support-platforms" target="_self"&gt;the official&amp;nbsp;Dropbox API v2 .NET SDK supports .NET Standard 1.1+&lt;/A&gt;, so it should work on .NET Core 2.0. (Note that there's a small configuration note in the documentation you may need to follow though.) Please try it out and let us know if you run in to any issues.&lt;/P&gt;</description>
      <pubDate>Mon, 28 Aug 2017 15:50:25 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Net-Core-2-0-Compability/m-p/238931#M13236</guid>
      <dc:creator>Greg-DB</dc:creator>
      <dc:date>2017-08-28T15:50:25Z</dc:date>
    </item>
    <item>
      <title>Re: Net Core 2.0 Compability?</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Net-Core-2-0-Compability/m-p/238935#M13239</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I tried it and it on an empty ASP.Net Core 2.0 project and it did not work. There was some kind of error message of 4.3.0 not being compatible and then "falling back".&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;It compiles, but does not work.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;This is why I ask. I do not have the resources to do further research on this if it doesn't seem to work in the first place - that is why I asked. Have you yourself tried?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Oskar&lt;/P&gt;</description>
      <pubDate>Mon, 28 Aug 2017 16:02:35 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Net-Core-2-0-Compability/m-p/238935#M13239</guid>
      <dc:creator>Oskar</dc:creator>
      <dc:date>2017-08-28T16:02:35Z</dc:date>
    </item>
    <item>
      <title>Re: Net Core 2.0 Compability?</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Net-Core-2-0-Compability/m-p/238936#M13240</link>
      <description>I haven't tried ASP.NET Core 2.0 in particular. Can you share the error message you got? Thanks in advance!</description>
      <pubDate>Mon, 28 Aug 2017 16:04:53 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Net-Core-2-0-Compability/m-p/238936#M13240</guid>
      <dc:creator>Greg-DB</dc:creator>
      <dc:date>2017-08-28T16:04:53Z</dc:date>
    </item>
    <item>
      <title>Re: Net Core 2.0 Compability?</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Net-Core-2-0-Compability/m-p/238937#M13241</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Unfortunately, I can't - I rolled back my project already and did not take any screen shots.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;But, it is very simple:&amp;nbsp;&lt;/P&gt;
&lt;P&gt;1) Just create any empty ASP.Net Core project&lt;/P&gt;
&lt;P&gt;2) Upgrade it to v 2.0&amp;nbsp;&lt;/P&gt;
&lt;P&gt;3) Add Dropbox.API 4.3.0 via NuGet manager.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;You will get a yellow triangle in your dependencies section in Visual Studio saying something about incompatibility and falling back.&lt;/P&gt;
&lt;P&gt;The project will build, but any attempt to use the API will fail in a runtime exception.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Oskar&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 28 Aug 2017 16:12:48 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Net-Core-2-0-Compability/m-p/238937#M13241</guid>
      <dc:creator>Oskar</dc:creator>
      <dc:date>2017-08-28T16:12:48Z</dc:date>
    </item>
    <item>
      <title>Re: Net Core 2.0 Compability?</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Net-Core-2-0-Compability/m-p/238939#M13242</link>
      <description>Thanks! We'll look into it.</description>
      <pubDate>Mon, 28 Aug 2017 16:17:13 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Net-Core-2-0-Compability/m-p/238939#M13242</guid>
      <dc:creator>Greg-DB</dc:creator>
      <dc:date>2017-08-28T16:17:13Z</dc:date>
    </item>
    <item>
      <title>Re: Net Core 2.0 Compability?</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Net-Core-2-0-Compability/m-p/238941#M13243</link>
      <description>&lt;P&gt;I need to specify, that I only use two methods:&lt;/P&gt;
&lt;P class="p1"&gt;-GetSharedLinkMetadataAsync&lt;/P&gt;
&lt;P class="p1"&gt;-GetSharedLinkFileAsync&lt;/P&gt;
&lt;P class="p1"&gt;So, my claim "any attempt..." &amp;nbsp;might be a slight exaggeration. But these calls&amp;nbsp;failed at least for me.&lt;/P&gt;
&lt;P class="p1"&gt;Oskar&lt;/P&gt;
&lt;P class="p1"&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 28 Aug 2017 16:20:19 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Net-Core-2-0-Compability/m-p/238941#M13243</guid>
      <dc:creator>Oskar</dc:creator>
      <dc:date>2017-08-28T16:20:19Z</dc:date>
    </item>
    <item>
      <title>Re: Net Core 2.0 Compability?</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Net-Core-2-0-Compability/m-p/238963#M13244</link>
      <description>There's a server issue that can cause GetSharedLinkFileAsync in particular to fail right now, so that may not be related to the SDK itself. &lt;BR /&gt;&lt;BR /&gt;Also, there are a number of possible expected exceptions from GetSharedLinkMetadataAsync, e.g., if the supplied link is not found, etc. &lt;BR /&gt;&lt;BR /&gt;That being the case, I would recommend testing with something simpler, such as Users.GetCurrentAccountAsync.&lt;BR /&gt;&lt;BR /&gt;I just tried creating a .NET Core 2.0 project in Visual Studio 7.1 for Mac on macOS 10.12.6, and the Dropbox.API library v4.3.0 worked fine with Users.GetCurrentAccountAsync. I also didn't get the yellow triangle warning you mentioned. If are you seeing any issues with the SDK itself, e.g., where even GetCurrentAccountAsync won't work, please let us know what version of Visual Studio and system you're using so we can try to reproduce it.</description>
      <pubDate>Mon, 28 Aug 2017 18:39:24 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Net-Core-2-0-Compability/m-p/238963#M13244</guid>
      <dc:creator>Greg-DB</dc:creator>
      <dc:date>2017-08-28T18:39:24Z</dc:date>
    </item>
    <item>
      <title>Re: Net Core 2.0 Compability?</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Net-Core-2-0-Compability/m-p/238973#M13247</link>
      <description>&lt;P&gt;Hi Greg,&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I am the one who reported the problem with&amp;nbsp;&lt;SPAN&gt;GetSharedLinkFileAsync so I am acutely aware of the problems with the API that has been going on for over a week now. This is why I am desperately seeking other options, among them upgrading to NetCore 2.0.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;I am using the latest version of Visual Studio 2017 for Windows, version 15.3.2.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;The exception is low level and about not being able to find relevant assemblies. I.e. the API package doesn't even load.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Oskar&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 28 Aug 2017 20:08:34 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Net-Core-2-0-Compability/m-p/238973#M13247</guid>
      <dc:creator>Oskar</dc:creator>
      <dc:date>2017-08-28T20:08:34Z</dc:date>
    </item>
    <item>
      <title>Re: Net Core 2.0 Compability?</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Net-Core-2-0-Compability/m-p/238989#M13251</link>
      <description>Thanks! We'll work on reproducing that.</description>
      <pubDate>Mon, 28 Aug 2017 21:05:04 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Net-Core-2-0-Compability/m-p/238989#M13251</guid>
      <dc:creator>Greg-DB</dc:creator>
      <dc:date>2017-08-28T21:05:04Z</dc:date>
    </item>
    <item>
      <title>Re: Net Core 2.0 Compability?</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Net-Core-2-0-Compability/m-p/274132#M16309</link>
      <description>&lt;P&gt;hi @Greg D,&lt;BR /&gt;i'm create new console project using .net core 2.0 and flow to &lt;A href="https://github.com/dropbox/dropbox-sdk-dotnet#support-platforms" target="_blank"&gt;https://github.com/dropbox/dropbox-sdk-dotnet#support-platforms&lt;/A&gt; to install .net core for Dropbox API but i get yellow triangle in dependencies section.&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Is the Dropbox API 2 current version compatible with the NetCore 2.0 ?&lt;BR /&gt;&lt;BR /&gt;i attached 2&amp;nbsp;picture for you&amp;nbsp;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://prntscr.com/japkle" target="_blank"&gt;http://prntscr.com/japkle&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://prntscr.com/japkz5" target="_blank"&gt;http://prntscr.com/japkz5&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;please help me,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;thank you.&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 27 Apr 2018 07:46:32 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Net-Core-2-0-Compability/m-p/274132#M16309</guid>
      <dc:creator>pcuycs</dc:creator>
      <dc:date>2018-04-27T07:46:32Z</dc:date>
    </item>
    <item>
      <title>Re: Net Core 2.0 Compability?</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Net-Core-2-0-Compability/m-p/274185#M16319</link>
      <description>&lt;P&gt;&lt;a href="https://www.dropboxforum.com/t5/user/viewprofilepage/user-id/669506"&gt;@pcuycs&lt;/a&gt;&amp;nbsp;The API v2 .NET SDK is supposed to&amp;nbsp;work with .NET Core 2.0, but there may be an issue loading it in some environments, as noted earlier in this thread.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I don't have an official update for that, but one thing you can try is manually adding&amp;nbsp;Newtonsoft.Json.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If that doesn't help, please share the full error message if possible.&lt;/P&gt;</description>
      <pubDate>Fri, 27 Apr 2018 16:03:30 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Net-Core-2-0-Compability/m-p/274185#M16319</guid>
      <dc:creator>Greg-DB</dc:creator>
      <dc:date>2018-04-27T16:03:30Z</dc:date>
    </item>
    <item>
      <title>Re: Net Core 2.0 Compability?</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Net-Core-2-0-Compability/m-p/276191#M16534</link>
      <description>&lt;P&gt;The issue appears to be that the NuGet package for the Dropbox v2 API (version 4.8.0) doesn't have the proper dependencies specified for .Net Core. When viewing the package in NuGet, it appears to be dependant upon the older .Net Portable libraries:&lt;/P&gt;
&lt;P&gt;&lt;A href="https://www.dropbox.com/s/e2pw90auq4hpfqs/DropboxNuget.png" target="_blank"&gt;https://www.dropbox.com/s/e2pw90auq4hpfqs/DropboxNuget.png&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;As a result, users targeting .Net Core 2.0 see the following warnings in their dependencies:&lt;/P&gt;
&lt;P&gt;&lt;A href="https://www.dropbox.com/s/kzjhrgkm2kj4avc/DropboxWarning.png" target="_blank"&gt;https://www.dropbox.com/s/kzjhrgkm2kj4avc/DropboxWarning.png&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I believe the solution would be to update the NuGet package to&amp;nbsp;target .Net Standard as the Portable libraries are no longer the preferred way to build&amp;nbsp;cross-platform components:&lt;/P&gt;
&lt;P&gt;&lt;A href="https://docs.microsoft.com/en-us/dotnet/standard/net-standard" target="_blank"&gt;https://docs.microsoft.com/en-us/dotnet/standard/net-standard&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 15 May 2018 13:06:50 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Net-Core-2-0-Compability/m-p/276191#M16534</guid>
      <dc:creator>Ian A.</dc:creator>
      <dc:date>2018-05-15T13:06:50Z</dc:date>
    </item>
    <item>
      <title>Re: Net Core 2.0 Compability?</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Net-Core-2-0-Compability/m-p/276206#M16537</link>
      <description>&lt;P&gt;&lt;a href="https://www.dropboxforum.com/t5/user/viewprofilepage/user-id/57034"&gt;@Ian A.&lt;/a&gt;&amp;nbsp;Thanks for the information! Your screenshots seemed to have&amp;nbsp;broken on the forum&amp;nbsp;though. Can you try attaching (or linking to) them again for reference?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 15 May 2018 13:04:19 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Net-Core-2-0-Compability/m-p/276206#M16537</guid>
      <dc:creator>Greg-DB</dc:creator>
      <dc:date>2018-05-15T13:04:19Z</dc:date>
    </item>
    <item>
      <title>Re: Net Core 2.0 Compability?</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Net-Core-2-0-Compability/m-p/276351#M16540</link>
      <description>&lt;P&gt;Post updated with links to shared images. Not sure why the Rich Text editor failed to post them properly.&lt;/P&gt;</description>
      <pubDate>Tue, 15 May 2018 13:03:59 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Net-Core-2-0-Compability/m-p/276351#M16540</guid>
      <dc:creator>Ian A.</dc:creator>
      <dc:date>2018-05-15T13:03:59Z</dc:date>
    </item>
    <item>
      <title>Re: Net Core 2.0 Compability?</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Net-Core-2-0-Compability/m-p/276352#M16541</link>
      <description>Thank you!</description>
      <pubDate>Tue, 15 May 2018 13:04:28 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Net-Core-2-0-Compability/m-p/276352#M16541</guid>
      <dc:creator>Greg-DB</dc:creator>
      <dc:date>2018-05-15T13:04:28Z</dc:date>
    </item>
    <item>
      <title>Re: Net Core 2.0 Compability?</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Net-Core-2-0-Compability/m-p/276552#M16556</link>
      <description>&lt;P&gt;I observe that discussion. I have the same issue.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 16 May 2018 14:46:07 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Net-Core-2-0-Compability/m-p/276552#M16556</guid>
      <dc:creator>Jaryn</dc:creator>
      <dc:date>2018-05-16T14:46:07Z</dc:date>
    </item>
    <item>
      <title>Re: Net Core 2.0 Compability?</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Net-Core-2-0-Compability/m-p/278009#M16643</link>
      <description>&lt;P&gt;Any updates on that?&lt;/P&gt;</description>
      <pubDate>Mon, 28 May 2018 17:57:11 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Net-Core-2-0-Compability/m-p/278009#M16643</guid>
      <dc:creator>Jaryn</dc:creator>
      <dc:date>2018-05-28T17:57:11Z</dc:date>
    </item>
    <item>
      <title>Re: Net Core 2.0 Compability?</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Net-Core-2-0-Compability/m-p/278102#M16650</link>
      <description>&lt;P&gt;&lt;a href="https://www.dropboxforum.com/t5/user/viewprofilepage/user-id/681258"&gt;@Jaryn&lt;/a&gt;&amp;nbsp;No, I don't have an update on this yet.&lt;/P&gt;</description>
      <pubDate>Tue, 29 May 2018 13:17:43 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Net-Core-2-0-Compability/m-p/278102#M16650</guid>
      <dc:creator>Greg-DB</dc:creator>
      <dc:date>2018-05-29T13:17:43Z</dc:date>
    </item>
    <item>
      <title>Re: Net Core 2.0 Compability?</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Net-Core-2-0-Compability/m-p/281894#M17257</link>
      <description>&lt;P&gt;&lt;a href="https://www.dropboxforum.com/t5/user/viewprofilepage/user-id/10"&gt;@Greg-DB&lt;/a&gt;&amp;nbsp;How is this bug going? What is a status of that problem? In the post '&lt;SPAN&gt;Known issues - updated June 21st&amp;nbsp;&lt;/SPAN&gt;&lt;A href="https://www.dropboxforum.com/t5/Product-Updates/Known-Issues-Updated-June-11th/m-p/275657#M429" target="_blank"&gt;see more&lt;/A&gt;' is nothing about that issue.&amp;nbsp;&lt;SPAN style="font-family: inherit;"&gt;Is that issue on you roadmap to fix? Do you know some workaround? Should I raise that issue on github? When can I expect fix for that defect?&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN style="font-family: inherit;"&gt;Thanks, Tomasz&amp;nbsp;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Sun, 24 Jun 2018 20:25:38 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Net-Core-2-0-Compability/m-p/281894#M17257</guid>
      <dc:creator>Jaryn</dc:creator>
      <dc:date>2018-06-24T20:25:38Z</dc:date>
    </item>
  </channel>
</rss>

