<?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: Dropbox API 2 supports .Net Core 1.1? in Dropbox API Support &amp; Feedback</title>
    <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Dropbox-API-2-supports-Net-Core-1-1/m-p/236767#M13067</link>
    <description>This isn't related to API v1 (the .NET SDK only uses API v2 to begin with). The API .NET SDK should work with .NET Standard 1.1+, though it may require some extra configuration.&lt;BR /&gt;&lt;BR /&gt;If you are using project.json, you need to add portable-net45+win8 to imports under you frameworks section. If you are using .csproj file, you need to add &amp;lt;PackageTargetFallback&amp;gt;portable-net45+win8&amp;lt;/PackageTargetFallback&amp;gt; element to your project.</description>
    <pubDate>Mon, 14 Aug 2017 15:53:58 GMT</pubDate>
    <dc:creator>Greg-DB</dc:creator>
    <dc:date>2017-08-14T15:53:58Z</dc:date>
    <item>
      <title>Dropbox API 2 supports .Net Core 1.1?</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Dropbox-API-2-supports-Net-Core-1-1/m-p/236646#M13058</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have an ASP.Net Core 1.1.1 app that uses the DropBox API.&amp;nbsp;When starting Visual Studio 2017 I get an error message:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Package Dropbox.Api 4.3.0 is not compatible with netcoreapp1.1 (.NETCoreApp,Version=v1.1). Package Dropbox.Api 4.3.0 supports:&lt;/SPAN&gt;&lt;SPAN&gt;&amp;nbsp; &lt;/SPAN&gt;&lt;SPAN&gt;- net45 (.NETFramework,Version=v4.5)&lt;/SPAN&gt;&lt;SPAN&gt;&amp;nbsp; &lt;/SPAN&gt;&lt;SPAN&gt;- portable-dnxcore50+net45+win8+wp8+wpa81 (.NETPortable,Version=v0.0,Profile=net45+wp80+win8+wpa81+dnxcore50)&lt;/SPAN&gt;&lt;SPAN&gt;&amp;nbsp; &lt;/SPAN&gt;&lt;SPAN&gt;- portable-net40+sl5+win8+wp8+wpa81 (.NETPortable,Version=v0.0,Profile=Profile328)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;However, this message disappears when I compile and things seem to run just fine, except when I do Unit tests (XUnit). Then I get this error :&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P class="p1"&gt;&lt;SPAN class="s1"&gt;System&lt;/SPAN&gt;.&lt;SPAN class="s1"&gt;AggregateException&lt;/SPAN&gt; : One or more errors occurred. (Could not load file or assembly '&lt;SPAN class="s1"&gt;Dropbox&lt;/SPAN&gt;.&lt;SPAN class="s1"&gt;Api&lt;/SPAN&gt;, Version=4.0.0.0, Culture=neutral, PublicKeyToken=310f0e82fbb45d01'. The system cannot find the file specified.)&lt;/P&gt;&lt;P class="p1"&gt;---- &lt;SPAN class="s1"&gt;System&lt;/SPAN&gt;.&lt;SPAN class="s1"&gt;IO&lt;/SPAN&gt;.&lt;SPAN class="s1"&gt;FileNotFoundException&lt;/SPAN&gt; : Could not load file or assembly '&lt;SPAN class="s1"&gt;Dropbox&lt;/SPAN&gt;.&lt;SPAN class="s1"&gt;Api&lt;/SPAN&gt;, Version=4.0.0.0, Culture=neutral, PublicKeyToken=310f0e82fbb45d01'. The system cannot find the file specified.&lt;/P&gt;&lt;P class="p1"&gt;&lt;SPAN class="Apple-converted-space"&gt;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;at &lt;SPAN class="s1"&gt;System&lt;/SPAN&gt;.&lt;SPAN class="s1"&gt;Threading&lt;/SPAN&gt;.&lt;SPAN class="s1"&gt;Tasks&lt;/SPAN&gt;.&lt;SPAN class="s1"&gt;Task&lt;/SPAN&gt;.&lt;SPAN class="s2"&gt;ThrowIfExceptional&lt;/SPAN&gt;(&lt;SPAN class="s1"&gt;Boolean&lt;/SPAN&gt; includeTaskCanceledExceptions)&lt;/P&gt;&lt;P class="p1"&gt;&lt;SPAN class="Apple-converted-space"&gt;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;at &lt;SPAN class="s1"&gt;System&lt;/SPAN&gt;.&lt;SPAN class="s1"&gt;Threading&lt;/SPAN&gt;.&lt;SPAN class="s1"&gt;Tasks&lt;/SPAN&gt;.&lt;SPAN class="s1"&gt;Task&lt;/SPAN&gt;`1.&lt;SPAN class="s2"&gt;GetResultCore&lt;/SPAN&gt;(&lt;SPAN class="s1"&gt;Boolean&lt;/SPAN&gt; waitCompletionNotification)&lt;/P&gt;&lt;P class="p2"&gt;&lt;SPAN class="s3"&gt;&lt;SPAN class="Apple-converted-space"&gt;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;at &lt;/SPAN&gt;&lt;SPAN class="s1"&gt;xUnitTest&lt;/SPAN&gt;&lt;SPAN class="s3"&gt;.&lt;/SPAN&gt;&lt;SPAN class="s1"&gt;test&lt;/SPAN&gt;&lt;SPAN class="s3"&gt;.&lt;/SPAN&gt;&lt;SPAN class="s1"&gt;FeedsAdminControllerShould&lt;/SPAN&gt;&lt;SPAN class="s3"&gt;.&lt;/SPAN&gt;&lt;SPAN class="s2"&gt;ReturnViewAndProperModelForPostEdit&lt;/SPAN&gt;&lt;SPAN class="s3"&gt;() ....[rest removed]&lt;/SPAN&gt;&lt;/P&gt;&lt;P class="p2"&gt;&amp;nbsp;&lt;/P&gt;&lt;P class="p2"&gt;-What is going on here? How come the app works fine, but fails when testing?&lt;/P&gt;&lt;P class="p2"&gt;-Is there an&amp;nbsp;older cached version hanging around or something?&lt;/P&gt;&lt;P class="p2"&gt;-Should Dropbox.Api&amp;nbsp;4.3.0 be compatible with .net core? If not, which version of Dropbox API should I use?&lt;/P&gt;&lt;P class="p2"&gt;-Has this anything to do with the phasing out of version 1 of the API?&lt;/P&gt;&lt;P class="p2"&gt;&amp;nbsp;&lt;/P&gt;&lt;P class="p2"&gt;Any and all comments are appreciated,&lt;/P&gt;&lt;P class="p2"&gt;Oskar&lt;/P&gt;&lt;P class="p2"&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 29 May 2019 09:20:03 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Dropbox-API-2-supports-Net-Core-1-1/m-p/236646#M13058</guid>
      <dc:creator>Oskar</dc:creator>
      <dc:date>2019-05-29T09:20:03Z</dc:date>
    </item>
    <item>
      <title>Re: Dropbox API 2 supports .Net Core 1.1?</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Dropbox-API-2-supports-Net-Core-1-1/m-p/236767#M13067</link>
      <description>This isn't related to API v1 (the .NET SDK only uses API v2 to begin with). The API .NET SDK should work with .NET Standard 1.1+, though it may require some extra configuration.&lt;BR /&gt;&lt;BR /&gt;If you are using project.json, you need to add portable-net45+win8 to imports under you frameworks section. If you are using .csproj file, you need to add &amp;lt;PackageTargetFallback&amp;gt;portable-net45+win8&amp;lt;/PackageTargetFallback&amp;gt; element to your project.</description>
      <pubDate>Mon, 14 Aug 2017 15:53:58 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Dropbox-API-2-supports-Net-Core-1-1/m-p/236767#M13067</guid>
      <dc:creator>Greg-DB</dc:creator>
      <dc:date>2017-08-14T15:53:58Z</dc:date>
    </item>
    <item>
      <title>Re: Dropbox API 2 supports .Net Core 1.1?</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Dropbox-API-2-supports-Net-Core-1-1/m-p/236823#M13077</link>
      <description>&lt;P&gt;Hi Greg,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks for your quick response.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I have already this in my .csproj -file.&lt;/P&gt;
&lt;P class="p1"&gt;&lt;SPAN class="s1"&gt;&amp;lt;&lt;/SPAN&gt;&lt;SPAN class="s2"&gt;PackageTargetFallback&lt;/SPAN&gt;&lt;SPAN class="s1"&gt;&amp;gt;&lt;/SPAN&gt;$(PackageTargetFallback);dotnet5.6;portable-net45+win8&lt;SPAN class="s1"&gt;&amp;lt;/&lt;/SPAN&gt;&lt;SPAN class="s2"&gt;PackageTargetFallback&lt;/SPAN&gt;&lt;SPAN class="s1"&gt;&amp;gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;It comes as a default.&lt;/P&gt;
&lt;P class="p1"&gt;&lt;SPAN class="s1"&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class="p1"&gt;&lt;SPAN class="s1"&gt;Adding or replacing the element you sent doesn't seem to make any difference&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class="p1"&gt;&amp;nbsp;&lt;/P&gt;
&lt;P class="p1"&gt;&lt;SPAN class="s1"&gt;Oskar&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class="p1"&gt;&amp;nbsp;&lt;/P&gt;
&lt;P class="p1"&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 14 Aug 2017 20:50:44 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Dropbox-API-2-supports-Net-Core-1-1/m-p/236823#M13077</guid>
      <dc:creator>Oskar</dc:creator>
      <dc:date>2017-08-14T20:50:44Z</dc:date>
    </item>
    <item>
      <title>Re: Dropbox API 2 supports .Net Core 1.1?</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Dropbox-API-2-supports-Net-Core-1-1/m-p/237020#M13090</link>
      <description>&lt;P&gt;The SDK supports .Net Core 1.1. You just need to make sure you have&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;&lt;SPAN&gt;&amp;lt;PackageTargetFallback&amp;gt;portable-net45+win8&amp;lt;/PackageTargetFallback&amp;gt; added to both main and test projects.&lt;/SPAN&gt;&lt;/LI&gt;
&lt;LI&gt;&lt;SPAN&gt;&lt;SPAN class="typ"&gt;Microsoft&lt;/SPAN&gt;&lt;SPAN class="pun"&gt;.&lt;/SPAN&gt;&lt;SPAN class="typ"&gt;NETCore&lt;/SPAN&gt;&lt;SPAN class="pun"&gt;.&lt;/SPAN&gt;&lt;SPAN class="typ"&gt;Portable&lt;/SPAN&gt;&lt;SPAN class="pun"&gt;.&lt;/SPAN&gt;&lt;SPAN class="typ"&gt;Compatibility nuget package installed for main project.&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/LI&gt;
&lt;LI&gt;Visual studio doesn't return any error when the build process tries to restore nuget packages. Sometimes the restore may fail due to error like "Unable to resolve ... &amp;nbsp;for '.NETCoreApp,Version=v1.1'". If that happens you may need to re-open visual studio / re-add the project. Then a clean and re-build should remove the error.&lt;/LI&gt;
&lt;/UL&gt;
&lt;P&gt;If the issue still persist please let us know.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks,&lt;/P&gt;
&lt;P&gt;Qiming&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 15 Aug 2017 16:49:57 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Dropbox-API-2-supports-Net-Core-1-1/m-p/237020#M13090</guid>
      <dc:creator>Qiming Y.</dc:creator>
      <dc:date>2017-08-15T16:49:57Z</dc:date>
    </item>
    <item>
      <title>Re: Dropbox API 2 supports .Net Core 1.1?</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Dropbox-API-2-supports-Net-Core-1-1/m-p/237023#M13091</link>
      <description>&lt;P&gt;Hi Qiming,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks for your reply.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I was missing the PackageTargetFallback -tag in the test project. That solved it. Thanks a million.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I do not have the&amp;nbsp;&lt;SPAN class="typ"&gt;Microsoft&lt;/SPAN&gt;&lt;SPAN class="pun"&gt;.&lt;/SPAN&gt;&lt;SPAN class="typ"&gt;NETCore&lt;/SPAN&gt;&lt;SPAN class="pun"&gt;.&lt;/SPAN&gt;&lt;SPAN class="typ"&gt;Portable&lt;/SPAN&gt;&lt;SPAN class="pun"&gt;.&lt;/SPAN&gt;&lt;SPAN class="typ"&gt;Compatibility -package installed. Things seem to work without it. Under what circumstances would I need to install this package?&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN class="typ"&gt;All the best,&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN class="typ"&gt;Oskar&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 15 Aug 2017 17:09:27 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Dropbox-API-2-supports-Net-Core-1-1/m-p/237023#M13091</guid>
      <dc:creator>Oskar</dc:creator>
      <dc:date>2017-08-15T17:09:27Z</dc:date>
    </item>
    <item>
      <title>Re: Dropbox API 2 supports .Net Core 1.1?</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Dropbox-API-2-supports-Net-Core-1-1/m-p/237026#M13092</link>
      <description>&lt;P&gt;Your code may not be able to compile if you call async method in the SDK without &lt;SPAN class="typ"&gt;Microsoft&lt;/SPAN&gt;&lt;SPAN class="pun"&gt;.&lt;/SPAN&gt;&lt;SPAN class="typ"&gt;NETCore&lt;/SPAN&gt;&lt;SPAN class="pun"&gt;.&lt;/SPAN&gt;&lt;SPAN class="typ"&gt;Portable&lt;/SPAN&gt;&lt;SPAN class="pun"&gt;.&lt;/SPAN&gt;&lt;SPAN class="typ"&gt;Compatibility installed. If your code already compiles and works fine then you don't have to install it.&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 15 Aug 2017 17:57:03 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Dropbox-API-2-supports-Net-Core-1-1/m-p/237026#M13092</guid>
      <dc:creator>Qiming Y.</dc:creator>
      <dc:date>2017-08-15T17:57:03Z</dc:date>
    </item>
    <item>
      <title>Re: Dropbox API 2 supports .Net Core 1.1?</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Dropbox-API-2-supports-Net-Core-1-1/m-p/345775#M19949</link>
      <description>قناة شليلة&lt;BR /&gt;&lt;BR /&gt;وضيفة التكامل</description>
      <pubDate>Wed, 22 May 2019 03:17:05 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Dropbox-API-2-supports-Net-Core-1-1/m-p/345775#M19949</guid>
      <dc:creator>قناةشليلة</dc:creator>
      <dc:date>2019-05-22T03:17:05Z</dc:date>
    </item>
  </channel>
</rss>

