MemorySharp icon indicating copy to clipboard operation
MemorySharp copied to clipboard

Make available or port to .NET Core/6/8

Open luislhg opened this issue 10 months ago • 6 comments

Hello, are there any plans to migrate this to .NET 6?

luislhg avatar Apr 16 '24 22:04 luislhg

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?

luislhg avatar Apr 17 '24 01:04 luislhg

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 avatar Apr 17 '24 06:04 JamesMenetrey

@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?

luislhg avatar Apr 17 '24 07:04 luislhg

I think the best to host it would be to fork this repo and update the library in that fork. :)

JamesMenetrey avatar Apr 21 '24 20:04 JamesMenetrey

@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 ?

wave9d avatar May 10 '24 19:05 wave9d

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

luislhg avatar May 10 '24 21:05 luislhg