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

Add AspNetCore specific properties for csproj intellisense #3773

Merged
merged 2 commits into from Sep 24, 2018

Conversation

jkotalik
Copy link
Contributor

AspNetCore is adding a new feature to support inprocess hosting with IIS. We have a few csproj elements that can be specified that we would like to add for intellisense. There doesn't seem to be any extensibility points, so I went ahead and added them to the CommonTypes file.

cc/ @AndyGerlicher @shirhatti

@rainersigwald
Copy link
Member

@jkotalik Do you want this for 15.9, or is 16.0 ok?

Also, this is the Right Place for this checkin, but we do localization only on the internal copy, so we'll need to dual-check-in to make this actually ship with VS.

@rainersigwald
Copy link
Member

Bouncing PR to retest.

@jkotalik
Copy link
Contributor Author

15.9

@rainersigwald
Copy link
Member

Can you please rebase onto the vs15.9 branch, then? We're already in 16.0 for master.

@jkotalik jkotalik changed the base branch from master to vs15.9 September 20, 2018 01:39
@jkotalik
Copy link
Contributor Author

done.

<xs:documentation><!-- _locID_textPackageId _locComment="" -->Indicates whether to run an ASP.NET Core application using IIS in-process or out-of-process.</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="AspNetCoreHostingName" type="msb:StringPropertyType" substitutionGroup="msb:Property">

Choose a reason for hiding this comment

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

Did you mean AspNetCoreModuleName?

@jkotalik
Copy link
Contributor Author

ping

@AndyGerlicher AndyGerlicher merged commit 26efb7b into dotnet:vs15.9 Sep 24, 2018
@jkotalik
Copy link
Contributor Author

How should I handle merging this into VS? Should I make a separate PR or is there another process?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants