-
I think it would be nice to migrate to Microsoft.Extensions.Logging nuget package. This package provide good abstraction about log providers (file, console, etc.)
-
* Microsoft.Extensions.Logging.Abstractions 8.0.1
* Microsoft.Extensions.Logging.ApplicationInsights 2.22.0
* .net 8.0
* Azure Function
### Describe the bug
I am using Application Insights wi…
-
### Which Umbraco version are you using? (Please write the *exact* version, example: 10.1.0)
13.4.0
### Bug summary
Umbraco hosted in Azure on Linux P0v3
When you are logged in as a member, after …
-
### Is there an existing issue for this?
- [X] I have searched the existing issues
This is similar to #10744, but different in that it is not related to dependency conflicts.
Original issue was…
-
## Failing Test(s)
- Microsoft.AspNetCore.Mvc.Testing.WebApplicationFactory
## Error Message
```text
1. System.ObjectDisposedException : Cannot access a disposed object. Object name: 'IServi…
-
Please add analysis of ILogger messages from Microsoft.Extensions.Logging.
E.g. I'm using Serilog with Microsoft.Extensions.Logging, but log messages with interpolation are not highlighted correctl…
cd21h updated
3 years ago
-
When I do not use there Serilog logger and the Serilog APIs for activity tracing but instead use `Microsoft.Extensions.Logging.ILogger` and `System.Diagnostics.ActivitySource` for logging/tracing and…
-
## Environment data
- Pylance version: v2024.11.2
- OS and version: macOS 15.0.1
- Python version (& distribution if applicable, e.g. Anaconda): 3.11
## Repro Steps
![Image](https://githu…
-
### Type of issue
Missing information
### Description
The documentation for the LogError API call (and probably also LogWarning, etc) do not explain how the textual placekeepers in the error messag…
-
The default integration test template calls `ConfigureHttpClientDefaults` with `AddStandardResilienceHandler`
https://github.com/dotnet/aspire/blob/b45b0461b789c64d1b1dfa421f63e2e7a09540af/src/Aspire…