You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Choice<int, string>.Choice1Of2(42)|> should be (choice 1)
118
-
119
124
[]|> should be Empty
120
125
[1]|> should not' (be Empty)
121
126
@@ -124,7 +129,7 @@ Choice<int, string>.Choice1Of2(42) |> should be (choice 1)
124
129
125
130
2.0|> should not' (be NaN)
126
131
127
-
[1;2;3]|> should be unique// Currently, NUnit only and requires version 1.0.1.0+
132
+
[1;2;3]|> should be unique
128
133
129
134
[1;2;3]|> should be ascending
130
135
[1;3;2]|> should not' (be ascending)
@@ -146,16 +151,6 @@ Second 5 |> should be (ofCase<@ int @>) // will throw an exception
146
151
147
152
(**
148
153
149
-
Visual Studio 11 Support
150
-
------------------------
151
-
152
-
Visual Studio 11 support is available for all 4 of the targetted testing frameworks. FsUnit.MsTest is supported only in VS11 and no additional steps are required to use it.
153
-
FsUnit for NUnit and FsUnit.Xunit target F# 2.0 as well as F# 3.0. Because of this, a few additional steps are required
154
-
in order to use these libraries in VS11. After installing one of these packages, add an `App.config` file to the project (if one doesn't already exist).
155
-
Build the project and then run the command "Add-BindingRedirect projectname" (where projectname is the name of your test project) in the NuGet
156
-
Package Manager Console. This command will update the `App.config` to include binding redirects from previous version of `FSharp.Core` to
157
-
FSharp.Core version 4.3.0.0. More information about this command can be found in the [NuGet documentation](http://docs.nuget.org/docs/reference/package-manager-console-powershell-reference).
0 commit comments