Getting issue on disposing context #551
harshvirani911
started this conversation in
General
Replies: 1 comment 9 replies
-
Beta Was this translation helpful? Give feedback.
9 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi @egil , getting Exception: "Cannot process pending renders after the renderer has been disposed.
ObjectDisposed_ObjectName_Name"
Sample code :- public class IndexTest : Bunit.TestContext{
[Test]
public void UpdateMethod(){
//my code to test
}
[TearDown]
public void TearDown() => Dispose();
}
Beta Was this translation helpful? Give feedback.
All reactions