ReClassNET / ReClass.NET

More than a ReClass port to the .NET platform.
MIT License
1.82k stars 373 forks source link

.NET Core #73

Open KN4CK3R opened 6 years ago

KN4CK3R commented 6 years ago

Todo: Move to .NET Core 3.0 with WinForms support. This will make Span available for the memory scanner.

KN4CK3R commented 6 years ago

Microsoft released a tool to test assemblies if they are compatible with .NET Core WinForms: https://blogs.msdn.microsoft.com/dotnet/2018/08/08/are-your-windows-forms-and-wpf-applications-ready-for-net-core-3-0/

The result is 99,77% are ready for .NET Core which is nice. The only problem is the ControlDesigner class which is not supported anymore. But this class is only used by the VS designer so I don't know if this is really a problem. It is used by the IconButton, DualValueControl and HotkeyBox.