We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cf043eb commit bafcd2aCopy full SHA for bafcd2a
Samples/SampleApp.Tests/SqlScriptTests.cs
@@ -10,6 +10,7 @@
10
public class SqlScriptTests
11
{
12
[Test]
13
+ [Explicit] // Only works when shadow copy disabled for tests
14
public void SqlScriptsShouldBeEmbeddedResources()
15
16
Convention.Is(new FilesAreEmbeddedResources(".sql"), new ProjectFileItems(typeof(DomainClass).Assembly));
0 commit comments