James Newton-King

Results 145 issues of James Newton-King

```cs using System.CommandLine; var invokeConfig = new InvocationConfiguration() { EnableDefaultExceptionHandler = true }; Console.WriteLine($"ProcessTerminationTimeout: {invokeConfig.ProcessTerminationTimeout?.ToString() ?? "(null)"}"); Console.ReadKey(); ``` Result: I'm confused because it is included in the release/10.0 branch:...

# 🐛 Bug Report ## 💻 Repro or Code Sample I have a combobox. The combobox is: - Bound to a list of items - Has `Immediate="true"` - `@bind-Value:after` is...

status:needs-investigation

Update referenced packages in package.json and package-lock.json to latest versions.

Semantic conventions is working on a scheme for tool definition: https://github.com/open-telemetry/semantic-conventions/pull/2942 When done, MEAI should double check it is in sync with the scheme.

untriaged
area-ai

### Description The [ASP.NET Core exception handler middleware](https://learn.microsoft.com/aspnet/core/fundamentals/error-handling#exception-handler-page), `UseExceptionHandler()`, is responsible for catching and processing unhandled exceptions from ASP.NET Core requests. In .NET 8, we introduced [`IExceptionHandler`](https://learn.microsoft.com/aspnet/core/fundamentals/error-handling#iexceptionhandler). Implementations of `IExceptionHandler`...

Breaking change
Documented
10.0.0