ReClassNET/ReClass.NET-DotNetInspectorPlugin

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

I pushed the version and fixed the compilation error. Afterwards just copy the dll in the Plugins folder where the ReClass.NET.exe is.

A note: I never finished this plugin so it's in alpha stadium but works:
grafik

im focused on x86 version

  1. 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

  2. After compile, i get this screen,

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

now i see it
grafik