Mikhail Lipin
Mikhail Lipin
* .NET Core Version: .NET Core 5.0 * Have you experienced this same bug with .NET Framework?: Yes **Problem description:** DropDownHolder control implementation is not covered by unit tests.
**.NET Core Version:** .NET Core SDK (reflecting any global.json): Version: 5.0.100-alpha.1.20073.10 Commit: 29f4d693a9 Runtime Environment: OS Name: Windows OS Version: 10.0.18363 OS Platform: Windows RID: win10-x64 Base Path: C:\Program Files\dotnet\sdk\5.0.100-alpha1-05536\...
### Is your feature request related to a problem? Please describe. There is an issue when trying to set some content as a homepage content with empty path so need...
## Purpose * To add the sample demonstrating the usage of Azure AD passwordless credentials (DefaultAzureCredential) to access Cosmos DB. ## Does this introduce a breaking change? ``` [ ]...
## Purpose This PR solves the issue #577. ## Does this introduce a breaking change? [ ] Yes [x] No ## Pull Request Type The change is a refactoring: combining...
At this moment there is no way to add/implement modern accessibility patterns for custom controls that inherit from Control other than implementing these from scratch. Adding IAccessibleEx implementation requires to...