James Parsons
James Parsons
### Steps to reproduce: 1. Download the [Visual Studio Community 2022](https://visualstudio.microsoft.com/vs/) installer. 1. Run the installer to install VS with the **Universal Windows Platform development** workload selected. 1. Open Visual...
**Visual Studio Version**: Microsoft Visual Studio Enterprise 2022 d17.0 (64-bit) Version 17.0.0 Preview 3.1 [31616.260.d17.0] **Summary**: When authoring a property page .xaml rules file, we are not able to reference...
## Visual Studio Version 17.3 Preview 3 ## Summary In a Maui project, the iOS Bundle Signing property page jumps from one scroll position to another after choosing an option...
### Summary 1. Download the [Visual Studio Community 2022](https://visualstudio.microsoft.com/vs/) installer. 1. Run the installer to install VS with the **Universal Windows Platform development** workload selected. 1. Open Visual Studio. 1....
### Description of Change On Windows, we use [Microsoft.UI.Xaml.Controls.Image](https://learn.microsoft.com/en-us/windows/windows-app-sdk/api/winrt/microsoft.ui.xaml.controls.image?view=windows-app-sdk-1.3) which has a [stretch](https://learn.microsoft.com/en-us/windows/windows-app-sdk/api/winrt/microsoft.ui.xaml.media.stretch?view=windows-app-sdk-1.3) property. When this property is set in WinUI, the image will not be centered. According to the...
**Is your feature request related to a problem? Please describe.** The Pester PowerShell testing framework allows users to output code coverage reports as JaCoCo xml files. However, this action requires...
# Bug Fixes: https://github.com/NuGet/Home/issues/13927 ## Description This PR adds a new `--format` option to the `nuget why` command which supports console rendering (existing) and json rendering (new). For the situation...
Deploying the NuGetGallery locally from VS results in a `bootstrap.min.css` file modification even if the file hasn't been changed. This is somewhat annoying as I have to constantly work around...
Our bootstrap theme's `` element has [`display: flex`](https://github.com/NuGet/NuGetGallery/blob/314756dffdc50d5aabb9ba2be78a9b7cdcc2c0f0/src/Bootstrap/dist/css/bootstrap-theme.css#L34) set which is causing some [weird spacing behaviors for inlined elements](https://github.com/NuGet/NuGetGallery/pull/10463). Bootstrap does not this property on `` by default. The file...