We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 62d191a commit 2630f3aCopy full SHA for 2630f3a
1 file changed
test/NetArchTest.TestStructure/Dependencies/Search/DependencyType/ConstStringFieldValue.cs
@@ -1,9 +1,13 @@
1
namespace NetArchTest.TestStructure.Dependencies.Search.DependencyType
2
{
3
+ using NetArchTest.TestStructure.Dependencies.Examples;
4
+
5
public class ConstStringFieldValue
6
7
#pragma warning disable 219
8
private const string FullTypeName = "NetArchTest.TestStructure.Dependencies.Search.DependencyType.Array";
9
+ private ExampleDependency dummy = null;
10
#pragma warning restore 219
11
12
}
13
0 commit comments