Skip to content

Commit f9abe60

Browse files
committed
Refactor test function name for consistency and clarity
Remove commented-out code in msbuildPropBool for cleaner implementation
1 parent 785b225 commit f9abe60

File tree

2 files changed

+2
-6
lines changed

2 files changed

+2
-6
lines changed

src/Ionide.ProjInfo/Library.fs

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
namespace Ionide.ProjInfo
1+
namespace Ionide.ProjInfo
22

33
open System
44
open System.Collections.Generic
@@ -657,7 +657,6 @@ module ProjectLoader =
657657
else
658658
[|
659659
yield! designTimeBuildTargetsCore
660-
"DispatchToInnerBuilds"
661660
|]
662661

663662
let setLegacyMsbuildProperties isOldStyleProjFile =
@@ -906,9 +905,6 @@ module ProjectLoader =
906905
msbuildPropString "ProjectAssetsFile"
907906
|> Option.defaultValue ""
908907
RestoreSuccess =
909-
// match msbuildPropString "TargetFrameworkVersion" with
910-
// | Some _ -> true
911-
// | None ->
912908
msbuildPropBool "RestoreSuccess"
913909
|> Option.defaultValue false
914910

test/Ionide.ProjInfo.Tests/ProjectLoader2Tests.fs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -253,7 +253,7 @@ module ProjectLoader2Tests =
253253

254254

255255
let buildManagerSessionTests toolsPath =
256-
ftestList "buildManagerSessionTests" [
256+
testList "buildManagerSessionTests" [
257257
yield! applyTests "loader2-no-solution-with-2-projects" ``loader2-no-solution-with-2-projects``
258258

259259
yield! applyTests "sample2-NetSdk-library2" ``sample2-NetSdk-library2``

0 commit comments

Comments
 (0)