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

Dependency Injection? #493

Closed
jamie-tillman opened this issue Oct 15, 2019 · 2 comments
Closed

Dependency Injection? #493

jamie-tillman opened this issue Oct 15, 2019 · 2 comments

Comments

@jamie-tillman
Copy link

Is it possible to take advantage of dependency injection with dotnet-script? I have some assemblies that utilize it heavily and it's going to be quite difficult to arrange a call to any of the code without DI in place.

@seesharper
Copy link
Collaborator

@jamie-tillman I can't see why not. With dotnet-script we can pull in any NuGet package meaning any DI library.

@filipw
Copy link
Member

filipw commented Jun 6, 2023

You can install any DI package from NuGet the same way as it would be done in any .NET application.

@filipw filipw closed this as completed Jun 6, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants