Skip to content

Commit 378b927

Browse files
committed
Add new test cases for sample projects in Ionide.ProjInfo.Tests
1 parent 7179a24 commit 378b927

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
@@ -512,3 +512,51 @@ let ``sample2-NetSdk-library2`` = {
512512
EntryPoints = [ ``sample2 NetSdk library``.ProjectFile ]
513513
Expects = ignore
514514
}
515+
516+
let ``sample3-Netsdk-projs-2`` = {
517+
ProjDir = ``sample3 Netsdk projs``.ProjDir
518+
EntryPoints = [ ``sample3 Netsdk projs``.ProjectFile ]
519+
Expects = ignore
520+
}
521+
522+
let ``sample4-NetSdk-multitfm-2`` = {
523+
ProjDir = ``sample4 NetSdk multi tfm``.ProjDir
524+
EntryPoints = [ ``sample4 NetSdk multi tfm``.ProjectFile ]
525+
Expects = ignore
526+
}
527+
528+
let ``sample5-NetSdk-lib-cs-2`` = {
529+
ProjDir = ``sample5 NetSdk CSharp library``.ProjDir
530+
EntryPoints = [ ``sample5 NetSdk CSharp library``.ProjectFile ]
531+
Expects = ignore
532+
}
533+
534+
let ``sample6-Netsdk-Sparse-sln-2`` = {
535+
ProjDir = ``sample6 Netsdk Sparse/sln``.ProjDir
536+
EntryPoints = [ ``sample6 Netsdk Sparse/sln``.ProjectFile ]
537+
Expects = ignore
538+
}
539+
540+
let ``sample7-legacy-framework-multi-project-2`` = {
541+
ProjDir = ``sample7 legacy framework multi-project``.ProjDir
542+
EntryPoints = [ ``sample7 legacy framework multi-project``.ProjectFile ]
543+
Expects = ignore
544+
}
545+
546+
let ``sample8-NetSdk-Explorer-2`` = {
547+
ProjDir = ``sample8 NetSdk Explorer``.ProjDir
548+
EntryPoints = [ ``sample8 NetSdk Explorer``.ProjectFile ]
549+
Expects = ignore
550+
}
551+
552+
let ``sample9-NetSdk-library-2`` = {
553+
ProjDir = ``sample9 NetSdk library``.ProjDir
554+
EntryPoints = [ ``sample9 NetSdk library``.ProjectFile ]
555+
Expects = ignore
556+
}
557+
558+
let ``sample10-NetSdk-library-with-custom-targets-2`` = {
559+
ProjDir = ``sample10 NetSdk library with custom targets``.ProjDir
560+
EntryPoints = [ ``sample10 NetSdk library with custom targets``.ProjectFile ]
561+
Expects = ignore
562+
}

0 commit comments

Comments
 (0)