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

[Automated] Merge 'master' into 'future' #5483

Merged
merged 133 commits into from
Sep 28, 2015
Merged
Changes from 3 commits
Commits
Show all changes
133 commits
Select commit Hold shift + click to select a range
bfbfec3
Allow CodeFixes to edit closed AdditionalDocuments under global undo …
Aug 4, 2015
c1d1761
Change interactive window behavior when typing inside readonly area
genlu Sep 17, 2015
f22bbdd
Fix InsertAwait
pawchen Sep 18, 2015
7210a88
Add the reported case.
pawchen Sep 18, 2015
f40a5f7
Replace `CutOrDeleteSelection` with new implementation
genlu Sep 18, 2015
1c40267
Merge branch 'master' into Fix5130SecondTry
genlu Sep 18, 2015
af91b0b
emit mode
VSadov Sep 18, 2015
1da6ae3
propagate debug+ on command line in C# to the compilation options
VSadov Sep 21, 2015
1555e14
Adding tests for ReleaseDebugExe. Not updating baselines to see the e…
VSadov Sep 21, 2015
4b58de6
Address CR comments
genlu Sep 21, 2015
a3cd53c
Merge branch 'master' into Fix5130SecondTry
genlu Sep 21, 2015
d8b8ac3
Updated test baselines.
VSadov Sep 21, 2015
b7d872c
Address CR comments
genlu Sep 22, 2015
5c61156
Merge branch 'master' into Fix5130SecondTry
genlu Sep 22, 2015
0b3ee67
Merge from master
pawchen Sep 22, 2015
8bbe647
Fix spacing after merge.
pawchen Sep 22, 2015
0ff17fb
Use @jmarolf proposed handling
pawchen Sep 22, 2015
576e5c5
Remove incorrect test case.
pawchen Sep 22, 2015
9f4c3ba
Fix failed VB tests.
pawchen Sep 22, 2015
984b46b
Fix namespaces for VB test files
pawchen Sep 22, 2015
5e7475c
CR feedback
VSadov Sep 22, 2015
73c9498
Speed up smart indenting in the presence of many inactive regions
Sep 22, 2015
f44c637
Ban assembly versions with wildcards in deterministic builds
TyOverby Sep 22, 2015
4540068
Add tests for banning version wildcards in deterministic builds
TyOverby Sep 22, 2015
53a6afc
merge changes and fixup trivia handling
jmarolf Sep 22, 2015
ab4f4c4
Merge branch 'master' of github.com:dotnet/roslyn into 4578-wildcard-…
TyOverby Sep 22, 2015
821de3c
Better way of checking for the deterministic flag
TyOverby Sep 22, 2015
553bb2e
run compilation tests with null device instead of memory stream
TyOverby Sep 22, 2015
3395230
Fixing imports on 3 new VB tests
jmarolf Sep 22, 2015
7cf72af
Update the *Core references to new versions
agocke Sep 22, 2015
ed7f6e1
Add some packages I left out the first time
agocke Sep 22, 2015
6a90389
Update the *nix nuget packages
agocke Sep 23, 2015
30ee227
Update default runtimes for DNXCore projects to be more specific
agocke Sep 23, 2015
ca5c3ef
Use NuGetPackageResolver in InteractiveHost
cston Sep 16, 2015
1179a33
Fix leading trivia test and add tenery operator cases
pawchen Sep 23, 2015
dab20f2
Merge remote-tracking branch 'upstream/master' into ng-2
cston Sep 23, 2015
362a7c6
Merge updates from @jmarolf
pawchen Sep 23, 2015
9cfeff5
Merge branch 'master' into FixInsertAwait
pawchen Sep 23, 2015
7a5cb9d
Merge remote-tracking branch 'upstream/master' into ng-2
cston Sep 23, 2015
e9137a0
Add unittests
genlu Sep 23, 2015
8ae2c82
Refactor a little bit.
pawchen Sep 23, 2015
af822eb
Fix incorrectly passed cases.
pawchen Sep 23, 2015
341a1c7
Fix typo
pawchen Sep 23, 2015
b7fee1d
Just use Simplifier.Annotation within CS version of ConvertToAwaitExp…
pawchen Sep 23, 2015
a90e0e6
Merge pull request #5356 from cston/ng-2
cston Sep 23, 2015
f57a025
Remove an extra word.
Sep 23, 2015
0c10bc2
Add OSS header
Sep 23, 2015
cacb5ed
Merge branch 'master' into smartindentperf
Sep 23, 2015
5f495d0
Merge branch 'master' into fix4103
VSadov Sep 23, 2015
e34e5dc
Misc. cleanup
cston Sep 23, 2015
c70c4fe
Merge branch 'master' of github.com:dotnet/roslyn into 4578-wildcard-…
TyOverby Sep 23, 2015
690c9ab
Special casing for single line ternary expressions that without singl…
pawchen Sep 23, 2015
0038e10
update auto-property analyzer to explicitly check for exactly one set…
brettfo Sep 22, 2015
da6559f
add more descriptive comments
brettfo Sep 23, 2015
7996c8a
Fix incorrectly passed test cases, hopfully.
pawchen Sep 23, 2015
57a9930
change variable name to make it more clear
brettfo Sep 23, 2015
fdd298c
Merge pull request #5407 from cston/ng
cston Sep 23, 2015
655206f
Merge branch 'master' into fix4103
VSadov Sep 23, 2015
72ef9aa
Merge remote-tracking branch 'dotnet/master' into Fix5130SecondTry
genlu Sep 23, 2015
b2c9128
Merge branch 'master' into Fix5130SecondTry
genlu Sep 23, 2015
80fa326
Merge branch 'master' into use-auto-property-singleordefault
brettfo Sep 23, 2015
dff44c3
Merge branch 'master' of github.com:dotnet/roslyn into 4578-wildcard-…
TyOverby Sep 23, 2015
50b4086
Merge pull request #5339 from genlu/Fix5130SecondTry
genlu Sep 23, 2015
a1680cf
Disable UseAutoPropertyAnalyzer for now...
KevinH-MS Sep 23, 2015
af3c674
Merge pull request #5398 from TyOverby/4578-wildcard-deterministic
TyOverby Sep 23, 2015
1bfd3e4
Merge pull request #5396 from rchande/smartindentperf
Sep 23, 2015
9b7d716
Compiler layer changes to expose suppression info for suppressed diag…
mavasani Sep 23, 2015
515c3f9
This change adds a new code action to Features layer Suppression fixe…
mavasani Sep 23, 2015
23872bf
This change enables "Remove Suppression(s)" context menu command in t…
mavasani Sep 23, 2015
22e9caa
Add unit tests for Remove suppression code action and its batch fix s…
mavasani Sep 23, 2015
a2858dd
Merge remote-tracking branch 'upstream/master' into RemoveSuppressionPR
mavasani Sep 23, 2015
eec4fbd
Merge pull request #5400 from brettfo/use-auto-property-singleordefault
brettfo Sep 23, 2015
acee613
Merge pull request #5381 from VSadov/fix4103
VSadov Sep 23, 2015
28bd71d
Merge pull request #5409 from KevinH-MS/NoUAPA
KevinH-MS Sep 23, 2015
e08ced0
Add some doc comments, remove unused code and fix a unit test.
mavasani Sep 23, 2015
dd396a8
Merge pull request #5401 from agocke/FixCsc/VbcCoreOnWindows
agocke Sep 23, 2015
c601241
Add analyzer loading support for CoreCLR
agocke Jul 24, 2015
51919aa
Update the *nix NuGet packages
agocke Sep 23, 2015
e93ca63
Add System.Text.Encoding.CodePages and update nuget zip
agocke Sep 24, 2015
fc8f9ad
Rename Test() to TestAssignmentExpression1()
jmarolf Sep 24, 2015
5d38240
Merge pull request #5425 from jmarolf/TestFix
jmarolf Sep 24, 2015
0a48124
Merge pull request #4915 from dpoeschl/OpenInvisibleEditorOnAdditiona…
dpoeschl Sep 24, 2015
a721595
Revisit APIs for accessing script variables
tmat Sep 24, 2015
6f8d0b4
Rename the Test() method that prevented all tests from actually running.
pawchen Sep 24, 2015
fe9e375
Provide better error message from test results.
pawchen Sep 24, 2015
7e717b0
Fix all failed tests.
pawchen Sep 24, 2015
271096b
Fix Roslyn EE to handle function pointers
ericfe-ms Sep 24, 2015
931e8fd
A bit of ReferenceManager refactoring
tmat Sep 24, 2015
c5f33cb
Correctly fix parenthesis removability checking by fixing operator pr…
pawchen Sep 24, 2015
419681b
With CanRemoveParentheses returns the correct result, Simplifier.Anno…
pawchen Sep 24, 2015
efb8d22
Merge pull request #5426 from tmat/ScriptVarsFix
tmat Sep 24, 2015
4693592
Fixes to VS Suppression services to handle remove suppression(s) for …
mavasani Sep 24, 2015
fb9c1cf
Add null check for TextViewModel in GetDataTipText...
KevinH-MS Sep 24, 2015
c05e533
Fix up other caller of IWpfTextView.TextViewModel...
KevinH-MS Sep 24, 2015
8482355
Avoid unneccessary item copies in RemoveDuplicates
tmat Sep 24, 2015
a5c02e2
Merge pull request #5434 from KevinH-MS/master
KevinH-MS Sep 24, 2015
acbfff1
Merge pull request #5412 from ericfe-ms/master
ericfe-ms Sep 24, 2015
3ca3f7e
Function pointer tests
cston Sep 24, 2015
87886b2
Merge pull request #5367 from tmat/RM1
tmat Sep 24, 2015
f352354
Make InteractiveWindow use HACK_ThemeColorFixer
genlu Sep 24, 2015
875d13d
Allow default version
cston Sep 24, 2015
508873b
Remove unnecessary references that we causing warnings on Mono
agocke Sep 24, 2015
d018bf2
Disable analyzers in the Linux CI build
agocke Sep 24, 2015
f021ad1
Merge pull request #5328 from diryboy/FixInsertAwait
jmarolf Sep 24, 2015
c0a3b27
Merge pull request #5427 from cston/pfn
cston Sep 24, 2015
d6f8dc4
Merge pull request #3979 from agocke/AddCoreClrAnalyzerLoader
agocke Sep 24, 2015
a950b47
Fix VB test case and use Simplifier.Annotation
pawchen Sep 24, 2015
b198a33
New version of analyzers
jaredpar Sep 24, 2015
e8071b4
Merge pull request #5436 from agocke/RemoveWarningsInXPlatBuild
agocke Sep 25, 2015
8eeb8b2
Fix VB tests cases so they actually checks trivia when intended.
pawchen Sep 25, 2015
f688484
Merge pull request #5440 from diryboy/FixInsertAwait
jmarolf Sep 25, 2015
f5b65f9
Remove the error list command handler registration for add and remove…
mavasani Sep 25, 2015
3cece37
Merge pull request #5439 from jaredpar/nuget
jaredpar Sep 25, 2015
b953da1
Reduce VBCSCompiler polling frequency to 1Hz
pharring Sep 25, 2015
154ab39
Disable tests that are blocking all PRs
jaredpar Sep 25, 2015
3ac90b6
Self assignment in expression trees should error
jaredpar Sep 25, 2015
610022a
Add regression tests for interactive using bugs
amcasey Sep 22, 2015
6eca7dc
Merge pull request #5416 from mavasani/RemoveSuppressionPR
mavasani Sep 25, 2015
376de68
Add null check in SemanticModelService for #load'ed trees...
KevinH-MS Sep 25, 2015
8b4461d
Also add a null check in AbstractDocumentHighlightsService...
KevinH-MS Sep 25, 2015
4c98b4b
Merge pull request #5448 from jaredpar/bug-3826
jaredpar Sep 25, 2015
1882b7f
Fix function pointer representation
cston Sep 25, 2015
65bacf8
Merge pull request #5453 from cston/pfn
cston Sep 25, 2015
2c2db25
Add a separate package for the Linux coreclr runtime
agocke Sep 25, 2015
e06b841
Ignore if rm can't delete the package
agocke Sep 25, 2015
1b9650b
Minor code cleanup
cston Sep 25, 2015
bcc6f6b
Merge pull request #5435 from genlu/Fix4930
genlu Sep 25, 2015
8590192
Merge pull request #5451 from amcasey/UsingTests
amcasey Sep 25, 2015
9c1c8a3
Merge pull request #5459 from agocke/FixLinuxCoreClrPackage
agocke Sep 25, 2015
79da30c
Merge pull request #5449 from pharring/PollingInterval
pharring Sep 25, 2015
ad27fb9
Merge pull request #5452 from KevinH-MS/master
KevinH-MS Sep 26, 2015
21f14dd
Merge pull request #5460 from cston/pfn-2
cston Sep 27, 2015
a7382f4
Merge pull request #5461 from cston/ng
cston Sep 27, 2015
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
@@ -87,7 +87,7 @@ internal override ImmutableArray<string> ResolveNuGetPackage(string packageName,
catch (UnauthorizedAccessException)
{
}
return default(ImmutableArray<string>);
return ImmutableArray<string>.Empty;
}

/// <summary>
2 changes: 1 addition & 1 deletion src/Interactive/HostTest/NuGetPackageResolverTests.cs
Original file line number Diff line number Diff line change
@@ -126,7 +126,7 @@ public void HandledException()
bool restored = false;
var resolver = new NuGetPackageResolverImpl(directory.Path, startInfo => { restored = true; throw new IOException(); });
var actualPaths = resolver.ResolveNuGetPackage("A.B.C", "1.2");
Assert.True(actualPaths.IsDefault);
Assert.True(actualPaths.IsEmpty);
Assert.True(restored);
}
}
Original file line number Diff line number Diff line change
@@ -25,9 +25,7 @@ internal sealed class RuntimeMetadataReferenceResolver : MetadataReferenceResolv
internal RuntimeMetadataReferenceResolver(
ImmutableArray<string> searchPaths,
string baseDirectory)
: this(new RelativePathResolver(searchPaths.NullToEmpty(), baseDirectory),
null,
GacFileResolver.Default)
: this(new RelativePathResolver(searchPaths, baseDirectory), null, GacFileResolver.Default)
{
}