-
Notifications
You must be signed in to change notification settings - Fork 4.2k
Merge [master] into [features/param-nullchecking] #46388
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
Merged
jaredpar
merged 665 commits into
dotnet:features/param-nullchecking
from
kevinsun-dev:features/pnc-update-r3
Jul 28, 2020
Merged
Merge [master] into [features/param-nullchecking] #46388
jaredpar
merged 665 commits into
dotnet:features/param-nullchecking
from
kevinsun-dev:features/pnc-update-r3
Jul 28, 2020
Conversation
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
Improve mention of IDE experience scenario so that it links to it. Acknowledge trailing JSON comma. Fix FileTransformGenerator example indent.
Classify ??= as an operator.
…osticAnalyzer Fixes dotnet#46047 dotnet#45765 enhance this analyzer to support detecting unnecessary inline SuppressMessageAttribute suppressions. This led to a regression when processing idToPragmasMap for unhandled IDs, which is fixed by this change.
…/target-typing Merge master to features/target-typing
…s-deps Merge master to master-vs-deps
…-master Merge release/dev16.7 to master
…rges/release/dev16.7-vs-deps-to-master-vs-deps
…walker (dotnet#45974) * Attempted Fix * PR Changes
Fix confusing use of GetService extensions with different behavior
…ase/dev16.7-vs-deps-to-master-vs-deps
Fix KeyNotFound exception in RemoveUnnecessaryInlineSuppressionsDiagn…
…/module-initializers Merge master to features/module-initializers
Implement compiler /warnversion flag and one "wave" warning
…-release/dev16.7-vs-deps Merge release/dev16.7 to release/dev16.7-vs-deps
…-master Merge release/dev16.7 to master
Gracefully handle exceptions in code fixer creation
…s-deps Merge master to master-vs-deps
…eview1-to-master Merge release/dev16.8-preview1 to master
Update version of RichCodeNav.EnvVarDump
…sh-data-1 Update publish data for 16.8
…dotnet#45993)" This reverts commit cbb5cf1.
…traint Revert "Support nullable annotations on unconstrained type parameters"
* Update README Add links to NuGet feeds, reorder sections. * Feedback
Remove myget feeds from restore
…-default-constraint Revert 46358 revert 45993 default constraint
Fix roundtripping of generic error types.
…cted places (dotnet#46343) * F1 help for private protected and protected internal go to their expected places * Clean up code analysis messages * Simplify and extract logic * Allow for modifiers in any order with other modifiers in between them because some people are monsters
Change build to support `net5.0` TFs
…eview1-to-master Merge release/dev16.8-preview1 to master
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.
No description provided.