When I debug my application I can use mouse over to view the values of the object. But when I am in my Xamarin Forms application the value is not shown for fields like Guid and DateTime. Instead there is {System.Guid} or {System.DateTime}.
This is not the case if i hover over the field directly, but for the most cases i have to see the value inside the object.
If I manually enter the corresponding variable in the Monitor tab, it also says {System.Guid}, but if I double-click on it, the value is displayed.
This makes debugging the application very tedious. Does anyone have an idea?


