Damian Edwards @damianedwards.com ยท Dec 18

Have spent all day on trying to figure out why CI fails a new test I added (as part of a fix) on mac & Linux that passes on Windows. Turns out, `Uri.TryCreate` is platform-sensitive ๐Ÿ˜– Also, piping C# to `dotnet run -` via stdin is awesome.

16 likes 2 replies

?

Replies

Jonathan Channon ยท Dec 19

What is this piping to dotnet run voodoo?

Moke ยท Dec 19

๐Ÿค” Is it due to 'file://' URIs?