Daniel Hindrikes
Developer and architect with focus on mobile- and cloud solutions!
Developer and architect with focus on mobile- and cloud solutions!
TinyNavigationHelper is a helper that I created together with Johan Karlsson for a project where I don’t want to install a separate MVVM framework, but I still wanted to have an abstraction for the Navigation so that I could handle navigation in my ViewModels without having a reference to Xamarin.Forms in the ViewModels. The reason […]
When I tried to build my project in Xamarin Studio (it will build in Visual Studio) that uses several NuGet packages I got following error. Error: Command ‘mono –runtime=v4.0.30319 [Path]/.nuget/NuGet.exe install “” -source “” -RequireConsent -solutionDir “[Path]/”‘ exited with code: 1. ([Project]) The error occurred because that the path contained one or more spaces. If […]