Hi !
I would like add support to DB2 database.
IBM DB2 is used in some projects today in my work.
Guide contributeur
Stack technique
csharpsql
Domaine
backend
Type d'issue
feature
DifficultéDifficulté estimée pour un nouveau contributeur, de 1 pour un très petit changement à 5 pour un travail expert.
3
Temps estiméFourchette de temps approximative pour investiguer, implémenter, tester et préparer une pull request.
1-3 hours
Statut d'activitéDisponibilité apparente de l'issue : fraîche, active, ancienne, bloquée ou en attente d'un mainteneur.
stale
ClartéClarté avec laquelle l'issue explique le changement attendu, les critères d'acceptation et la prochaine étape.
unclear
Prérequis
C#ASP.NET Core Health ChecksIBM DB2 connectivity
Accessibilité débutantScore de 1 à 100 estimant l'accessibilité de cette issue pour un premier contributeur.
35
Direction de recherche
Examine existing health checks like SqlServerHealthCheck in the repository (e.g., src/HealthChecks.SqlServer). Understand the pattern of implementing IHealthCheck, creating options, and registering via extension methods. Then install the IBM.Data.Db2 NuGet package and implement a similar check for DB2. Finally, create a pull request with the new health check and related tests.