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
* FsToolkit Core nugetfied
* Add PackageReference for FSharp.Control.AsyncSeq in project file
* Add Hopac and Expecto.Hopac package references to project files
* Add PackageReference for IcedTasks to IcedTasks project file
* Update package versions and add BenchmarkDotNet reference; refactor awaiter handling in CancellableTask modules
* Update package versions and add --noCache option for Fable commands; include Fable.Mocha and Fable.Pyxpecto in test dependencies
* Remove paket.references files from various projects and tests to clean up unused dependencies
* Refactor test framework integration and update package dependencies
- Removed Mocha as a test runner and replaced it with Pyxpecto for JavaScript and Python Fable compilers.
- Updated package.json to reflect the removal of Mocha and adjusted test scripts to use Node directly.
- Added conditional compilation directives to support Pyxpecto across different Fable compilers.
- Cleaned up test files by removing unnecessary Mocha references and ensuring compatibility with Pyxpecto.
- Introduced ignore tests for AsyncResultOption under specific compiler conditions.
* Update tool and package versions in dotnet-tools.json and Directory.Packages.props
* Make analysis step optional to prevent workflow failure
* Update Node.js version in devcontainer and adjust node-version matrix in build workflow
* Add nullable type annotations and improve documentation for Nullness module
* Update FSharp.Core version to 9.0.300 in build properties
* Fix documentation typos and improve comments in Nullness module
0 commit comments