Brant Burnett

Results 10 issues of Brant Burnett

I'm not sure if it may add more confusion than it's worth, but should an exception for a long-running asynchronous process be included for clarity? By long-running async process I...

The addition of Span in .NET Core 2.1 can offer some performance improvements moving through the array in SafeProxy by reducing the number of arithmetic operations. .NET Core 3.0 also...

The current implementation uses a lot of `byte[]` instances internally, some of which are multiple kilobytes in size. There are some modern patterns that can help reduce the impact of...

When using the new .NET 8 [simplified output paths](https://learn.microsoft.com/en-us/dotnet/core/whats-new/dotnet-8#simplified-output-paths) feature with multiple `dirs.proj` projects using `Microsoft.Build.Traversal` they conflict with each other. The automatic `ArtifactsProjectName` determined by the .NET 8 SDK...

Bug

### Steps to reproduce - Have an Android application open in a window - Using TechSmith SnagIt 2024.0.4, open the screenshot editor - Drag a screenshot from the bar at...

triage-needed
bug

Some cases when updating indexes are still unsafe because they require dropping and recreating the index without an available replica. It would be nice to be able to create the...

enhancement

This will only work when using System.Text.Json with a JsonSerializerContext, but should be doable in that case. However, we have a lot of rework to do for compatibility. - [x]...

Example: ```json "MediaBalance": { "type": "object", "properties": { "points": { "type": "object", "additionalProperties": { "type": "number", "format": "double" }, "nullable": true } } } ``` The simplest representation of the...