We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Please, fill the following sections to help us fix the issue
What happened: When i added HealthChecks.Sqlite package to my project i gained an AddOracle extension method
What you expected to happen: Only have gained AddSqlite methods.
How to reproduce it (as minimally and precisely as possible):
Source code sample: services.AddHealthChecks().AddOracle()
services.AddHealthChecks().AddOracle()
Anything else we need to know?: Might need to leave wrong interface and deprecate/obsolete it to avoid breaking changes.
Environment:
n/a
The text was updated successfully, but these errors were encountered:
Alirexaa
Successfully merging a pull request may close this issue.
Please, fill the following sections to help us fix the issue
What happened:
When i added HealthChecks.Sqlite package to my project i gained an AddOracle extension method
What you expected to happen:
Only have gained AddSqlite methods.
How to reproduce it (as minimally and precisely as possible):
Source code sample:
services.AddHealthChecks().AddOracle()
Anything else we need to know?:
Might need to leave wrong interface and deprecate/obsolete it to avoid breaking changes.
Environment:
n/a
The text was updated successfully, but these errors were encountered: