dotnet / dotnet/Scaffolding

ConsoleLogger drops warnings on the floor

Open
#1,758 0 comments 0 reactions 0 assignees View on GitHub
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

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.