提交 482bd265 编写于 作者: J Jason Malinowski

Disable xUnit1013 in one file where it doesn't make sense

Right now this code is doing a pattern where it overrides the public
methods in derived types, and those have facts. That forces the base
type to also be public, but we can't put Facts there. This can be
cleaned up in a better way, but I want to keep this first round of
changes as mechanical as possible.
上级 3990b3c1
......@@ -5,6 +5,8 @@
using Xunit;
using ProjectUtils = Microsoft.VisualStudio.IntegrationTest.Utilities.Common.ProjectUtils;
#pragma warning disable xUnit1013 // currently there are public virtual methods that are overridden by derived types
namespace Roslyn.VisualStudio.IntegrationTests.Workspace
{
public abstract class WorkspaceBase : AbstractEditorTest
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册