TinyNavigationHelper for Xamarin.Forms

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 […]

  9/14/2017 - 9:48 AM

Can not build project in Xamarin Studio due to error in Nuget.targets

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 […]

  6/12/2014 - 7:16 PM