Balkoth

Results 24 issues of 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...

bug
area-ComboBox
team-Controls

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...

Question: SDK
Needs: Attention :wave:

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`...

area-External
question

### 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...

bug
components::collections

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...

area-Deployment
team-Markup

### 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...

feature request
tracked