resharper-unity icon indicating copy to clipboard operation
resharper-unity copied to clipboard

Add option to navigate proper dlls with IL Viewer

Open kamyker opened this issue 2 years ago • 0 comments

Currently IL Viewer inspects dlls builds manually in Rider but they don't have code generated for ex. by Mono.Cecil.

If it can't be default then there should be an option to point csproj OutputPath to Library\ScriptAssemblies as was reverted in this commit https://github.com/JetBrains/resharper-unity/commit/f5a6fea6fb7be4ea2df5f4c120027ead0a1d0eb2 .

Changed OutputPath to Library\ScriptAssemblies locally in your package and everything seems fine. Why it can't be like that by default? Build button should also be disabled in that case as it's pointless in Unity that doesn't use MSBuild but their own solution.

kamyker avatar Dec 18 '22 03:12 kamyker