Hi !
I would like add support to DB2 database.
IBM DB2 is used in some projects today in my work.
Guida contributor
Tech stack
csharpsql
Dominio
backend
Tipo issue
feature
DifficoltàQuanto dovrebbe essere impegnativa per un nuovo contributor.
3
Tempo stimatoTempo stimato per completare e verificare uno scope piccolo.
1-3 hours
Stato attivitàQuanto è probabile che la issue sia ancora attiva e reviewable.
stale
ChiarezzaQuanto chiaramente la issue descrive problema, scope e risultato atteso.
unclear
Prerequisiti
C#ASP.NET Core Health ChecksIBM DB2 connectivity
Adatta ai principiantiQuanto la issue è adatta a contributor alla prima esperienza.
35
Direzione di ricerca
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.