Browse Source

Merge pull request #5645 from workgroupengineering/fixes/FluentBenchmark_Avalonia.Markup.Xaml.XamlLoadException

fix(Benchmark): FluentBenchmark thrown: 'Avalonia.Markup.Xaml.XamlLoadException'
pull/5663/head
Max Katz 5 years ago
committed by GitHub
parent
commit
a03ba3e8a6
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 4
      tests/Avalonia.Benchmarks/Themes/FluentBenchmark.cs

4
tests/Avalonia.Benchmarks/Themes/FluentBenchmark.cs

@ -64,9 +64,9 @@ namespace Avalonia.Benchmarks.Themes
AssetLoader.RegisterResUriParsers();
return new Styles
{
new StyleInclude(new Uri("avares://Avalonia.Benchmarks"))
new Avalonia.Themes.Fluent.FluentTheme(new Uri("avares://Avalonia.Benchmarks"))
{
Source = new Uri("avares://Avalonia.Themes.Fluent/Accents/FluentDark.xaml")
}
};
}

Loading…
Cancel
Save