cli-v1.1.0-beta.5
Pre-release
Pre-release
1.1.0-beta.5 — September 2, 2026
A same-named type that could not actually serve as a generator was still being proposed as one — this closes that gap.
🐛 Bug Fixes
- A same-named type that is not usable as a generator —
static, missingIAny<T>,abstract, or missing a public parameterless constructor — is no longer proposed as a parameter'sAnyX. Composing through it collided with the real declaration and failed your build on whatever it actually was (CS0712for a static class, among others), under a recap that still claimedAnyXinferred it, often with nousingfor its namespace either. The parameter is now left open instead, exactly as if nothing answered to that name. - Where two or more types named
AnyXeach qualify as a parameter's generator,dumno longer picks one silently — it lists every one of them under the parameter'sTODO, the same discipline already held for a tied static factory.