We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fda14d3 commit 6243a33Copy full SHA for 6243a33
1 file changed
src/bunit.web/TestDoubles/NavigationManager/FakeSignOutSessionStateManager.cs
@@ -6,7 +6,9 @@ namespace Bunit.TestDoubles;
6
/// Represents a fake <see cref="SignOutSessionStateManager"/> that captures calls to <see cref="SetSignOutState"/>
7
/// that will help later to assert if the user was logged out
8
/// </summary>
9
+#pragma warning disable CS0618
10
public class FakeSignOutSessionStateManager : SignOutSessionStateManager
11
+#pragma warning restore CS0618
12
{
13
/// <summary>
14
/// Returns true when <see cref="SetSignOutState"/> was called, otherwise false
0 commit comments