Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
95 commits
Select commit Hold shift + click to select a range
8f442b7
improve log and control over the drawing engine
beto-rodriguez Jul 18, 2025
907519a
move render loop to core
beto-rodriguez Jul 19, 2025
089fa40
add livecharts render settings
beto-rodriguez Jul 21, 2025
541dfc6
IFrameTicker and IRenderMode concepts
beto-rodriguez Jul 21, 2025
425f50f
add native vsyncers
beto-rodriguez Jul 21, 2025
14c2b8a
update wpf to latests skiasharp version
beto-rodriguez Jul 21, 2025
6bc0063
use compositionTarget.renderion in wpf
beto-rodriguez Jul 21, 2025
d2512c9
WinUI/UNO add render modes
beto-rodriguez Jul 21, 2025
106b1fe
maui add render modes
beto-rodriguez Jul 21, 2025
265739c
simplify skiasharpdrawingcontext
beto-rodriguez Jul 21, 2025
94a39fe
add default render settings
beto-rodriguez Jul 21, 2025
246c7f3
make updater properties regular properties
beto-rodriguez Jul 22, 2025
9de77dd
remove obsolete notes
beto-rodriguez Jul 22, 2025
e1dd7d4
improve log and control over the drawing engine
beto-rodriguez Jul 18, 2025
1b66a02
move render loop to core
beto-rodriguez Jul 19, 2025
b89b61b
add livecharts render settings
beto-rodriguez Jul 21, 2025
0edde2e
IFrameTicker and IRenderMode concepts
beto-rodriguez Jul 21, 2025
8f9cf7d
add native vsyncers
beto-rodriguez Jul 21, 2025
fadeebd
update wpf to latests skiasharp version
beto-rodriguez Jul 21, 2025
e94b819
use compositionTarget.renderion in wpf
beto-rodriguez Jul 21, 2025
5486631
WinUI/UNO add render modes
beto-rodriguez Jul 21, 2025
dc7d487
maui add render modes
beto-rodriguez Jul 21, 2025
34c4371
simplify skiasharpdrawingcontext
beto-rodriguez Jul 21, 2025
f1c2e8a
add default render settings
beto-rodriguez Jul 21, 2025
c043a06
update maui motion canvas
beto-rodriguez Jul 21, 2025
473abb9
update maui sample to net9
beto-rodriguez Jul 21, 2025
3d8d89f
use latest skiasharp version in winui
beto-rodriguez Jul 21, 2025
eb407e5
update uno sample
beto-rodriguez Jul 21, 2025
2173683
smaples updates
beto-rodriguez Jul 21, 2025
fe3d82d
update uno to latest skiasharp
beto-rodriguez Jul 21, 2025
a48e603
internals to maui
beto-rodriguez Jul 21, 2025
5cfedd8
experimental bg
beto-rodriguez Jul 21, 2025
0fcfcd2
update note
beto-rodriguez Jul 21, 2025
fcc6dfa
rebase
beto-rodriguez Jul 22, 2025
53492eb
smarter tooltip changes detection
beto-rodriguez Jul 22, 2025
8fd0180
VirtualBackroundColor
beto-rodriguez Jul 22, 2025
7aac958
use VirtualBackroundColor in wpf
beto-rodriguez Jul 22, 2025
5b2d4f0
simplify wpf sample
beto-rodriguez Jul 22, 2025
aeb5fa6
disable GPU on WPF by default
beto-rodriguez Jul 22, 2025
af24c7c
use virtualbgc in winui
beto-rodriguez Jul 22, 2025
62906fb
maui use vbgc
beto-rodriguez Jul 22, 2025
1427468
code generation NuGet package settings
beto-rodriguez Jul 23, 2025
8a0cd4f
referece NuGet package source generation in samples
beto-rodriguez Jul 23, 2025
ca371b9
use net 8 to compile maui view
beto-rodriguez Jul 23, 2025
1677597
update ios/maccatalyst min versions
beto-rodriguez Jul 23, 2025
7b25873
update avalonia motion canvas
beto-rodriguez Jul 24, 2025
083cd00
use vbgc in avalonia
beto-rodriguez Jul 24, 2025
c714e2f
update winforms motioncanvas
beto-rodriguez Jul 24, 2025
afd7d23
update eto motion canvas
beto-rodriguez Jul 24, 2025
25e4598
rename
beto-rodriguez Jul 24, 2025
302f0c4
Mov behaviors assembly to a shared project
beto-rodriguez Jul 24, 2025
f03e72e
comsume shared.native instead of behaviours
beto-rodriguez Jul 24, 2025
a13aef5
Add Uno desktop target, remove fallback
beto-rodriguez Jul 24, 2025
1570240
add noUI ticker, add log uno desktop
beto-rodriguez Jul 24, 2025
6e2a236
update uno sdk
beto-rodriguez Jul 24, 2025
b683366
remove xaml from uno
beto-rodriguez Jul 24, 2025
e844826
log external render
beto-rodriguez Jul 24, 2025
93e020c
improve canvas log
beto-rodriguez Jul 25, 2025
77db78e
blazor use requestanimationframe
beto-rodriguez Jul 25, 2025
aeb87cf
fix tests
beto-rodriguez Jul 25, 2025
ea0229d
update uno project
beto-rodriguez Jul 25, 2025
651e7ac
rename chart behaviour to pointercontroller
beto-rodriguez Jul 25, 2025
88337df
rename behaviours ns to native
beto-rodriguez Jul 25, 2025
b71fc43
simplify pointercontroller by platform
beto-rodriguez Jul 25, 2025
b3702b8
add platforms folders in native handlers
beto-rodriguez Jul 25, 2025
10517f7
update maui to pointercontroller class
beto-rodriguez Jul 25, 2025
23110e4
asyncticker fix
beto-rodriguez Jul 25, 2025
8266be4
use android native api to gert screen density
beto-rodriguez Jul 25, 2025
37e9cc7
remove workaround
beto-rodriguez Jul 25, 2025
f6c6954
capture pointer on winui
beto-rodriguez Jul 25, 2025
59725f2
implement pointercontroller onm uno/winui
beto-rodriguez Jul 25, 2025
69225ea
update slnx files
beto-rodriguez Jul 26, 2025
0fa9de1
allow each view to define its own default render settings
beto-rodriguez Jul 26, 2025
9ceacf1
add recommended settings per platform [WIP]
beto-rodriguez Jul 26, 2025
da838a2
improve fps log
beto-rodriguez Jul 26, 2025
6aaaee5
remove skiarenderer
beto-rodriguez Jul 26, 2025
b11102f
typo
beto-rodriguez Jul 26, 2025
52238ce
update skiasharp context
beto-rodriguez Jul 27, 2025
0afbbe6
add uno skia renderer
beto-rodriguez Jul 27, 2025
0bb5507
update native platforms
beto-rodriguez Jul 27, 2025
de504b5
update directory props
beto-rodriguez Jul 27, 2025
2cb30bb
more hacks
beto-rodriguez Jul 27, 2025
1a49123
add props
beto-rodriguez Jul 27, 2025
fa050a3
update skiasharpdrawingcontext
beto-rodriguez Jul 27, 2025
0bce0a2
improve logs
beto-rodriguez Jul 28, 2025
ea16491
add uno net 9 targets
beto-rodriguez Jul 28, 2025
079b295
uno settings
beto-rodriguez Jul 28, 2025
7b3a131
consume source generators from nuget
beto-rodriguez Jul 29, 2025
405c692
enables msbuild to control render mode
beto-rodriguez Jul 29, 2025
8b70c8f
uno skia renderer zoom by gesture
beto-rodriguez Jul 30, 2025
a1f6bac
uno secondryClick on touble tap
beto-rodriguez Jul 30, 2025
dcd428a
improve touch zooming in avalonia
beto-rodriguez Jul 30, 2025
7e003b6
move skiaRenderMode from Shared.WinUI to Uno only
beto-rodriguez Jul 30, 2025
848807a
validate isPinching only on touch devices
beto-rodriguez Jul 30, 2025
1a1fc3e
ensure device has touch input to use secondary pointer down on double…
beto-rodriguez Jul 30, 2025
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
28 changes: 27 additions & 1 deletion Directory.Build.props
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,34 @@
<GlobalLangVersion>preview</GlobalLangVersion>

<MauiVersion>8.0.82</MauiVersion>
<SkiaSharpVersion>2.88.9</SkiaSharpVersion>
<MinSkiaSharpVersion>2.88.9</MinSkiaSharpVersion>
<LatestSkiaSharpVersion>3.119.0</LatestSkiaSharpVersion> <!-- used for views that use the SkiaSharp 3 as default -->

</PropertyGroup>

<!--
used to test the library on multiple render modes,
the IsPacking check ensures that this config is not used in the NuGet packages.
-->
<PropertyGroup Condition="'$(IsPacking)' != 'true'">
<GPU>true</GPU>
<VSYNC>true</VSYNC>
<FPS>30</FPS>
<Diagnose>true</Diagnose>
<UsesUnoSkiaRenderer>true</UsesUnoSkiaRenderer>
</PropertyGroup>

<PropertyGroup Condition="
'$(TargetFramework)' != '' and
(
$(TargetFramework.Contains('-windows')) or
$(TargetFramework.Contains('-android')) or
$(TargetFramework.Contains('-ios')) or
$(TargetFramework.Contains('-maccatalyst')) or
$(TargetFramework.Contains('-desktop')) or
$(TargetFramework.Contains('-browserwasm'))
)">
<DefineConstants>$(DefineConstants);HAS_UI_LVC</DefineConstants>
</PropertyGroup>

</Project>
2 changes: 1 addition & 1 deletion LiveCharts.Maui.slnx
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,10 @@
<Project Path="samples/ViewModelsSamples/ViewModelsSamples.csproj" />
</Folder>
<Project Path="generators/LiveChartsGenerators/LiveChartsGenerators.csproj" />
<Project Path="src/LiveChartsCore.Behaviours/LiveChartsCore.Behaviours.csproj" />
<Project Path="src/LiveChartsCore/LiveChartsCore.csproj" />
<Project Path="src/skiasharp/LiveChartsCore.SkiaSharp/LiveChartsCore.SkiaSharpView.csproj" />
<Project Path="src/skiasharp/LiveChartsCore.SkiaSharpView.Maui/LiveChartsCore.SkiaSharpView.Maui.csproj" />
<Project Path="src/skiasharp/_Shared.Xaml/_Shared.Xaml.shproj" Id="8f2bb38b-163c-43af-9dee-6f5438ba87b0" />
<Project Path="src/skiasharp/_Shared/_Shared.shproj" Id="2ad18dd8-c567-4bcf-a4fa-42519466d6a3" />
<Project Path="src/_Shared.Native/_Shared.Native.shproj" Id="ebf70b6d-1416-4cc6-a540-f4ebf2371819" />
</Solution>
7 changes: 7 additions & 0 deletions LiveCharts.Uno.slnx
Original file line number Diff line number Diff line change
@@ -1,9 +1,16 @@
<Solution>
<Folder Name="/Sample/">
<Project Path="samples/UnoPlatformSample/UnoPlatformSample/UnoPlatformSample.csproj">
<Deploy Solution="Debug|*" />
</Project>
<Project Path="samples/ViewModelsSamples/ViewModelsSamples.csproj" />
</Folder>
<Project Path="generators/LiveChartsGenerators/LiveChartsGenerators.csproj" />
<Project Path="src/LiveChartsCore/LiveChartsCore.csproj" />
<Project Path="src/skiasharp/LiveChartsCore.SkiaSharp/LiveChartsCore.SkiaSharpView.csproj" />
<Project Path="src/skiasharp/LiveChartsCore.SkiaSharpView.Uno.WinUI/LiveChartsCore.SkiaSharpView.Uno.WinUI.csproj" />
<Project Path="src/skiasharp/_Shared.WinUI/_Shared.WinUI.shproj" Id="e98bb79a-300e-4556-ac59-47a9aaf1d5f1" />
<Project Path="src/skiasharp/_Shared.Xaml/_Shared.Xaml.shproj" Id="8f2bb38b-163c-43af-9dee-6f5438ba87b0" />
<Project Path="src/skiasharp/_Shared/_Shared.shproj" Id="2ad18dd8-c567-4bcf-a4fa-42519466d6a3" />
<Project Path="src/_Shared.Native/_Shared.Native.shproj" Id="ebf70b6d-1416-4cc6-a540-f4ebf2371819" />
</Solution>
1 change: 1 addition & 0 deletions LiveCharts.WinUI.slnx
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,5 @@
<Project Path="src/skiasharp/_Shared.WinUI/_Shared.WinUI.shproj" Id="e98bb79a-300e-4556-ac59-47a9aaf1d5f1" />
<Project Path="src/skiasharp/_Shared.Xaml/_Shared.Xaml.shproj" Id="8f2bb38b-163c-43af-9dee-6f5438ba87b0" />
<Project Path="src/skiasharp/_Shared/_Shared.shproj" Id="2ad18dd8-c567-4bcf-a4fa-42519466d6a3" />
<Project Path="src/_Shared.Native/_Shared.Native.shproj" Id="ebf70b6d-1416-4cc6-a540-f4ebf2371819" />
</Solution>
16 changes: 11 additions & 5 deletions LiveCharts.slnx
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,12 @@
</Project>
</Folder>
<Folder Name="/Samples/UnoPlatform/">
<File Path="readme.txt" />
<Project Path="samples/UnoPlatformSample/UnoPlatformSample/UnoPlatformSample.csproj">
<BuildType Solution="Ad-Hoc|*" Project="Release" />
<BuildType Solution="AppStore|*" Project="Release" />
<Deploy Solution="Debug|Any CPU" />
<Deploy Solution="Release|Any CPU" />
</Project>
</Folder>
<Folder Name="/Samples/WinForms/">
<Project Path="samples/WinFormsSample/WinFormsSample.csproj">
Expand Down Expand Up @@ -112,16 +117,16 @@
<File Path="Directory.Build.props" />
<File Path="global.json" />
</Folder>
<Folder Name="/Solution Items/RenderingSettings/">
<File Path="build/RenderSettings.Build.props" />
<File Path="build/RenderSettings.Uno.Build.props" />
</Folder>
<Folder Name="/Tests/">
<Project Path="tests/LiveChartsCore.UnitTesting/LiveChartsCore.UnitTesting.csproj">
<BuildType Solution="Ad-Hoc|*" Project="Release" />
<BuildType Solution="AppStore|*" Project="Release" />
</Project>
</Folder>
<Project Path="src/LiveChartsCore.Behaviours/LiveChartsCore.Behaviours.csproj">
<BuildType Solution="Ad-Hoc|*" Project="Debug" />
<BuildType Solution="AppStore|*" Project="Debug" />
</Project>
<Project Path="src/LiveChartsCore/LiveChartsCore.csproj">
<BuildType Solution="Ad-Hoc|*" Project="Release" />
<BuildType Solution="AppStore|*" Project="Release" />
Expand Down Expand Up @@ -165,4 +170,5 @@
<Project Path="src/skiasharp/_Shared.WinUI/_Shared.WinUI.shproj" Id="e98bb79a-300e-4556-ac59-47a9aaf1d5f1" />
<Project Path="src/skiasharp/_Shared.Xaml/_Shared.Xaml.shproj" />
<Project Path="src/skiasharp/_Shared/_Shared.shproj" />
<Project Path="src/_Shared.Native/_Shared.Native.shproj" Id="ebf70b6d-1416-4cc6-a540-f4ebf2371819" />
</Solution>
53 changes: 53 additions & 0 deletions build/RenderSettings.Build.props
Original file line number Diff line number Diff line change
@@ -0,0 +1,53 @@
<Project>

<PropertyGroup Condition="'$(GPU)' == 'true'">
<DefineConstants>$(DefineConstants);__GPU_TRUE__</DefineConstants>
</PropertyGroup>
<PropertyGroup Condition="'$(GPU)' == 'false'">
<DefineConstants>$(DefineConstants);__GPU_FALSE__</DefineConstants>
</PropertyGroup>

<PropertyGroup Condition="'$(VSYNC)' == 'true'">
<DefineConstants>$(DefineConstants);__VSYNC_TRUE__</DefineConstants>
</PropertyGroup>
<PropertyGroup Condition="'$(VSYNC)' == 'false'">
<DefineConstants>$(DefineConstants);__VSYNC_FALSE__</DefineConstants>
</PropertyGroup>

<PropertyGroup Condition="'$(Diagnose)' == 'true'">
<DefineConstants>$(DefineConstants);__DIAGNOSE__</DefineConstants>
</PropertyGroup>

<PropertyGroup Condition="'$(FPS)' == '10'">
<DefineConstants>$(DefineConstants);__FPS_10__</DefineConstants>
</PropertyGroup>

<PropertyGroup Condition="'$(FPS)' == '20'">
<DefineConstants>$(DefineConstants);__FPS_20__</DefineConstants>
</PropertyGroup>

<PropertyGroup Condition="'$(FPS)' == '30'">
<DefineConstants>$(DefineConstants);__FPS_30__</DefineConstants>
</PropertyGroup>

<PropertyGroup Condition="'$(FPS)' == '45'">
<DefineConstants>$(DefineConstants);__FPS_45__</DefineConstants>
</PropertyGroup>

<PropertyGroup Condition="'$(FPS)' == '60'">
<DefineConstants>$(DefineConstants);__FPS_60__</DefineConstants>
</PropertyGroup>

<PropertyGroup Condition="'$(FPS)' == '75'">
<DefineConstants>$(DefineConstants);__FPS_75__</DefineConstants>
</PropertyGroup>

<PropertyGroup Condition="'$(FPS)' == '90'">
<DefineConstants>$(DefineConstants);__FPS_90__</DefineConstants>
</PropertyGroup>

<PropertyGroup Condition="'$(FPS)' == '120'">
<DefineConstants>$(DefineConstants);__FPS_120__</DefineConstants>
</PropertyGroup>

</Project>
12 changes: 12 additions & 0 deletions build/RenderSettings.Uno.Build.props
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
<Project>

<PropertyGroup Condition="'$(UsesUnoSkiaRenderer)' == 'true'">
<UnoFeatures>$(UnoFeatures);SkiaRenderer</UnoFeatures>
<DefineConstants>$(DefineConstants);__USES_UNO_RENDERER__</DefineConstants>
</PropertyGroup>

<PropertyGroup Condition="'$(UsesUnoSkiaRenderer)' == 'false'">
<DefineConstants>$(DefineConstants);__NO_USES_UNO_RENDERER__</DefineConstants>
</PropertyGroup>

</Project>
2 changes: 1 addition & 1 deletion build/pack.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ foreach ($p in $projects) {
Remove-Item $($folder + "/bin") -Force -Recurse
}

$expression = "dotnet pack $($p.src) -o $nupkgOutputPath -c $configuration -p:IncludeSymbols=true -p:SymbolPackageFormat=snupkg"
$expression = "dotnet pack $($p.src) -o $nupkgOutputPath -c $configuration -p:IncludeSymbols=true -p:SymbolPackageFormat=snupkg -p:IsPacking=true"

Write-Progress -Activity "$name" -Status "Packing..."
$result = Invoke-Expression $expression
Expand Down
20 changes: 19 additions & 1 deletion generators/LiveChartsGenerators/LiveChartsGenerators.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,29 @@
<LangVersion>$(GlobalLangVersion)</LangVersion>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
<IncludeBuildOutput>false</IncludeBuildOutput>

<EnforceExtendedAnalyzerRules>true</EnforceExtendedAnalyzerRules>
<EmitCompilerGeneratedFiles>true</EmitCompilerGeneratedFiles>
<CompilerGeneratedFilesOutputPath>Generated</CompilerGeneratedFilesOutputPath>
<IsRoslynComponent>true</IsRoslynComponent>

<PackageType>Analyzer</PackageType>
<IncludeBuildOutput>true</IncludeBuildOutput>
<IncludeAnalyzer>true</IncludeAnalyzer>
<Version>1.0.0</Version>
<Description>LiveCharts code generation.</Description>
<PackageLicenseExpression>MIT</PackageLicenseExpression>
<Authors>$(LiveChartsAuthors)</Authors>
<IncludeSymbols>true</IncludeSymbols>
<SymbolPackageFormat>snupkg</SymbolPackageFormat>
<DebugType>portable</DebugType>
<DebugSymbols>true</DebugSymbols>
<RepositoryUrl>https://github.com/beto-rodriguez/LiveCharts2</RepositoryUrl>

<Deterministic>true</Deterministic>
<ContinuousIntegrationBuild>true</ContinuousIntegrationBuild>
<PublishRepositoryUrl>true</PublishRepositoryUrl>
<EmbedUntrackedSources>true</EmbedUntrackedSources>
</PropertyGroup>

<ItemGroup>
Expand Down
13 changes: 8 additions & 5 deletions global.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
{
"sdk": {
"version": "9.0.101",
"rollForward": "latestFeature"
}
}
"sdk": {
"version": "9.0.101",
"rollForward": "latestFeature"
},
"msbuild-sdks": {
"Uno.Sdk": "6.1.23"
}
}
2 changes: 1 addition & 1 deletion readme.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
For Uno, open ./samples/UnoPlatform_v5/UnoPlatform.slnx
For Uno, open ./samples/UnoPlatform/UnoPlatform.slnx
8 changes: 4 additions & 4 deletions samples/MauiSample/MauiSample.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
<PropertyGroup>
<Nullable>enable</Nullable>
<LangVersion>$(GlobalLangVersion)</LangVersion>
<TargetFrameworks>net8.0-android;net8.0-ios;net8.0-maccatalyst</TargetFrameworks>
<TargetFrameworks Condition="$([MSBuild]::IsOSPlatform('windows'))">$(TargetFrameworks);net8.0-windows10.0.19041.0</TargetFrameworks>
<TargetFrameworks>net9.0-android;net9.0-ios;net9.0-maccatalyst</TargetFrameworks>
<TargetFrameworks Condition="$([MSBuild]::IsOSPlatform('windows'))">$(TargetFrameworks);net9.0-windows10.0.19041.0</TargetFrameworks>
<!-- Uncomment to also build the tizen app. You will need to install tizen by following this: https://github.com/Samsung/Tizen.NET -->
<!-- <TargetFrameworks>$(TargetFrameworks);net8.0-tizen</TargetFrameworks> -->

Expand Down Expand Up @@ -32,8 +32,8 @@
<ApplicationDisplayVersion>1.0</ApplicationDisplayVersion>
<ApplicationVersion>1</ApplicationVersion>

<SupportedOSPlatformVersion Condition="$([MSBuild]::GetTargetPlatformIdentifier('$(TargetFramework)')) == 'ios'">11.0</SupportedOSPlatformVersion>
<SupportedOSPlatformVersion Condition="$([MSBuild]::GetTargetPlatformIdentifier('$(TargetFramework)')) == 'maccatalyst'">13.1</SupportedOSPlatformVersion>
<SupportedOSPlatformVersion Condition="$([MSBuild]::GetTargetPlatformIdentifier('$(TargetFramework)')) == 'ios'">12.2</SupportedOSPlatformVersion>
<SupportedOSPlatformVersion Condition="$([MSBuild]::GetTargetPlatformIdentifier('$(TargetFramework)')) == 'maccatalyst'">15.0</SupportedOSPlatformVersion>
<SupportedOSPlatformVersion Condition="$([MSBuild]::GetTargetPlatformIdentifier('$(TargetFramework)')) == 'android'">21.0</SupportedOSPlatformVersion>
<SupportedOSPlatformVersion Condition="$([MSBuild]::GetTargetPlatformIdentifier('$(TargetFramework)')) == 'windows'">10.0.17763.0</SupportedOSPlatformVersion>
<TargetPlatformMinVersion Condition="$([MSBuild]::GetTargetPlatformIdentifier('$(TargetFramework)')) == 'windows'">10.0.17763.0</TargetPlatformMinVersion>
Expand Down
2 changes: 1 addition & 1 deletion samples/UnoPlatformSample/UnoPlatformSample.slnx
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
<Solution>
<Folder Name="/LiveChartsSource/">
<Project Path="../../generators/LiveChartsGenerators/LiveChartsGenerators.csproj" />
<Project Path="../../src/LiveChartsCore.Behaviours/LiveChartsCore.Behaviours.csproj" />
<Project Path="../../src/LiveChartsCore/LiveChartsCore.csproj" />
<Project Path="../../src/skiasharp/LiveChartsCore.SkiaSharp/LiveChartsCore.SkiaSharpView.csproj" />
<Project Path="../../src/skiasharp/LiveChartsCore.SkiaSharpView.Uno.WinUI/LiveChartsCore.SkiaSharpView.Uno.WinUI.csproj" />
<Project Path="../../src/skiasharp/_Shared.WinUI/_Shared.WinUI.shproj" Id="e98bb79a-300e-4556-ac59-47a9aaf1d5f1" />
<Project Path="../../src/skiasharp/_Shared.Xaml/_Shared.Xaml.shproj" Id="8f2bb38b-163c-43af-9dee-6f5438ba87b0" />
<Project Path="../../src/skiasharp/_Shared/_Shared.shproj" Id="2ad18dd8-c567-4bcf-a4fa-42519466d6a3" />
<Project Path="../../src/_Shared.Native/_Shared.Native.shproj" Id="ebf70b6d-1416-4cc6-a540-f4ebf2371819" />
<Project Path="../ViewModelsSamples/ViewModelsSamples.csproj" />
</Folder>
<Folder Name="/Solution Items/">
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,15 @@
"ASPNETCORE_ENVIRONMENT": "Development"
}
},
// Note: In order to select this profile, you'll need to comment the `Packaged` profile below until this is fixed: https://aka.platform.uno/wasdk-maui-debug-profile-issue
"UnoApp1 (WinAppSDK Unpackaged)": {
"commandName": "Project",
"compatibleTargetFramework": "windows"
},
"UnoApp1 (WinAppSDK Packaged)": {
"commandName": "MsixPackage",
"compatibleTargetFramework": "windows"
},
"UnoPlatformSample (Desktop)": {
"commandName": "Project",
"compatibleTargetFramework": "desktop"
Expand Down
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
<!-- This file is generated by a tool from the file ColorPaletteOverride.zip - - YOU SHOULD NOT EDIT IT manually.-->
<!-- This file is generated by a tool from the file ColorPaletteOverride.json - - YOU SHOULD NOT EDIT IT manually.-->
<ResourceDictionary xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation">
<ResourceDictionary.ThemeDictionaries>
<ResourceDictionary x:Key="Light">
<Color x:Key="PrimaryColor">#5946D2</Color>
<Color x:Key="SurfaceTintColor">#5946D2</Color>
<Color x:Key="OnPrimaryColor">#FFFFFF</Color>
<Color x:Key="PrimaryContainerColor">#E5DEFF</Color>
<Color x:Key="OnPrimaryContainerColor">#170065</Color>
Expand All @@ -15,8 +16,8 @@
<Color x:Key="TertiaryContainerColor">#CFE4FF</Color>
<Color x:Key="OnTertiaryContainerColor">#001D36</Color>
<Color x:Key="ErrorColor">#B3261E</Color>
<Color x:Key="ErrorContainerColor">#F9DEDC</Color>
<Color x:Key="OnErrorColor">#FFFFFF</Color>
<Color x:Key="ErrorContainerColor">#F9DEDC</Color>
<Color x:Key="OnErrorContainerColor">#410E0B</Color>
<Color x:Key="BackgroundColor">#FCFBFF</Color>
<Color x:Key="OnBackgroundColor">#1C1B1F</Color>
Expand All @@ -25,14 +26,14 @@
<Color x:Key="SurfaceVariantColor">#F2EFF5</Color>
<Color x:Key="OnSurfaceVariantColor">#8B8494</Color>
<Color x:Key="OutlineColor">#79747E</Color>
<Color x:Key="OnSurfaceInverseColor">#F4EFF4</Color>
<Color x:Key="SurfaceInverseColor">#313033</Color>
<Color x:Key="PrimaryInverseColor">#C8BFFF</Color>
<Color x:Key="SurfaceTintColor">#5946D2</Color>
<Color x:Key="OutlineVariantColor">#C9C5D0</Color>
<Color x:Key="SurfaceInverseColor">#E6E1E5</Color>
<Color x:Key="OnsurfaceInverseColor">#1C1B1F</Color>
<Color x:Key="PrimaryInverseColor">#2A009F</Color>
</ResourceDictionary>
<ResourceDictionary x:Key="Dark">
<Color x:Key="PrimaryColor">#C7BFFF</Color>
<Color x:Key="SurfaceTintColor">#C7BFFF</Color>
<Color x:Key="OnPrimaryColor">#2A009F</Color>
<Color x:Key="PrimaryContainerColor">#4129BA</Color>
<Color x:Key="OnPrimaryContainerColor">#E4DFFF</Color>
Expand All @@ -45,8 +46,8 @@
<Color x:Key="TertiaryContainerColor">#00497D</Color>
<Color x:Key="OnTertiaryContainerColor">#D1E4FF</Color>
<Color x:Key="ErrorColor">#FFB4AB</Color>
<Color x:Key="ErrorContainerColor">#93000A</Color>
<Color x:Key="OnErrorColor">#690005</Color>
<Color x:Key="ErrorContainerColor">#93000A</Color>
<Color x:Key="OnErrorContainerColor">#FFDAD6</Color>
<Color x:Key="BackgroundColor">#1C1B1F</Color>
<Color x:Key="OnBackgroundColor">#E5E1E6</Color>
Expand All @@ -55,11 +56,10 @@
<Color x:Key="SurfaceVariantColor">#47464F</Color>
<Color x:Key="OnSurfaceVariantColor">#C9C5D0</Color>
<Color x:Key="OutlineColor">#928F99</Color>
<Color x:Key="OnSurfaceInverseColor">#1C1B1F</Color>
<Color x:Key="OutlineVariantColor">#57545D</Color>
<Color x:Key="SurfaceInverseColor">#E6E1E5</Color>
<Color x:Key="OnsurfaceInverseColor">#1C1B1F</Color>
<Color x:Key="PrimaryInverseColor">#2A009F</Color>
<Color x:Key="SurfaceTintColor">#C7BFFF</Color>
<Color x:Key="OutlineVariantColor">#57545D</Color>
</ResourceDictionary>
</ResourceDictionary.ThemeDictionaries>
</ResourceDictionary>
</ResourceDictionary>
Loading