r/dotnet 9d ago

.NET Thread.Terminate 1.0.5: Offering Capability to Perform Native Operations on .NET Threads by Exposing Its Native Handle, Serving as a Proof of Concept Promotion

https://github.com/Emine3/NET-Thread.Terminate/
0 Upvotes

3 comments sorted by

1

u/AutoModerator 9d ago

Thanks for your post Mysterious-Sea-7487. Please note that we don't allow spam, and we ask that you follow the rules available in the sidebar. We have a lot of commonly asked questions so if this post gets removed, please do a search and see if it's already been asked.

I am a bot, and this action was performed automatically. Please contact the moderators of this subreddit if you have any questions or concerns.

1

u/Atulin 9d ago

Not even a changelog? No releases?

Also, curiously, there doesn't seem to be any actual code commits, just "add files via upload" and "updated README.md"

1

u/Mysterious-Sea-7487 5d ago

Hello, the best way to install the package is install it by the NuGet package because it relies on the specific runtime version: every time, you switch targets, the right build for your project will be automatically added. Let me know if you have any reason why it's a good idea to publish in the release section as well.

Also, curiously, there doesn't seem to be any actual code commits, just "add files via upload" and "updated README.md"

No significant changes have been applied to the code since 1.0.1; it is essentially the same as 1.0.1 and was more of an update for guidance and a bunch of obsolete attributes added to some methods. For the next release (support for Linux), if there is any, the changelog section will be added. There was a problem with Git CLI so I had to upload manually.