Skip to content

cli-v1.1.0-beta.5

Pre-release
Pre-release

Choose a tag to compare

@github-actions github-actions released this 02 Sep 16:31

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, missing IAny<T>, abstract, or missing a public parameterless constructor — is no longer proposed as a parameter's AnyX. Composing through it collided with the real declaration and failed your build on whatever it actually was (CS0712 for a static class, among others), under a recap that still claimed AnyX inferred it, often with no using for its namespace either. The parameter is now left open instead, exactly as if nothing answered to that name.
  • Where two or more types named AnyX each qualify as a parameter's generator, dum no longer picks one silently — it lists every one of them under the parameter's TODO, the same discipline already held for a tied static factory.