Browse Source

Minor app builder fix

pull/11843/head
Max Katz 3 years ago
parent
commit
84c2efde22
  1. 2
      src/Avalonia.Controls/AppBuilder.cs

2
src/Avalonia.Controls/AppBuilder.cs

@ -151,7 +151,7 @@ namespace Avalonia
}
throw new InvalidOperationException(
$"Unable to create AppBuilder from type {entryPointType.Name}." +
$"Unable to create AppBuilder from type \"{entryPointType.FullName}\". " +
$"Input type either needs to have BuildAvaloniaApp -> AppBuilder method or inherit Application type.");
}

Loading…
Cancel
Save