Sayed Ibrahim Hashimi
Sayed Ibrahim Hashimi
I created #14. I'm supportive of it.
> I was hoping to not use .csproj files and instead have projects created similar to the sample console app when using .net5. As Fowler mentioned you would use `generator-aspnet`...
OK in that case we can do one of the following. - Don't support `--fx` for the initial release - Don't support PCLs in the initial release We can work...
@SamuelEnglard for PCLs we can just ignore it right? In generator-aspnet `--gulp` only works on a subset of generators as well.
Right so let's ignore PCLs for now and we can circle back once the other generators are implemented. We can either ignore that flag or redefine it for PCL generators...
@glen-84 it sounds like you're specifically giving feedback on the VS Code/C# Dev Kit experience. If that's the case, the correct repo for C# Dev Kit feedback is https://github.com/microsoft/vscode-dotnettools. The...
Rider doesn't have to follow that value in `launchSettings.json` they are free to come up with a different design for their support. The properties in `launchSettings.json` are designed so that...
@glen-84 it was removed from the templates because most prefer to use kestrel. The option still appears in Visual Studio and when a user selects to use IIS Express the...
> Note that Visual Studio supports `http-client.env.json` for "public" file and `http-client.env.json.user` for user-specific/private settings: https://learn.microsoft.com/en-us/aspnet/core/test/http-files?view=aspnetcore-9.0#user-specific-environment-files. > > Since it seems both JetBrains and VS agrees on the "public" file,...