Migrate from NUnit 3 to NUnit 4#783
Conversation
alexandrnikitin
left a comment
There was a problem hiding this comment.
LGTM!
Thank you! @Romfos
I'm sorry, I stopped following .NET development. What is the general recommendation regarding NUnit.Framework.Legacy and ClassicAssert? Do we need to migrate them to the newer API?
|
|
||
| <ItemGroup> | ||
| <PackageReference Include="BenchmarkDotNet" Version="0.13.10" /> | ||
| <PackageReference Include="BenchmarkDotNet" Version="0.13.12" /> |
There was a problem hiding this comment.
looks unrelated to NUnit.
There was a problem hiding this comment.
yes, this related to Update nuget packages for test projects
| using NSubstitute.Exceptions; | ||
| using NSubstitute.ReceivedExtensions; | ||
| using NUnit.Framework; | ||
| using NUnit.Framework.Legacy; |
There was a problem hiding this comment.
this is needed for StringAssert
|
It looks like Lines 164 to 166 in e67780b |
I was not able to find recommendations for now, but this looks like temporary solution for migration from v3 to v4. |
|
Indeed, but IMO that could be another PR and this one could be merged |
|
Thanks for this @Romfos ! And thanks for the reviews @alexandrnikitin and @304NotModified 🙇 |
Changes:
note: no changes in product, no need to release new nuget package