The error
error MSB4025: The project file could not be loaded. Data at the root level is invalid.
How to resolve
Instead of using test.dll to execute the tests with dotnet test use the csproj files. This makes the running of the tests to work.
The test executes fine after this change.
No comments:
Post a Comment