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
feat(s2-step11): green — positive runtime-incompat predicate in bind (K3)
WRAPPER_RUNTIME_UNSUPPORTED is now returned ONLY when a deterministic positive predicate
holds: the wrapper assembly references a core framework assembly (System.Runtime /
System.Private.CoreLib / netstandard / mscorlib) at a version STRICTLY NEWER than the one
the selected probe runtime provides to the bind compilation (via System.Object's
containing assembly). A shape-correct single-candidate wrapper whose callsite merely
fails to bind for another reason (argument-conversion failure, method-group ambiguity,
source-compilation failure) is CALLSITE_BINDING; a wrong frozen shape stays
WRAPPER_BINDING; ambiguous / multiple candidate assemblies stay CALLSITE_BINDING. A clean
IMethodSymbol is still required for success and CandidateSymbols remain diagnostic-only.
A net9 wrapper still refuses WRAPPER_RUNTIME_UNSUPPORTED, now positively established.
Tier B 54/54.
Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_01JxKjqdGEFzq4UzZupw379G
0 commit comments