When i create any Entity with simple properties i am getting the folowing
Error occurred on DB migration step: MSBUILD : error MSB1009: Project file does not exist. Switch: ../*.HttpApi.Host Unable to retrieve project metadata. Ensure it's an MSBuild-based .NET Core project. If you're using custom BaseIntermediateOutputPath or MSBuildProjectExtensionsPath values, Use the --msbuildprojectextensionspath option.
I am using MVC Template which is not tiered so there is no *".HttpApi.Host Folder" in my solution
2 Answer(s)
-
0
I guess you are using v4.3.0-rc1. This is fixed in v4.3.0-rc2 and this version will be released 2021-04-09 (tomorrow). It should fix your issue.
(by the way I refunded your question credit.)
-
0
This question has been automatically marked as stale because it has not had recent activity.