Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Issue with VS Mac #32

Open
NPadrutt opened this issue Jun 13, 2020 · 3 comments
Open

Issue with VS Mac #32

NPadrutt opened this issue Jun 13, 2020 · 3 comments

Comments

@NPadrutt
Copy link

NPadrutt commented Jun 13, 2020

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>

<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.

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

@jsakamoto
Copy link
Owner

@NPadrutt Thank you for notify me!

Yeah, this is the "dirty hack" based on that I don't have enough skill of MSBuild script. So I have to fix this.

I'll challenge to solve this issue.
Or else, of course, If somebody fixes this issue and send me a pull request, I'll welcome it.

@jsakamoto jsakamoto pinned this issue Jun 15, 2020
@jsakamoto
Copy link
Owner

@NPadrutt
Today, I published a new version of "Blazor I18text" NuGet package v.9.1.1.

Would you try this version on your Visual Studio for Mac environment?

Thanks!

@NPadrutt
Copy link
Author

for me it seems to persist.

@jsakamoto jsakamoto unpinned this issue Jan 26, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants