Fable.Extras
Fable.Extras copied to clipboard
.NET 6/Fable 3.6 support
Pull request checklist¹¹
Please check if your PR fulfills the following requirements:
- [ ] Tests for the changes have been added (for bug fixes / features)
- [x] Docs have been reviewed and added / updated if needed (for bug fixes / features)
- [ ] Build (
fake buildor.\build.cmd) on local branch was successful
Pull request type
Please check the type of change your PR introduces:
- [x] Bugfix
- [ ] Feature
- [ ] Code style update (formatting, renaming)
- [x] Refactoring (no functional changes, no api changes)
- [x] Build related changes
- [x] Documentation content changes
- [ ] Other (please describe):
Does this introduce a breaking change?
- [ ] Yes
- [x] No
Other information
Started getting these errors with the new versions (.NET 6/Fable 3.6)


i hope it doesn't break in the old versions. also the ./build.cmd is erroring with this, probably it will pass on the CI

ty!
ye the log thing is still happening =( will check.
edit: passing after a 'dotnet paket update' \o/
@Shmew this seems to be blocking us to update to the latest version of Fable because we depend on Feliz.Recoil (which depends on the library, as you know ;) ). What is the status of this PR?
Maybe it would be a good idea to fork these libs to Fable-compiler or somewhere else ? @Shmew doesn't seem to be maintaining this one for quite some time
I am also stuck can't update to latest Fable. Might have to fork Feliz.Recoil. @Shmew hope you can merge this.