Electronize Command Imporvements #377

Open
opened 2026-01-29 16:38:01 +00:00 by claunia · 0 comments
Owner

Originally created by @Nikey646 on GitHub (Aug 24, 2019).

Originally assigned to: @GregorBiswanger on GitHub.

The CLI is so bare bones, that it's actually hard to work with.

Some suggestions include providing the capability to automatically use Environment Variables provided via the default launch profiles. This will allow the usage of env.IsDevelopment() and etc.

Rather than building the main application and than executing the binary, launching the application via dotnet run on the .csproj would be preferable. Continuing from this, it should support the dotnet watch tool, allowing the developer to make changes to the the ASP.Net Core webapp and having the server automatically re-compile.

On a side note, because I don't really want to make another issue to suggest this, pointing developers using SPA frameworks to the SpaServices extension (Mircosoft.AspNetCore.SpaServices) and using the ISpaBuilder.UseProxyToSpaDevelopmentServer method to provide hot reloading without any additional configuration from the standard framework methods,

Originally created by @Nikey646 on GitHub (Aug 24, 2019). Originally assigned to: @GregorBiswanger on GitHub. The CLI is so bare bones, that it's actually hard to work with. Some suggestions include providing the capability to automatically use Environment Variables provided via the default launch profiles. This will allow the usage of `env.IsDevelopment()` and etc. Rather than building the main application and than executing the binary, launching the application via `dotnet run` on the .csproj would be preferable. Continuing from this, it should support the `dotnet watch` tool, allowing the developer to make changes to the the ASP.Net Core webapp and having the server automatically re-compile. On a side note, because I don't really want to make another issue to suggest this, pointing developers using SPA frameworks to the SpaServices extension (`Mircosoft.AspNetCore.SpaServices`) and using the `ISpaBuilder.UseProxyToSpaDevelopmentServer` method to provide hot reloading without any additional configuration from the standard framework methods,
claunia added the Feature label 2026-01-29 16:38:01 +00:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/Electron.NET#377