We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Based on ilonatommy:add-nested-static-attribute-support branch , fix failing tests. Afterwards, complete PR for nested static classes (#61508). Names of tests:
The text was updated successfully, but these errors were encountered:
Tagging subscribers to 'arch-wasm': @lewing See info in area-owners.md if you want to be subscribed.
Based on ilonatommy:add-nested-static-attribute-support branch , fix 83 failing tests. Afterwards, complete PR for nested static classes Names of tests:
DebuggerTests.AsyncTests.AsyncLocalsInContinueWith DebuggerTests.AsyncTests.AsyncLocalsInContinueWithInstanceUsingThisBlock DebuggerTests.AsyncTests.AsyncLocalsInNestedContinueWithStaticBlock DebuggerTests.EvaluateOnCallFrameTests.EvaluateTypeInstanceMembers DebuggerTests.EvaluateOnCallFrameTests.EvaluateSimpleMethodCallsError DebuggerTests.EvaluateOnCallFrameTests.EvaluateExpressionsWithDeepMemberAccesses DebuggerTests.EvaluateOnCallFrameTests.EvaluateInstanceMethodArguments DebuggerTests.EvaluateOnCallFrameTests.NegativeTestsInInstanceMethod DebuggerTests.EvaluateOnCallFrameTests.LocalsAndArgsShadowingThisMembers DebuggerTests.EvaluateOnCallFrameTests.EvaluateMethodLocals DebuggerTests.EvaluateOnCallFrameTests.EvaluateSimpleExpressions DebuggerTests.EvaluateOnCallFrameTests.EvaluateStaticClassInvalidField DebuggerTests.EvaluateOnCallFrameTests.EvaluateStaticClass DebuggerTests.EvaluateOnCallFrameTests.AsyncLocalsInContinueWithBlock DebuggerTests.EvaluateOnCallFrameTests.EvaluateSimpleMethodCallsWithVariableParms DebuggerTests.EvaluateOnCallFrameTests.EvaluateSimpleMethodCallsWithConstParms DebuggerTests.EvaluateOnCallFrameTests.EvaluateSimpleMethodCallsCheckChangedValue DebuggerTests.EvaluateOnCallFrameTests.EvaluateSimpleMethodCallsWithoutParms DebuggerTests.EvaluateOnCallFrameTests.EvaluateLocalsAsync DebuggerTests.SteppingTests.ResumeOutOfAsyncMethodToAsyncCallerWithBreakpoint DebuggerTests.SteppingTests.BreakOnAwaitThenResumeToNextBreakpoint DebuggerTests.SteppingTests.BreakOnAwaitThenResumeToNextBreakpointAfterSecondAwaitInSameMethod DebuggerTests.SteppingTests.BreakOnAwaitThenStepOverToNextAwaitCall DebuggerTests.SteppingTests.BreakOnAwaitThenStepOverToNextLine DebuggerTests.SourceList.InspectNullableLocals DebuggerTests.SourceList.InspectBoxedAsClassLocals DebuggerTests.SourceList.EmptyTypeWithNoLocalsOrParams DebuggerTests.SourceList.StaticMethodWithLocalEmptyStructThatWillGetExpanded DebuggerTests.SourceList.InspectTaskAtLocals DebuggerTests.SourceList.InspectBoxedTypeObject DebuggerTests.SourceList.InspectBoxedLocals
arch-wasm, area-Debugger-mono
arch-wasm
area-Debugger-mono
Sorry, something went wrong.
All tests fixed.
ilonatommy
No branches or pull requests
Based on ilonatommy:add-nested-static-attribute-support branch , fix failing tests. Afterwards, complete PR for nested static classes (#61508). Names of tests:
The text was updated successfully, but these errors were encountered: