Skip to content

Commit

Permalink
Add shared sln R# settings with ShadowCopy off.
Browse files Browse the repository at this point in the history
FAKE tests that depend on files can't be run when R# is set to shadow copy assemblies being tested.  This file switches this off for all R# users that have the shared sln settings enabled.

Requested by @forki in fsprojects#992.

NOTE:  This means you can't build the sln, while your tests are running.
  • Loading branch information
bentayloruk committed Jan 17, 2016
1 parent 74d2359 commit 5c06d70
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions FAKE.sln.DotSettings
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
<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/Environment/UnitTesting/ShadowCopy/@EntryValue">False</s:Boolean></wpf:ResourceDictionary>

0 comments on commit 5c06d70

Please sign in to comment.