Testing to ignore unit tests from code inspections.

This commit is contained in:
2021-03-02 14:02:12 +00:00
parent 9dde0d9e81
commit f88ad13f0d
2 changed files with 4 additions and 1 deletions
-1
View File
@@ -218,5 +218,4 @@ _Pvt_Extensions
# nCrunch items # nCrunch items
*.ncrunchsolution *.ncrunchsolution
*.DotSettings
*.ncrunchproject *.ncrunchproject
+4
View File
@@ -0,0 +1,4 @@
<wpf:ResourceDictionary xml:space="preserve" xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" xmlns:s="clr-namespace:System;assembly=mscorlib" xmlns:ss="urn:shemas-jetbrains-com:settings-storage-xaml" xmlns:wpf="http://schemas.microsoft.com/winfx/2006/xaml/presentation">
<s:Boolean x:Key="/Default/Housekeeping/ExcludedProjects/ProjectMasksToIgnore/=_002A_002A_005C_002A_002EUnitTests/@EntryIndexedValue">True</s:Boolean>
<s:Boolean x:Key="/Default/UserDictionary/Words/=ASCOM/@EntryIndexedValue">True</s:Boolean>
<s:Boolean x:Key="/Default/UserDictionary/Words/=Autostar/@EntryIndexedValue">True</s:Boolean></wpf:ResourceDictionary>