matthewrenze/clean-architecture-demo

Cannot run the test case successfully (VS2022, .NET framework 4.8)

Closed this issue · 0 comments

Hi, could you updated the project to .NET 4.8 or newer framework? I face some issue when I try to run this project when training from Pluralsight lesson.

Or are there some suggestions to run this project?

Found issues:

  1. I cannot install .net framework 4.5 sdk in my win10 anymore (microsoft has removed the offical download link).
  2. Seems the package ObjectFactory is out of date. I cannot run the specification project for testing.
  3. EF6 schema and data initalization failed.

Expect result:

  1. Run test case successfully.
  2. EF6 schema and data initalization sucessfully.

Thanks.

Snapshot of Run test case failed:
截圖 2022-08-07 上午12 50 03