-
Checking a few packages, we can find all possible outcomes:
* Packages which are not strong named
* Packages using the Serilog.snk key (`24c2f752a8e58a10`)
* Package(s) using another key
**Seril…
-
I've found following bug:
The DllScanningAssemlyFinder is scanning the Application's directory for dlls containing .serilog in its name. Later on the ConfigurationReader attempts to load the result…
-
## Feature description
I want to be able to log git commands directly to a file.
I was fooling around with a commit of _15000_ files. **It completely halted GE and spent 5 gig ram when I killed th…
-
The Markdown Preview Pane (correctly) prevents images from being displayed, and shows a warning:
> "_Some pictures have been blocked to help prevent the sender from identifying this computer. Open …
-
This error shows when the project is set the PublishAot = true , SelfContained I have ILC Compile errors
```
08:15:35.128 1:7>C:\Users\Superusername\.nuget\packages\microsoft.windowsdesktop.app.…
-
-
I have some TcOpen objects with loggers. If i want to see the messages, I need to build or open the C# HMI app which is connected to the PLC project.
Is it also be possible to use the default Erro…
-
Send messages from Beckhoff to console log:
I used the example with the PlcConnector to write simple console logs (it works). Is it possible to adapt the example and have console logs written by an…
-
I'm using the SeriLog.Sinks.Notepad latest version, but I cannot get it to work.
Usign the SelfLog feature to Console, I get this error:
`2022-03-14T08:47:14.7322195Z Unable to access a Notepad …
-
**Description**
When instantiating a `new LoggerConfiguration().CreateLogger()`, it appears that, even though we dispose the `ILogger`, we have a memory leak.
At first, I thought it was purely the…