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
I have an issue with loading my project in Visual Studio Mac. After some investigation it turned out that it handles the Link in the Targets of the l18nText not correctly.
Whilst that seems to be something VS should be able to handle, the developer from Microsoft pointed out an improvement who could be made in the library. So I thought I post that here:
Whilst Visual Studio for Mac should handle this (I am assuming it works on Windows) it looks like this could be fixed in the NuGet package itself. It has:
<Link>..\..\..\obj\$(Configuration)\$(TargetFramework)\%(RelativeDir)%(Filename)%(Extension)</Link>
Which does not look correct to me. The first part of this should be $(IntermediateObjectPath) since you can override the BaseIntermediateOutputPath (usually obj) to be something else.
I have an issue with loading my project in Visual Studio Mac. After some investigation it turned out that it handles the Link in the Targets of the l18nText not correctly.
Whilst that seems to be something VS should be able to handle, the developer from Microsoft pointed out an improvement who could be made in the library. So I thought I post that here:
Here is the Link to the Discussion in the developercommunity: https://developercommunity.visualstudio.com/content/problem/1073405/invalid-value-for-link-property.html?childToView=1075313#comment-1075313
The text was updated successfully, but these errors were encountered: