-
The SBOM tool uses Serilog's `ILogger` interface directly. Unfortunately, Component Detection expects the [`ILogger` interface from `Microsoft.Extensions.Logging`][1] and uses the [`Serilog.Extensions…
-
### Description
When use the `LoggerMessage` attribute with `ILogger` in primary constructors, compiler hint CS9107 if `ILogger` also pass to the base class. `ILogger` does not affected.
### Rep…
-
The `ILogger` interface is deprecated and its logging functions will be removed with Nextcloud 31.
Please migrate to the PSR LoggerInterface. The logging levels inside `ILogger` will remain, but we r…
-
We use Serilog for many years. In older projects we used it directly, creating a logger in each constructor by calling `Log.ForContext()`. In newer projects we tried to use Microsoft logging abstracti…
-
I don't know how to better explain it, I've tried a lot of things. Eventually I got it working by injecting Serilog.ILogger instead of the ILogger from microsoft, but I don't want to have to rewrite…
-
The `ILogger` interface is deprecated and its logging functions will be removed with Nextcloud 31.
Please migrate to the PSR LoggerInterface. The logging levels inside `ILogger` will remain, but we r…
-
Log events captured by .Net APM agent, when no Logging framework used (plain `Microsoft.Extensions.Logging`), does not include the logging Category name.
### Feature Description
Log events capture…
-
Hello first of all thank you for this nugget package.
My App configuration:
TinyInsights.Maui nugget version 1.0.6
.net 8
iOS minimum build target 16.0
Android Min target 10
I have one ins…
-
### Describe the bug
After updating VisualStudio to version 17.12.0 with .NET SDK 9.0.100 `dotnet format` started crashing with this error:
```
PS D:\MyProject\Source> dotnet format
Unhandled excep…
-
Hi,
great work with this.
Just wondering if you had managed to make a simple logging example work. I'm struggling at the moment as I think it's down to Powershell not liking the extension method…