-
Notifications
You must be signed in to change notification settings - Fork 3
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
2 fix code #5
2 fix code #5
Conversation
#3 Remove explicit support for net6.0
…meworks The following line makes it so that tests are run sequentially. This seems to be necessary. If I don't have it, tests seem to fail randomly. I suspect it's related to the IL being rewritten. Should probably look further into it.
It's great to see this work on .NET 7.0. However, it looks like the Do you have a plan to support this? |
@stanimirsellercloud Are you thinking of the I will definitely look into what alternatives there are. Maybe that's why the tests are failing on net6+. I'm tracking that in #6. |
@stanimirsellercloud You said it was "great to see [it] work on .NET 7.0". Did you test it on .NET 7.0? |
The sample app (Sandbox) worked when targeting .NET 7.0 ( The same app failed to run when targeting .NET 8.0 due to the |
I will look into it. Thank you for bringing it up. I'm tracking it in #8. |
@stanimirsellercloud I've fixed the issue. Please see my comment on #8 |
Closes #2
Closes #3