TheCollegedude
TheCollegedude
it seems so!
@theunrepentantgeek I haven't done it before but found instructions at [docs.microsoft.com](https://docs.microsoft.com/en-us/nuget/quickstart/create-and-publish-a-package-using-visual-studio-net-framework) and I would try it if it okay for you?
> clr.set_config_file("some_path.config") This would be so useful! Currently I can only copy my DLL's config right next to Python.exe as Python.exe.config - The only reason I need the config is...
> To solve this problem you have to modify the csproj file. An inconsistence when you copy creates the dependency, but a line to refer the design file is missing....
> SQLitePCL.raw.SetProvider(new SQLitePCL.SQLite3Provider_e_sqlite3()); > SQLitePCL.raw.FreezeProvider(); @ericsink I put your two lines in the constructor of my class and it fixed the problem immediately!
The problem comes from calling Utilities.Misc.GetRegisteredOrganization, it does not work on Linux. This could just return an empty string when the OS is not Windows. A workaround is to append...
> [Triage] @TheCollegedude can you share some details about your end to end scenarios? I have an embedded system that runs on Linux and it updates its firmware bundled together...
Hi, has anyone found a solution?