-
Notifications
You must be signed in to change notification settings - Fork 272
Support for .NET Core #192
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
Comments
I believe it can be and contribution is welcome |
There's a tool called .NET Portability Analyzer from Microsoft that gives you a report on how portable is your code. The tool can be found here, a blog post and a page in .NET Core documentation. I ran it against NSubstitute core (no tests, no Castle.Core), included Mono because DNX uses Mono on non-Windows. The report. Seems not much work to do. |
I'm starting to plan for a new project and am thinking of using .NET Core as well. I'd love to have NSubstitute support. Unfortunately, I'm not well versed enough to contribute to the port right now. |
@BrianVallelunga that's great to hear. We already have a working build for .NET Core in #197. You could try it by yourself. Feedback is really welcome! |
Closed via #197 |
We use NSubstitute in a project that we are planning to port to .NET Core, but we are blocked by NSubstitute not supporting .NET Core.
Can support for .NET Core be added to NSubstitute?
The text was updated successfully, but these errors were encountered: