microsoft / ApplicationInsights-aspnetcore

ASP.NET Core web applications monitoring
313 stars 123 forks source link

refactor ApplicationInsightsServiceOptions #993

Closed TimothyMothra closed 5 years ago

TimothyMothra commented 5 years ago

I'm adding new properties to ApplicationInsightsServiceOptions to support ConnecitonStrings I need to make sure I support all the use cases (I found one of the copies but didn't immediately find the second). This POCO should be able to manage it's own copy properties. This will also help future devs who add a new property to also add to this method.