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

Merging recent dev15.7.x to features/custom-fixed #25695

Merged
merged 114 commits into from
Mar 24, 2018

Conversation

VSadov
Copy link
Member

@VSadov VSadov commented Mar 24, 2018

No description provided.

Therzok and others added 30 commits March 17, 2018 14:41
This moves all of our build diagnistic output into the same folder:
Binaries\Configuration\Logs. Having it in a single folder is necessary
for us to upload the information using the VSTS Build Artifact task.

Jenkins should be unaffected. It supports and uses wildcards for the
file types we need to be uploaded on failed builds.
Move all build diagnostic info into Logs dir
…apshot without changes (dotnet#25576)

* Fixed DDRIT failure (dotnet#25551)

* made sure we raise workspace changed events even when there is no text change.

this is needed to bring workspace up to date with latest text snapshot after we don't merge 2 text snapshot to 1 source text if content is same.

see this for more detail - dotnet#24849

* added comments on why we need to process all text change events

* removed changes empty check. now it is possible to have empty changes.

* remove non-empty from comment since set now can be empty.
This change moves the captured xunit standard output file into the
standard log folder.

closes dotnet#25602
DevDivInsertionFiles.vbproj is the last project which isn't included in
Roslyn.sln. Included it there and remove the solution that used to drive
it's build.
There is now just a `-build` option. The `-buildAll` option was
introduced at the time when our official and normal build had fairly
significant differences. Now the delta is very small. Removing this as
it's no longer relevant.
Change procdump so it captures dumps when a stack overflow exception
occurs. Using the command line outlined here:

https://blogs.msdn.microsoft.com/benjaminperkins/2017/06/28/capture-a-stackoverflowexception-and-make-a-dump-0xc00000fd/

closes dotnet#25603
This adds a unit test leg which runs on a Windows machine with only the
ES language installed. This should help us catch issues that make
contribution difficult for developers who don't run English as their
primary language on Windows.
@VSadov VSadov requested review from a team as code owners March 24, 2018 00:04
@VSadov VSadov merged commit 1f59ab4 into dotnet:features/custom-fixed Mar 24, 2018
@VSadov VSadov deleted the fixedMerge01 branch March 24, 2018 00:54
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.

10 participants