-
-
Notifications
You must be signed in to change notification settings - Fork 39
Update fcs 43.9.300 + Misc build/formatting fixes #232
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
…ecto, and YoloDev.Expecto.TestSdk
@@ -0,0 +1 @@ | |||
dotnet run --project ./build/build.fsproj -- -t %* |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Tired of having to remember the build syntax. Add cmd/sh variants.
<FSharpCoreCompilerVersion>9.0.300</FSharpCoreCompilerVersion> | ||
<FSharpCompilerVersion>43.9.300</FSharpCompilerVersion> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The meat.
<ExpectoVersion>10.2.1</ExpectoVersion> | ||
<FSharpCoreCompilerVersion>9.0.300</FSharpCoreCompilerVersion> | ||
<FSharpCompilerVersion>43.9.300</FSharpCompilerVersion> | ||
<ExpectoVersion>10.2.3</ExpectoVersion> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Slightly faster expecto tests, though our tests are still slow.
No description provided.