Hi,
I've installed the UI template as it is, without any modification but when I try to load it I get the following error:
System.Runtime.Serialization.InvalidDataContractException: 'Type 'FleetMgr.ViewModels.Catalog.CategoryPageViewModel' cannot inherit from a type that is not marked with DataContractAttribute or SerializableAttribute. Consider marking the base type 'FleetMgr.ViewModels.BaseViewModel' with DataContractAttribute or SerializableAttribute, or removing them from the derived type.'
I've tried to replace System.Runtime.Serialization.Json with Newtonsoft.Json, without success. Why I might be getting this error?
I'm on Xamarin.Forms 5 and using VS2019
Thanks