-
Notifications
You must be signed in to change notification settings - Fork 5.2k
Fix OOB src project configurations #48318
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
Conversation
|
Tagging subscribers to this area: @eerhardt, @maryamariyan |
|
Tagging subscribers to this area: @safern, @ViktorHofer |
safern
left a comment
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.
LGTM
...libraries/System.Diagnostics.DiagnosticSource/src/System.Diagnostics.DiagnosticSource.csproj
Show resolved
Hide resolved
|
@maryamariyan I don't think this is an infra issue per-se but I'm ok with using that label for the sake of just having a single area. |
|
I talked with @ericstj about this offline and dropping a tfm that already shipped isn't considered a breaking change as long as the nearest compatible asset that is picked up instead isn't noticeably different (ie AssemblyVersion). Based on that I dropped the |
...libraries/System.Diagnostics.DiagnosticSource/src/System.Diagnostics.DiagnosticSource.csproj
Show resolved
Hide resolved
joperezr
left a comment
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.
LGTM thanks for fixing
src/libraries/Microsoft.Extensions.Options/src/Microsoft.Extensions.Options.csproj
Outdated
Show resolved
Hide resolved
...Microsoft.Extensions.DependencyInjection/src/Microsoft.Extensions.DependencyInjection.csproj
Outdated
Show resolved
Hide resolved
I was debating between area-Meta (because of multiple projects and it fixing different issues), area-Infra* (because of PR title), or just keeping DI (diff mostly in DI). Sure I'll move back, |
|
Tagging subscribers to this area: @eerhardt, @maryamariyan |
eerhardt
left a comment
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.
LGTM. Thanks for making these projects better while you were here, @ViktorHofer!
|
Failure is #30056 |
Fixes #48248
Fixes #48306
Fixes #48307