-
### Current behavior
Error occurs on build in VS 2022 and VSCode. Trying to build windows desktop first. DOTNET build fails on CLI for this issue.
Severity Code Description
Error (active) …
-
@bgavrilMS was proposing to alert on log messages.
Having structured logs around the MSAL codebase would significantly ease setting up the alerts in more detail.
The helpful features of the stru…
-
I found the Serilog.dll here .nuget\packages\microsoft.dotnet-interactive\1.0.522904\tools\net8.0\any but it was an older version. I loaded the following
#r "nuget:Microsoft.Extensions.Logging,8.…
-
## Describe the bug
*Probably applies to `dotnet4` but didn't test that one*
The dotnet SDK has a hard dependency on Serilog, while the `Microsoft.Extensions.Logging` implementation (that is also …
-
### Versions used
.NET: 8 and 9 (both don't work)
Microsoft.Extensions.Logging: 8.0.1 and 9.0.0 (both don't work)
NReco.Logging.File: 1.2.1
### Description
Currently I got the issue that the ro…
-
Having queries and execution times in log is awesome feature, but for some queries it's not that useful and can generate a lot of noise.
For example when inserting or updating tons of records, lo…
-
### Is there an existing issue for this?
- [X] I have searched the existing issues
### Describe the bug
This happens in quite a few places, some namespaces have the word Abstractions in them,…
-
I've encountered a bug similar to previous issues, but I haven't quite found the solution to my case. I've tried erasing the csdevkit folder in my Temp, changing dotnet.server.trace, and unchecking do…
-
Should be able to pass in a logger and have information about scopes starting/ending logged, as well as options to have the metrics dumped straight to logs on completion.
-
**What are you trying to achieve?**
It may be good to allow having EventId of an integer type (instead of EventName which is always as string) for performance reasons.
**Additional context.**
…