-
Notifications
You must be signed in to change notification settings - Fork 4.8k
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
Set FlagNetStandard1XDependencies=true and fix issues #96795
Merged
Merged
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
ghost
assigned akoeplinger
Jan 10, 2024
dotnet-issue-labeler
bot
added
the
needs-area-label
An area label is needed to ensure this gets routed to the appropriate area owners
label
Jan 10, 2024
ViktorHofer
reviewed
Jan 10, 2024
...Microsoft.Extensions.DependencyModel/tests/Microsoft.Extensions.DependencyModel.Tests.csproj
Outdated
Show resolved
Hide resolved
This was referenced Jan 11, 2024
Closed
akoeplinger
force-pushed
the
flag-ns1x-dependencies
branch
from
January 22, 2024 15:06
31bcaf0
to
4b84e81
Compare
ViktorHofer
reviewed
Jan 22, 2024
...em.Text.RegularExpressions/tests/FunctionalTests/System.Text.RegularExpressions.Tests.csproj
Outdated
Show resolved
Hide resolved
This was referenced Jan 22, 2024
# Conflicts: # eng/testing/xunit/xunit.console.targets
ViktorHofer
reviewed
Jan 24, 2024
ViktorHofer
added a commit
to ViktorHofer/roslyn
that referenced
this pull request
Jan 24, 2024
ViktorHofer
added a commit
to ViktorHofer/roslyn-sdk
that referenced
this pull request
Jan 24, 2024
Found in dotnet/runtime#96795 (comment) These packages shouldn't be referenced on modern TFMs as the types are already provided inbox by the framework.
This was referenced Jan 24, 2024
akoeplinger
requested review from
marek-safar,
lewing and
pavelsavara
as code owners
January 24, 2024 15:14
2 tasks
jaredpar
pushed a commit
to dotnet/roslyn
that referenced
this pull request
Jan 24, 2024
* Don't reference S.R.C.Unsafe in net7.0 or newer Found in dotnet/runtime#96795 (comment) * Update src/Compilers/Core/Portable/Microsoft.CodeAnalysis.csproj
ViktorHofer
approved these changes
Jan 25, 2024
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This is great 💯
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Labels
needs-area-label
An area label is needed to ensure this gets routed to the appropriate area owners
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.
The only product change is upgrading Microsoft.DiaSymReader from 1.4.0 to 2.0.0 in ILCompiler.TypeSystem.csproj, the rest are test changes.