James Cracknell
James Cracknell
To be clear, the exception handling should be removed as you cannot proceed with modelbinding (or antiforgery validation for that matter) if an IOException has occurred. The fix should also...
@halter73 Ok so there is a response (and a Firefox fetch API bug), but the issue remains that IOExceptions are being suppressed and controller action invocation proceeds even when the...
In case anyone is looking for a workaround it is reasonably straightforward to replace all of the form-related IValueProviderFactory implementations with patched versions via MvcOptions.ValueProviderFactories (as the factories are relatively...
This actually turns out to be fairly easy to implement. You create a central (static) registry which maintains a list of active ITestOutputHelper instances as well as setting an AsyncLocal...
I'm sorry but these default type mappings are incredibly awful for the simple reason that if I'm scaffolding a DbContext from an existing database, I expect to be able to...
As an alternative, how about altering the behavior of the flag to compact below a certain depth, where the current behavior is effectively `-c0`? This way you can produce output...
> Trying to add an extensibility hook inside the unit tests is too late, because in v2 we need to make the execution environment decisions before the test code is...
Sorry, to be clear this is using prettier with [prettier-plugin-csharp](https://github.com/warrenseine/prettier-plugin-csharp)? I'd be fine with wrapping arguments when they contain a lambda which is *not* block-bodied, e.g. ```csharp var exception =...
To be clear, I'm not looking for support. I'm suggesting that the default style is both ugly and unintended.