-
Notifications
You must be signed in to change notification settings - Fork 199
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 main
into features/single-compiler-dll
#8591
Merged
jjonescz
merged 179 commits into
dotnet:features/single-compiler-dll
from
jjonescz:8400-merge-main
May 11, 2023
Merged
Merge main
into features/single-compiler-dll
#8591
jjonescz
merged 179 commits into
dotnet:features/single-compiler-dll
from
jjonescz:8400-merge-main
May 11, 2023
Conversation
This file contains 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
…otnet#8482) This reverts commit bf5d35e, reversing changes made to c12b6f3.
There was a recent regression in TagHelperDescriptorComparer due to several collections in the Default* tag helper classes becoming immutable collections. There was already a fast path for Dictionary<TKey, TValue> to avoid boxing struct-based enumerators and the same path is now needed for ImmutableDictionary<TKey, TValue>. In addition, a fast path for arrays has been added to avoid calling unnecessarily through IReadOnlyList<T>.
* Escape component parameters named keywords in design time We weren't escaping componet parameter names when those names were C# keywords, resulting in bad design time code. We now escape them to ensure correct document generation. Fixes https://developercommunity.visualstudio.com/t/Razor-editor-show-tons-of-errors-on-ever/10303977.
…405.4 Microsoft.DotNet.Arcade.Sdk From Version 8.0.0-beta.23171.2 -> To Version 8.0.0-beta.23205.4
…main Merge release/dev17.7 to main
…09-b241-3f9cfe3d53cd [main] Update dependencies from dotnet/arcade
- Making tweaks to make the diagnostics benchmark work
* Enablee Public API analyzer The public API analyzer was not running for all intended projects due to a global disable. Removing that, fixing the immediate violations. Using this PR to track anymore that may have been missed * Update public API --------- Co-authored-by: David Wengier <git@wengier.com>
This package must be referenced because Roslyn doesn't include it.
Adds Benchmark for Diagnostics
…-roslynworkspace Reference MS.Ext.ObjectPool package in ExternalAccess.RoslynWorkspace
jjonescz
force-pushed
the
8400-merge-main
branch
from
April 13, 2023 14:30
5b970cd
to
242bb88
Compare
@dotnet/razor-compiler PTAL |
@dotnet/razor-compiler @jaredpar PTAL |
chsienki
approved these changes
May 10, 2023
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.
Part of #8400.
Only commits after "Merge
main
intofeatures/single-compiler-dll
" contain changes (the merge commit itself has no changes).The changes are mostly because there's a single test project now and