From e0170b65813b78c16decc2141093ce353a6e37bf Mon Sep 17 00:00:00 2001 From: Andrew Arnott Date: Thu, 26 May 2022 07:35:28 -0600 Subject: [PATCH] Exclude injected MockedVS.cs file from analyzers --- .../contentFiles/MockedVS.cs | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/Microsoft.VisualStudio.Sdk.TestFramework.Xunit/contentFiles/MockedVS.cs b/src/Microsoft.VisualStudio.Sdk.TestFramework.Xunit/contentFiles/MockedVS.cs index 493dd59..0233650 100644 --- a/src/Microsoft.VisualStudio.Sdk.TestFramework.Xunit/contentFiles/MockedVS.cs +++ b/src/Microsoft.VisualStudio.Sdk.TestFramework.Xunit/contentFiles/MockedVS.cs @@ -1,4 +1,5 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. +// +// Copyright (c) Microsoft Corporation. All rights reserved. // Licensed under the MIT license. See LICENSE file in the project root for full license information. namespace Microsoft.VisualStudio.Sdk.TestFramework