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

Startup class not getting invoked in Durable function #20

Open
VenkateshSrini opened this issue Nov 8, 2018 · 4 comments
Open

Startup class not getting invoked in Durable function #20

VenkateshSrini opened this issue Nov 8, 2018 · 4 comments

Comments

@VenkateshSrini
Copy link

Hi,
I have used your extension for DI. But I'm using it in Durable function. Will the startup classnot be invoked in durable function?

@rasmuschristensen
Copy link

maybe you ran into the issue running .netcore 2.1 and not 2.0. See the previous issue

@VenkateshSrini
Copy link
Author

Yeah I guess that was an issue with Azure function runtime team. They broke something while doing the re-targeting the runtime to .NEt core 2.0

@BorisWilhelms
Copy link
Owner

@VenkateshSrini is this issue still relevant? I have never tried the DI solution in Durable functions.

@VenkateshSrini
Copy link
Author

Yes this is very much relevant. We might need to persist additional information as part of workflow creation which might be needed in successive steps. I have tried it using WilliZone DI extension, but definitely would need this to be part of Azure function runtime itself. Whether it is normal function or Durable function these injected components are part of functionality

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants