Skip to content
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

dotnet references for .fsx & .csx scripts #1226

Closed
ctaggart opened this issue Feb 22, 2017 · 1 comment
Closed

dotnet references for .fsx & .csx scripts #1226

ctaggart opened this issue Feb 22, 2017 · 1 comment

Comments

@ctaggart
Copy link

ctaggart commented Feb 22, 2017

It would be much easier to write dotnet script functions if it was simpler to reference external assemblies. The dotnet core has all the functionality to download and run the assemblies. Can ya'll help bake this into scripts? I'd like to be able to do:

#package "Microsoft.Azure.WebJobs@2.0.0-*"
#package "NewtonSoft.Json"

I added this to fsharp/fslang-suggestions#542 also. It applies to C# as well, but not sure where to request it.

@lindydonna
Copy link
Contributor

This seems like an interesting feature, but we don't plan to invent something that is Functions-specific. The right direction for this is to use precompiled assemblies, so that you can get the full benefit of existing toolchains.

@ghost ghost locked as resolved and limited conversation to collaborators Jan 2, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants