Uh oh!
There was an error while loading. Please reload this page.
Use Roslyn interceptors feature in binder gen - #90340
Conversation
ghost
commented
Aug 10, 2023
Tagging subscribers to this area: @dotnet/area-extensions-configuration Issue DetailsFixes #89322. Work left
|
d1d8513 to
1327ed9Compare7e0ce7c to
4c4022cCompare88cb774 to
d205853CompareUh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
d205853 to
f5d0e0eCompareericstj
commented
Aug 17, 2023
There was a problem hiding this comment.
Did we want to add something like https://github.com/dotnet/sdk/blob/4249701de6f005c670c7f371141e772d02f89156/src/WebSdk/ProjectSystem/Targets/Microsoft.NET.Sdk.Web.ProjectSystem.targets#L64 to our NuGet package targets, or will we ask users to set this? @eerhardt@tarekgh@captainsafia
There was a problem hiding this comment.
I think we decided to mimic whatever the aspnet is doing in the web project.
There was a problem hiding this comment.
ASP.NET doesn't ship a nuget package so we're special here. There's an ongoing discussion around this to decide what we want to do.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
80df566 to
743f89aCompare743f89a to
f3fe768Compare4303ea5 to
d8aa6d9Comparelayomia
commented
Aug 18, 2023
Closing notesName clashes Not needed for this feature to work & there's no new risk added here. I'll address in #86363. I've reverted the changes to the options generator and left out unique name generation in this generator. Testing There's always room to improve coverage, but I believe these suffice for merging this PR.
|
layomia
commented
Aug 18, 2023
/backport to release/8.0-rc1 |
Started backporting to release/8.0-rc1: https://github.com/dotnet/runtime/actions/runs/5907490321 |
layomia
commented
Aug 18, 2023
Test failures seem to be caused by applying the code analysis version update across all projects. Will fix. |
b267af5 to
5210070Compare5210070 to
d9504fdCompared9504fd to
6fff866Compare
Fixes#89322.