Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Epic] Opened Microsoft issues tracking #982

Open
jeromelaban opened this issue May 29, 2019 · 1 comment
Open

[Epic] Opened Microsoft issues tracking #982

jeromelaban opened this issue May 29, 2019 · 1 comment
Labels
blocked/vs Categorizes an issue as blocked by a Visual Studio problem discussion epic

Comments

@jeromelaban
Copy link
Member

jeromelaban commented May 29, 2019

This GitHub issue is a meta issue that tracks opened issues in the Microsoft community system that relate to the developer experience of maintainers and contributors.

If you are building an application with Uno then you typically won't run into these sorts of issues. If you do experience any issues building an application with Uno, we want to know about it. Please open an issue and select either the bug report or the feedback template.

Note for maintainers, this list is maintained by issue priority. VS Preview issues should be added last.

Blocking issues for Visual Studio Windows

Issues are listed by order of priority

  1. Solution loading hangs in 17.11
  2. WSL HotReload does not invoke MetadataUpdater properly | [Uno] MetadataUpdateHandler is not executed when applying C# hot reload

Issues for Visual Studio Windows

Issues are listed by order of priority

  1. net8.0 must be first for WebAssembly publishing/debugging to work
  2. Spurious items on file copy/rename (Uno When adding a new page via copy-paste, the csproj adds ItemGroups that makes the new page uncompilable #16605)
  3. WinAppSDK Unpackaged profile cannot be selected properly when a net8.0 mobile target is active
  4. Project properties don't open
  5. Building a cross-targeted project with many targets builds all targets even if only one is used
  6. Hot restart popup keeps appearing
  7. WebAssembly debugging is freezing the IDE
  8. Add new item wizard does not have Apple items
  9. Very slow IntelliSense on relatively small code base dotnet/roslyn#67926
  10. ArgumentNullException while executing a post for topic on iOS remote Mac build

Blocking Issues for .NET Mobile

  1. Metadata handlers are not executed

.NET Mobile Issues

  1. Specifying both -f ... and -r ... to dotnet build fails to restore if multiple frameworks are present in the project file dotnet/sdk#21877 (macos)
  2. iOS app startup slow in debug dotnet/maui#11392 (comment)
  3. https://developercommunity.visualstudio.com/t/iOS-Hot-Restart-does-not-work-for-non-MA/10714660
  4. clang error compiling for iOS microsoftgraph/msgraph-sdk-dotnet#2617

VS Code / C# DevKit

WebAssembly

  1. [Wasm] Support for the mono log profiler for memory profiling dotnet/runtime#107312
  2. Provide full updateTypes to MetadataUpdateHandlers dotnet/aspnetcore#52937

WinUI / WinAppSDK

  1. Partner Center reporting a bug for latest version of BuildTools microsoft/WindowsAppSDK#4480
  2. Crash when using PublishTrimmed with Packaged app and attempting to reference IValueConverters from external library microsoft/microsoft-ui-xaml#9021
  3. MenuFlyout DropShadow persists after it is dismissed microsoft/microsoft-ui-xaml#9485
  4. Trying to use a FileOpenPicker while running the app as Administrator will crash the app microsoft/WindowsAppSDK#2504
  5. Critical crash in WinUI with attached properties in style. microsoft/microsoft-ui-xaml#6388
  6. NumberBox Description does not wrap microsoft/microsoft-ui-xaml#8998
  7. NavigationBackButtonNormalStyle is wrong when used directly microsoft/microsoft-ui-xaml#9536
  8. TreeView crashes when using TemplateSelector and loading certain amount of nodes microsoft/microsoft-ui-xaml#8791
  9. ListView items stop responding as Drag and Drop targets microsoft/microsoft-ui-xaml#9043
  10. [Run Text] No Text DependencyProperty available to be able to bind a value in code behind microsoft/microsoft-ui-xaml#8253
  11. Random coreclr.dll Access Violations microsoft/WindowsAppSDK#4364
  12. Ctrl+V accelerator and TextBox paste event not working when replacing TextBox ContextFlyout with custom menu with accelerators microsoft/microsoft-ui-xaml#9068
  13. WinUI 3 Cant instantiate a UserControl from a location outside the application package or directory (XamlParseException) microsoft/microsoft-ui-xaml#6299
  14. Back navigation button styles seem to be reversed microsoft/microsoft-ui-xaml#8636
  15. Proposal: Bring C# 9 "Init-Only" properties to XAML microsoft/microsoft-ui-xaml#2519
  16. ToggleSwitch control internally sets a MinWidth to 154, which is way larger than its default width microsoft/microsoft-ui-xaml#3652
  17. Proposal: enable styling SVGs in Xaml microsoft/microsoft-ui-xaml#507
  18. Proposal: Update the Figma design toolkit to modern figma standards and new UI Kit support microsoft/microsoft-ui-xaml#9774

Windows Community Toolkit

  1. AdvancedCollectionView ArgumentOutOfRangeException when remove the last element CommunityToolkit/WindowsCommunityToolkit#4263
  2. TypeLoadException in Release using Behaviors with an ICommand CommunityToolkit/WindowsCommunityToolkit#4022
  3. Show compatible targets within docs and gallery CommunityToolkit/Tooling-Windows-Submodule#144

Roslyn issues

  1. EnC workspace does not report on generators diagnostics dotnet/roslyn#70863
  2. CLaSP and Language Server Public API dotnet/roslyn#68696

.NET

DocFx

  1. [Feature Request] xref link doesn't work as an include link dotnet/docfx#8712

Active for Windows App Sdk

Active for VSMAC

Active for NuGet

Active for Xamarin.UITest

Active for Roslyn (Source Generation)

Resolved (Pending Release)

  1. net8.0 must be first for WSL debugging to work
  2. net8.0-windows10 needs to be first for WinAppSDK Hot reload to work
  3. package.appxmanifest cannot be opened
  4. Runtime crash with Hot Reload in libmono-component-debugger.so dotnet/runtime#105774
  5. Missing androidx.window.[extensions|sidecar] warnings dotnet/android#6809
  6. https://developercommunity.visualstudio.com/t/x:DataType-is-not-recognized-on-DataTemp/10617352

Resolved (Released)

  1. ReflectionXamlMetadataProvider GetXamlType taking more than 17 seconds to execute at app startup microsoft/microsoft-ui-xaml#1521
  2. App freezes with ItemsPresenter + UniformGridLayout + Binding in ItemTemplate microsoft/microsoft-ui-xaml#6689
  3. dotnet build fails when WindowsAppSDK is referenced in console application.  microsoft/WindowsAppSDK#3548
  4. TreeView doesn't preserve the value of IsExpanded when containers in "content mode" are recycled and reused microsoft/microsoft-ui-xaml#9549
  5. Build conflicts caused by standalone WebView2 and embedded WebView2 (in Windows App SDK) microsoft/WindowsAppSDK#4249 (Related Uno.WinUI.MSAL and WindowsAppSDKSelfContained clash #14555)
  1. Build action for Content cannot be changed
  2. Add usings refactoring fails after a few tries
  3. [net7] Creating a cross-targeted net7.0-ios + net6.0-ios packages forces consumers to build with net7 workloads dotnet/sdk#30103
  4. ICU causes crash on iOS 17.4 simulator dotnet/runtime#98941
  5. [Build performance of SDK style projects for specific target frameworks in Libraries](https://developercommunity.visualstudio.com/t/Building-a-cross-targeted-project-with-m/651372?space=8&q=building-a-
    cross-targeted-project-with-many-target)
  6. version conflict WindowsAppSDK 1.3 unpackaged microsoft/WindowsAppSDK#3591
  1. Syntax classification taking up to 12% of CPU time dotnet/roslyn#68996
  2. Popup Overlay Incorrect in Scale/Transform Scenarios -- Regression after 1.3.230724000 microsoft/microsoft-ui-xaml#9433
  3. Unable to scroll content of new ScrollViewers after closing a window. Issue not present in 1.5 Experimental 1 and earlier microsoft/microsoft-ui-xaml#9355
  4. XAML Intellisense does not recognize types when no WinUI project is present (Uno:
    Intellisense in VS2022 not working when the Windows head is not included #15517)
  5. Application Hangs When DPI Aware and Desktop Scaling at 150% microsoft/microsoft-ui-xaml#9327
  6. Duplicate assets when referencing a chain of nuget packages microsoft/microsoft-ui-xaml#8857
  7. [monovm] Assertion at object.c:657, condition `lock->done' not met dotnet/runtime#96872
  8. Rollback file based workload update fails to upgrade from 8.0.100 to 8.0.101 dotnet/sdk#37958
  9. [Hot Reload] metadata.c:1326, condition `GINT_TO_UINT32(idx) < table_info_get_rows (t)' not met dotnet/runtime#93860
  10. iOS App is getting killed by Watchdog on physical device when debugging #10748
  11. Building a NET6/NET7 iOS project on agent M2 ARM 64 hangs/freezes dotnet/msbuild#8970
  12. [net6][Catalyst] Testflight published app fails to start with security policy does not allow @ path expansion xamarin/xamarin-macios#14686
  13. 3.1% allocations of TypeConversions dotnet/roslyn#68997
  14. Can't debug Android or iOS Application and Deploying fails with null reference exception dotnet/android#8199
  1. PM UI multi targeting experience is incomplete - support for updating and uninstalling conditional package versions NuGet/Home#4681 (NuGet Package manager does not honor conditional nuget package references)
  2. Blazor Wasm Hot Reload fails because of broken browser link connection
  3. iOS Debugger Indicates App Has Terminated Immediately dotnet/maui#9056
  4. XAML Intellisense is not working
  5. [net6] Poor performance for macOS running on CoreCLR xamarin/xamarin-macios#15145 (macos)
  6. Building a NET6/NET7 iOS project on agent M2 ARM 64 hangs/freezes dotnet/msbuild#8970
  7. [net8 preview 2] dotnet new command never finishes for unknown parameter condition evaluation dotnet/templating#6366
  8. Breakpoints not working properly in VS 17.61. [Static and Theme resources are not available in XAML intellisense](https://developercommunity.visualstudio.com/t/static-and-theme-resources-are-not-available-in-th/1358108) (Fixed in 17.4 Preview 1)
  9. Legacy style projects are not present in the XAML project selector Fixed in fix(msix): Adjust project creation ordering #5161
  10. UWP Intellisense fails when using shared projects (Fixed in 16.9 Preview 3)
  11. XAML Editor window may be empty (Fixed in 16.9 Preview 3)
  12. [Wasm][AOT] Profiled AOT compilation fails with Segmentation fault dotnet/runtime#70773
  13. [Wasm][Threading] garray.c:226: assertion 'array != NULL' failed dotnet/runtime#70572
  14. [Wasm][Threading] Task.Delay only continues after a GC dotnet/runtime#70571
    1. [EnC] Upgrade change types for containing types dotnet/roslyn#68368
  15. No compatible code running on the thread #12635 https://developercommunity.visualstudio.com/t/no-compatible-code-running-on-the-thread/103767231. https://developercommunity.visualstudio.com/t/Dotnet-template-not-being-correctly-exec/10413001
  1. "Missing value for TargetPlatformWinMDLocation property" when adding a project reference (Not relevant anymore with net6.0+ projects)
  2. "Ensure Event Failed" when generating event handler with "New Event Handler" option (Not relevant anymore with net6.0+ projects)
  3. Invalid MSBuild properties for Shared projects (Still present in 17.3 Preview 2)
  4. ContentPropertyAttribute support for custom assemblies see also XAML Intellisense for inner elements #1407
  5. vs4mac globbing issue with the Uno solution
  6. XAML Hot Reload in shared projects does not work (Fixed in 16.8)
  7. Initial Xaml Intellisense behavior
    Resolved (via Guidance)
  8. Code editor project selector switches back to the previous project when clicking the editor
  1. Regression - Invalid file name: It must contain only ^a-zA-Z0-9_.+. moved to Re-enable AAPT2 in the Samples and the Uno Solution Template #1382
  2. Este proyecto hace referencia a los paquetes NuGet que faltan en este equipo. Use la restauración de paquetes NuGet para descargarlos
  3. Android:
    App does not contain a definition for 'InitializeComponent' and no accessible extension method 'InitializeComponent'
  4. Shared projects globbing support
  5. WebAssembly TFM support (see also VS Dev Community) (not needed as of Uno 3.x)
  6. XAML Intellisense is disabled for sdk-style projects (VS 16.9 Pre 3 and later) Worked around in Uno 4.3 as a results of MAUI/WinAppSDK new features ported to Uno.
@ghuntley
Copy link
Member

ghuntley commented Jul 16, 2019

Attach to this comment layouts of specific versions of Visual Studio for Windows:

@ghuntley ghuntley unpinned this issue Aug 30, 2019
@jeromelaban jeromelaban pinned this issue Sep 3, 2019
@ghuntley ghuntley unpinned this issue Oct 15, 2019
@jeromelaban jeromelaban pinned this issue Oct 17, 2019
@unoplatform unoplatform locked and limited conversation to collaborators Jan 20, 2021
@unoplatform unoplatform unlocked this conversation Jan 25, 2021
@unoplatform unoplatform locked and limited conversation to collaborators Jan 25, 2021
@unoplatform unoplatform unlocked this conversation Jan 25, 2021
@unoplatform unoplatform locked and limited conversation to collaborators Jan 25, 2021
@jeromelaban jeromelaban reopened this Jan 25, 2021
@jeromelaban jeromelaban added the difficulty/tbd Categorizes an issue for which the difficulty level needs to be defined. label Feb 15, 2021
@MartinZikmund MartinZikmund removed the difficulty/tbd Categorizes an issue for which the difficulty level needs to be defined. label May 31, 2021
@MartinZikmund MartinZikmund changed the title Opened Microsoft issues tracking [Epic] Opened Microsoft issues tracking May 31, 2023
@MartinZikmund MartinZikmund added the blocked/vs Categorizes an issue as blocked by a Visual Studio problem label May 31, 2023
@Darsh0307 Darsh0307 unpinned this issue Apr 23, 2024
@jeromelaban jeromelaban pinned this issue Apr 23, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
blocked/vs Categorizes an issue as blocked by a Visual Studio problem discussion epic
Projects
None yet
Development

No branches or pull requests

5 participants