CodeDead / DeadLock

Unlock files and folders!
https://codedead.com
GNU General Public License v3.0
140 stars 23 forks source link

build: migrate to SDK-style projects #18

Closed BinToss closed 2 years ago

BinToss commented 2 years ago

Resolves #20

This will allow the projects to take advantage of .NET 5+ features while still allowing for targeting the .NET Framework.

Migrated via .NET Upgrade Assistant. Post-migration changes:

See #19

CodeDead commented 2 years ago

HI @BinToss

This is a great pull request, I have nothing more to add to this, but I am not going to merge this with the DeadLock repository. I've turned the core features of DeadLock into an SDK / LIbrary on NuGet that targets .NET 6. It is more up-to-date and will be maintained going forward and get new features from time to time.

This repository, on the other hand, is meant for the UI, which is going to be rewritten in Rust and JavaScript using Tauri and React.

The .NET library will live on here: https://github.com/CodeDead/deadlock-dotnet-sdk

Thank you, for your willingness to help and commit to this project. I do hope the deadlock-dotnet-sdk provides what you're looking for and feel free to open up pull requests for that library with any additional features or improvements as you see fit. I will happily look over them and any improvements are welcome!