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

ISetupEvent Is no longer needed with OC 1.7 previews #62

Open
MikeAlhayek opened this issue Aug 25, 2023 · 1 comment
Open

ISetupEvent Is no longer needed with OC 1.7 previews #62

MikeAlhayek opened this issue Aug 25, 2023 · 1 comment

Comments

@MikeAlhayek
Copy link
Contributor

In the tenant registration module, the interface ISetupEvent is not needed. Instead you should be able to use ISetupEventHandler in OC.

https://github.com/OrchardCMS/OrchardCore/blob/e766ca15a0afa3891fc68f6258ffcb1c66ba7ef9/src/OrchardCore/OrchardCore.Setup.Abstractions/Events/ISetupEventHandler.cs#L8

@ns8482e
Copy link
Contributor

ns8482e commented Sep 11, 2023

ISetupEvent.SetupCompletedAsync is marked obsolete.

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

2 participants