-
Notifications
You must be signed in to change notification settings - Fork 10.3k
[Epic] Templating #9937
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
It would be nice to have |
@Andrzej-W there is a plan for auth for Blazor apps that is being executed on for preview6 I believe @danroth27? |
Yup: #4048 |
It would be awesome if the Blazor templates were closer aligned to the other web templates. That layout is the first thing I strip out of every project. |
gRPC template is pretty close to final. Just minor tweaks to the project name left. |
A lot of this work has been done in 3.0. Moving the issue to 5.0 to tackle the remaining work. |
Closing in favor of the newer issues created around template strategy in 6.0. |
Simplification
ILogger - #10332
ILogger<T>
Worker
API
ValuesController
toWeatherController
string location
(returns Celsius)string location, TemperatureUnit unit
TemperatureUnit
defined in project:public enum { Celsius, Fahrenheit }
new WeatherResult { Location = location, Temperature = randomTemp, TemperatureUnit = unit }
Web Application
Blazor - #10348
Naming & Options Summary
dotnet new webapp
(equiv todotnet new razor
) ordotnet new webapp --mvc
VS Item templates
TBD
The text was updated successfully, but these errors were encountered: