Adding Application Insights to .NET MAUI Application #108
Replies: 1 comment 3 replies
-
|
The constructor is taking in a parameter of type ILogger and assigning it to the private variable of the same name but I don't see anywhere where this constructor is called with that argument. If you were to create a default constructor then logger will not be defined and it's obviously going to throw an exception. Where does logged come from? |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Adding Application Insights to .NET MAUI Application
This article provides an in-depth exploration into how you can integrate Microsoft's Application Insights into your .NET MAUI application. A comparative study between Microsoft AppCenter and Application Insights is also highlighted, demystifying the inherent advantage of Application Insights in application management and analytics.
https://vladislavantonyuk.github.io/articles/Adding-Application-Insights-to-.NET-MAUI-Application/
Beta Was this translation helpful? Give feedback.
All reactions