Open Khidezeeh opened 3 years ago
Wait what?, the Sdk should have been the only place to being in both of those packages, and then the program should use whatever version the compiled binaries used.
Also I changed some things in SettingsFile as I have had bugs with the plugins source urls randomly getting wiped out for some reason on the json settings file.
The build errors was infact from my changes to the SettingsFile
project in the Sdk. And that was due to the fact that it had bugs where the source urls would somehow get wiped from the json file every time it goes to try to load/save them.
I currently fixed the build errors locally by making the runtime into a .NET Workload which should make it easier to build the program as well.
Describe the bug By following the guides on how to build both Els_kom_new as well as Elskom.Sdk I encounter an issue where trying to build Els_kom_new (either via Visual Studio 2019/2019 Preview) will result in errors most likely related to the version of dependencies used is below the required ones.
To Reproduce Build Elskom.Sdk as explained on the above mentioned guide and add the directories to NuGet. Proceed then to build Els_kom_new as explained on the above mentioned guide EIther open up the solution via Visual Studio or run the command Notice the warnings:
Notice the errors:
Most likely due to this, this error will pop up which leads to the build to fail. It might be worth mentioning that I was unable to find the versions required, even when looking into future versions of such dependencies.
Expected behavior The solution is sucessfully built.
Screenshots