-
```
dotnet format .\OpenTelemetry.AutoInstrumentation.sln --no-restore --verify-no-changes
dotnet format .\OpenTelemetry.AutoInstrumentation.sln --no-restore --verify-no-changes
shell: C:\Progr…
-
[Job](https://mihubot.xyz/runtime-utils/EjdfRJVA) completed in 20 minutes.
### Diffs
```
Found 266 files with textual diffs.
Summary of Code Size diffs:
(Lower is better)
Total bytes of base: 396…
-
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…
-
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…
-
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…
-
### 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…
-
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…