Closed Shadowblitz16 closed 11 months ago
That's not the publish
directory. The output from dotnet publish
is placed in a publish
subdirectory. What you have here is output of dotnet build
.
why is it outputting all these files from the build though? I thought publish was to publish things not to build things
I just wanted to build and run it in qemu or something, I don't see why all these libraries are needed.
Build command is used to compile the code to IL instructions, not native machine code
Build command is used to compile the code to IL instructions, not native machine code
is there a way to get the build command to compile to native machine code using AOT?
You need to run the publish command. That is what invokes the NativeAOT compiler.
I am not looking into this anymore.
Why do I get all this..
ZeroSharp isn't really zero sharp if it's building against all these libraries. I am using the efi-no-runtime one.