Adam Hathcock

Results 331 comments of Adam Hathcock

If you need to make a DTO then do it. Only do what you need to. Be agile. Don’t make layers for no reason. Using a serialization attribute doesn’t mess...

If you run from Visual Studio, what happens? I guess I’ll make a VM for Windows as I have a few things queued up as windows issues across products

Sorry, this is no longer active. ComicRack itself isn't active anymore unfortunately. I've been toying with the idea of making a project to be a web server with the same...

I use serilog and this seemed to work for me: https://github.com/xavierjohn/OpenTelemetrySerilogSample/blob/main/OpenTelemetrySerilogSample/Program.cs

@almostchristian you could be correct. My legacy logs only to the console in a docker scenario to have an agent scrape those. Now i've added in the open telemetry stuff...

The POC almost looks too simple...I hope it's good. Can't wait for this for razor files.

Thanks for this issue, I just got bit by this myself.

Thanks for helping @DMW007 Readers aren't used with 7Zip because 7Zip requires random access on the stream. Reader is built for non-seekable streams while Archive is built for seekable streams.

ArchiveFactory does work with 7Zip though

Need to look at Spans and whatnot. Not sure if I have the time 😢 Need to reimplement everything?