Revize f70b07dd
Přidáno uživatelem Milan Hotovec před téměř 4 roky(ů)
tests/Leuze.Tests.Configuration/Utilities.cs | ||
---|---|---|
21 | 21 |
{ |
22 | 22 |
List<Assembly> loadedAssemblies = new List<Assembly>(); |
23 | 23 |
|
24 |
string workingDirectory = Environment.CurrentDirectory; |
|
25 |
string projectDirectory = Directory.GetParent(workingDirectory).Parent.Parent.Parent.Parent.Parent.FullName; |
|
26 |
|
|
24 | 27 |
// Loop through all dll files in directory |
25 |
foreach (FileInfo file in new DirectoryInfo("C:\\Users\\domin\\source\\repos\\Leuze\\src\\Presentation\\Leuze.Modules\\net5.0").GetFiles("*.dll")) |
|
28 |
//foreach (FileInfo file in new DirectoryInfo("C:\\Users\\domin\\source\\repos\\Leuze\\src\\Presentation\\Leuze.Modules\\net5.0").GetFiles("*.dll")) |
|
29 |
foreach (FileInfo file in new DirectoryInfo(projectDirectory + "\\src\\Presentation\\Leuze.Modules\\net5.0").GetFiles("*.dll")) |
|
26 | 30 |
{ |
27 | 31 |
try |
28 | 32 |
{ |
Také k dispozici: Unified diff
Tests unified (Generic path)