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

A member is already defined #41

Closed
gaffkins opened this issue Dec 7, 2018 · 6 comments
Closed

A member is already defined #41

gaffkins opened this issue Dec 7, 2018 · 6 comments

Comments

@gaffkins
Copy link

gaffkins commented Dec 7, 2018

The MainPage is work ok, I add next XAML Page and when I try edit it i got error:
Oh no! An evaluation error!
A memebr XAMLatorTest.TestPAge21.TestPage21() is already exists. Rename this member or use different parameters types.

When I change something on this page the number 21 rise.

@soydachi
Copy link

This issue raised to me too.
The other page si as normal as the first one, only the FFImageLoader in there.

@soydachi
Copy link

@gaffkins @ylatuya I think this is a vs for mac issue.

In vs for windows when we are creating an Xamarin Forms ContentPage, we get the [XamlCompilation(XamlCompilationOptions.Compile)] markup in the code behind and in the csproj it is able to put this file as a embeddedResource
</EmbeddedResource> <EmbeddedResource Update="PathToXAML"> <Generator>MSBuild:UpdateDesignTimeXaml</Generator> </EmbeddedResource>

But in vs for mac this is not working now.

@ylatuya
Copy link
Owner

ylatuya commented Feb 20, 2019

Hi, today I will find some time to release a new version that fixes several issues and provides better error logs to debug. I hope it fixes this one.

@ylatuya
Copy link
Owner

ylatuya commented Feb 20, 2019

I uploaded a new version of both the Add-in and the NuGet package, could you try it please?

@soydachi
Copy link

I uploaded a new version of both the Add-in and the NuGet package, could you try it please?

Yes of course! I will update it now :)

@soydachi
Copy link

And of course thank you very mucho!!!

@ylatuya ylatuya closed this as completed Feb 22, 2019
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

3 participants