Jihoon Park
Jihoon Park
Build failed because the CI server uses MSBuild `16.11.2.50704`, which doesn't support C# 12.
@madelson I think the PR is ready for another round of review. BTW is there any chance we can use .NET 8 SDK in the Ubuntu pipeline?
The three failing tests are: 1. `TestStopBufferingAndDiscard` - likely a problem in `release-1.7` see the red X in https://github.com/madelson/MedallionShell/commit/aa09a7fd66cd0bb2ffa76ba911db8c632e7027ab 2. `FuzzTest` - see [this thread](https://github.com/madelson/MedallionShell/pull/109#discussion_r1519078262) 3. `TestPipeline` - likely a...
@madelson What should this return though--`Task`? If so, wouldn't that cause another confusion about the difference between its return type `Task` and `Command.Task`?
@mikkelbu @manfred-brands I have a related question: is it possible to enable all `NUnit.Analyzers` diagnostics but not other diagnostics/rules?
Good to know that [`Func getExceptionMessage` is supported in the constraint model](https://docs.nunit.org/articles/nunit/writing-tests/assertions/assertion-models/constraint.html)!
I wonder if this is because there are more than one "fixes" possible for this.
@manfred-brands Agree that there are many edge cases and it's not easy to cover all of them. However, the current behavior covers _none_ of them, and handling whitespace correctly should...
Great news for sure, but @AndriySvyryd what's the reason behind the release? Is it for `Microsoft.Data.SqlClient` support?
I think you're referring to `Ctrl+Shift+K`, but it's only bound to `Delete Line`. Can you go to Settings - Keymap and search for `paste`? Maybe another plug-in has such a...