Rolf Kristensen
Rolf Kristensen
Think these usual suspects should never be passed to `System.Text.Json`: - System.IO.Stream (abstract-interface) - System.Reflection.MemberInfo (abstract-interface) - System.Type - System.Reflection.Assembly So any type matching the above types, should be converted...
Tried to make a custom build of MetaDataDictionaryConverter that recognized the dangerous types above, and it helped a lot, but there were still some warnings when running ASP.NET6 application: ```...
Created #221 to prevent dying on "bad types" that are commonly used. Created #222 to prevent NLog sending "unsafe types" to the fragile System.Text.Json-serializer.
See also #12219 where you promise to close the gap to AppAuthentication. Funny that Microsoft abandons their own enterprise platform and its paying users.
I have a small project called SnakeEyes, that is very close to what you describe. SnakeEyes runs as a windows service and monitors different event-sources (Windows Performance Counters, EventLog, Text-files)...
If you can provide a callstack, then maybe a bugfix can be made. You are also wellcome to create a pull-request with the bugfix.
What is the content of the "SnakeTail ExceptionReport" ? (Double-click the entry to see it)
Like the command line parameter, then it would be the matter of opening a global named-pipe, and then communicate through instances using that (Forward the log-file-path to the main-instance).
[1] - See https://github.com/snakefoot/snaketail-net/issues/141#issuecomment-567624167 [2] - See https://github.com/snakefoot/snaketail-net/issues/96 and https://github.com/snakefoot/snaketail-net/pull/130 [3] - You can create default session, and it will use it by default. See https://github.com/snakefoot/snaketail-net/issues/106 + https://github.com/snakefoot/snaketail-net/issues/51 Pull-requests are...
Maybe something like this: https://stackoverflow.com/questions/23334301/change-fontsize-of-listview-with-ctrl-mousewheel