fix: correct 87 dotnet_class name mismatches and re-audit
Fixed 630 features with wrong class names in the DB: - JetStreamErrors -> JsApiErrors (208) - RaftNode -> IRaftNode (169) - JetStreamMemoryStore -> JetStreamMemStore (80) - 42 *Option -> *ReloadOption mappings - 13 Sort* -> SortBy* mappings - 21 other class name corrections Re-audit reclassified 192 features from deferred: verified: 987 (+412 from initial 575) stub: 168 (+59 from initial 109) deferred: 2500 (-192 from initial 2692) n_a: 18 (unchanged)
This commit is contained in:
BIN
porting.db
BIN
porting.db
Binary file not shown.
File diff suppressed because it is too large
Load Diff
@@ -1,6 +1,6 @@
|
||||
# NATS .NET Porting Status Report
|
||||
|
||||
Generated: 2026-02-27 10:21:46 UTC
|
||||
Generated: 2026-02-27 10:26:56 UTC
|
||||
|
||||
## Modules (12 total)
|
||||
|
||||
@@ -12,10 +12,10 @@ Generated: 2026-02-27 10:21:46 UTC
|
||||
|
||||
| Status | Count |
|
||||
|--------|-------|
|
||||
| deferred | 2692 |
|
||||
| deferred | 2500 |
|
||||
| n_a | 18 |
|
||||
| stub | 109 |
|
||||
| verified | 854 |
|
||||
| stub | 168 |
|
||||
| verified | 987 |
|
||||
|
||||
## Unit Tests (3257 total)
|
||||
|
||||
@@ -34,4 +34,4 @@ Generated: 2026-02-27 10:21:46 UTC
|
||||
|
||||
## Overall Progress
|
||||
|
||||
**1461/6942 items complete (21.0%)**
|
||||
**1594/6942 items complete (23.0%)**
|
||||
|
||||
37
reports/report_a91cfbc.md
Normal file
37
reports/report_a91cfbc.md
Normal file
@@ -0,0 +1,37 @@
|
||||
# NATS .NET Porting Status Report
|
||||
|
||||
Generated: 2026-02-27 10:26:56 UTC
|
||||
|
||||
## Modules (12 total)
|
||||
|
||||
| Status | Count |
|
||||
|--------|-------|
|
||||
| verified | 12 |
|
||||
|
||||
## Features (3673 total)
|
||||
|
||||
| Status | Count |
|
||||
|--------|-------|
|
||||
| deferred | 2500 |
|
||||
| n_a | 18 |
|
||||
| stub | 168 |
|
||||
| verified | 987 |
|
||||
|
||||
## Unit Tests (3257 total)
|
||||
|
||||
| Status | Count |
|
||||
|--------|-------|
|
||||
| deferred | 2680 |
|
||||
| n_a | 187 |
|
||||
| verified | 390 |
|
||||
|
||||
## Library Mappings (36 total)
|
||||
|
||||
| Status | Count |
|
||||
|--------|-------|
|
||||
| mapped | 36 |
|
||||
|
||||
|
||||
## Overall Progress
|
||||
|
||||
**1594/6942 items complete (23.0%)**
|
||||
Reference in New Issue
Block a user