-
-
Notifications
You must be signed in to change notification settings - Fork 98
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
Test discovery on JetBrains Rider #521
Comments
I think two things are going on here
|
I opened a PR to update the template |
@farlee2121 does it make sense to move YoloDev and the Template into this repository? |
I've been thinking about asking @haf his opinion on making Expecto into an organization. |
Generally not against it, but I find that it becomes very far removed from being personal that way. I like to have my open source on my github. I wouldn't mind giving more people write access, and I prefer monorepos over many small repos. |
I feel stupid but I cannot run tests from Rider. I tried both on Windows and Linux, with several versions of Expecto and SDKs.
I mean: right after a fresh clone of this very repository,
works, but running all the tests in Rider (
Run All Tests from Solution
) results inFollowing the README and running:
Updating the
fsproj
file to targetnet8.0
makesdotnet run
succeed. In this case Rider does discover tests, but they all fail from running. They are marked asInconclusive
, raising the errorI am sure I missing something very basic.
The text was updated successfully, but these errors were encountered: