Update Building, Debugging, and Testing on Windows.md#53543
Merged
AlekseyTs merged 2 commits intodotnet:mainfrom May 22, 2021
Merged
Update Building, Debugging, and Testing on Windows.md#53543AlekseyTs merged 2 commits intodotnet:mainfrom
AlekseyTs merged 2 commits intodotnet:mainfrom
Conversation
AlekseyTs
reviewed
May 20, 2021
| binaries. This means trying out a change to the language, IDE or debugger is as | ||
| simple as hitting F5. | ||
| binaries. This means trying out a change to the IDE or debugger is as | ||
| simple as hitting F5. Note that changes to the compiler aren't recommended to be tested using Roslyn Deployment. |
Contributor
There was a problem hiding this comment.
Rather than saying that something is not recommended, I think it is better to describe what should be expected. For example to say that out of process build by default doesn't use privately built version of the compiler. Why I think it is better, because there is still at least one way to get msbuild using the privately built version of the compiler by modifying project file and pointing it to the compiler, then end-to end testing would work.
Contributor
|
@dotnet/roslyn-ide, @dotnet/roslyn-infrastructure It looks like the integration CI jobs are broken. I've seen them fail for several PRs lately, all four jobs at once. |
Contributor
|
/azp run |
|
Azure Pipelines successfully started running 3 pipeline(s). |
333fred
added a commit
that referenced
this pull request
May 24, 2021
…ures/interpolated-string * upstream/main: (92 commits) Keep casts when necessary to prefer a constant pattern over a type pattern Remove SyntaxKind.DataKeyword (#53614) Display 'readonly' for record structs (#53634) Update Building, Debugging, and Testing on Windows.md (#53543) Update dependencies from https://github.com/dotnet/arcade build 20210521.3 (#53617) Introduce resx for BuildValidator and MS.CA.Rebuild to allow localization (#53447) Report obsoletion diagnostics for slice and indexer (#53463) Update BasicGenerateConstructorDialog.cs Add searchbox in generate overrides dialog Allow `with` on anonymous types (#53248) Report diagnostic on correct node (#53538) Fix NotNullIfNotNull delegate conversion (#53409) Verify quick info session in InvokeQuickInfo Remove unnecessary retry Ensure no navbar IO on the UI thread Enable nullable reference types Fix timeout behavior in GetQuickInfo Add a semantic model based GetQuickInfoAsync entry point into QuickInfoServiceWithProviders Move semantic model based quick info API up to CommonQuickInfoProvider type Fix dnceng build by forcing the use of xcopy msbuild ...
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.
See #53535 (comment).
cc @AlekseyTs