You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
After cloning this project locally, when building the Microsoft.Health.Fhir.Web project on a Mac using Visual Studio 2019 preview, I receive the following error:
error MSB4018: The "Microsoft.Build.Tasks.Git.LocateRepository" task failed unexpectedly.
To Reproduce
Steps to reproduce the behavior:
Clone Repo
Build
Error occurs
Expected behavior
No build errors occur.
Actual behavior
A build error occurs.
I'm not exactly sure what this error refers to.
The text was updated successfully, but these errors were encountered:
It was disabled in #262, but instead of been disabled only for OSx it was never set to be true at first place, so it was off for all platforms.
Regarding OSx it looks like bug was fixed somewhere around 2019 (dotnet/sourcelink#288)
It was disabled in #262, but instead of been disabled only for OSx it was never set to be true at first place, so it was off for all platforms.
Regarding OSx it looks like bug was fixed somewhere around 2019 (dotnet/sourcelink#288)
Describe the bug
After cloning this project locally, when building the
Microsoft.Health.Fhir.Web
project on a Mac using Visual Studio 2019 preview, I receive the following error:error MSB4018: The "Microsoft.Build.Tasks.Git.LocateRepository" task failed unexpectedly.
To Reproduce
Steps to reproduce the behavior:
Expected behavior
No build errors occur.
Actual behavior
A build error occurs.
I'm not exactly sure what this error refers to.
The text was updated successfully, but these errors were encountered: