-
### Run Information
Name | Value
-- | --
Architecture | x64
OS | ubuntu 22.04
Queue | TigerUbuntu
Baseline | [e4473e06b50d898193b5a260b4521977cd0be34c](https://github.com/dotnet/runtime/commit/e44…
-
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…
-
![图片](https://user-images.githubusercontent.com/7898334/123394981-499ff400-d5d2-11eb-8ad5-202483fc1925.png)
-
The Microsoft .Net extension Microsoft.Extensions.Logging seems to be the logical successor to the Common.Logging library. Since the extension is actively being developed in my opinion that is the bet…
-
### 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…
-
## Summary
Copy logging extensions (formatting part) from `Microsoft.Extensions.Logging.Abstractions` to support the template pattern `LogInfo("message {a}", val);`
Specifically, let's look at
…
-
We have been using Microsoft.Extensions.Logging in our Azure Functions since August 2016
by copying the DLLs to a shared \bin folder and referencing from the function.
Release 1.0.1.10917 on April…
-
### Background and motivation
Currently the console logger will always print exceptions:
https://github.com/dotnet/runtime/blob/9876ed1b72bb82018cdf18f0e8780c721cf806cd/src/libraries/Microsoft.E…
-
Hi,
I have a project using:
``
and
`true`
I get two Auto-referenced packages added to the "packages.lock.json" file:
```
{
"version": 2,
"dependencies": {
"net8.0": {
"M…
-
So I tried to launch dummy maui app on Iphone Device and crashes on start with the following error:
`System.TypeLoadException: Could not set up parent class, due to: Invalid generic instantiation ass…