MvxScaffolding | customizable template used to scaffold a cross-platform | Form library
kandi X-RAY | MvxScaffolding Summary
kandi X-RAY | MvxScaffolding Summary
A customizable template used to scaffold a cross-platform MvvmCross application. Includes a .NET Standard class library. Supports Xamarin Android, Xamarin iOS and UWP project types for Xamarin Native and Xamarin Forms. Supports MvvmCross 8.0.2.
Support
Quality
Security
License
Reuse
Top functions reviewed by kandi - BETA
Currently covering the most popular Java, JavaScript and Python libraries. See a Sample of MvxScaffolding
MvxScaffolding Key Features
MvxScaffolding Examples and Code Snippets
Community Discussions
Trending Discussions on MvxScaffolding
QUESTION
I am fairly new to MvvMCross and I am having an issue binding my view model mvx property to a background color in iOS. I had set up my own project from scratch but to confirm it was not something in the setup I then used MvxScaffolding to create a new project.
Error I get is:
...ANSWER
Answered 2018-Oct-22 at 12:37MvvmCross 6 comes with a new mechanism for registering Plugins.
We are experiencing two kind of issues with it:
1) One problem we didn't detect before releasing is that the framework now assumes plugin assemblies are going to be loaded by the time they are registered. Unfortunately there is no way we can guarantee that (assemblies are normally not loaded by the runtime until / unless they are explicitly used).
2) Linker was not a problem before because the framework had bootstrap files which ensured the code was not removed. We added Preserve
attributes over the most important classes, but apparently it´s not enough.
At the time I'm writing this answer we are working on a new implementation, you can track the status in this issue.
As a workaround (and to actually answer the question), you can add this line to your LinkerPleaseInclude
file on iOS (it doesn't matter exactly under which method): var converter = new MvxNativeColorValueConverter();
.
Community Discussions, Code Snippets contain sources that include Stack Exchange Network
Vulnerabilities
No vulnerabilities reported
Install MvxScaffolding
To install the template run the -i|--install command.
Download and install the VSIX from Visual Studio Marketplace or search in Visual Studio extensions for MvxScaffolding.
Support
Reuse Trending Solutions
Find, review, and download reusable Libraries, Code Snippets, Cloud APIs from over 650 million Knowledge Items
Find more librariesStay Updated
Subscribe to our newsletter for trending solutions and developer bootcamps
Share this Page