Simplify PEPropertySymbol constructor#43990
Merged
jcouv merged 1 commit intodotnet:masterfrom May 6, 2020
Merged
Conversation
cston
approved these changes
May 6, 2020
333fred
added a commit
to 333fred/roslyn
that referenced
this pull request
May 6, 2020
* upstream/master: (495 commits) Simplify PEPropertySymbol constructor (dotnet#43990) Remove duplicate calls to ThrowIfCancellationRequested Allow msbuild to pass properties and metadata as analyzerconfig: (dotnet#43617) Use a private exception type for error types encountered instead of ArgumentException. Remove unnecessary check Code review feedback Adding tests and expanding side effect cases Expose specific members of System.[U]IntPtr from native integer types (dotnet#43766) Remove trailing space from BoundDecisionDagNode Don't cache FileInfo instances. Add 16.7 Preview 1 to the publish data config Bump prerelease version for 16.7 preview 2 Only run code style analyzers when nullable warnings are enabled Remove Code review feedback Lint Undo Fix regression in global:: qualified constant in a switch case. Fixes dotnet#43960 Undo Simplify ...
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Removing some dead code