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
I am getting issues with reqnroll (navigating to steps) which I traced back to a version 6 of System.Text.Json.dll being used (causing serialization issues since v8 is expected)
It seems this v6 of System.Test.Json.dll is getting copied to my output folder from the Microsoft.CodeCoverage 18.0.0 package.
The previous (17.4.1) package worked ok and does not seem to contain the System.Text.Json.dll