-
is there anyway to obtain an output like this using theme?
-
When will this library get support for dotnet core 3.1?
I have a console app previously on .net core 2.2 but want to go to 3.1 LTS. However I get a NU1701 error with ini-parser when trying to use …
-
Consider that at a certain point during parsing I know that the parsing is not going to succeed. E.g. parser A matched (so I know that alternatives like C and and D won't match) but, after parser A m…
-
**Describe the bug**
I have a .NET 8 Web API whose "Program.cs" contains the code below.
![image](https://github.com/user-attachments/assets/3a3f861c-ee42-4918-976e-a0cfe8e2b44f)
The variable…
-
I am using Duende 6.3.8 and some of my customers are sending in invalid client id in password flow request.
I would like to identify the username in logs but I cannot see any information on the custo…
-
**Description**
Parameter is not serializing after upgrade to 4.0
**Reproduction**
Giving the following code
````
string shadow_requestSeparator = "";
public static ShadowLogInfo LogRequest(s…
-
I've got a dotnet core 2.1 project . I'm getting a Internal.TypeSystem.TypeSystemException+TypeLoadException after compilation (using dotnet publish -r win-x64 -c release):
Internal.TypeSystem.Type…
-
We would like to name our log files "appname-{Date}-{ServerId}.txt" ("{ServerId}" is replaced by our code). That way the files could be sorted by date und then by server. But currently we cant decide …
-
### What happened?
Kavita fails to access files in folders added to libraries by [UNC paths](https://learn.microsoft.com/en-us/dotnet/standard/io/file-path-formats#unc-paths) (e.g. `\\Server\Share\…
DL444 updated
3 months ago
-
Add structural logging support like Serilog. This is a call for proposals/discussion/prototypes
Why?
- It's used in ASPNET5 logging / DNX logging of Microsoft
- It works well with Common Logging
- I…