Please cleanup TradFriLibrary references
Closed this issue · 5 comments
Hi,
First of all, this is a great library, so thanks a lot!
I noticed that a lot of referenced assemblies exist in the TradFriLibrary project:
I have created a new project and copied all the source code from this library (and tested if everything still worked) and see the references which are actually needed:
Could you please cleanup your library?
Thx,
Danny
Pull request added: https://github.com/tomidix/CSharpTradFriLibrary/pull/19
Thanks @scheelings .. I saw your pull request.
If you look at repo, we have a new feature branch which has many changes and improvements.
I'm currently working on an CI/CD procedure for it (nuget) because it is written in .netstandard which means that library will be available on both .net and dotnet core.
I also have to decide weather we should just upgrade the nuget and continue working on this repo or we should have a new one for the .net standard. Anyway the plan is to support only one version of the library so basically it's just a question if there is any benefit to leave the current source code available to community. Existing Nuget packages definitely won't be deleted.
Hi @tomidix,
I checked the feature branch and it works great. Better than the master branch code. So you can ignore my pull request.
I would make this feature branch the master branch, because it targets .Net standard so it is available on more platforms!
New version is pushed to nuget (1.0.0.31) and it should be validated and available soon so I'm closing this issue.