-
Notifications
You must be signed in to change notification settings - Fork 71
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
.NET Core and TelemetryConfiguration.Active is deprecated #141
Comments
duplicate of #121 |
Have created a PR #160 to update the README with further instructions. You can take a look here. |
I tried the solution from PR #160 but it gives |
@raigol could you post a code snippet? |
Program.cs
Startup.cs
|
@raigol what version of serilog packages do you use? yesterday I installed the latest ones and I could not use this initialization anymore. .UseSerilog((context, services, loggerConfiguration) => { /*code here...*/}) Currently |
The README now shows how to avoid |
@Kira-Lappo i'm late to the party but discovered the same issue a while back. For some reason, the overload for if you're interested, i have posted my code in the discussion of ticket #156 |
Given that is TelemetryConfiguration.Active deprecated is there a new recommended approach to integrating Serilog with AppInsights in .netcore in general and azure functions specifically?
The text was updated successfully, but these errors were encountered: