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)
Hello! I'm trying to get the inspectcode CLI to work with the Unity plugin on MacOS. After placing the .nupkg next to inspectcode.exe
, I'm getting the plugin loaded, but it spits out a couple of exceptions (which I've read might be ok), inspects "successfully", but it still includes inspections that aren't there when I open the solution in Rider. So far these seem to be only about"special" unity naming conventions (see JetBrains/resharper-unity#1998) and special directories, which shouldn't be included in namespaces (Assets, Packages, etc). I also seem to get suggestions for newer C# versions...
The output that indicates the plugin is loaded, is
JetBrains Inspect Code 2020.3
JetBrains Unity 2020.3.1.132
And the exceptions are about There is no settings key “JetBrains.ReSharper.Feature.Services.ExternalSources.Pdb.PdbNavigationSettings @ JetBrains.ReSharper.Feature.Services.ExternalSources” in the settings schema.