From 17444860c8be5c04199de7a4159bf748a3d41edb Mon Sep 17 00:00:00 2001 From: Argo Zhang Date: Wed, 5 Jun 2019 18:19:00 +0800 Subject: [PATCH] test: add Obsolete attribute --- UnitTest/Bootstrap.DataAccess/AuthButtonTest.cs | 1 + 1 file changed, 1 insertion(+) diff --git a/UnitTest/Bootstrap.DataAccess/AuthButtonTest.cs b/UnitTest/Bootstrap.DataAccess/AuthButtonTest.cs index 7e98cffd..3a78ef00 100644 --- a/UnitTest/Bootstrap.DataAccess/AuthButtonTest.cs +++ b/UnitTest/Bootstrap.DataAccess/AuthButtonTest.cs @@ -32,6 +32,7 @@ namespace Bootstrap.DataAccess public override WebSocketManager WebSockets => throw new NotImplementedException(); + [Obsolete] public override AuthenticationManager Authentication => throw new NotImplementedException(); public override ClaimsPrincipal User { get; set; } = new ClaimsPrincipal(new System.Security.Principal.GenericIdentity("User"));