We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 15d6468 commit 6a8fa99Copy full SHA for 6a8fa99
3 files changed
CSharpMath.Maui.Example/EditorPage.xaml.cs
@@ -3,8 +3,10 @@
3
using CommunityToolkit.Maui.Extensions;
4
using CommunityToolkit.Maui.Views;
5
using Microsoft.Maui.Controls;
6
+#if !IOS && !ANDROID
7
using SharpHook;
8
using SharpHook.Data;
9
+#endif
10
11
namespace CSharpMath.Maui.Example {
12
[XamlCompilation(XamlCompilationOptions.Compile)]
CSharpMath.Playground/CSharpMath.Playground.csproj
@@ -4,8 +4,6 @@
<OutputType>Exe</OutputType>
<TargetFramework>net10.0</TargetFramework>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
- <!-- Suppress nullable reference type warnings from Typography submodule -->
- <NoWarn>$(NoWarn);CS8618;CS8603;CS8625;CS8600;CS8601;CS8602;CS8604</NoWarn>
</PropertyGroup>
<ItemGroup>
<ProjectReference Include="..\CSharpMath.SkiaSharp\CSharpMath.SkiaSharp.csproj" />
CSharpMath.Playground/TypographyTest/LayoutString.cs
0 commit comments