This community has moved to Discord. More details here: https://platform.uno/blog/uno-platform-online-community-move-to-stackoverflow-and-discord/
MartinZikmund on mazi
test: Simple sample for SVG chore: Create Uno.UI.Svg Addin (compare)
jeromelaban on master
fix(skia): Restores opacity fea… chore: Adjust IsExternalInit chore: Adjust for missing IsExt… and 6 more (compare)
jeromelaban on jela
<media:RadialGradientBrush Center="0.6,0.35" GradientOrigin="0.6,0.35" RadiusY="0.67" RadiusX="0.67">
<GradientStop Color="{Binding RelativeSource={RelativeSource Mode=TemplatedParent},Path=OnColor}" Offset="0"/>
<GradientStop Color="{Binding RelativeSource={RelativeSource Mode=TemplatedParent},Path=OnColor}" Offset="1"/>
</media:RadialGradientBrush>
someone could help me with this issue:
VM59:1 fail: Windows.UI.Core.CoreDispatcher[0]
Dispatcher unhandled exception
System.PlatformNotSupportedException: Arg_PlatformNotSupported
at System.Threading.Thread.Start(Object parameter) in D:\a\Uno.DotnetRuntime.WebAssembly\Uno.DotnetRuntime.WebAssembly\runtime\src\mono\System.Private.CoreLib\src\System\Threading\Thread.Browser.Mono.cs:line 17
at System.Reactive.Concurrency.ConcurrencyAbstractionLayerImpl.StartThread(Action`1 action, Object state) in /_/Rx.NET/Source/src/System.Reactive/Concurrency/ConcurrencyAbstractionLayerImpl.cs:line 71
at System.Reactive.Concurrency.DefaultScheduler.LongRunning.LongScheduledWorkItem`1[[System.Reactive.ObserveOnObserverLongRunning`1[[ReduxSimple.ActionDispatchedWithOrigin, ReduxSimple, Version=3.6.1.0, Culture=neutral, PublicKeyToken=null]], System.Reactive, Version=4.4.0.0, Culture=neutral, PublicKeyToken=94bc3704cddfc263]]..ctor(ObserveOnObserverLongRunning`1 state, Action`2 action) in /_/Rx.NET/Source/src/System.Reactive/Concurrency/DefaultScheduler.cs:line 185
at System.Reactive.Concurrency.DefaultScheduler.LongRunning.ScheduleLongRunning[ObserveOnObserverLongRunning`1](ObserveOnObserverLongRunning`1 state, Action`2 action) in /_/Rx.NET/Source/src/System.Reactive/Concurrency/DefaultScheduler.cs:line 204
i'm trying to run ReduxSimple library on wasm