Nix + dotnet | 116 Members | |
| 23 Servers |
| Sender | Message | Time |
|---|---|---|
| 23 Oct 2025 | ||
| Thanks, I'll try that! | 17:48:48 | |
| 24 Oct 2025 | ||
| I can't quite figure out how to pass dependencies properly to the dll. Right now I have this:
But it says:
| 09:02:33 | |
| I tried to shuffle sdk and runtime around, sometimes getting this error:
But I'm assuming that's because nuget is getting confused depending on what's on the path | 09:03:38 | |
Maybe I shouldn't use fetchNupkg at all, and just use fetchUrl? | 09:04:08 | |
Anyways I would have assumed that libhostpolicy.so is in either the standard runtime or sdk, but I'm not passing dependencies in the right way | 09:06:09 | |
| Are you able to share the whole thing somewhere? | 11:58:16 | |
| Unfortunately not, it's closed source :/ I'll try and work out a completely parametrized thing and share that | 12:55:08 | |
I think the problem is that makeWrapper is moving the dotnet executable? | 13:17:10 | |
| can you share the contents of the wrapper script? | 13:17:41 | |
| I guess I'm a step further. Instead of trying to package the dlls directly, I'm now trying to package a simple web service for which I have the source code (including .csproj, NuGet.config and .sln) which depends on the dll | 13:17:43 | |
| * I guess I'm a step further. Instead of trying to package the dlls directly, I'm now trying to package a simple web service for which I have the source code (including .csproj, NuGet.config and .sln) which depends on the dlls | 13:17:46 | |
| (I needed to do this anyways at some point, but I thought it was smarter to leave out that part for later. Probably wasn't.) | 13:18:14 | |