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

Upgrade to Roslyn 1.0.0-rc3 #134

Merged
merged 1 commit into from Jun 18, 2015
Merged

Upgrade to Roslyn 1.0.0-rc3 #134

merged 1 commit into from Jun 18, 2015

Conversation

ghost
Copy link

@ghost ghost commented Jun 18, 2015

Fix resulting unit test failures:

  • 1 failure in the ExplicitThisRule tests because the APIs that rule calls now handle trivia (almost) correctly. Adjusted the expected output of the test.
  • 15 failures in the DeadRegionAnalysis tests, because they were initializing a CSharpOptions object with SourceCodeKind.Interactive, which is no longer supported. Changed Interactive to Regular. All tests now pass.

@srivatsn

Fix resulting unit test failures:
o 1 failure in the ExplicitThisRule tests because the APIs that rule calls now handle trivia (almost) correctly. Adjusted the expected output of the test.

o 15 failures in the DeadRegionAnalysis tests, because they were initializing a CSharpOptions object with SourceCodeKind.Interactive, which is no longer supported. Changed Interactive to Regular. All tests now pass.
@ghost ghost assigned jaredpar Jun 18, 2015
jaredpar added a commit that referenced this pull request Jun 18, 2015
Upgrade to Roslyn 1.0.0-rc3
@jaredpar jaredpar merged commit 52bdcfc into dotnet:master Jun 18, 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.

2 participants