Skip to content

Commit f152a5d

Browse files
committed
Disabled rosylyn error
1 parent c5b2b23 commit f152a5d

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/Authentication/Authentication.Test/Helpers/AuthenticationHelpersTests.cs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -324,6 +324,8 @@ private static X509Certificate2 CreateAndStoreSelfSignedCert(string certName, St
324324
/// </summary>
325325
/// <param name="certName"></param>
326326
/// <returns></returns>
327+
328+
#pragma warning disable IA5352
327329
private static X509Certificate2 CreateSelfSignedCert(string certName)
328330
{
329331
ECDsa ecdsaKey = ECDsa.Create();

0 commit comments

Comments
 (0)