matthewrenze / clean-architecture-demo

A sample app for my online course "Clean Architecture: Patterns, Practices, and Principles" in .NET Framework 4.8
BSD 3-Clause "New" or "Revised" License
1.03k stars 483 forks source link

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

Closed k90262 closed 1 year ago

k90262 commented 2 years ago

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