Skip to content

Commit 6a8fa99

Browse files
committed
Fix build
1 parent 15d6468 commit 6a8fa99

File tree

3 files changed

+2
-16
lines changed

3 files changed

+2
-16
lines changed

CSharpMath.Maui.Example/EditorPage.xaml.cs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,10 @@
33
using CommunityToolkit.Maui.Extensions;
44
using CommunityToolkit.Maui.Views;
55
using Microsoft.Maui.Controls;
6+
#if !IOS && !ANDROID
67
using SharpHook;
78
using SharpHook.Data;
9+
#endif
810

911
namespace CSharpMath.Maui.Example {
1012
[XamlCompilation(XamlCompilationOptions.Compile)]

CSharpMath.Playground/CSharpMath.Playground.csproj

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,6 @@
44
<OutputType>Exe</OutputType>
55
<TargetFramework>net10.0</TargetFramework>
66
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
7-
<!-- Suppress nullable reference type warnings from Typography submodule -->
8-
<NoWarn>$(NoWarn);CS8618;CS8603;CS8625;CS8600;CS8601;CS8602;CS8604</NoWarn>
97
</PropertyGroup>
108
<ItemGroup>
119
<ProjectReference Include="..\CSharpMath.SkiaSharp\CSharpMath.SkiaSharp.csproj" />

CSharpMath.Playground/TypographyTest/LayoutString.cs

Lines changed: 0 additions & 14 deletions
This file was deleted.

0 commit comments

Comments
 (0)