MemorySharp
MemorySharp copied to clipboard
Make available or port to .NET Core/6/8
Hello, are there any plans to migrate this to .NET 6?
I think I already have a working version of this project in .NET 6. I'm not sure if @JamesMenetrey is still taking care of this library and would like to publish a .NET 6 version as well?
Or maybe should I create a new repo (e.g. MemorySharpCore" or something) separated from this one in case you are no longer interested in the project?
Dear @luislhg,
Many thanks for your interest in MemorySharp! I'm planning to release a new version of MemorySharp that is compatible with 64-bit processes and the latest version of .NET. While I cannot commit to any specific date, this is definitely in the pipeline. :)
Cheers
@JamesMenetrey, thanks for the reply
I already have a working version with .NET 6 at least, as some projects ended up requiring it. Do you mind if I host it in another repo in the meanwhile? Or should I PR it?
I think the best to host it would be to fork this repo and update the library in that fork. :)
@JamesMenetrey, thanks for the reply
I already have a working version with .NET 6 at least, as some projects ended up requiring it. Do you mind if I host it in another repo in the meanwhile? Or should I PR it?
Does the one you have also work with x64 ?
I actually did not specify any runtime, it's probably AnyCPU and I have only tested under x64 windows. I also updated the project entirely to .NET6 only. It's not ".NET4.8Framework AND .NET6".