You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
ReplArgumentAttribute.Position (int?) was removed in PR #63: it was doubly dead — unsettable as an attribute named argument (CS0655, nullable int) AND never consumed by any binding code. Removing it pre-stable avoids shipping a lying API in 0.11.0.
Scope
If explicit positional ordering is wanted, design it properly:
Context
ReplArgumentAttribute.Position(int?) was removed in PR #63: it was doubly dead — unsettable as an attribute named argument (CS0655, nullableint) AND never consumed by any binding code. Removing it pre-stable avoids shipping a lying API in 0.11.0.Scope
If explicit positional ordering is wanted, design it properly:
Positionproperty onReplArgumentAttribute(non-nullable +PositionOverridetri-state, same pattern as PR fix(parameters): make nullable-enum attribute overrides settable (issue #57 expanded) #63);HandlerArgumentBinderpositional consumption (currently strictly declaration-ordered);Origin
Flagged during the PR #63 review panel (release triage for 0.11): same defect class as issue #57.