Skip to content

Update WeatherForecastController.cs #11668

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

Merged
merged 1 commit into from
Jun 28, 2019
Merged

Update WeatherForecastController.cs #11668

merged 1 commit into from
Jun 28, 2019

Conversation

pranavkm
Copy link
Contributor

No description provided.

@pranavkm
Copy link
Contributor Author

FYI @mkArtakMSFT. Merging this in since the blazor-hosted templates are missing a using which causes it to fail a build


public WeatherForecastController(ILogger<WeatherForecastController> logger)
{
_logger = logger;
this.logger = logger;
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

woah woah woah

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It's the right thing to do!

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Since when?!

@mkArtakMSFT
Copy link
Contributor

Feel free to merge this as soon as the CI checks pass.

@Eilon Eilon added the area-mvc Includes: MVC, Actions and Controllers, Localization, CORS, most templates label Jun 28, 2019
@pranavkm pranavkm merged commit b472b0a into master Jun 28, 2019
@ghost ghost deleted the pranavkm-patch-2 branch June 28, 2019 17:12
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area-mvc Includes: MVC, Actions and Controllers, Localization, CORS, most templates
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants