ConsoleLogger drops warnings on the floor
Open
area-scaffolding
customer-reported
- Dominant language
- C#
- Stars
- 818
- Forks
- 260
- Avg merge
- 1d 8h
- Merged PRs (30d)
- 10
Description
## File a bug
`ConsoleLogger` drops warnings on the floor. This class should be removed from the code and replaced with a [respectable one](https://docs.microsoft.com/en-us/dotnet/api/microsoft.extensions.logging.ilogger-1).
### Include your code
```C#
_logger .LogMessage ("DANGEROUS AND ARMED", LogMessageLevel .Warning);
```
### Include stack traces
### Include provider and version information
- Microsoft.VisualStudio.Web.CodeGeneration.Design/Microsoft.DotNet.MSIdentity version:
- 1.0.0
- Target framework: (e.g. .NET 5.0)
- net6.0
- Operating system:
- Linux x64 5.15.7-1-default
- IDE: (e.g. Visual Studio 2019 16.3)
- 1.63.2
Contributor guide
Assessment
This issue has not been assessed yet.