madelson

Results 133 comments of madelson

This is affecting me as well (see linked duplicate issue).

@manfred-brands it feels like there ought to be a fix here given that the error is failing to parse in NUnit itself. Why shouldn't NUnit work with the net7.0 SDK?

> @madelson Downgrading NUnit3TestAdapter to version 4.1.0 allows you to run tests again, regardless of which SDK used for compilation. I tried this but it did not work for me...

@gtaylor44 any chance you've seen this come up again?

> adding something like a generator would be a huge amount of work Would just falling back to reflection in the AOT scenario be a more feasible step forward? My...

> Do you have any server-side logs from when this fails? I turned on verbose error logging and here's what I see in `C:\ProgramData\MySQL\MySQL Server 8.2\Data\.err`: ``` 2024-02-11T02:20:03.552024Z 171 [Note]...

@jrt324 keep in mind that MedallionShell runs processes; it isn’t a shell environment like bash. So there’s no “&” syntax because that’s shell syntax. For a long-running process, the MedallionShell...

> BTW is there any chance we can use .NET 8 SDK in the Ubuntu pipeline? > Build failed because the CI server uses MSBuild 16.11.2.50704, which doesn't support C#...

@drauch yeah the need for #ifdef is why I've avoided this so far but I agree that it would be nice to leverage the native capability. MedallionShell does encode arguments...

@drauch interesting; thanks for letting me know. It sounds like there is some discussion around the framework using named rather than anonymous pipes which presumably would fix it. Until then/if...