Issue migrating to .Net 7
RaminFadaeian opened this issue · 4 comments
RaminFadaeian commented
Describe the bug
An unhandled exception is thrown when migrating to .Net 7
To Reproduce
Steps to reproduce the behavior:
- Clone current project
- Change target framework to net7.0
- update Nuget packages
- See error
Additional context
I have minimal knowledge of JS. I did my best to figure out why virtual file system is unavailable with no success. I appreciate any help.
RaminFadaeian commented
Very much appreciated @nickbeau .
This issue is closed now.
PS. I should have checked out PRs before submitting this issue
snow-jallen commented
The window.Module.FS fix in this PR would sure be handy, I can't use this with .NET 7 until this is released. Now that v7 has officially RTW'd could this PR be updated to use release version numbers and merged?
eric-king commented
Would also love to see this merged so that I can update my dependent project to .NET 7