Follow steps of Building and debugging locally, after ensure that the Cosmos DB Emulator and Azure Storage Emulator are running.
Open Microsoft.Health.Fhir.sln, set Microsoft.Health.Fhir.R4.Web (or Microsoft.Health.Fhir.Stu3.Web) as StartUp Project, and press F5.
Expected behavior
A web page shows a HTTP 401 error, that is expected. As long as you are able to hit the metadata endpoint (https://localhost:44348/metadata) it means that the server is running.
Actual behavior
Now, you are getting a Visual studio Code error window, "Microsoft.Health.Fhir.R4.Web.dll does not exist". We have to update the name of the folder to Net.5.0 instead of netcoreapp3.1 in launch.json file.
Describe the bug Building and debugging locally is not working as is expected. Updating launch.json file is required.
FHIR Version? R4
Data provider? CosmosDB
To Reproduce Steps to reproduce the behavior:
Expected behavior A web page shows a HTTP 401 error, that is expected. As long as you are able to hit the metadata endpoint (https://localhost:44348/metadata) it means that the server is running.
Actual behavior Now, you are getting a Visual studio Code error window, "Microsoft.Health.Fhir.R4.Web.dll does not exist". We have to update the name of the folder to Net.5.0 instead of netcoreapp3.1 in launch.json file.