JasperFx/oakton

Issue with resources check

jeremydmiller opened this issue · 0 comments

See JasperFx/wolverine#173 for details.

$ dotnet run --project src/Web/Web.csproj --launch-profile Web -- resources check
Building...
Searching 'JasperFx.CodeGeneration.Commands, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null' for commands
Searching 'Weasel.CommandLine, Version=6.0.0.0, Culture=neutral, PublicKeyToken=null' for commands
Searching 'Marten.CommandLine, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null' for commands
Searching 'Wolverine, Version=0.9.8.0, Culture=neutral, PublicKeyToken=null' for commands

No Wolverine extensions are detected

[red]ERROR:[/]System.Security.VerificationException: Method Spectre.Console.AlignableExtensions.LeftAligned: type argument 'Spectre.Console.FigletText' violates the
constraint of type parameter 'T'.
at async Task Oakton.Resources.ResourcesCommand.Execute(ResourceInput input)
at void System.Runtime.CompilerServices.AsyncMethodBuilderCore.Start(ref TStateMachine stateMachine)
at Task Oakton.Resources.ResourcesCommand.Execute(ResourceInput input)
at Task Oakton.OaktonAsyncCommand`1.Oakton.IOaktonCommand.Execute(object input)
at Task Oakton.CommandRun.Execute()
at async Task Oakton.CommandExecutor.execute(CommandRun run)