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

Replaced static HangfireBackgroundJob methods with DI-injected IBackgroundJobClient #7084

Merged
merged 1 commit into from
Dec 26, 2024

Conversation

oguzhanagir
Copy link
Contributor

Resolves #7082

The HangfireBackgroundJobManager class has been refactored to use HangfireBackgroundJob through dependency injection instead of utilizing it as a static class.

@ismcagdas ismcagdas merged commit 679d9fb into dev Dec 26, 2024
3 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Suggestion to use Depedency Injection instead of static method in HangfireBackgroundJobManager for .NET Core
2 participants