You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The latest NUnit library has breaking changes, in Order to update to the latest package we will need to fix the breaking changes.
There are 2 options for fixing:
Change the code to match the new unit test Assert format,.
Add the alias in the csproj file to use the classic method.
The preferred method is to change the code but there are possibly hundreds of lines of code to change so we need to evaluate the code to see if this can be accomplished easily all at once.
The text was updated successfully, but these errors were encountered:
The latest NUnit library has breaking changes, in Order to update to the latest package we will need to fix the breaking changes.
There are 2 options for fixing:
The preferred method is to change the code but there are possibly hundreds of lines of code to change so we need to evaluate the code to see if this can be accomplished easily all at once.
The text was updated successfully, but these errors were encountered: