File tree Expand file tree Collapse file tree
CSharpMath.Rendering.Tests Expand file tree Collapse file tree Original file line number Diff line number Diff line change 77 <PackageReference Include =" SkiaSharp.NativeAssets.Linux.NoDependencies" Version =" 3.119.1" />
88 <PackageReference Include =" SkiaSharp.NativeAssets.Win32" Version =" 3.119.1" />
99 <PackageReference Include =" SkiaSharp.NativeAssets.macOS" Version =" 3.119.1" />
10- <PackageReference Include =" Avalonia.Skia" Version =" $(AvaloniaVersion)" />
10+ <!-- Avalonia needs updating. Avalonia-specific tests commented out for now. -->
11+ <!-- <PackageReference Include="Avalonia.Skia" Version="$(AvaloniaVersion)" /> -->
1112 </ItemGroup >
1213 <ItemGroup >
1314 <PackageReference Update =" coverlet.collector" Version =" 6.0.4" >
Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ public TestRenderingFixture() {
1919 // Pre-initialize typefaces to speed tests up
2020 BackEnd . Fonts . GlobalTypefaces . ToString ( ) ;
2121 // Needed by Avalonia tests!
22- global ::Avalonia . Skia . SkiaPlatform . Initialize ( ) ;
22+ // global::Avalonia.Skia.SkiaPlatform.Initialize();
2323 }
2424 // https://www.codecogs.com/latex/eqneditor.php
2525 static string ThisFilePath ( [ CallerFilePath ] string ? path = null ) =>
You can’t perform that action at this time.
0 commit comments