Skip to content

Commit 6243a33

Browse files
committed
fix: Allow obsolete SignOutSessionManager for net7
1 parent fda14d3 commit 6243a33

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

src/bunit.web/TestDoubles/NavigationManager/FakeSignOutSessionStateManager.cs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,9 @@ namespace Bunit.TestDoubles;
66
/// Represents a fake <see cref="SignOutSessionStateManager"/> that captures calls to <see cref="SetSignOutState"/>
77
/// that will help later to assert if the user was logged out
88
/// </summary>
9+
#pragma warning disable CS0618
910
public class FakeSignOutSessionStateManager : SignOutSessionStateManager
11+
#pragma warning restore CS0618
1012
{
1113
/// <summary>
1214
/// Returns true when <see cref="SetSignOutState"/> was called, otherwise false

0 commit comments

Comments
 (0)