-
-
Notifications
You must be signed in to change notification settings - Fork 14
Upgrade Projects to .NET 6 #85
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
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Great! The only thing I'd like to see added is a new test solution that still uses net5.0
, to verify that the test runner will still work on old solutions.
Ok I will do a PR with half .net5 and half .net6 . |
See #88 . It has both old and new projects. |
@FaisalAfroz I'd rather update all projects to .net6 and add a new test solution for .net5. |
Even though the CI seems to be passing, it looks like it actually is not: https://github.com/exercism/csharp-test-runner/runs/4163010359?check_suite_focus=true |
@FaisalAfroz The tests still fail: https://github.com/exercism/csharp-test-runner/pull/85/checks Something has changed with powershell in one of the updates. A failure in the tests should result in a failing CI. Something to fix in a separate PR. |
Yes, I think that is another issue. If a build fails it should indicate red instead of green. |
Let me know when you've managed to fix the build |
Merged! Thanks a lot. |
No description provided.