Skip to content
This repository was archived by the owner on Jul 12, 2022. It is now read-only.

Upgrade roslyn #67

Merged
merged 11 commits into from
Feb 19, 2015
Merged

Upgrade roslyn #67

merged 11 commits into from
Feb 19, 2015

Conversation

jaredpar
Copy link
Member

Note: The diff here is artificially large because I layered it on top of the VB support. Once that PR is accepted the only diff will be the following commit:

0c74928

This commit sets the stage for adding VB.Net support into the code
formatter by allowing rules to partition their support based on the
language in question.

This is the start of getting issue dotnet#55 implemented.
All of the other rules can access the syntax from the provided Document
object.  This passes the language name down to syntax so rules which
support both C# and VB can change their implementation based on the
language.
This extends the copyright header rule support to Visual Basic.
The console runner needs to have the Visual Basic Workspaces dependency
in order to correctly load .vbproj files.
This adds support to VB for making visibility modifiers explicit.
Updated the designer / generated file filter to understand VB files as
well.
Fix a typo in the generated code filter.
Upgrade the code formatter to use the RC1 version of the NuGet packages.
There were some API changes in this upgrade that caused a medium amount
of churn in the code base.  It is mostly mechanical work.
jaredpar added a commit that referenced this pull request Feb 19, 2015
@jaredpar jaredpar merged commit e34e67a into dotnet:master Feb 19, 2015
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants