-
-
Notifications
You must be signed in to change notification settings - Fork 36
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
index.mjs: main.dotnet is undefined #158
Comments
Probably missing some init steps; see the trimming sample for a reference on how to init w/o embedding the bins: https://github.com/elringus/bootsharp/blob/main/samples/trimming/main.mjs |
ok, got this now running, but now I can't resolve the Assemblies:
Does it make sense, that the System.Runtime is newer, and therefor cant be found? |
If you're using visual studio, check this #137 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
const runtime = await options?.create?.(config) || await main.dotnet.withConfig(config).create();
What did I do wrong?
This fails:
It looks like there are never created requests for the files in the bin path....
This works - no bin path and included in the index.mjs:
The text was updated successfully, but these errors were encountered: