Hi !
I would like add support to DB2 database.
IBM DB2 is used in some projects today in my work.
Contributor guide
Tech stack
csharpsql
Domain
backend
Issue type
feature
DifficultyEstimated implementation difficulty for a new contributor, from 1 for very small changes to 5 for expert-level work.
3
Estimated timeA rough time range for an experienced contributor to investigate, implement, test, and prepare a pull request.
1-3 hours
Activity statusHow available the issue appears right now: fresh, active, stale, blocked, or waiting on maintainer input.
stale
ClarityHow clearly the issue explains the expected change, acceptance criteria, and next step.
unclear
Prerequisites
C#ASP.NET Core Health ChecksIBM DB2 connectivity
Newbie friendlinessA 1-100 score estimating how approachable this issue is for first-time contributors.
35
Research direction
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.