project need upgrade to v4.7.2
uragan1987 opened this issue · 3 comments
C:\Program Files (x86)\Microsoft Visual Studio\2019\Enterprise\MSBuild\Current\Bin\Microsoft.Common.CurrentVersion.targets(2123,5): warning MSB3274: The primary reference "U:\andi\Projekte\hacking\csharp\ReClass.NET-DotNetInspectorPlugin\bin\Debug\x64\ReClass.NET.exe" could not be resolved because it was built against the ".NETFramework,Version=v4.7.2" framework. This is a higher version than the currently targeted framework ".NETFramework,Version=v4.6.1".
project need upgrade to v4.7.2
after upgrade to v4.7.2
and fix 1 error at ReClassNetDataReader.cs
line5: //using System.Runtime.InteropServices;
line66: System.Runtime.InteropServices.Marshal.Copy(temp, 0, buffer, bytesRequested);
still cant see plugin at File>Plugins
im focused on x86 version
-
after compile x86 version then DLL is inside "ReClass.NET-DotNetInspectorPlugin\bin\Debug" , so x86 Folder just has ReClass.NET.exe and dunno why you need it there, i cant run it
@x64 its inside bin\Debug\x64\ Folder, looks good -
After compile, i get this screen,

just wanna tell, write somewhere about Plugins Folder, there is nothing :)

