Skip to content
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

No newline between using statements and namespace declaration #228

Closed
ajaybhargavb opened this issue May 11, 2016 · 1 comment
Closed

No newline between using statements and namespace declaration #228

ajaybhargavb opened this issue May 11, 2016 · 1 comment

Comments

@ajaybhargavb
Copy link
Contributor

ajaybhargavb commented May 11, 2016

In MVC Controller with read/write actions and API Controller with read/write actions the generated code does not have a new line between using statements and namespace declaration.

Example:

using System;
using System.Collections.Generic;
using System.Linq;
using System.Threading.Tasks;
using Microsoft.AspNetCore.Http;
using Microsoft.AspNetCore.Mvc;
namespace WebApplication1.Controllers
{
@barrytang
Copy link

TFS Bug#232597

prafullbhosale added a commit that referenced this issue Jul 20, 2016
….json

Fixes #259
Added a newline in controllerWithActions.cshtml. Fixes #228
prafullbhosale added a commit that referenced this issue Jul 21, 2016
….json

Fixes #259
Added a newline in controllerWithActions.cshtml. Fixes #228
prafullbhosale added a commit that referenced this issue Aug 29, 2016
….json

Fixes #259
Added a newline in controllerWithActions.cshtml. Fixes #228
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants