Replies: 1 comment 2 replies
-
No it should not be Windows only, The containers we provide is Linux based.Had no problems compiling and running it on Linux. When you say "package" what do you mean ? |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi all, (apologies below*)
I was trying to package a Console app I was playing with as a Docker container, but was getting a weird error about the .NET framework not being found. Even though the docker built and ran fine as a "Hello World" console. (I think I've gone a little rogue, because I am using the netdaemon nuget packages for my app)
I removed the netdaemon packages one-by-one until I isolated the NetDaemon.Extensions.Logging package as the one that was breaking my container. When I look in the csproj, I noticed this:
runtime; build; native; contentfiles; analyzers; buildtransitive
all
I'm guessing that the native part is a Windows only thing.
But like I said, I've gone rogue, so I might be totally off-base.
Thanks!
Beta Was this translation helpful? Give feedback.
All reactions