|
Debug.WriteLine($"Unable to get the feeds {ex.Message}"); |
Users should be made more aware of ILogger and that this injection comes "free" with .NET MAUI. They can install Microsoft.Extensions.Logging.Debug during testing and switch over/add other 3rd party extensions like sentry to monitor production without every needing to touch their viewmodels.
MauiWorkshop/src/MyNewsReader/ViewModels/NewsFeedListViewModel.cs
Line 57 in 155283e
Users should be made more aware of ILogger and that this injection comes "free" with .NET MAUI. They can install Microsoft.Extensions.Logging.Debug during testing and switch over/add other 3rd party extensions like sentry to monitor production without every needing to touch their viewmodels.