-
Notifications
You must be signed in to change notification settings - Fork 586
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
Unable to use Microsoft.AspNetCore.App/All metapackage with FAKE #1991
Comments
Another instance of:
Basically fake uses |
Ahh, that is inconvenient. So the workaround is pretty much what i am doing now, at least until we can maybe think of something more clever? |
No it seems to be by design that you can explicitly not use that package in a library setting (which even makes sense) and currently we consider the script to be a "library" loaded by the fake runtime (which is technically what happens) |
Or in other words I'm not quite ready to do hacks in paket or fake just for that package ;) |
I read the other issues, that makes sense. Thanks! |
Description
I can not reference the
Microsoft.AspNetCore.App
metapackage and use it in mybuild.fsx
when running it with FAKE. I can however run the script in FSI.Repro steps
paket.dependencies
build.fsx
run
fake build
. This does not seem to work. If you uncomment the fakeContext-stuff and run it in FSI, everything is fine. Is this just me or is this a bug?Workaround
Reference packages directly
The text was updated successfully, but these errors were encountered: