-
Why did you create an extra Interface for the ILogger? I changed it to global::NLog.ILogger so i do not have to Strongname it in my Application. Is it why you commented "//TODO: UPDATE TO USE NLOG:INT…
-
### Describe the bug
Using `dotnet watch run` does not work for F# applications. It won't start the application at all.
This is the output I get:
```bash
PS D:\code\TodoService\src\app> dotnet watch…
-
The current logging is split across several different logging mechanisms. After refactoring to support `ILogger` as our core logging infrastructure in #1438, we should aim to have all of our logging b…
-
From @tourili here: https://github.com/Azure/azure-functions-core-tools/issues/130#issuecomment-391115370
I don't know if what I am experiencing is related to this issue:
Create a webjob console…
-
Need some fancy way for us to take a log4net or nlog ISomethingOrAnother to hook into logging.
-
Thank you for all what you are doing.
In a template, you are logging using Console.WriteLine - that it's definitely not the best practice for .net core based apps in general.
We all know, that pe…
-
## Context
A common setup that we have is that we have some business logic in some library. We want to then call into this logic from different entrypoints:
- CLI tool
- Web service
- MSBuild task…
-
### NuGet Product Used
NuGet SDK
### Product Version
6.11.0
### Worked before?
_No response_
### Impact
I'm unable to use this version
### Repro Steps & Context
```csharp
#r "nuget: NuGet.Pr…
-
L3tum updated
4 years ago
-
I have a HttpTrigger function, which reads from a File part in multipart/form-data. The function was just converted from the in-process model (where it didn't have any issues with uploading large file…