You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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:
SettingsFile 2.0.0 depends on System.Text.Json (>= 6.0.0-preview.3.21162.11) but System.Text.Json 6.0.0-preview.3.21162.11 was not found. An approximate best match of System.Text.Json 6.0.0-preview.3.21163.4 was resolved. Els_kom
Microsoft.Extensions.DependencyInjection (>= 6.0.0-preview.3.21162.11) but Microsoft.Extensions.DependencyInjection 6.0.0-preview.3.21162.11 was not found. An approximate best match of Microsoft.Extensions.DependencyInjection 6.0.0-preview.3.21163.4 was resolved.
Notice the errors:
`string[]' does not contain a definition for 'Source' and no accessible extension method 'Source' accepting a first argument of type 'string[]' could be found (are you missing a using directive or an assembly reference?) Els_kom (net472), Els_kom (net5.0-windows)
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
The text was updated successfully, but these errors were encountered:
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.
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
The text was updated successfully, but these errors were encountered: