-
Notifications
You must be signed in to change notification settings - Fork 19
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
Add .NET Core support - WIP #78
Conversation
Will be awesome to see this in! Ping me on twitter if you get stuck |
Great, will do. |
Run into a bit of a blocker in this class that has a dependency on |
FYI This fixes #77 |
Picked this one up again 👍 |
Hello! I'm curious to know how it's going with the .NET Core support? I'm interested in contributing to Shouldly and would like to see TestStack.ConventionTests upgraded to .NET Core so I can use it with Shouldly. Is there anything I can do to help? |
feat (NetCoreSupport): Continue work done on PR #78
Initial attempted at adding .NET Standard support - still work in progress.
Shouldly's tests have a dependency on this so as soon as TestStack.ConventionTests supports .NET Standard then people will be able to build/contribute to Shouldly across multiple operating systems so it's a win-win.
This is the first time I've done this so if there are any suggestions then please feel free to fire them my way.