Merge master to features/covariant-returns#43654
Merged
59 commits merged intodotnet:features/covariant-returnsfrom Apr 24, 2020
Merged
Merge master to features/covariant-returns#4365459 commits merged intodotnet:features/covariant-returnsfrom
59 commits merged intodotnet:features/covariant-returnsfrom
Conversation
…hooking up to the OOP server.
…ersion Bump patch version for 16.6 P4
…ing build Closes dotnet#42166 This PR is aimed towards improving the build performance in presence of analyzers that report Info (Suggestion) and/or Hidden diagnostics. Hidden diagnostics are never reported in build and Info diagnostics are only officially supported in presence of /errorlog, we will retain this support. The command line compilers do report Info diagnostics on command line today, but these are filtered away by MSBuild and are effectively never visible to users. This makes this a non-breaking scenario in .NET core build environment and an extreme corner case breaking change on desktop (clients relying on info diagnostics from raw csc/vbc output). Note that such clients would still have a workaround to get the prior behavior by enabling /errorlog. This optimization should improve build performance when users install the new IDE CodeStyle NuGet package (mostly hidden diagnostics) and the upcoming .NET5 analyzers package (has large number of info/hidden diagnostics).
…-master Merge release/dev16.6 to master
* Revert "Fixed the expected backslash in the Compiler Tests for Anonymous Types (dotnet#43211)" This reverts commit efa12f7. * Add a comment * Update AnonymousType.TemplateSymbol.cs * Fix whitespace
* Remove unused code * Conditional using
* AssetStorage cleanup * Test fixes
Validate FunctionId does not contain duplicate values
Ensure that TS can report todo comments even prior to us having connected to the OOP server.
Simplifications to help moving rename entirely OOP.
Improves build performance by allowing VBCSCompiler.exe to service all build requests for Roslyn.sln.
Disable failing IntelliSense integration tests
…SymbolToProjectId.cs Co-Authored-By: Sam Harwell <sam@tunnelvisionlabs.com>
Skip execution of analyzers reporting info and hidden diagnostics dur…
Fix rename test flakeyness with dynamic types.
Use the same analyzer version in the Code Style layer as elsewhere
…ant-returns-merge-2020-04-24
Add command to update XLF content for vscode
Fix flow of nopia build props
…ant-returns-merge-2020-04-24
This pull request was closed.
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.
No description provided.