Skip to content

Commit d0b8cca

Browse files
committed
Add new test cases for sample projects in Ionide.ProjInfo.Tests
1 parent b7ae505 commit d0b8cca

File tree

2 files changed

+351
-6
lines changed

2 files changed

+351
-6
lines changed

test/Ionide.ProjInfo.Tests/TestAssets.fs

Lines changed: 48 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -448,3 +448,51 @@ let ``sample2-NetSdk-library2`` = {
448448
EntryPoints = [ ``sample2 NetSdk library``.ProjectFile ]
449449
Expects = ignore
450450
}
451+
452+
let ``sample3-Netsdk-projs-2`` = {
453+
ProjDir = ``sample3 Netsdk projs``.ProjDir
454+
EntryPoints = [ ``sample3 Netsdk projs``.ProjectFile ]
455+
Expects = ignore
456+
}
457+
458+
let ``sample4-NetSdk-multitfm-2`` = {
459+
ProjDir = ``sample4 NetSdk multi tfm``.ProjDir
460+
EntryPoints = [ ``sample4 NetSdk multi tfm``.ProjectFile ]
461+
Expects = ignore
462+
}
463+
464+
let ``sample5-NetSdk-lib-cs-2`` = {
465+
ProjDir = ``sample5 NetSdk CSharp library``.ProjDir
466+
EntryPoints = [ ``sample5 NetSdk CSharp library``.ProjectFile ]
467+
Expects = ignore
468+
}
469+
470+
let ``sample6-Netsdk-Sparse-sln-2`` = {
471+
ProjDir = ``sample6 Netsdk Sparse/sln``.ProjDir
472+
EntryPoints = [ ``sample6 Netsdk Sparse/sln``.ProjectFile ]
473+
Expects = ignore
474+
}
475+
476+
let ``sample7-legacy-framework-multi-project-2`` = {
477+
ProjDir = ``sample7 legacy framework multi-project``.ProjDir
478+
EntryPoints = [ ``sample7 legacy framework multi-project``.ProjectFile ]
479+
Expects = ignore
480+
}
481+
482+
let ``sample8-NetSdk-Explorer-2`` = {
483+
ProjDir = ``sample8 NetSdk Explorer``.ProjDir
484+
EntryPoints = [ ``sample8 NetSdk Explorer``.ProjectFile ]
485+
Expects = ignore
486+
}
487+
488+
let ``sample9-NetSdk-library-2`` = {
489+
ProjDir = ``sample9 NetSdk library``.ProjDir
490+
EntryPoints = [ ``sample9 NetSdk library``.ProjectFile ]
491+
Expects = ignore
492+
}
493+
494+
let ``sample10-NetSdk-library-with-custom-targets-2`` = {
495+
ProjDir = ``sample10 NetSdk library with custom targets``.ProjDir
496+
EntryPoints = [ ``sample10 NetSdk library with custom targets``.ProjectFile ]
497+
Expects = ignore
498+
}

0 commit comments

Comments
 (0)