Go to file
Parnic bb68e1d944 Fix Rider profiler on Windows
I don't know why, but in a Profiling run, File.Exists() returns true for a file that very much does not exist. Adding the directory check enables it to get the actually-correct answer. Another option is handling an exception in File.ReadLines, but I'm ok with this for now.

This doesn't fix Rider's profiler on macos, though...on mac, it hangs forever thinking that input is redirected but not actually having anything in the buffer. I haven't found a fix for that yet.
2022-12-21 13:26:39 -06:00
2022-12-21 12:21:49 -06:00
2022-11-30 17:19:53 -06:00
2022-12-21 13:26:39 -06:00
2022-11-30 17:19:53 -06:00
2022-12-21 12:21:49 -06:00
2022-12-01 23:14:58 -06:00
2022-11-30 17:19:53 -06:00

Advent of Code 2022

My solutions to Advent of Code 2022.

Description
No description provided
Readme 301 KiB
Languages
C# 100%