Diego Giagio

Results 6 comments of Diego Giagio

I don't really understand what you are suggesting here. Could you please give an example?

Sounds like a good idea to have a dotnet CLI global tool. It could probably be just a simple wrapper on top of the existing `warp-packer` tool as it's portable...

Can you set `WARP_TRACE=1` environment variable when running the self-contained executable? This should show some debugging output.

Seems like it's getting confused with the drive letters. Can you try going to drive E:\ and running `warp-packer` from there using relative directories like the example? ```powershell E:\> cd...

@javiercn @danroth27 I'm evaluating the .NET ecosystem (ASP.NET, Blazor and .NET in general) for our company, and I just got hit with this bug. Unfortunately the workaround (authorize everything +...

Unfortunately my company had to skip Blazor because of this issue. As a CTO, I cannot afford to rely on "authorize everything + deny specific pages only" if you take...