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

Merge master to master-vs-deps #23783

Merged
merged 34 commits into from Dec 14, 2017

Conversation

dotnet-bot
Copy link
Collaborator

This is an automatically generated pull request from master into master-vs-deps.

git fetch --all
git checkout merges/master-to-master-vs-deps-20171214-080022
git reset --hard upstream/master-vs-deps
git merge upstream/master
# Fix merge conflicts
git commit
git push merges/master-to-master-vs-deps-20171214-080022 --force

Once all conflicts are resolved and all the tests pass, you are free to merge the pull request.

333fred and others added 30 commits November 20, 2017 14:34
…bdas

* dotnet/master: (172 commits)
  Code cleanup per code review
  Enable Microsoft.CodeAnalysis.VisualBasic.UnitTests.GetExtendedSemanticInfoTests.GroupBy_Lookup1 unit-test. (#23600)
  Move usings out
  Sort usings
  Wrap completion providers logic in exception filters
  Update language feature status (#23596)
  Disallow use of 'out var' in __arglist. (#23570)
  Keep compilation alive in GetPartialSemanticModelAsync
  Don't include satellite assemblies in VSIX
  Fix typo in ConsoleClassifierCS.csproj
  Update .xlf files
  Mark Samples projects as NonShipping
  Turn off loc for SyntaxVisualizerExtension.csproj
  Update .xlf files
  Use wildcards in SignToolData.json
  Conditionally reference XliffTasks
  Update list of files to sign
  Add generated XLF files
  Fix the XliffTasks version
  Disable GenerateSatelliteAssemblies target
  ...
…to have less duplication and handle more cases.
As written our restore is treating every package in the toolset project
as something to be included when building the project. This causes NuGet
to construct a completely non-sensical project.assets.json. Exclude
everything so that the resulting file is valid.
Make it a valid library project. Ensuring this works makes restore a
much smoother operation.
The dotnet pack command can't handle nuspec files (or at least I can't
find the appropriate documentation for it). As such contining to use it
for creating NuGet packages for now.
* made bucketting to be better even in telemetry site.

previous way made bucketting to be better in watson site but not telemetry site. this should make it to better on both site.

* turns out bucket number is 0 based for API but document is 1 based.

* changed to use hashcode rather than full callstack since watson will only use first 255 for bucketing.
One of the VB scripting tests changes the default culture to "de-DE" and
later prints out a string subject to localization. Now that we actually
have satellite assemblies with real translations where the runtime will
find them, we're getting the German version rather than the English
version.

The fix here is to simply update the baseline.
333fred and others added 4 commits December 13, 2017 15:10
Handle parentheses in explicit VB delegate creation scenarios.
LOC CHECKIN | dotnet/roslyn-master | 20171212
@dotnet-bot dotnet-bot requested review from a team as code owners December 14, 2017 08:00
@cston
Copy link
Member

cston commented Dec 14, 2017

@dotnet-bot test windows_debug_vs-integration_prtest

@cston cston merged commit 9276d11 into master-vs-deps Dec 14, 2017
@cston cston deleted the merges/master-to-master-vs-deps-20171214-080022 branch December 14, 2017 16:00
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

8 participants