Balkoth
Balkoth
### Describe the bug If a `ComboBox` has its `ItemSource` bound to a collection in a viewmodel and its members `DisplayMemberPath`, `SelectedValuePath` and `SelectedValue` are also used to bind to...
My process is as follows: - Get all users - Loop through users - Get user photo - Check if hash of photo matches current photo - If hash does...
Don't even know what to report, because there is no information on what version is supported.
### Describe the bug Please see the attached solution, there are three projects, one packaged WASDK, one unpackaged WASDK and one WinForms project. All three projects use the same `CredentialService`...
### Describe the bug There are four locations in the codebase where CS0109 is suppressed. I can not find a reason why the suppressions are not just simply cleaned up....
### Describe the bug There is one location in the codebase where CS0114 is suppressed. The base class does not have this member, so my guess is the suppression is...
### Describe the bug While this ```cs AdvancedCollectionView acv = new AdvancedCollectionView(); acv.Add(null); ``` is working as the underlying source is an IList which supports this behaviour, all the methods...
Are there specific prerequisites needed to get these projects to load in Visual Studio? [This](https://github.com/dotnet/command-line-api/blob/main/CONTRIBUTING.md) does not mention anything special. `error : The SDK 'Microsoft.DotNet.Arcade.Sdk' specified could not be found....
### Describe the bug From my observations `EnableMsixTooling` is responsible for renaming the pri file from `[ProjectName].pri` to `resources.pri`. If `EnableMsixTooling` is ommited because it is not needed for unpackaged...
### Describe the feature/enhancement you need As mentioned in #4608 there currently is no way to manage extension settings for extensions installed with `AddBrowserExtensionAsync`. ### The scenario/use case where you...