-
Notifications
You must be signed in to change notification settings - Fork 197
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
Suave.Testing issues with dotnet core #639
Labels
Comments
Should have been fixed with #640 – will compile & release fixes and then we can test here. |
Yeah after doing some other core stuff I've seen these |
Could you please check now that I've released? |
Looks good. Thanks for getting to that so quickly! |
You're welcome. :) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Have an existing dotnet core project with the following dependencies:
Expecto
:5.0.0
I went to add the following to do some api testing:
Suave
:2.1.1
Suave.Testing
:2.1.1
When running the application, I get the following error:
Familiar with dependency hell and knowing that I can just use the older api, I switch my Expecto dependency to:
Expecto
:4.0.3
Existing tests run fine.
If I add a simple api test (like the one found in the readme), I get the following error:
Any suggestions?
The text was updated successfully, but these errors were encountered: