Oskar Gewalli
Oskar Gewalli
Run by executing `dotnet test --collect:"XPlat Code Coverage" -c Release tests/FSharpPlus.Tests` You can use: https://github.com/danielpalme/ReportGenerator to generate a html report `reportgenerator "-reports:./coverage.cobertura.xml" "-targetdir:."`
- Forked individual files from #31 and reverted original files - Added `Compatibility` namespaces and moved some `Choice` constructs into these - Renamed `Notification.Error` to `Notification.Exception` in order to avoid...
The intention of this PR is to verify the tests are able to complete with F# Core 6.0.5. This is in order to isolate possible issues with #488
- [x] [updateAt from F# Core 6](https://fsharp.github.io/fsharp-core-docs/reference/fsharp-collections-listmodule.html#updateAt) vs [setAt](http://fsprojects.github.io/FSharpPlus/reference/fsharpplus-list.html#setAt) - [x] Option module
### Description It's a bit of a pain to release the docs. It would be nice to have GitHub Action that could release the docs. See - https://stackoverflow.com/questions/57921401/push-to-origin-from-github-action/58393457#58393457 - https://github.blog/changelog/2020-07-06-github-actions-manual-triggers-with-workflow_dispatch/...
When I try to browse: https://walle.github.com/gas I get a 404
### Expected behavior When you read non existing keys using `_jkey` should return `None`. ```fs #r "nuget: Fleece.FSharpData, 0.10.0" open Fleece open Fleece.FSharpData open FSharp.Data open Fleece.FSharpData.Lens open FSharpPlus open...
Since benchmarks test performance it would make sense to put them in the test folder.
We currently see that some tests fail on the v1.6, v1.7 branch. - tests/FSharpPlus.Tests/ValueTask.fs the tests: testValueTaskZip, testValueTaskZipAsync - tests/FSharpPlus.Tests/Asyncs.fs the tests: testAsyncZip, testAsyncZipAsync - tests/FSharpPlus.Tests/Task.fs the tests: testTaskZip, testTaskZipAsync
Note that on the v1.6 branch we have had to remove the updated F# typeprovider since it is not compatible with net45... See https://github.com/fsprojects/FSharpPlus/pull/582