Hi guys,
Spent some time to sort out with one strange issue.
After add Page (simple login form) through the wizard of UI Kit in project i received definition
<ItemGroup>
<Page Include="Styles\BorderStyles.xaml">
<Generator>MSBuild:Compile</Generator>
</Page>
<Page Include="Styles\BoxViewStyles.xaml">
<Generator>MSBuild:Compile</Generator>
</Page>
...
instead of
<ItemGroup>
<EmbeddedResource Include="Styles\AvatarViewStyles.xaml">
<Generator>MSBuild:UpdateDesignTimeXaml</Generator>
</EmbeddedResource>
....
Added samples in archive
1 step. After wizard creation by Visual Studio
2 step. Added Xamarin.Forms
3 step. Added SimpleLoginForm by UiKit.
Have wrong definitions as a result
Got it. Ok & Thanks.
I solved it.
I just wanted to draw your attention to improve the stability of your product.
Best regards