-
Notifications
You must be signed in to change notification settings - Fork 13
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
Add application insights to host logger #8
Comments
What version of Revit are you using, 2025 or older? |
2024 |
@AmeerMansour the problem and solutions are described here jeremytammik/RevitLookup#269 |
the problem is not in 3rd party the problem is revit itself uses |
if you have revit 2025 installed can you check if they are using Microsoft.Extensions.Logging version 2.02.0.18315 as well ? |
Yes, indeed older versions of Revit include version 2.2. You can downgrade the Nuget package version for them. The 2025 version includes version 7, but it doesn't matter because the 2025 version has enabled dependency isolation in the Toolkit and you can use Microsoft.Extensions.Logging version 8 with no problem. |
thanks ! |
I am trying to add application insights to the host and I get this error not sure what is the issue
I just added Microsoft.Extensions.Logging.ApplicationInsights package and trying to use it
The text was updated successfully, but these errors were encountered: