Giter VIP home page Giter VIP logo

uno.playground's Introduction

Uno Playground

This is the code for published apps on stores (Uno Gallery) - Windows, Android & iOS and for the Uno Playground http://playground.platform.uno.

Building it

You'll need Visual Studio 2017 v15.5+ to compile it. You also need those components:

  • Web Site development (aspnet core)
  • .NET Core cross-platform projects
  • Xamarin SDK (if you want to test iOS & Android)

UWP

To run the UWP project, simply select the project Uno.UI.Demo.UWP as starting project.

Android & iOS

To run Xamarin versions, select the project Uno.UI.Demo.Droid or Uno.UI.Demo.iOS as starting project. For iOS, don't forget to pick emulator or device. You may need additionnal provisionning configuration to run it on a device.

Wasm

Run the project Uno.UI.Demo.AspnetShell - that's the platform.uno web site and go to the url /Playground/index.html once it's started (don't use the link in the site, it will bring you to the public version).

uno.playground's People

Contributors

agneszitte avatar carldebilly avatar davidjohnoliver avatar dependabot-preview[bot] avatar dependabot[bot] avatar dr1rrb avatar ghuntley avatar jeanplevesque avatar jeromelaban avatar julesemond avatar kazo0 avatar martinzikmund avatar matfillion avatar maximedion-work avatar nickrandolph avatar youssef1313 avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

uno.playground's Issues

Android build error.

Hi, I update uno to latest preview version. But still this error occurs.

Error		Generation failed for Uno.UI.SourceGenerators.XamlGenerator.XamlCodeGenerator. System.AggregateException: One or more errors occur.

 ---> System.InvalidOperationException: An error occured when processing UserControl at line 1:2 (C:\Users\hupo3\Desktop\Uno.Playground-master\Uno.Playground-master\Uno.UI.Demo.Shared\Samples\Button.xaml) : An error occured when processing ScrollViewer at line 10:3 (C:\Users\hupo3\Desktop\Uno.Playground-master\Uno.Playground-master\Uno.UI.Demo.Shared\Samples\Button.xaml) : An error occured when processing StackPanel at line 11:3 (C:\Users\hupo3\Desktop\Uno.Playground-master\Uno.Playground-master\Uno.UI.Demo.Shared\Samples\Button.xaml) : Unable to resolve Android.Views.ViewGroup (SymbolKind is ErrorType) ---> System.InvalidOperationException: An error occured when processing ScrollViewer at line 10:3 (C:\Users\hupo3\Desktop\Uno.Playground-master\Uno.Playground-master\Uno.UI.Demo.Shared\Samples\Button.xaml) : An error occured when processing StackPanel at line 11:3 (C:\Users\hupo3\Desktop\Uno.Playground-master\Uno.Playground-master\Uno.UI.Demo.Shared\Samples\Button.xaml) : Unable to resolve Android.Views.ViewGroup (SymbolKind is ErrorType) ---> System.InvalidOperationException: An error occured when processing StackPanel at line 11:3 (C:\Users\hupo3\Desktop\Uno.Playground-master\Uno.Playground-master\Uno.UI.Demo.Shared\Samples\Button.xaml) : Unable to resolve Android.Views.ViewGroup (SymbolKind is ErrorType) ---> System.InvalidOperationException: Unable to resolve Android.Views.ViewGroup (SymbolKind is ErrorType)
   Uno.UI.SourceGenerators.XamlGenerator.XamlFileGenerator.FindEventType(String ownerType, String eventName) Location D:\a\1\s\src\SourceGenerators\Uno.UI.SourceGenerators\XamlGenerator\XamlFileGenerator.cs:Line 2808
   Uno.UI.SourceGenerators.XamlGenerator.XamlFileGenerator.SourceFindEventType(XamlMember xamlMember) Location D:\a\1\s\src\SourceGenerators\Uno.UI.SourceGenerators\XamlGenerator\XamlFileGenerator.cs:Line 2781
   System.Collections.Concurrent.ConcurrentDictionary`2.GetOrAdd(TKey key, Func`2 valueFactory)
   Uno.Extensions.FuncMemoizeExtensions.<>c__DisplayClass10_0`2.<AsLockedMemoized>b__0(TKey key)
   Uno.UI.SourceGenerators.XamlGenerator.XamlFileGenerator.FindEventType(XamlMember xamlMember) Location D:\a\1\s\src\SourceGenerators\Uno.UI.SourceGenerators\XamlGenerator\XamlFileGenerator.cs:Line 2771
   Uno.UI.SourceGenerators.XamlGenerator.XamlFileGenerator.BuildLiteralProperties(IIndentedStringBuilder writer, XamlObjectDefinition objectDefinition, String closureName) Location D:\a\1\s\src\SourceGenerators\Uno.UI.SourceGenerators\XamlGenerator\XamlFileGenerator.cs:Line 2992
   Uno.UI.SourceGenerators.XamlGenerator.XamlFileGenerator.BuildChild(IIndentedStringBuilder writer, XamlMemberDefinition owner, XamlObjectDefinition xamlObjectDefinition) Location D:\a\1\s\src\SourceGenerators\Uno.UI.SourceGenerators\XamlGenerator\XamlFileGenerator.cs:Line 3525
   Uno.UI.SourceGenerators.XamlGenerator.XamlFileGenerator.BuildProperties(IIndentedStringBuilder writer, XamlObjectDefinition topLevelControl, Boolean isInline, Boolean returnsContent, String closureName) Location D:\a\1\s\src\SourceGenerators\Uno.UI.SourceGenerators\XamlGenerator\XamlFileGenerator.cs:Line 1317
   --- InnerException at the end of the stack trace

 ---
   Uno.UI.SourceGenerators.XamlGenerator.XamlFileGenerator.BuildProperties(IIndentedStringBuilder writer, XamlObjectDefinition topLevelControl, Boolean isInline, Boolean returnsContent, String closureName) Location D:\a\1\s\src\SourceGenerators\Uno.UI.SourceGenerators\XamlGenerator\XamlFileGenerator.cs:Line 1421
   Uno.UI.SourceGenerators.XamlGenerator.XamlFileGenerator.BuildChild(IIndentedStringBuilder writer, XamlMemberDefinition owner, XamlObjectDefinition xamlObjectDefinition) Location D:\a\1\s\src\SourceGenerators\Uno.UI.SourceGenerators\XamlGenerator\XamlFileGenerator.cs:Line 3526
   Uno.UI.SourceGenerators.XamlGenerator.XamlFileGenerator.BuildProperties(IIndentedStringBuilder writer, XamlObjectDefinition topLevelControl, Boolean isInline, Boolean returnsContent, String closureName) Location D:\a\1\s\src\SourceGenerators\Uno.UI.SourceGenerators\XamlGenerator\XamlFileGenerator.cs:Line 1378
   --- InnerException at the end of the stack trace

 ---
   Uno.UI.SourceGenerators.XamlGenerator.XamlFileGenerator.BuildProperties(IIndentedStringBuilder writer, XamlObjectDefinition topLevelControl, Boolean isInline, Boolean returnsContent, String closureName) Location D:\a\1\s\src\SourceGenerators\Uno.UI.SourceGenerators\XamlGenerator\XamlFileGenerator.cs:Line 1421
   Uno.UI.SourceGenerators.XamlGenerator.XamlFileGenerator.BuildChild(IIndentedStringBuilder writer, XamlMemberDefinition owner, XamlObjectDefinition xamlObjectDefinition) Location D:\a\1\s\src\SourceGenerators\Uno.UI.SourceGenerators\XamlGenerator\XamlFileGenerator.cs:Line 3526
   Uno.UI.SourceGenerators.XamlGenerator.XamlFileGenerator.BuildProperties(IIndentedStringBuilder writer, XamlObjectDefinition topLevelControl, Boolean isInline, Boolean returnsContent, String closureName) Location D:\a\1\s\src\SourceGenerators\Uno.UI.SourceGenerators\XamlGenerator\XamlFileGenerator.cs:Line 1257
   --- InnerException at the end of the stack trace

 ---
   Uno.UI.SourceGenerators.XamlGenerator.XamlFileGenerator.BuildProperties(IIndentedStringBuilder writer, XamlObjectDefinition topLevelControl, Boolean isInline, Boolean returnsContent, String closureName) Location D:\a\1\s\src\SourceGenerators\Uno.UI.SourceGenerators\XamlGenerator\XamlFileGenerator.cs:Line 1421
   Uno.UI.SourceGenerators.XamlGenerator.XamlFileGenerator.BuildGenericControlInitializerBody(IndentedStringBuilder writer, XamlObjectDefinition topLevelControl, Boolean isDirectUserControlChild) Location D:\a\1\s\src\SourceGenerators\Uno.UI.SourceGenerators\XamlGenerator\XamlFileGenerator.cs:Line 346
   Uno.UI.SourceGenerators.XamlGenerator.XamlFileGenerator.InnerGenerateFile() Location D:\a\1\s\src\SourceGenerators\Uno.UI.SourceGenerators\XamlGenerator\XamlFileGenerator.cs:Line 254
   Uno.UI.SourceGenerators.XamlGenerator.XamlFileGenerator.GenerateFile() Location D:\a\1\s\src\SourceGenerators\Uno.UI.SourceGenerators\XamlGenerator\XamlFileGenerator.cs:Line 174
   Uno.UI.SourceGenerators.XamlGenerator.XamlCodeGeneration.<>c__DisplayClass19_0.<Generate>b__0(XamlFileDefinition file) Location D:\a\1\s\src\SourceGenerators\Uno.UI.SourceGenerators\XamlGenerator\XamlCodeGeneration.cs:Line 146
   System.Linq.Parallel.SelectQueryOperator`2.SelectQueryOperatorResults.GetElement(Int32 index)
   System.Linq.Parallel.QueryResults`1.get_Item(Int32 index)
   System.Linq.Parallel.PartitionedDataSource`1.ListContiguousIndexRangeEnumerator.MoveNext(T& currentElement, Int32& currentKey)
   System.Linq.Parallel.StopAndGoSpoolingTask`2.SpoolingWork()
   System.Linq.Parallel.SpoolingTaskBase.Work()
   System.Linq.Parallel.QueryTask.BaseWork(Object unused)
   System.Linq.Parallel.QueryTask.<>c.<.cctor>b__10_0(Object o)
   System.Threading.Tasks.Task.InnerInvoke()
   System.Threading.Tasks.Task.Execute()
   --- InnerException at the end of the stack trace

 ---
   System.Linq.Parallel.QueryTaskGroupState.QueryEnd(Boolean userInitiatedDispose)
   System.Linq.Parallel.SpoolingTask.SpoolStopAndGo[TInputOutput,TIgnoreKey](QueryTaskGroupState groupState, PartitionedStream`2 partitions, SynchronousChannel`1[] channels, TaskScheduler taskScheduler)
   System.Linq.Parallel.DefaultMergeHelper`2.System.Linq.Parallel.IMergeHelper<TInputOutput>.Execute()
   System.Linq.Parallel.MergeExecutor`1.Execute()
   System.Linq.Parallel.MergeExecutor`1.Execute[TKey](PartitionedStream`2 partitions, Boolean ignoreOutput, ParallelMergeOptions options, TaskScheduler taskScheduler, Boolean isOrdered, CancellationState cancellationState, Int32 queryId)
   System.Linq.Parallel.PartitionedStreamMerger`1.Receive[TKey](PartitionedStream`2 partitionedStream)
   System.Linq.Parallel.UnaryQueryOperator`2.UnaryQueryOperatorResults.GivePartitionedStream(IPartitionedStreamRecipient`1 recipient)
   System.Linq.Parallel.QueryOperator`1.GetOpenedEnumerator(Nullable`1 mergeOptions, Boolean suppressOrder, Boolean forEffect, QuerySettings querySettings)
   System.Linq.Parallel.QueryOpeningEnumerator`1.OpenQuery()
   System.Linq.Parallel.QueryOpeningEnumerator`1.MoveNext()
   System.Linq.ParallelEnumerable.ToList[TSource](ParallelQuery`1 source)
   Uno.UI.SourceGenerators.XamlGenerator.XamlCodeGeneration.Generate() Location D:\a\1\s\src\SourceGenerators\Uno.UI.SourceGenerators\XamlGenerator\XamlCodeGeneration.cs:Line 135
   Uno.UI.SourceGenerators.XamlGenerator.XamlCodeGenerator.Execute(SourceGeneratorContext context) Location D:\a\1\s\src\SourceGenerators\Uno.UI.SourceGenerators\XamlGenerator\XamlCodeGenerator.cs:Line 20
   Uno.SourceGeneration.Host.SourceGeneratorHost.<>c__DisplayClass2_0.<Generate>b__13(ValueTuple`2 generatorDef) Location C:\projects\uno-sourcegeneration\src\Uno.SourceGenerationHost.Shared\SourceGeneratorHost.cs:Line 150
---> (InnerException #0) System.InvalidOperationException: An error occured when processing UserControl at line 1:2 (C:\Users\hupo3\Desktop\Uno.Playground-master\Uno.Playground-master\Uno.UI.Demo.Shared\Samples\Button.xaml) : An error occured when processing ScrollViewer at line 10:3 (C:\Users\hupo3\Desktop\Uno.Playground-master\Uno.Playground-master\Uno.UI.Demo.Shared\Samples\Button.xaml) : An error occured when processing StackPanel at line 11:3 (C:\Users\hupo3\Desktop\Uno.Playground-master\Uno.Playground-master\Uno.UI.Demo.Shared\Samples\Button.xaml) : Unable to resolve Android.Views.ViewGroup (SymbolKind is ErrorType) ---> System.InvalidOperationException: An error occured when processing ScrollViewer at line 10:3 (C:\Users\hupo3\Desktop\Uno.Playground-master\Uno.Playground-master\Uno.UI.Demo.Shared\Samples\Button.xaml) : An error occured when processing StackPanel at line 11:3 (C:\Users\hupo3\Desktop\Uno.Playground-master\Uno.Playground-master\Uno.UI.Demo.Shared\Samples\Button.xaml) : Unable to resolve Android.Views.ViewGroup (SymbolKind is ErrorType) ---> System.InvalidOperationException: An error occured when processing StackPanel at line 11:3 (C:\Users\hupo3\Desktop\Uno.Playground-master\Uno.Playground-master\Uno.UI.Demo.Shared\Samples\Button.xaml) : Unable to resolve Android.Views.ViewGroup (SymbolKind is ErrorType) ---> System.InvalidOperationException: Unable to resolve Android.Views.ViewGroup (SymbolKind is ErrorType)
   Uno.UI.SourceGenerators.XamlGenerator.XamlFileGenerator.FindEventType(String ownerType, String eventName) Location D:\a\1\s\src\SourceGenerators\Uno.UI.SourceGenerators\XamlGenerator\XamlFileGenerator.cs:Line 2808
   Uno.UI.SourceGenerators.XamlGenerator.XamlFileGenerator.SourceFindEventType(XamlMember xamlMember) Location D:\a\1\s\src\SourceGenerators\Uno.UI.SourceGenerators\XamlGenerator\XamlFileGenerator.cs:Line 2781
   System.Collections.Concurrent.ConcurrentDictionary`2.GetOrAdd(TKey key, Func`2 valueFactory)
   Uno.Extensions.FuncMemoizeExtensions.<>c__DisplayClass10_0`2.<AsLockedMemoized>b__0(TKey key)
   Uno.UI.SourceGenerators.XamlGenerator.XamlFileGenerator.FindEventType(XamlMember xamlMember) Location D:\a\1\s\src\SourceGenerators\Uno.UI.SourceGenerators\XamlGenerator\XamlFileGenerator.cs:Line 2771
   Uno.UI.SourceGenerators.XamlGenerator.XamlFileGenerator.BuildLiteralProperties(IIndentedStringBuilder writer, XamlObjectDefinition objectDefinition, String closureName) Location D:\a\1\s\src\SourceGenerators\Uno.UI.SourceGenerators\XamlGenerator\XamlFileGenerator.cs:Line 2992
   Uno.UI.SourceGenerators.XamlGenerator.XamlFileGenerator.BuildChild(IIndentedStringBuilder writer, XamlMemberDefinition owner, XamlObjectDefinition xamlObjectDefinition) Location D:\a\1\s\src\SourceGenerators\Uno.UI.SourceGenerators\XamlGenerator\XamlFileGenerator.cs:Line 3525
   Uno.UI.SourceGenerators.XamlGenerator.XamlFileGenerator.BuildProperties(IIndentedStringBuilder writer, XamlObjectDefinition topLevelControl, Boolean isInline, Boolean returnsContent, String closureName) Location D:\a\1\s\src\SourceGenerators\Uno.UI.SourceGenerators\XamlGenerator\XamlFileGenerator.cs:Line 1317
   --- InnerException at the end of the stack trace

 ---
   Uno.UI.SourceGenerators.XamlGenerator.XamlFileGenerator.BuildProperties(IIndentedStringBuilder writer, XamlObjectDefinition topLevelControl, Boolean isInline, Boolean returnsContent, String closureName) Location D:\a\1\s\src\SourceGenerators\Uno.UI.SourceGenerators\XamlGenerator\XamlFileGenerator.cs:Line 1421
   Uno.UI.SourceGenerators.XamlGenerator.XamlFileGenerator.BuildChild(IIndentedStringBuilder writer, XamlMemberDefinition owner, XamlObjectDefinition xamlObjectDefinition) Location D:\a\1\s\src\SourceGenerators\Uno.UI.SourceGenerators\XamlGenerator\XamlFileGenerator.cs:Line 3526
   Uno.UI.SourceGenerators.XamlGenerator.XamlFileGenerator.BuildProperties(IIndentedStringBuilder writer, XamlObjectDefinition topLevelControl, Boolean isInline, Boolean returnsContent, String closureName) Location D:\a\1\s\src\SourceGenerators\Uno.UI.SourceGenerators\XamlGenerator\XamlFileGenerator.cs:Line 1378
   --- InnerException at the end of the stack trace

 ---
   Uno.UI.SourceGenerators.XamlGenerator.XamlFileGenerator.BuildProperties(IIndentedStringBuilder writer, XamlObjectDefinition topLevelControl, Boolean isInline, Boolean returnsContent, String closureName) Location D:\a\1\s\src\SourceGenerators\Uno.UI.SourceGenerators\XamlGenerator\XamlFileGenerator.cs:Line 1421
   Uno.UI.SourceGenerators.XamlGenerator.XamlFileGenerator.BuildChild(IIndentedStringBuilder writer, XamlMemberDefinition owner, XamlObjectDefinition xamlObjectDefinition) Location D:\a\1\s\src\SourceGenerators\Uno.UI.SourceGenerators\XamlGenerator\XamlFileGenerator.cs:Line 3526
   Uno.UI.SourceGenerators.XamlGenerator.XamlFileGenerator.BuildProperties(IIndentedStringBuilder writer, XamlObjectDefinition topLevelControl, Boolean isInline, Boolean returnsContent, String closureName) Location D:\a\1\s\src\SourceGenerators\Uno.UI.SourceGenerators\XamlGenerator\XamlFileGenerator.cs:Line 1257
   --- InnerException at the end of the stack trace

 ---
   Uno.UI.SourceGenerators.XamlGenerator.XamlFileGenerator.BuildProperties(IIndentedStringBuilder writer, XamlObjectDefinition topLevelControl, Boolean isInline, Boolean returnsContent, String closureName) Location D:\a\1\s\src\SourceGenerators\Uno.UI.SourceGenerators\XamlGenerator\XamlFileGenerator.cs:Line 1421
   Uno.UI.SourceGenerators.XamlGenerator.XamlFileGenerator.BuildGenericControlInitializerBody(IndentedStringBuilder writer, XamlObjectDefinition topLevelControl, Boolean isDirectUserControlChild) Location D:\a\1\s\src\SourceGenerators\Uno.UI.SourceGenerators\XamlGenerator\XamlFileGenerator.cs:Line 346
   Uno.UI.SourceGenerators.XamlGenerator.XamlFileGenerator.InnerGenerateFile() Location D:\a\1\s\src\SourceGenerators\Uno.UI.SourceGenerators\XamlGenerator\XamlFileGenerator.cs:Line 254
   Uno.UI.SourceGenerators.XamlGenerator.XamlFileGenerator.GenerateFile() Location D:\a\1\s\src\SourceGenerators\Uno.UI.SourceGenerators\XamlGenerator\XamlFileGenerator.cs:Line 174
   Uno.UI.SourceGenerators.XamlGenerator.XamlCodeGeneration.<>c__DisplayClass19_0.<Generate>b__0(XamlFileDefinition file) Location D:\a\1\s\src\SourceGenerators\Uno.UI.SourceGenerators\XamlGenerator\XamlCodeGeneration.cs:Line 146
   System.Linq.Parallel.SelectQueryOperator`2.SelectQueryOperatorResults.GetElement(Int32 index)
   System.Linq.Parallel.QueryResults`1.get_Item(Int32 index)
   System.Linq.Parallel.PartitionedDataSource`1.ListContiguousIndexRangeEnumerator.MoveNext(T& currentElement, Int32& currentKey)
   System.Linq.Parallel.StopAndGoSpoolingTask`2.SpoolingWork()
   System.Linq.Parallel.SpoolingTaskBase.Work()
   System.Linq.Parallel.QueryTask.BaseWork(Object unused)
   System.Linq.Parallel.QueryTask.<>c.<.cctor>b__10_0(Object o)
   System.Threading.Tasks.Task.InnerInvoke()
   System.Threading.Tasks.Task.Execute()<---

---> (InnerException #1) System.InvalidOperationException: An error occured when processing UserControl at line 1:2 (C:\Users\hupo3\Desktop\Uno.Playground-master\Uno.Playground-master\Uno.UI.Demo.Shared\Samples\Shapes.xaml) : An error occured when processing ScrollViewer at line 8:3 (C:\Users\hupo3\Desktop\Uno.Playground-master\Uno.Playground-master\Uno.UI.Demo.Shared\Samples\Shapes.xaml) : An error occured when processing StackPanel at line 9:4 (C:\Users\hupo3\Desktop\Uno.Playground-master\Uno.Playground-master\Uno.UI.Demo.Shared\Samples\Shapes.xaml) : Unable to resolve Android.Views.ViewGroup (SymbolKind is ErrorType) ---> System.InvalidOperationException: An error occured when processing ScrollViewer at line 8:3 (C:\Users\hupo3\Desktop\Uno.Playground-master\Uno.Playground-master\Uno.UI.Demo.Shared\Samples\Shapes.xaml) : An error occured when processing StackPanel at line 9:4 (C:\Users\hupo3\Desktop\Uno.Playground-master\Uno.Playground-master\Uno.UI.Demo.Shared\Samples\Shapes.xaml) : Unable to resolve Android.Views.ViewGroup (SymbolKind is ErrorType) ---> System.InvalidOperationException: An error occured when processing StackPanel at line 9:4 (C:\Users\hupo3\Desktop\Uno.Playground-master\Uno.Playground-master\Uno.UI.Demo.Shared\Samples\Shapes.xaml) : Unable to resolve Android.Views.ViewGroup (SymbolKind is ErrorType) ---> System.InvalidOperationException: Unable to resolve Android.Views.ViewGroup (SymbolKind is ErrorType)
   Uno.UI.SourceGenerators.XamlGenerator.XamlFileGenerator.FindEventType(String ownerType, String eventName) Location D:\a\1\s\src\SourceGenerators\Uno.UI.SourceGenerators\XamlGenerator\XamlFileGenerator.cs:Line 2808
   Uno.UI.SourceGenerators.XamlGenerator.XamlFileGenerator.SourceFindEventType(XamlMember xamlMember) Location D:\a\1\s\src\SourceGenerators\Uno.UI.SourceGenerators\XamlGenerator\XamlFileGenerator.cs:Line 2781
   System.Collections.Concurrent.ConcurrentDictionary`2.GetOrAdd(TKey key, Func`2 valueFactory)
   Uno.Extensions.FuncMemoizeExtensions.<>c__DisplayClass10_0`2.<AsLockedMemoized>b__0(TKey key)
   Uno.UI.SourceGenerators.XamlGenerator.XamlFileGenerator.FindEventType(XamlMember xamlMember) Location D:\a\1\s\src\SourceGenerators\Uno.UI.SourceGenerators\XamlGenerator\XamlFileGenerator.cs:Line 2771
   Uno.UI.SourceGenerators.XamlGenerator.XamlFileGenerator.BuildLiteralProperties(IIndentedStringBuilder writer, XamlObjectDefinition objectDefinition, String closureName) Location D:\a\1\s\src\SourceGenerators\Uno.UI.SourceGenerators\XamlGenerator\XamlFileGenerator.cs:Line 2992
   Uno.UI.SourceGenerators.XamlGenerator.XamlFileGenerator.BuildChild(IIndentedStringBuilder writer, XamlMemberDefinition owner, XamlObjectDefinition xamlObjectDefinition) Location D:\a\1\s\src\SourceGenerators\Uno.UI.SourceGenerators\XamlGenerator\XamlFileGenerator.cs:Line 3525
   Uno.UI.SourceGenerators.XamlGenerator.XamlFileGenerator.BuildProperties(IIndentedStringBuilder writer, XamlObjectDefinition topLevelControl, Boolean isInline, Boolean returnsContent, String closureName) Location D:\a\1\s\src\SourceGenerators\Uno.UI.SourceGenerators\XamlGenerator\XamlFileGenerator.cs:Line 1317
   --- InnerException at the end of the stack trace

 ---
   Uno.UI.SourceGenerators.XamlGenerator.XamlFileGenerator.BuildProperties(IIndentedStringBuilder writer, XamlObjectDefinition topLevelControl, Boolean isInline, Boolean returnsContent, String closureName) Location D:\a\1\s\src\SourceGenerators\Uno.UI.SourceGenerators\XamlGenerator\XamlFileGenerator.cs:Line 1421
   Uno.UI.SourceGenerators.XamlGenerator.XamlFileGenerator.BuildChild(IIndentedStringBuilder writer, XamlMemberDefinition owner, XamlObjectDefinition xamlObjectDefinition) Location D:\a\1\s\src\SourceGenerators\Uno.UI.SourceGenerators\XamlGenerator\XamlFileGenerator.cs:Line 3526
   Uno.UI.SourceGenerators.XamlGenerator.XamlFileGenerator.BuildProperties(IIndentedStringBuilder writer, XamlObjectDefinition topLevelControl, Boolean isInline, Boolean returnsContent, String closureName) Location D:\a\1\s\src\SourceGenerators\Uno.UI.SourceGenerators\XamlGenerator\XamlFileGenerator.cs:Line 1378
   --- InnerException at the end of the stack trace

 ---
   Uno.UI.SourceGenerators.XamlGenerator.XamlFileGenerator.BuildProperties(IIndentedStringBuilder writer, XamlObjectDefinition topLevelControl, Boolean isInline, Boolean returnsContent, String closureName) Location D:\a\1\s\src\SourceGenerators\Uno.UI.SourceGenerators\XamlGenerator\XamlFileGenerator.cs:Line 1421
   Uno.UI.SourceGenerators.XamlGenerator.XamlFileGenerator.BuildChild(IIndentedStringBuilder writer, XamlMemberDefinition owner, XamlObjectDefinition xamlObjectDefinition) Location D:\a\1\s\src\SourceGenerators\Uno.UI.SourceGenerators\XamlGenerator\XamlFileGenerator.cs:Line 3526
   Uno.UI.SourceGenerators.XamlGenerator.XamlFileGenerator.BuildProperties(IIndentedStringBuilder writer, XamlObjectDefinition topLevelControl, Boolean isInline, Boolean returnsContent, String closureName) Location D:\a\1\s\src\SourceGenerators\Uno.UI.SourceGenerators\XamlGenerator\XamlFileGenerator.cs:Line 1257
   --- InnerException at the end of the stack trace

 ---
   Uno.UI.SourceGenerators.XamlGenerator.XamlFileGenerator.BuildProperties(IIndentedStringBuilder writer, XamlObjectDefinition topLevelControl, Boolean isInline, Boolean returnsContent, String closureName) Location D:\a\1\s\src\SourceGenerators\Uno.UI.SourceGenerators\XamlGenerator\XamlFileGenerator.cs:Line 1421
   Uno.UI.SourceGenerators.XamlGenerator.XamlFileGenerator.BuildGenericControlInitializerBody(IndentedStringBuilder writer, XamlObjectDefinition topLevelControl, Boolean isDirectUserControlChild) Location D:\a\1\s\src\SourceGenerators\Uno.UI.SourceGenerators\XamlGenerator\XamlFileGenerator.cs:Line 346
   Uno.UI.SourceGenerators.XamlGenerator.XamlFileGenerator.InnerGenerateFile() Location D:\a\1\s\src\SourceGenerators\Uno.UI.SourceGenerators\XamlGenerator\XamlFileGenerator.cs:Line 254
   Uno.UI.SourceGenerators.XamlGenerator.XamlFileGenerator.GenerateFile() Location D:\a\1\s\src\SourceGenerators\Uno.UI.SourceGenerators\XamlGenerator\XamlFileGenerator.cs:Line 174
   Uno.UI.SourceGenerators.XamlGenerator.XamlCodeGeneration.<>c__DisplayClass19_0.<Generate>b__0(XamlFileDefinition file) Location D:\a\1\s\src\SourceGenerators\Uno.UI.SourceGenerators\XamlGenerator\XamlCodeGeneration.cs:Line 146
   System.Linq.Parallel.SelectQueryOperator`2.SelectQueryOperatorResults.GetElement(Int32 index)
   System.Linq.Parallel.QueryResults`1.get_Item(Int32 index)
   System.Linq.Parallel.PartitionedDataSource`1.ListContiguousIndexRangeEnumerator.MoveNext(T& currentElement, Int32& currentKey)
   System.Linq.Parallel.StopAndGoSpoolingTask`2.SpoolingWork()
   System.Linq.Parallel.SpoolingTaskBase.Work()
   System.Linq.Parallel.QueryTask.BaseWork(Object unused)
   System.Linq.Parallel.QueryTask.<>c.<.cctor>b__10_0(Object o)
   System.Threading.Tasks.Task.InnerInvoke()
   System.Threading.Tasks.Task.Execute()<---

---> (InnerException #2) System.InvalidOperationException: An error occured when processing UserControl at line 1:2 (C:\Users\hupo3\Desktop\Uno.Playground-master\Uno.Playground-master\Uno.UI.Demo.Shared\Samples\CommandBar.xaml) : An error occured when processing ScrollViewer at line 9:3 (C:\Users\hupo3\Desktop\Uno.Playground-master\Uno.Playground-master\Uno.UI.Demo.Shared\Samples\CommandBar.xaml) : Unable to resolve Android.Views.ViewGroup (SymbolKind is ErrorType) ---> System.InvalidOperationException: An error occured when processing ScrollViewer at line 9:3 (C:\Users\hupo3\Desktop\Uno.Playground-master\Uno.Playground-master\Uno.UI.Demo.Shared\Samples\CommandBar.xaml) : Unable to resolve Android.Views.ViewGroup (SymbolKind is ErrorType) ---> System.InvalidOperationException: Unable to resolve Android.Views.ViewGroup (SymbolKind is ErrorType)
   Uno.UI.SourceGenerators.XamlGenerator.XamlFileGenerator.FindEventType(String ownerType, String eventName) Location D:\a\1\s\src\SourceGenerators\Uno.UI.SourceGenerators\XamlGenerator\XamlFileGenerator.cs:Line 2808
   Uno.UI.SourceGenerators.XamlGenerator.XamlFileGenerator.SourceFindEventType(XamlMember xamlMember) Location D:\a\1\s\src\SourceGenerators\Uno.UI.SourceGenerators\XamlGenerator\XamlFileGenerator.cs:Line 2781
   System.Collections.Concurrent.ConcurrentDictionary`2.GetOrAdd(TKey key, Func`2 valueFactory)
   Uno.Extensions.FuncMemoizeExtensions.<>c__DisplayClass10_0`2.<AsLockedMemoized>b__0(TKey key)
   Uno.UI.SourceGenerators.XamlGenerator.XamlFileGenerator.FindEventType(XamlMember xamlMember) Location D:\a\1\s\src\SourceGenerators\Uno.UI.SourceGenerators\XamlGenerator\XamlFileGenerator.cs:Line 2771
   Uno.UI.SourceGenerators.XamlGenerator.XamlFileGenerator.BuildLiteralProperties(IIndentedStringBuilder writer, XamlObjectDefinition objectDefinition, String closureName) Location D:\a\1\s\src\SourceGenerators\Uno.UI.SourceGenerators\XamlGenerator\XamlFileGenerator.cs:Line 2992
   Uno.UI.SourceGenerators.XamlGenerator.XamlFileGenerator.BuildChild(IIndentedStringBuilder writer, XamlMemberDefinition owner, XamlObjectDefinition xamlObjectDefinition) Location D:\a\1\s\src\SourceGenerators\Uno.UI.SourceGenerators\XamlGenerator\XamlFileGenerator.cs:Line 3525
   Uno.UI.SourceGenerators.XamlGenerator.XamlFileGenerator.BuildProperties(IIndentedStringBuilder writer, XamlObjectDefinition topLevelControl, Boolean isInline, Boolean returnsContent, String closureName) Location D:\a\1\s\src\SourceGenerators\Uno.UI.SourceGenerators\XamlGenerator\XamlFileGenerator.cs:Line 1378
   --- InnerException at the end of the stack trace

 ---
   Uno.UI.SourceGenerators.XamlGenerator.XamlFileGenerator.BuildProperties(IIndentedStringBuilder writer, XamlObjectDefinition topLevelControl, Boolean isInline, Boolean returnsContent, String closureName) Location D:\a\1\s\src\SourceGenerators\Uno.UI.SourceGenerators\XamlGenerator\XamlFileGenerator.cs:Line 1421
   Uno.UI.SourceGenerators.XamlGenerator.XamlFileGenerator.BuildChild(IIndentedStringBuilder writer, XamlMemberDefinition owner, XamlObjectDefinition xamlObjectDefinition) Location D:\a\1\s\src\SourceGenerators\Uno.UI.SourceGenerators\XamlGenerator\XamlFileGenerator.cs:Line 3526
   Uno.UI.SourceGenerators.XamlGenerator.XamlFileGenerator.BuildProperties(IIndentedStringBuilder writer, XamlObjectDefinition topLevelControl, Boolean isInline, Boolean returnsContent, String closureName) Location D:\a\1\s\src\SourceGenerators\Uno.UI.SourceGenerators\XamlGenerator\XamlFileGenerator.cs:Line 1257
   --- InnerException at the end of the stack trace

 ---
   Uno.UI.SourceGenerators.XamlGenerator.XamlFileGenerator.BuildProperties(IIndentedStringBuilder writer, XamlObjectDefinition topLevelControl, Boolean isInline, Boolean returnsContent, String closureName) Location D:\a\1\s\src\SourceGenerators\Uno.UI.SourceGenerators\XamlGenerator\XamlFileGenerator.cs:Line 1421
   Uno.UI.SourceGenerators.XamlGenerator.XamlFileGenerator.BuildGenericControlInitializerBody(IndentedStringBuilder writer, XamlObjectDefinition topLevelControl, Boolean isDirectUserControlChild) Location D:\a\1\s\src\SourceGenerators\Uno.UI.SourceGenerators\XamlGenerator\XamlFileGenerator.cs:Line 346
   Uno.UI.SourceGenerators.XamlGenerator.XamlFileGenerator.InnerGenerateFile() Location D:\a\1\s\src\SourceGenerators\Uno.UI.SourceGenerators\XamlGenerator\XamlFileGenerator.cs:Line 254
   Uno.UI.SourceGenerators.XamlGenerator.XamlFileGenerator.GenerateFile() Location D:\a\1\s\src\SourceGenerators\Uno.UI.SourceGenerators\XamlGenerator\XamlFileGenerator.cs:Line 174
   Uno.UI.SourceGenerators.XamlGenerator.XamlCodeGeneration.<>c__DisplayClass19_0.<Generate>b__0(XamlFileDefinition file) Location D:\a\1\s\src\SourceGenerators\Uno.UI.SourceGenerators\XamlGenerator\XamlCodeGeneration.cs:Line 146
   System.Linq.Parallel.SelectQueryOperator`2.SelectQueryOperatorResults.GetElement(Int32 index)
   System.Linq.Parallel.QueryResults`1.get_Item(Int32 index)
   System.Linq.Parallel.PartitionedDataSource`1.ListContiguousIndexRangeEnumerator.MoveNext(T& currentElement, Int32& currentKey)
   System.Linq.Parallel.StopAndGoSpoolingTask`2.SpoolingWork()
   System.Linq.Parallel.SpoolingTaskBase.Work()
   System.Linq.Parallel.QueryTask.BaseWork(Object unused)
   System.Linq.Parallel.QueryTask.<>c.<.cctor>b__10_0(Object o)
   System.Threading.Tasks.Task.InnerInvoke()
   System.Threading.Tasks.Task.Execute()<---

---> (InnerException #3) System.InvalidOperationException: An error occured when processing Page at line 1:2 (C:\Users\hupo3\Desktop\Uno.Playground-master\Uno.Playground-master\Uno.UI.Demo.Shared\Samples\Playground.xaml) : Unable to resolve Android.Views.ViewGroup (SymbolKind is ErrorType) ---> System.InvalidOperationException: Unable to resolve Android.Views.ViewGroup (SymbolKind is ErrorType)
   Uno.UI.SourceGenerators.XamlGenerator.XamlFileGenerator.FindEventType(String ownerType, String eventName) Location D:\a\1\s\src\SourceGenerators\Uno.UI.SourceGenerators\XamlGenerator\XamlFileGenerator.cs:Line 2808
   Uno.UI.SourceGenerators.XamlGenerator.XamlFileGenerator.SourceFindEventType(XamlMember xamlMember) Location D:\a\1\s\src\SourceGenerators\Uno.UI.SourceGenerators\XamlGenerator\XamlFileGenerator.cs:Line 2781
   System.Collections.Concurrent.ConcurrentDictionary`2.GetOrAdd(TKey key, Func`2 valueFactory)
   Uno.Extensions.FuncMemoizeExtensions.<>c__DisplayClass10_0`2.<AsLockedMemoized>b__0(TKey key)
   Uno.UI.SourceGenerators.XamlGenerator.XamlFileGenerator.FindEventType(XamlMember xamlMember) Location D:\a\1\s\src\SourceGenerators\Uno.UI.SourceGenerators\XamlGenerator\XamlFileGenerator.cs:Line 2771
   Uno.UI.SourceGenerators.XamlGenerator.XamlFileGenerator.BuildLiteralProperties(IIndentedStringBuilder writer, XamlObjectDefinition objectDefinition, String closureName) Location D:\a\1\s\src\SourceGenerators\Uno.UI.SourceGenerators\XamlGenerator\XamlFileGenerator.cs:Line 2992
   Uno.UI.SourceGenerators.XamlGenerator.XamlFileGenerator.BuildChild(IIndentedStringBuilder writer, XamlMemberDefinition owner, XamlObjectDefinition xamlObjectDefinition) Location D:\a\1\s\src\SourceGenerators\Uno.UI.SourceGenerators\XamlGenerator\XamlFileGenerator.cs:Line 3525
   Uno.UI.SourceGenerators.XamlGenerator.XamlFileGenerator.BuildProperties(IIndentedStringBuilder writer, XamlObjectDefinition topLevelControl, Boolean isInline, Boolean returnsContent, String closureName) Location D:\a\1\s\src\SourceGenerators\Uno.UI.SourceGenerators\XamlGenerator\XamlFileGenerator.cs:Line 1257
   --- InnerException at the end of the stack trace

 ---
   Uno.UI.SourceGenerators.XamlGenerator.XamlFileGenerator.BuildProperties(IIndentedStringBuilder writer, XamlObjectDefinition topLevelControl, Boolean isInline, Boolean returnsContent, String closureName) Location D:\a\1\s\src\SourceGenerators\Uno.UI.SourceGenerators\XamlGenerator\XamlFileGenerator.cs:Line 1421
   Uno.UI.SourceGenerators.XamlGenerator.XamlFileGenerator.BuildGenericControlInitializerBody(IndentedStringBuilder writer, XamlObjectDefinition topLevelControl, Boolean isDirectUserControlChild) Location D:\a\1\s\src\SourceGenerators\Uno.UI.SourceGenerators\XamlGenerator\XamlFileGenerator.cs:Line 346
   Uno.UI.SourceGenerators.XamlGenerator.XamlFileGenerator.InnerGenerateFile() Location D:\a\1\s\src\SourceGenerators\Uno.UI.SourceGenerators\XamlGenerator\XamlFileGenerator.cs:Line 254
   Uno.UI.SourceGenerators.XamlGenerator.XamlFileGenerator.GenerateFile() Location D:\a\1\s\src\SourceGenerators\Uno.UI.SourceGenerators\XamlGenerator\XamlFileGenerator.cs:Line 174
   Uno.UI.SourceGenerators.XamlGenerator.XamlCodeGeneration.<>c__DisplayClass19_0.<Generate>b__0(XamlFileDefinition file) Location D:\a\1\s\src\SourceGenerators\Uno.UI.SourceGenerators\XamlGenerator\XamlCodeGeneration.cs:Line 146
   System.Linq.Parallel.SelectQueryOperator`2.SelectQueryOperatorResults.GetElement(Int32 index)
   System.Linq.Parallel.QueryResults`1.get_Item(Int32 index)
   System.Linq.Parallel.PartitionedDataSource`1.ListContiguousIndexRangeEnumerator.MoveNext(T& currentElement, Int32& currentKey)
   System.Linq.Parallel.StopAndGoSpoolingTask`2.SpoolingWork()
   System.Linq.Parallel.SpoolingTaskBase.Work()
   System.Linq.Parallel.QueryTask.BaseWork(Object unused)
   System.Linq.Parallel.QueryTask.<>c.<.cctor>b__10_0(Object o)
   System.Threading.Tasks.Task.InnerInvoke()
   System.Threading.Tasks.Task.Execute()<---

---> (InnerException #4) System.InvalidOperationException: An error occured when processing Page at line 1:2 (C:\Users\hupo3\Desktop\Uno.Playground-master\Uno.Playground-master\Uno.UI.Demo.Shared\Samples\Homies.xaml) : Unable to resolve Android.Views.ViewGroup (SymbolKind is ErrorType) ---> System.InvalidOperationException: Unable to resolve Android.Views.ViewGroup (SymbolKind is ErrorType)
   Uno.UI.SourceGenerators.XamlGenerator.XamlFileGenerator.FindEventType(String ownerType, String eventName) Location D:\a\1\s\src\SourceGenerators\Uno.UI.SourceGenerators\XamlGenerator\XamlFileGenerator.cs:Line 2808
   Uno.UI.SourceGenerators.XamlGenerator.XamlFileGenerator.SourceFindEventType(XamlMember xamlMember) Location D:\a\1\s\src\SourceGenerators\Uno.UI.SourceGenerators\XamlGenerator\XamlFileGenerator.cs:Line 2781
   System.Collections.Concurrent.ConcurrentDictionary`2.GetOrAdd(TKey key, Func`2 valueFactory)
   Uno.Extensions.FuncMemoizeExtensions.<>c__DisplayClass10_0`2.<AsLockedMemoized>b__0(TKey key)
   Uno.UI.SourceGenerators.XamlGenerator.XamlFileGenerator.FindEventType(XamlMember xamlMember) Location D:\a\1\s\src\SourceGenerators\Uno.UI.SourceGenerators\XamlGenerator\XamlFileGenerator.cs:Line 2771
   Uno.UI.SourceGenerators.XamlGenerator.XamlFileGenerator.BuildLiteralProperties(IIndentedStringBuilder writer, XamlObjectDefinition objectDefinition, String closureName) Location D:\a\1\s\src\SourceGenerators\Uno.UI.SourceGenerators\XamlGenerator\XamlFileGenerator.cs:Line 2992
   Uno.UI.SourceGenerators.XamlGenerator.XamlFileGenerator.BuildChild(IIndentedStringBuilder writer, XamlMemberDefinition owner, XamlObjectDefinition xamlObjectDefinition) Location D:\a\1\s\src\SourceGenerators\Uno.UI.SourceGenerators\XamlGenerator\XamlFileGenerator.cs:Line 3525
   Uno.UI.SourceGenerators.XamlGenerator.XamlFileGenerator.BuildProperties(IIndentedStringBuilder writer, XamlObjectDefinition topLevelControl, Boolean isInline, Boolean returnsContent, String closureName) Location D:\a\1\s\src\SourceGenerators\Uno.UI.SourceGenerators\XamlGenerator\XamlFileGenerator.cs:Line 1257
   --- InnerException at the end of the stack trace

 ---
   Uno.UI.SourceGenerators.XamlGenerator.XamlFileGenerator.BuildProperties(IIndentedStringBuilder writer, XamlObjectDefinition topLevelControl, Boolean isInline, Boolean returnsContent, String closureName) Location D:\a\1\s\src\SourceGenerators\Uno.UI.SourceGenerators\XamlGenerator\XamlFileGenerator.cs:Line 1421
   Uno.UI.SourceGenerators.XamlGenerator.XamlFileGenerator.BuildGenericControlInitializerBody(IndentedStringBuilder writer, XamlObjectDefinition topLevelControl, Boolean isDirectUserControlChild) Location D:\a\1\s\src\SourceGenerators\Uno.UI.SourceGenerators\XamlGenerator\XamlFileGenerator.cs:Line 346
   Uno.UI.SourceGenerators.XamlGenerator.XamlFileGenerator.InnerGenerateFile() Location D:\a\1\s\src\SourceGenerators\Uno.UI.SourceGenerators\XamlGenerator\XamlFileGenerator.cs:Line 254
   Uno.UI.SourceGenerators.XamlGenerator.XamlFileGenerator.GenerateFile() Location D:\a\1\s\src\SourceGenerators\Uno.UI.SourceGenerators\XamlGenerator\XamlFileGenerator.cs:Line 174
   Uno.UI.SourceGenerators.XamlGenerator.XamlCodeGeneration.<>c__DisplayClass19_0.<Generate>b__0(XamlFileDefinition file) Location D:\a\1\s\src\SourceGenerators\Uno.UI.SourceGenerators\XamlGenerator\XamlCodeGeneration.cs:Line 146
   System.Linq.Parallel.SelectQueryOperator`2.SelectQueryOperatorResults.GetElement(Int32 index)
   System.Linq.Parallel.QueryResults`1.get_Item(Int32 index)
   System.Linq.Parallel.PartitionedDataSource`1.ListContiguousIndexRangeEnumerator.MoveNext(T& currentElement, Int32& currentKey)
   System.Linq.Parallel.StopAndGoSpoolingTask`2.SpoolingWork()
   System.Linq.Parallel.SpoolingTaskBase.Work()
   System.Linq.Parallel.QueryTask.BaseWork(Object unused)
   System.Linq.Parallel.QueryTask.<>c.<.cctor>b__10_0(Object o)
   System.Threading.Tasks.Task.InnerInvoke()
   System.Threading.Tasks.Task.Execute()<---

---> (InnerException #5) System.InvalidOperationException: Unable to resolve Android.Views.ViewGroup (SymbolKind is ErrorType)
   Uno.UI.SourceGenerators.XamlGenerator.XamlFileGenerator.FindEventType(String ownerType, String eventName) Location D:\a\1\s\src\SourceGenerators\Uno.UI.SourceGenerators\XamlGenerator\XamlFileGenerator.cs:Line 2808
   Uno.UI.SourceGenerators.XamlGenerator.XamlFileGenerator.SourceFindEventType(XamlMember xamlMember) Location D:\a\1\s\src\SourceGenerators\Uno.UI.SourceGenerators\XamlGenerator\XamlFileGenerator.cs:Line 2781
   System.Collections.Concurrent.ConcurrentDictionary`2.GetOrAdd(TKey key, Func`2 valueFactory)
   Uno.Extensions.FuncMemoizeExtensions.<>c__DisplayClass10_0`2.<AsLockedMemoized>b__0(TKey key)
   Uno.UI.SourceGenerators.XamlGenerator.XamlFileGenerator.FindEventType(XamlMember xamlMember) Location D:\a\1\s\src\SourceGenerators\Uno.UI.SourceGenerators\XamlGenerator\XamlFileGenerator.cs:Line 2771
   Uno.UI.SourceGenerators.XamlGenerator.XamlFileGenerator.BuildLiteralProperties(IIndentedStringBuilder writer, XamlObjectDefinition objectDefinition, String closureName) Location D:\a\1\s\src\SourceGenerators\Uno.UI.SourceGenerators\XamlGenerator\XamlFileGenerator.cs:Line 2992
   Uno.UI.SourceGenerators.XamlGenerator.XamlFileGenerator.BuildChild(IIndentedStringBuilder writer, XamlMemberDefinition owner, XamlObjectDefinition xamlObjectDefinition) Location D:\a\1\s\src\SourceGenerators\Uno.UI.SourceGenerators\XamlGenerator\XamlFileGenerator.cs:Line 3525
   Uno.UI.SourceGenerators.XamlGenerator.XamlFileGenerator.BuildChildSubclasses(IIndentedStringBuilder writer, Boolean isTopLevel) Location D:\a\1\s\src\SourceGenerators\Uno.UI.SourceGenerators\XamlGenerator\XamlFileGenerator.cs:Line 483
   Uno.UI.SourceGenerators.XamlGenerator.XamlFileGenerator.BuildResourceDictionary(IIndentedStringBuilder writer, XamlObjectDefinition topLevelControl) Location D:\a\1\s\src\SourceGenerators\Uno.UI.SourceGenerators\XamlGenerator\XamlFileGenerator.cs:Line 574
   Uno.UI.SourceGenerators.XamlGenerator.XamlFileGenerator.InnerGenerateFile() Location D:\a\1\s\src\SourceGenerators\Uno.UI.SourceGenerators\XamlGenerator\XamlFileGenerator.cs:Line 223
   Uno.UI.SourceGenerators.XamlGenerator.XamlFileGenerator.GenerateFile() Location D:\a\1\s\src\SourceGenerators\Uno.UI.SourceGenerators\XamlGenerator\XamlFileGenerator.cs:Line 174
   Uno.UI.SourceGenerators.XamlGenerator.XamlCodeGeneration.<>c__DisplayClass19_0.<Generate>b__0(XamlFileDefinition file) Location D:\a\1\s\src\SourceGenerators\Uno.UI.SourceGenerators\XamlGenerator\XamlCodeGeneration.cs:Line 146
   System.Linq.Parallel.SelectQueryOperator`2.SelectQueryOperatorResults.GetElement(Int32 index)
   System.Linq.Parallel.QueryResults`1.get_Item(Int32 index)
   System.Linq.Parallel.PartitionedDataSource`1.ListContiguousIndexRangeEnumerator.MoveNext(T& currentElement, Int32& currentKey)
   System.Linq.Parallel.StopAndGoSpoolingTask`2.SpoolingWork()
   System.Linq.Parallel.SpoolingTaskBase.Work()
   System.Linq.Parallel.QueryTask.BaseWork(Object unused)
   System.Linq.Parallel.QueryTask.RunTaskSynchronously(Object o)
   System.Threading.Tasks.Task.InnerInvoke()
   System.Threading.Tasks.Task.Execute()<---	Uno.UI.Demo.Droid			

One more weird thing is that I can't upgrade these 3 packages. When update, the same error comes.

image

Add better editor support using Monaco Editor

What would you like to be added:

Change the text editor to use the Monaco editor

Why is this needed:

Adds intellisense and code highlighting

For which Platform:

  • iOS
  • Android
  • [ X ] WebAssembly
  • [ X ] Windows

Anything else we need to know?

Playground stuck on the splashscreen with latest Uno dev version

Current behavior

Playground stuck on the splashscreen with latest Uno dev version

Expected behavior

Playground should load correctly

How to reproduce it (as minimally and precisely as possible)

Use the latest canary version of the playground: https://playgroundcanary.z19.web.core.windows.net/

Environment

Affected platform(s):

  • iOS
  • Android
  • WebAssembly (Playground)
  • Windows
  • Build tasks

Browser tested:

  • Chrome (version 79.0.3945.130)
  • Chromium (version 79.0.3945.130)
  • Firefox version : (72.0.2)

Camera and Photos in UNO UWP

How can I access the camera, take a picture
, also how can I access Photos / files in phone?
and Post to a REST WebAPI?

It would be good to have this included in the sample app.

Maps in Uno Platform UWP

How can I have a screen and use a Map and put markers, have the map moved events, user click, etc
, using UNO, for Android, iOS and Windows 10?

It would be good to have this included in the sample app.

Switching from lanscape to portrait on iPhoneX Create overlap with CommandBar

Steps:

  1. Open Homie sample
  2. Switsh orientation of the phone to landscape
  3. Switch orientation of the phone to portrait
  4. Notice bug

Screenshot:
uerecho_homiesiphonex

Current Behavior: Content of the page and CommandBar overlap after switching orientation.
Expected behavior: Content of the page and Command Bar should never overlap.

Comment: Does not happen on android and other iPhones.

Content doesn't clip correctly inside the Playground

Current behavior

The content doesn't clip correctly inside the playground area

image

Expected behavior

The content should clip correctly

How to reproduce it (as minimally and precisely as possible)

<Grid>
        <VisualStateManager.VisualStateGroups>
            <VisualStateGroup>
                <VisualState>
                    <VisualState.StateTriggers>
                        <StateTrigger IsActive="True" />
                    </VisualState.StateTriggers>
                    <Storyboard>
                        <!-- TEST ANIMATION TRANSLATE TRANSFORM-->
                        <DoubleAnimationUsingKeyFrames  Duration="0:0:10"
                                                        RepeatBehavior="Forever"
                                                        Storyboard.TargetName="TestTranslateTransform"
                                                        Storyboard.TargetProperty="X">
                            <LinearDoubleKeyFrame Value="-200"
                                                  KeyTime="0:0:0" />
                            <LinearDoubleKeyFrame Value="0"
                                                  KeyTime="0:0:5" />
                            <LinearDoubleKeyFrame Value="200"
                                                  KeyTime="0:0:10" />
                        </DoubleAnimationUsingKeyFrames>
                    </Storyboard>
                </VisualState>
            </VisualStateGroup>
        </VisualStateManager.VisualStateGroups>
        <Rectangle Height="100"
                   Width="200"
                   Fill="Red"
                   VerticalAlignment="Center"
                   HorizontalAlignment="Center">
            <Rectangle.RenderTransform>
                <TranslateTransform x:Name="TestTranslateTransform"
                                    X="-400" />
            </Rectangle.RenderTransform>
        </Rectangle>
    </Grid>

Snippet inside the playground : https://playground.platform.uno/#b3369d44

Environment

Nuget Package: Uno.UI

Package Version(s): 2.0.532

Affected platform(s):

  • iOS
  • Android
  • WebAssembly (Playground ONLY)
  • Windows
  • Build tasks

Visual Studio

  • 2017 (version: )
  • 2019 (version: 16.4.6)
  • for Mac (version: )

TimePicker is not visible in Uno.Playground.

When adding a TimePicker in the XAML pane, it will not appear on the preview pane.

Current behavior

image

As seen in the picture, a TimePicker was added in XAML but it is not visible at the preview pane.

Expected behavior

TimePicker should appear in order to test its functionality.

How to reproduce it (as minimally and precisely as possible)

  1. Visit the UNO Playground web (for instance, the date-and-time page)
  2. Add the <TimePicker /> tag in the XAML pane.

Environment

Nuget Package:

Package Version(s):

Affected platform(s):

  • iOS
  • Android
  • WebAssembly
  • Windows
  • Build tasks

Visual Studio

  • 2017 (version: )
  • 2019 (version: )
  • for Mac (version: )

Relevant plugins

  • Resharper (version: )

Anything else we need to know?

[Playground] Checkbox, Button,Image, Grid -In dark theme the label for components are not visible.

Current behavior

Dark theme issue
Dark theme issue 2

Uno.Playground.-.Google.Chrome.2023-02-16.12-26-21.mp4

Expected behavior

In dark theme components label should display correctly.

How to reproduce it (as minimally and precisely as possible)

  1. Visit https://playgroundcanary.z19.web.core.windows.net/#passwordbox.
  2. Check 'Dark Theme' option.
  3. Go to the Snippets Listview.
  4. Click on 'Checkbox' or 'Button' snippets option.
  5. Observe that label is not correctly displaying for components.

Workaround

No response

Works on UWP/WinUI

None

Environment

No response

NuGet package version(s)

No response

Affected platforms

WebAssembly

IDE

No response

IDE version

No response

Relevant plugins

No response

Anything else we need to know?

No response

VisualStateTrigger are not working properly in the Playground

Current behavior

RenderTansform animations don't work inside the Playground but the same code is working fine in an UNO solution when testing WASM

Expected behavior

RenderTansform animations should work correctly inside the Playground

How to reproduce it (as minimally and precisely as possible)

	<Grid>
		<VisualStateManager.VisualStateGroups>
			<VisualStateGroup>
				<VisualState>
					<VisualState.StateTriggers>
						<StateTrigger IsActive="True" />
					</VisualState.StateTriggers>
					<Storyboard>
						<!-- TEST ANIMATION TRANSLATE TRANSFORM-->
						<DoubleAnimationUsingKeyFrames  Duration="0:0:10"
														RepeatBehavior="Forever"
Storyboard.TargetName="TestTranslateTransform"
														Storyboard.TargetProperty="X">
							<LinearDoubleKeyFrame Value="-200"
												  KeyTime="0:0:0" />
							<LinearDoubleKeyFrame Value="0"
												  KeyTime="0:0:5" />
							<LinearDoubleKeyFrame Value="200"
												  KeyTime="0:0:10" />
						</DoubleAnimationUsingKeyFrames>
					</Storyboard>
				</VisualState>
			</VisualStateGroup>
		</VisualStateManager.VisualStateGroups>

		<Rectangle Height="100"
				   Width="200"
				   Fill="Red"
				   VerticalAlignment="Center"
				   HorizontalAlignment="Center">
			<Rectangle.RenderTransform>
				<TranslateTransform x:Name="TestTranslateTransform"
									X="-200" />
			</Rectangle.RenderTransform>
		</Rectangle>
	</Grid>

Environment

Affected platform(s):

  • iOS
  • Android
  • WebAssembly (ONLY Playground)
  • Windows
  • Build tasks

Anything else we need to know?

Don't forget to add isAnimating="True" for the DataContext with this come sample.

Animated PasswordBox

On an Android Pixel 2 XL, the Animated PasswordBox's header is within the text when there's a default value. Clearing the text and then entering a new value triggers the animation properly.

screenshot_20180510-095658

Can't build UWP version

I cloned this repository; Building and running the WASM/DotNet combination works. Attempting to build the UWP proect errors with:

NU1603: runtime.native.System.IO.Compression 4.3.0 depends on runtime.win10-arm64.runtime.native.System.IO.Compression (>= 4.3.0) but runtime.win10-arm64.runtime.native.System.IO.Compression 4.3.0 was not found. An approximate best match of runtime.win10-arm64.runtime.native.System.IO.Compression 4.3.1 was resolved. 1>------ Build started: Project: Uno.UI.Demo.UWP, Configuration: Debug x86 ------ 1>C:\Users\ms\.nuget\packages\uno.sourcegenerationtasks\1.22.0-dev.32\build\uap\Uno.SourceGenerationTasks.targets(94,3): error : Generation failed for aa. System.AggregateException: One or more errors occurred. ---> System.InvalidOperationException: The type Windows.UI.Xaml.ElementStub could not be found 1>C:\Users\ms\.nuget\packages\uno.sourcegenerationtasks\1.22.0-dev.32\build\uap\Uno.SourceGenerationTasks.targets(94,3): error : at ad.c(String A_0) 1>C:\Users\ms\.nuget\packages\uno.sourcegenerationtasks\1.22.0-dev.32\build\uap\Uno.SourceGenerationTasks.targets(94,3): error : at ad..ctor(ac A_0, String A_1, String A_2, n A_3, String A_4, DateTime A_5, String[] A_6, String[] A_7, Boolean A_8, af A_9, Boolean A_10, Dictionary2 A_11, Boolean A_12)
1>C:\Users\ms.nuget\packages\uno.sourcegenerationtasks\1.22.0-dev.32\build\uap\Uno.SourceGenerationTasks.targets(94,3): error : at z.a.e(ac A_0)
1>C:\Users\ms.nuget\packages\uno.sourcegenerationtasks\1.22.0-dev.32\build\uap\Uno.SourceGenerationTasks.targets(94,3): error : at System.Linq.Parallel.SelectQueryOperator2.SelectQueryOperatorResults.GetElement(Int32 index) 1>C:\Users\ms\.nuget\packages\uno.sourcegenerationtasks\1.22.0-dev.32\build\uap\Uno.SourceGenerationTasks.targets(94,3): error : at System.Linq.Parallel.QueryResults1.get_Item(Int32 index)
1>C:\Users\ms.nuget\packages\uno.sourcegenerationtasks\1.22.0-dev.32\build\uap\Uno.SourceGenerationTasks.targets(94,3): error : at System.Linq.Parallel.PartitionedDataSource1.ListContiguousIndexRangeEnumerator.MoveNext(T& currentElement, Int32& currentKey) 1>C:\Users\ms\.nuget\packages\uno.sourcegenerationtasks\1.22.0-dev.32\build\uap\Uno.SourceGenerationTasks.targets(94,3): error : at System.Linq.Parallel.StopAndGoSpoolingTask2.SpoolingWork()
1>C:\Users\ms.nuget\packages\uno.sourcegenerationtasks\1.22.0-dev.32\build\uap\Uno.SourceGenerationTasks.targets(94,3): error : at System.Linq.Parallel.SpoolingTaskBase.Work()
1>C:\Users\ms.nuget\packages\uno.sourcegenerationtasks\1.22.0-dev.32\build\uap\Uno.SourceGenerationTasks.targets(94,3): error : at System.Linq.Parallel.QueryTask.BaseWork(Object unused)
1>C:\Users\ms.nuget\packages\uno.sourcegenerationtasks\1.22.0-dev.32\build\uap\Uno.SourceGenerationTasks.targets(94,3): error : at System.Linq.Parallel.QueryTask.RunTaskSynchronously(Object o)
1>C:\Users\ms.nuget\packages\uno.sourcegenerationtasks\1.22.0-dev.32\build\uap\Uno.SourceGenerationTasks.targets(94,3): error : at System.Threading.Tasks.Task.InnerInvoke()
1>C:\Users\ms.nuget\packages\uno.sourcegenerationtasks\1.22.0-dev.32\build\uap\Uno.SourceGenerationTasks.targets(94,3): error : at System.Threading.Tasks.Task.Execute()
1>C:\Users\ms.nuget\packages\uno.sourcegenerationtasks\1.22.0-dev.32\build\uap\Uno.SourceGenerationTasks.targets(94,3): error : --- End of inner exception stack trace ---
1>C:\Users\ms.nuget\packages\uno.sourcegenerationtasks\1.22.0-dev.32\build\uap\Uno.SourceGenerationTasks.targets(94,3): error : at System.Linq.Parallel.QueryTaskGroupState.QueryEnd(Boolean userInitiatedDispose)
1>C:\Users\ms.nuget\packages\uno.sourcegenerationtasks\1.22.0-dev.32\build\uap\Uno.SourceGenerationTasks.targets(94,3): error : at System.Linq.Parallel.SpoolingTask.SpoolStopAndGo[TInputOutput,TIgnoreKey](QueryTaskGroupState groupState, PartitionedStream2 partitions, SynchronousChannel1[] channels, TaskScheduler taskScheduler)
1>C:\Users\ms.nuget\packages\uno.sourcegenerationtasks\1.22.0-dev.32\build\uap\Uno.SourceGenerationTasks.targets(94,3): error : at System.Linq.Parallel.DefaultMergeHelper2.System.Linq.Parallel.IMergeHelper<TInputOutput>.Execute() 1>C:\Users\ms\.nuget\packages\uno.sourcegenerationtasks\1.22.0-dev.32\build\uap\Uno.SourceGenerationTasks.targets(94,3): error : at System.Linq.Parallel.MergeExecutor1.Execute()
1>C:\Users\ms.nuget\packages\uno.sourcegenerationtasks\1.22.0-dev.32\build\uap\Uno.SourceGenerationTasks.targets(94,3): error : at System.Linq.Parallel.MergeExecutor1.Execute[TKey](PartitionedStream2 partitions, Boolean ignoreOutput, ParallelMergeOptions options, TaskScheduler taskScheduler, Boolean isOrdered, CancellationState cancellationState, Int32 queryId)
1>C:\Users\ms.nuget\packages\uno.sourcegenerationtasks\1.22.0-dev.32\build\uap\Uno.SourceGenerationTasks.targets(94,3): error : at System.Linq.Parallel.PartitionedStreamMerger1.Receive[TKey](PartitionedStream2 partitionedStream)
1>C:\Users\ms.nuget\packages\uno.sourcegenerationtasks\1.22.0-dev.32\build\uap\Uno.SourceGenerationTasks.targets(94,3): error : at System.Linq.Parallel.UnaryQueryOperator2.UnaryQueryOperatorResults.GivePartitionedStream(IPartitionedStreamRecipient1 recipient)
1>C:\Users\ms.nuget\packages\uno.sourcegenerationtasks\1.22.0-dev.32\build\uap\Uno.SourceGenerationTasks.targets(94,3): error : at System.Linq.Parallel.QueryOperator1.GetOpenedEnumerator(Nullable1 mergeOptions, Boolean suppressOrder, Boolean forEffect, QuerySettings querySettings)
1>C:\Users\ms.nuget\packages\uno.sourcegenerationtasks\1.22.0-dev.32\build\uap\Uno.SourceGenerationTasks.targets(94,3): error : at System.Linq.Parallel.QueryOpeningEnumerator1.OpenQuery() 1>C:\Users\ms\.nuget\packages\uno.sourcegenerationtasks\1.22.0-dev.32\build\uap\Uno.SourceGenerationTasks.targets(94,3): error : at System.Linq.Parallel.QueryOpeningEnumerator1.MoveNext()
1>C:\Users\ms.nuget\packages\uno.sourcegenerationtasks\1.22.0-dev.32\build\uap\Uno.SourceGenerationTasks.targets(94,3): error : at System.Linq.ParallelEnumerable.ToList[TSource](ParallelQuery1 source) 1>C:\Users\ms\.nuget\packages\uno.sourcegenerationtasks\1.22.0-dev.32\build\uap\Uno.SourceGenerationTasks.targets(94,3): error : at z.c() 1>C:\Users\ms\.nuget\packages\uno.sourcegenerationtasks\1.22.0-dev.32\build\uap\Uno.SourceGenerationTasks.targets(94,3): error : at aa.Execute(SourceGeneratorContext context) 1>C:\Users\ms\.nuget\packages\uno.sourcegenerationtasks\1.22.0-dev.32\build\uap\Uno.SourceGenerationTasks.targets(94,3): error : at Uno.SourceGeneration.Host.SourceGeneratorHost.<>c__DisplayClass2_0.<Generate>b__13(ValueTuple2 generatorDef) in C:\projects\uno-sourcegeneration\src\Uno.SourceGenerationHost.Shared\SourceGeneratorHost.cs:line 150
1>C:\Users\ms.nuget\packages\uno.sourcegenerationtasks\1.22.0-dev.32\build\uap\Uno.SourceGenerationTasks.targets(94,3): error : ---> (Inner Exception #0) System.InvalidOperationException: The type Windows.UI.Xaml.ElementStub could not be found
1>C:\Users\ms.nuget\packages\uno.sourcegenerationtasks\1.22.0-dev.32\build\uap\Uno.SourceGenerationTasks.targets(94,3): error : at ad.c(String A_0)
1>C:\Users\ms.nuget\packages\uno.sourcegenerationtasks\1.22.0-dev.32\build\uap\Uno.SourceGenerationTasks.targets(94,3): error : at ad..ctor(ac A_0, String A_1, String A_2, n A_3, String A_4, DateTime A_5, String[] A_6, String[] A_7, Boolean A_8, af A_9, Boolean A_10, Dictionary2 A_11, Boolean A_12) 1>C:\Users\ms\.nuget\packages\uno.sourcegenerationtasks\1.22.0-dev.32\build\uap\Uno.SourceGenerationTasks.targets(94,3): error : at z.a.e(ac A_0) 1>C:\Users\ms\.nuget\packages\uno.sourcegenerationtasks\1.22.0-dev.32\build\uap\Uno.SourceGenerationTasks.targets(94,3): error : at System.Linq.Parallel.SelectQueryOperator2.SelectQueryOperatorResults.GetElement(Int32 index)
1>C:\Users\ms.nuget\packages\uno.sourcegenerationtasks\1.22.0-dev.32\build\uap\Uno.SourceGenerationTasks.targets(94,3): error : at System.Linq.Parallel.QueryResults1.get_Item(Int32 index) 1>C:\Users\ms\.nuget\packages\uno.sourcegenerationtasks\1.22.0-dev.32\build\uap\Uno.SourceGenerationTasks.targets(94,3): error : at System.Linq.Parallel.PartitionedDataSource1.ListContiguousIndexRangeEnumerator.MoveNext(T& currentElement, Int32& currentKey)
1>C:\Users\ms.nuget\packages\uno.sourcegenerationtasks\1.22.0-dev.32\build\uap\Uno.SourceGenerationTasks.targets(94,3): error : at System.Linq.Parallel.StopAndGoSpoolingTask2.SpoolingWork() 1>C:\Users\ms\.nuget\packages\uno.sourcegenerationtasks\1.22.0-dev.32\build\uap\Uno.SourceGenerationTasks.targets(94,3): error : at System.Linq.Parallel.SpoolingTaskBase.Work() 1>C:\Users\ms\.nuget\packages\uno.sourcegenerationtasks\1.22.0-dev.32\build\uap\Uno.SourceGenerationTasks.targets(94,3): error : at System.Linq.Parallel.QueryTask.BaseWork(Object unused) 1>C:\Users\ms\.nuget\packages\uno.sourcegenerationtasks\1.22.0-dev.32\build\uap\Uno.SourceGenerationTasks.targets(94,3): error : at System.Linq.Parallel.QueryTask.RunTaskSynchronously(Object o)

Windows 10 v1803
Visual Studio 2017 v15.7

Performance issues when scrolling on the home page

When running the Uno Playground app on an iPhone 6 with iOS 12, I notice a drop in frame rate when scrolling on the home page of the app. I estimate it to go down to 12-15 FPS during scrolling. This is less visible on an iPhone 6S which only appear to skip a few frames here and there.

All other samples, like the scroll view, homies, list view, animations, etc, DO NOT exhibit this behavior.

TreeGraph() for the playground

What would you like to be added:

TreeGraph() for the playground, to get a debug dump of the visual tree
with this implemention of describe function:
https://github.com/unoplatform/uno.toolkit.ui/blob/3.0.0/src/Uno.Toolkit.UI/Helpers/VisualTreeHelperEx.cs#L172
which contains most relevant informations about layouting.
Which we can directly dump the output to a TextBlock, to the console(doesnt look pretty, and dotnet.js:123 are not good for copying), or even set the clipboard.

Why is this needed:

Generical QoL to easily access info without needing to start a custom project.

Android build targeting KitKat WEAR?

I think that's by mistake. On Android you targeting KitKat WEAR. Same in Google play market - its for wearable only (I can't install it on my tablet)...

UWP build error

Solution unoplatform/uno#5 not work.

Error Generation failed for aa. System.AggregateException: One or more errors happened ---> System.InvalidOperationException: The type Windows.UI.Xaml.ElementStub could not be found
在 ad.c(String A_0)
在 ad..ctor(ac A_0, String A_1, String A_2, n A_3, String A_4, DateTime A_5, String[] A_6, String[] A_7, Boolean A_8, af A_9, Boolean A_10, Dictionary2 A_11, Boolean A_12) 在 z.a.e(ac A_0) 在 System.Linq.Parallel.SelectQueryOperator2.SelectQueryOperatorResults.GetElement(Int32 index)
在 System.Linq.Parallel.QueryResults1.get_Item(Int32 index) 在 System.Linq.Parallel.PartitionedDataSource1.ListContiguousIndexRangeEnumerator.MoveNext(T& currentElement, Int32& currentKey)
在 System.Linq.Parallel.StopAndGoSpoolingTask2.SpoolingWork() 在 System.Linq.Parallel.SpoolingTaskBase.Work() 在 System.Linq.Parallel.QueryTask.BaseWork(Object unused) 在 System.Linq.Parallel.QueryTask.<>c.<.cctor>b__10_0(Object o) 在 System.Threading.Tasks.Task.InnerInvoke() 在 System.Threading.Tasks.Task.Execute() --- 内部异常堆栈跟踪的结尾 --- 在 System.Linq.Parallel.QueryTaskGroupState.QueryEnd(Boolean userInitiatedDispose) 在 System.Linq.Parallel.SpoolingTask.SpoolStopAndGo[TInputOutput,TIgnoreKey](QueryTaskGroupState groupState, PartitionedStream2 partitions, SynchronousChannel1[] channels, TaskScheduler taskScheduler) 在 System.Linq.Parallel.DefaultMergeHelper2.System.Linq.Parallel.IMergeHelper.Execute()
在 System.Linq.Parallel.MergeExecutor1.Execute() 在 System.Linq.Parallel.MergeExecutor1.Execute[TKey](PartitionedStream2 partitions, Boolean ignoreOutput, ParallelMergeOptions options, TaskScheduler taskScheduler, Boolean isOrdered, CancellationState cancellationState, Int32 queryId) 在 System.Linq.Parallel.PartitionedStreamMerger1.Receive[TKey](PartitionedStream2 partitionedStream) 在 System.Linq.Parallel.UnaryQueryOperator2.UnaryQueryOperatorResults.GivePartitionedStream(IPartitionedStreamRecipient1 recipient) 在 System.Linq.Parallel.QueryOperator1.GetOpenedEnumerator(Nullable1 mergeOptions, Boolean suppressOrder, Boolean forEffect, QuerySettings querySettings) 在 System.Linq.Parallel.QueryOpeningEnumerator1.OpenQuery()
在 System.Linq.Parallel.QueryOpeningEnumerator1.MoveNext() 在 System.Linq.ParallelEnumerable.ToList[TSource](ParallelQuery1 source)
在 z.c()
在 aa.Execute(SourceGeneratorContext context)
在 Uno.SourceGeneration.Host.SourceGeneratorHost.<>c__DisplayClass2_0.b__13(ValueTuple2 generatorDef) 位置 C:\projects\uno-sourcegeneration\src\Uno.SourceGenerationHost.Shared\SourceGeneratorHost.cs:行号 150 ---> (内部异常 #0) System.InvalidOperationException: The type Windows.UI.Xaml.ElementStub could not be found 在 ad.c(String A_0) 在 ad..ctor(ac A_0, String A_1, String A_2, n A_3, String A_4, DateTime A_5, String[] A_6, String[] A_7, Boolean A_8, af A_9, Boolean A_10, Dictionary2 A_11, Boolean A_12)
在 z.a.e(ac A_0)
在 System.Linq.Parallel.SelectQueryOperator2.SelectQueryOperatorResults.GetElement(Int32 index) 在 System.Linq.Parallel.QueryResults1.get_Item(Int32 index)
在 System.Linq.Parallel.PartitionedDataSource1.ListContiguousIndexRangeEnumerator.MoveNext(T& currentElement, Int32& currentKey) 在 System.Linq.Parallel.StopAndGoSpoolingTask2.SpoolingWork()
在 System.Linq.Parallel.SpoolingTaskBase.Work()
在 System.Linq.Parallel.QueryTask.BaseWork(Object unused)
在 System.Linq.Parallel.QueryTask.<>c.<.cctor>b__10_0(Object o)
在 System.Threading.Tasks.Task.InnerInvoke()
在 System.Threading.Tasks.Task.Execute()<---

---> (内部异常 #1) System.InvalidOperationException: The type Windows.UI.Xaml.ElementStub could not be found
在 ad.c(String A_0)
在 ad..ctor(ac A_0, String A_1, String A_2, n A_3, String A_4, DateTime A_5, String[] A_6, String[] A_7, Boolean A_8, af A_9, Boolean A_10, Dictionary2 A_11, Boolean A_12) 在 z.a.e(ac A_0) 在 System.Linq.Parallel.SelectQueryOperator2.SelectQueryOperatorResults.GetElement(Int32 index)
在 System.Linq.Parallel.QueryResults1.get_Item(Int32 index) 在 System.Linq.Parallel.PartitionedDataSource1.ListContiguousIndexRangeEnumerator.MoveNext(T& currentElement, Int32& currentKey)
在 System.Linq.Parallel.StopAndGoSpoolingTask`2.SpoolingWork()
在 System.Linq.Parallel.SpoolingTaskBase.Work()
在 System.Linq.Parallel.QueryTask.BaseWork(Object unused)
在 System.Linq.Parallel.QueryTask.<>c.<.cctor>b__10_0(Object o)
在 System.Threading.Tasks.Task.InnerInvoke()
在 System.Threading.Tasks.Task.Execute()<---

---> (内部异常 #2) System.InvalidOperationException: The type Windows.UI.Xaml.ElementStub could not be found
在 ad.c(String A_0)
在 ad..ctor(ac A_0, String A_1, String A_2, n A_3, String A_4, DateTime A_5, String[] A_6, String[] A_7, Boolean A_8, af A_9, Boolean A_10, Dictionary2 A_11, Boolean A_12) 在 z.a.e(ac A_0) 在 System.Linq.Parallel.SelectQueryOperator2.SelectQueryOperatorResults.GetElement(Int32 index)
在 System.Linq.Parallel.QueryResults1.get_Item(Int32 index) 在 System.Linq.Parallel.PartitionedDataSource1.ListContiguousIndexRangeEnumerator.MoveNext(T& currentElement, Int32& currentKey)
在 System.Linq.Parallel.StopAndGoSpoolingTask`2.SpoolingWork()
在 System.Linq.Parallel.SpoolingTaskBase.Work()
在 System.Linq.Parallel.QueryTask.BaseWork(Object unused)
在 System.Linq.Parallel.QueryTask.<>c.<.cctor>b__10_0(Object o)
在 System.Threading.Tasks.Task.InnerInvoke()
在 System.Threading.Tasks.Task.Execute()<---

---> (内部异常 #3) System.InvalidOperationException: The type Windows.UI.Xaml.ElementStub could not be found
在 ad.c(String A_0)
在 ad..ctor(ac A_0, String A_1, String A_2, n A_3, String A_4, DateTime A_5, String[] A_6, String[] A_7, Boolean A_8, af A_9, Boolean A_10, Dictionary2 A_11, Boolean A_12) 在 z.a.e(ac A_0) 在 System.Linq.Parallel.SelectQueryOperator2.SelectQueryOperatorResults.GetElement(Int32 index)
在 System.Linq.Parallel.QueryResults1.get_Item(Int32 index) 在 System.Linq.Parallel.PartitionedDataSource1.ListContiguousIndexRangeEnumerator.MoveNext(T& currentElement, Int32& currentKey)
在 System.Linq.Parallel.StopAndGoSpoolingTask`2.SpoolingWork()
在 System.Linq.Parallel.SpoolingTaskBase.Work()
在 System.Linq.Parallel.QueryTask.BaseWork(Object unused)
在 System.Linq.Parallel.QueryTask.<>c.<.cctor>b__10_0(Object o)
在 System.Threading.Tasks.Task.InnerInvoke()
在 System.Threading.Tasks.Task.Execute()<---

---> (内部异常 #4) System.InvalidOperationException: The type Windows.UI.Xaml.ElementStub could not be found
在 ad.c(String A_0)
在 ad..ctor(ac A_0, String A_1, String A_2, n A_3, String A_4, DateTime A_5, String[] A_6, String[] A_7, Boolean A_8, af A_9, Boolean A_10, Dictionary2 A_11, Boolean A_12) 在 z.a.e(ac A_0) 在 System.Linq.Parallel.SelectQueryOperator2.SelectQueryOperatorResults.GetElement(Int32 index)
在 System.Linq.Parallel.QueryResults1.get_Item(Int32 index) 在 System.Linq.Parallel.PartitionedDataSource1.ListContiguousIndexRangeEnumerator.MoveNext(T& currentElement, Int32& currentKey)
在 System.Linq.Parallel.StopAndGoSpoolingTask`2.SpoolingWork()
在 System.Linq.Parallel.SpoolingTaskBase.Work()
在 System.Linq.Parallel.QueryTask.BaseWork(Object unused)
在 System.Linq.Parallel.QueryTask.<>c.<.cctor>b__10_0(Object o)
在 System.Threading.Tasks.Task.InnerInvoke()
在 System.Threading.Tasks.Task.Execute()<---

---> (内部异常 #5) System.InvalidOperationException: The type Windows.UI.Xaml.ElementStub could not be found
在 ad.c(String A_0)
在 ad..ctor(ac A_0, String A_1, String A_2, n A_3, String A_4, DateTime A_5, String[] A_6, String[] A_7, Boolean A_8, af A_9, Boolean A_10, Dictionary2 A_11, Boolean A_12) 在 z.a.e(ac A_0) 在 System.Linq.Parallel.SelectQueryOperator2.SelectQueryOperatorResults.GetElement(Int32 index)
在 System.Linq.Parallel.QueryResults1.get_Item(Int32 index) 在 System.Linq.Parallel.PartitionedDataSource1.ListContiguousIndexRangeEnumerator.MoveNext(T& currentElement, Int32& currentKey)
在 System.Linq.Parallel.StopAndGoSpoolingTask`2.SpoolingWork()
在 System.Linq.Parallel.SpoolingTaskBase.Work()
在 System.Linq.Parallel.QueryTask.BaseWork(Object unused)
在 System.Linq.Parallel.QueryTask.RunTaskSynchronously(Object o)
在 System.Threading.Tasks.Task.InnerInvoke()
在 System.Threading.Tasks.Task.Execute()<---

---> (内部异常 #6) System.InvalidOperationException: The type Windows.UI.Xaml.ElementStub could not be found
在 ad.c(String A_0)
在 ad..ctor(ac A_0, String A_1, String A_2, n A_3, String A_4, DateTime A_5, String[] A_6, String[] A_7, Boolean A_8, af A_9, Boolean A_10, Dictionary2 A_11, Boolean A_12) 在 z.a.e(ac A_0) 在 System.Linq.Parallel.SelectQueryOperator2.SelectQueryOperatorResults.GetElement(Int32 index)
在 System.Linq.Parallel.QueryResults1.get_Item(Int32 index) 在 System.Linq.Parallel.PartitionedDataSource1.ListContiguousIndexRangeEnumerator.MoveNext(T& currentElement, Int32& currentKey)
在 System.Linq.Parallel.StopAndGoSpoolingTask`2.SpoolingWork()
在 System.Linq.Parallel.SpoolingTaskBase.Work()
在 System.Linq.Parallel.QueryTask.BaseWork(Object unused)
在 System.Linq.Parallel.QueryTask.<>c.<.cctor>b__10_0(Object o)
在 System.Threading.Tasks.Task.InnerInvoke()
在 System.Threading.Tasks.Task.Execute()<---

---> (内部异常 #7) System.InvalidOperationException: The type Windows.UI.Xaml.ElementStub could not be found
在 ad.c(String A_0)
在 ad..ctor(ac A_0, String A_1, String A_2, n A_3, String A_4, DateTime A_5, String[] A_6, String[] A_7, Boolean A_8, af A_9, Boolean A_10, Dictionary2 A_11, Boolean A_12) 在 z.a.e(ac A_0) 在 System.Linq.Parallel.SelectQueryOperator2.SelectQueryOperatorResults.GetElement(Int32 index)
在 System.Linq.Parallel.QueryResults1.get_Item(Int32 index) 在 System.Linq.Parallel.PartitionedDataSource1.ListContiguousIndexRangeEnumerator.MoveNext(T& currentElement, Int32& currentKey)
在 System.Linq.Parallel.StopAndGoSpoolingTask`2.SpoolingWork()
在 System.Linq.Parallel.SpoolingTaskBase.Work()
在 System.Linq.Parallel.QueryTask.BaseWork(Object unused)
在 System.Linq.Parallel.QueryTask.<>c.<.cctor>b__10_0(Object o)
在 System.Threading.Tasks.Task.InnerInvoke()
在 System.Threading.Tasks.Task.Execute()<--- Uno.UI.Demo.UWP

[PasswordBox] The reveal password button doesn't work

Current behavior

The reveal password button doesn't work for the PasswordBox in the Playground

Expected behavior

The reveal password button should work for the PasswordBox in the Playground

How to reproduce it (as minimally and precisely as possible)

Go to https://playground.platform.uno/#passwordbox and try to use the reveal button in the PasswordBox.

Environment

Affected platform(s):

  • iOS
  • Android
  • WebAssembly (Playground)
  • Windows
  • Build tasks

[Playground][CheckBox] TextBlock Text Not Visible in Dark Mode Due to Dark Font Color

Current behavior

In dark mode, the text within TextBlocks is not visible because the text color is too dark, blending into the dark background and making it unreadable.

Screen.Recording.2024-07-16.at.3.08.33.PM.mov

Expected behavior

The text within TextBlocks should be clearly visible in both dark and light modes. Can we change to a color which is visible in both Dark and light mode?

How to reproduce it (as minimally and precisely as possible)

Steps to reproduce:

  1. Open Playground in any browser
  2. From the Snippets dropdown select CheckBox
  3. observe the TextBlock Text in dark and light Mode.

Workaround

No response

Works on UWP/WinUI

None

Environment

No response

NuGet package version(s)

No response

Affected platforms

No response

IDE

No response

IDE version

No response

Relevant plugins

No response

Anything else we need to know?

Currently, the same behavior is present in production as well. I have created the issue so we can work on improving it.

[Playground][wasm]Button, ProgressBar, Card- Text is not visible in Dark Theme

Current behavior

Button failed1
Progress failed
Card failed1

Expected behavior

Button correct 2
progress correct
Card correct1

How to reproduce it (as minimally and precisely as possible)

  1. Visit https://playgroundcanary.z19.web.core.windows.net/#passwordbox.
  2. Go to the Snippets Listview.
  3. Click on 'Button' or 'Card' or 'ProgressBar' snippets option.
  4. Click checkbox for dark theme.
  5. Observe that the displayed text for the selected sample is not visible in dark theme.

Workaround

No response

Works on UWP/WinUI

None

Environment

No response

NuGet package version(s)

No response

Affected platforms

WebAssembly

IDE

No response

IDE version

No response

Relevant plugins

No response

Anything else we need to know?

No response

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.