xamarin-zebble

How do I resolve a Visual Studio MPF 15.0 Dependency Alert so that I may install Zebble for Xamarin extension?

末鹿安然 提交于 2020-01-17 07:11:19
问题 Using Visual Studio 2015 Update 3, I am trying to install the Zebble for Xamarin extension via the Tools > Extensions and Updates dialog box. When I click download I get the following Dependency Alert: The following reference must be present before installation can continue: Visual Studio MPF 15.0 A tip at the bottom advises: To obtain a reference, click its name, look for it on the Online, or search for it on the Internet. Restart Visual Studio after installing the references above to use

I can not build the generated UWP project by Zebble

非 Y 不嫁゛ 提交于 2019-12-24 10:26:07
问题 I created a sample project using Zebble Extension for Visual Studio. The related projects created successfully but unfortunately when I tried to compile the UWP project, the build process failed with the following error: Validation error. error C00CE169: App manifest validation error: The app manifest must be valid as per schema: Line 10, Column 13, Reason: '$solutionname$' violates pattern constraint of '[-.A-Za-z0-9]+'. The attribute 'Name' with value '$solutionname$' failed to parse. How

How to change navBarPage header background in Zebble?

爱⌒轻易说出口 提交于 2019-12-12 04:47:39
问题 I changed the navbar-background Css Role in common.scss file but background of navbarpage not changed. .navbar-background { background: linear-gradient(to top, #5adb43, #51b93f,#748930); } I add this code to common.scss but it is not worked! 回答1: Your approach is correct according to the Zebble documentation: http://zebble.net/docs/navigationbar-class To change NavBar background color you can change this rule to change the colors. But you have made a mistake in linar-gradiant method