Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/mono-tools.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'gendarme/rules/Gendarme.Rules.Security/Test/Test.Rules.Security.mdp')
-rw-r--r--gendarme/rules/Gendarme.Rules.Security/Test/Test.Rules.Security.mdp3
1 files changed, 3 insertions, 0 deletions
diff --git a/gendarme/rules/Gendarme.Rules.Security/Test/Test.Rules.Security.mdp b/gendarme/rules/Gendarme.Rules.Security/Test/Test.Rules.Security.mdp
index bd5a566d..72ba2bd5 100644
--- a/gendarme/rules/Gendarme.Rules.Security/Test/Test.Rules.Security.mdp
+++ b/gendarme/rules/Gendarme.Rules.Security/Test/Test.Rules.Security.mdp
@@ -22,6 +22,9 @@
<File name="TypeIsNotSubsetOfMethodSecurityTest.cs" subtype="Code" buildaction="Compile" />
<File name="TypeLinkDemandTest.cs" subtype="Code" buildaction="Compile" />
<File name="StaticConstructorsShouldBePrivateTest.cs" subtype="Code" buildaction="Compile" />
+ <File name="ArrayFieldsShouldNotBeReadOnlyTest.cs" subtype="Code" buildaction="Compile" />
+ <File name="ChangeLog" subtype="Code" buildaction="Nothing" />
+ <File name="NativeFieldsShouldNotBeVisibleTest.cs" subtype="Code" buildaction="Compile" />
</Contents>
<References>
<ProjectReference type="Project" localcopy="True" refto="Gendarme.Rules.Security" />