Hi,
thanks for this awesome extension!
I recently started to use Visual Studio 2019 instead of 2017.
However, I can't find this extension in the ReShaper extension manager.
My setup:
Visual Studio 2019 (16.5.2) + ReShaper 2019.3.4 (+ Unity 2019.3.7f1)
My previous setup:
Visual Studio 2017 (15.9.21) + ReSharper 2019.2.2
This extension was listed in the Extension Manager on my previous setup and worked great!
These are my registered extensionen sources on both setups:
https://resharper-plugins.jetbrains.com/api/v2/curated-feeds/Wave_v191.0/
https://resharper-plugins.jetbrains.com/api/v2/curated-feeds/Wave_v11.0/
Thanks in advance!
TestUnityAttribute.cs(96,13): error CS0246: The type or namespace name 'NugetPackagesCache' could not be found (are you missing a using directive or an assembly reference?) [C:\OtherCode\resharper-unity\resharper\resharper-unity\test\src\tests.resharper-unity.csproj]
. What am I missing here?
net211
? There’s just been a merge of a pretty major refactoring of the base testing framework that handles restoring nuget packages to test with, which is this area. (I.e. we use nuget to restore packages that give us a consistent set of references to test against - either .net framework itself or third party assemblies such as Unity). We’ve been stuck on nuget 2 for the longest time, and it’s just been updated to a more recent version of nuget. This is likely a casuality of the rewrite.
net203
branch, which we’ve only just released as 2020.3. This will be stable, as we’re not doing active development in there right now, just maintenance fixes (and of course, the opposite is true - net211
will be less stable, especially at the start of the 2021.1 development cycle)