This repository was archived by the owner on Aug 23, 2019. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +5
-1
lines changed
Machine.Specifications.Runner.Utility.Specs Expand file tree Collapse file tree 2 files changed +5
-1
lines changed Original file line number Diff line number Diff line change @@ -61,7 +61,7 @@ static string GetPath(string path)
6161 public class when_running_an_assembly_that_does_not_use_mspec : running_specs
6262 {
6363 static Exception Exception ;
64- readonly static string SpecAssembly = GetPath ( @"Issue146-NoMSpecDll\ Example.Issue146-NoMSpecDll.dll" ) ;
64+ readonly static string SpecAssembly = GetPath ( @"Example.Issue146-NoMSpecDll.dll" ) ;
6565
6666 Because of = ( ) => runner . RunAssembly ( new AssemblyPath ( Assembly . LoadFrom ( SpecAssembly ) . Location ) ) ;
6767
Original file line number Diff line number Diff line change 77
88 <ItemGroup >
99 <PackageReference Include =" FluentAssertions" Version =" 5.5.3" />
10+ <PackageReference Include =" Machine.Specifications" Version =" 0.12.0" />
1011 <PackageReference Include =" Microsoft.NET.Test.Sdk" Version =" 15.9.0" />
1112 <PackageReference Include =" Machine.Specifications.Runner.VisualStudio" Version =" 2.7.0" />
1213 </ItemGroup >
1314
1415 <ItemGroup >
16+ <ProjectReference Include =" ..\Example.BindingFailure.Ref\Example.BindingFailure.Ref.csproj" />
17+ <ProjectReference Include =" ..\Example.BindingFailure\Example.BindingFailure.csproj" />
1518 <ProjectReference Include =" ..\Example.CleanupFailure\Example.CleanupFailure.csproj" />
1619 <ProjectReference Include =" ..\Example.CustomDelegates\Example.CustomDelegates.csproj" />
20+ <ProjectReference Include =" ..\Example.Issue146-NoMSpecDll\Example.Issue146-NoMSpecDll.csproj" />
1721 <ProjectReference Include =" ..\Example.Random\Example.Random.csproj" />
1822 <ProjectReference Include =" ..\Example\Example.csproj" />
1923 <ProjectReference Include =" ..\Machine.Specifications.Runner.Utility\Machine.Specifications.Runner.Utility.csproj" />
You can’t perform that action at this time.
0 commit comments