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

.AddElsa extension method not available #114

Closed
giannik opened this issue Oct 29, 2019 · 7 comments
Closed

.AddElsa extension method not available #114

giannik opened this issue Oct 29, 2019 · 7 comments
Assignees
Labels
bug Something isn't working documentation Documentation is needed
Milestone

Comments

@giannik
Copy link

giannik commented Oct 29, 2019

Following the guides to create a host application
https://elsa-workflows.github.io/elsa-core/docs/guides-dashboard

it seems that this method

.AddElsa(elsa => elsa.AddEntityFrameworkStores(options => options.UseSqlite(Configuration.GetConnectionString("Sqlite"))))

is not available from the nuget packages.

@sfmskywalker
Copy link
Member

Thanks for letting me know. I'll update the guide and mention that one should add only the following packages:

  • Elsa
  • Elsa.Dashboard
  • Elsa.Persistence.EntityFrameworkCore

Please let me know if this fixes the issue for you?

@sfmskywalker sfmskywalker added bug Something isn't working documentation Documentation is needed labels Oct 29, 2019
@sfmskywalker sfmskywalker self-assigned this Oct 29, 2019
@sfmskywalker sfmskywalker added this to the 1.0 milestone Oct 29, 2019
@sfmskywalker
Copy link
Member

I updated the guide.

@giannik
Copy link
Author

giannik commented Oct 29, 2019

Still getting the following ambiguous invocation message :

image

@sfmskywalker
Copy link
Member

Ah, I see. Fixing.

@sfmskywalker
Copy link
Member

I updated the guides repository with working examples.

Please let me know if you find any other issues. Thanks!

@giannik
Copy link
Author

giannik commented Oct 29, 2019

thank you, sipke,

@sfmskywalker
Copy link
Member

sfmskywalker commented Oct 29, 2019

Is this still an issue or can we close it?

@giannik giannik closed this as completed Oct 30, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working documentation Documentation is needed
Projects
None yet
Development

No branches or pull requests

2 participants