Viktor Danhall
Results
2
issues of
Viktor Danhall
Currently named: `MERMAID_FILTER_BACKROUND` expected it to be: `MERMAID_FILTER_BACKGROUND` (`G` is missing)
Since Cocona.Command.Binder.CoconaParameterBinder injects the root IServiceProvider, using a FromServiceAttribute with a scoped service will fail (Untested) Example: ```c# var builder = CoconaApp.CreateBuilder(args); builder.Services.AddScoped(); var app = builder.Build(); app.AddCommand("foo", ([FromService]IFoo foo)...