Files
natsnet/reports/current.md
Joseph Doherty fb0860c84f test(batch49): port 126 JetStream core integration tests
Replace stub tests in JetStreamTests.cs and JetStreamConsumerTests.cs
with real implementations. Tests that can be verified via the JetStream
wire API (NATS.Client.Core + $JS.API.*) are implemented using IAsyncLifetime
with NatsConnection; tests requiring Go server internals, server restart, or
JetStream clustering remain deferred with descriptive skip reasons.
2026-03-01 12:46:09 -05:00

38 lines
546 B
Markdown

# NATS .NET Porting Status Report
Generated: 2026-03-01 17:46:10 UTC
## Modules (12 total)
| Status | Count |
|--------|-------|
| verified | 12 |
## Features (3673 total)
| Status | Count |
|--------|-------|
| complete | 22 |
| n_a | 24 |
| stub | 1 |
| verified | 3626 |
## Unit Tests (3257 total)
| Status | Count |
|--------|-------|
| deferred | 884 |
| n_a | 307 |
| verified | 2066 |
## Library Mappings (36 total)
| Status | Count |
|--------|-------|
| mapped | 36 |
## Overall Progress
**6057/6942 items complete (87.3%)**