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 into privateProtected #22047

Merged
merged 85 commits into from
Sep 11, 2017

Conversation

gafter
Copy link
Member

@gafter gafter commented Sep 11, 2017

No description provided.

MaStr11 and others added 30 commits May 26, 2017 18:18
…ngs and minor optimizations (e.g. StringBuilder from pool)
…is in a common base class).

* Added glyph to completion item
* Added type info test for InternalsVisibleToAttribute (SemanticModel) including test
* Added support for three out of four ways to strong name an assembly:
  *  By csproj property *AssemblyOriginatorKeyFile* (was already supported)
  *  By compiler option (was already supported)
  *  By *AssemblyKeyFileAttribute* and *AssemblyKeyNameAttribute* (new, requires compilation of every assembly). Test case added.
  *  Not supported: By Assembly Linker (IMO not possible)
* Added test for delayed signing
…in the appropriate places (found a weird edge case).

* Changed semantic check and removed check of the attribute name (and added test for type alias)
* Code cleanup as reviewed
…letion list (because syntaxFactsService.IsElementAccessExpression is called in GetAttributeSyntaxNodeOfToken)
…already "InternalsVisibleTo" by looking up of InternalsVisibleTo attribute instances of the current project.
…fic syntax trees directly instead by visitor pattern.
tmat and others added 24 commits September 6, 2017 18:21
* Full Windows PDB determinism

* Update DSRN to 1.7.0-private-25621

* Avoid caching zero chunks

* PR feedback
* Use DSRN version 1.7.0-beta-25631

* Fill in missing document entries in PDB tests

* Update pdb to xml converter to 1.1.0-beta1-62106-02
- Fixed variable typo in all files I could find it in
fixing merge break: adding document attribute to pdb in broken tests
Avoid AggregateException in TaskExtensions.WaitAndGetResult
21898 - Fixed typo in help message
The testing instructure for CoreCLR currently runs all assemblies in
parallel in a single process, so resources, which are static and lazy
initialized, must have thread synchronization. Otherwise, tests which
depend on object or symbol identity could fail if they retrieve
different copies of the same resource.

Fixes dotnet#21937
Fix issue with merging parameters
…r-20170908-070011

Merge dev15.4.x to master
@gafter gafter self-assigned this Sep 11, 2017
@gafter gafter added this to the 15.5 milestone Sep 11, 2017
@gafter gafter merged commit fd2ba30 into dotnet:features/privateProtected Sep 11, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.