JeremyLikness/SqliteWasmHelper

Issue migrating to .Net 7

RaminFadaeian opened this issue · 4 comments

Describe the bug
An unhandled exception is thrown when migrating to .Net 7

Screenshot 2022-09-25 132925

To Reproduce
Steps to reproduce the behavior:

  1. Clone current project
  2. Change target framework to net7.0
  3. update Nuget packages
  4. See error

Screenshot 2022-09-25 133229

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.

I have created a PR (See #7) which resolves the issue in dotnet 7

Very much appreciated @nickbeau .
This issue is closed now.
PS. I should have checked out PRs before submitting this issue

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?

Would also love to see this merged so that I can update my dependent project to .NET 7