Uh oh!
There was an error while loading. Please reload this page.
Add ILLink annotations to Microsoft.CSharp - #50239
Conversation
ghost
commented
Mar 25, 2021
Note regarding the This serves as a reminder for when your PR is modifying a ref *.cs file and adding/modifying public APIs, to please make sure the API implementation in the src *.cs file is documented with triple slash comments, so the PR reviewers can sign off that change. |
ghost
commented
Mar 25, 2021
Tagging subscribers to this area: @cston Issue DetailsThis adds ILLink annotations to Microsoft.CSharp. Majority is RequiresUnreferencedCode.
|
MichalStrehovsky
commented
Mar 26, 2021
Do we want a better message for this than "Types and members might be removed"? How does the experience look like if I have: dynamicfoo="Hello";dynamicbar="World";Console.WriteLine(foo+bar);It would be nice if there was indication that this is caused by the |
ghost
commented
Mar 26, 2021
Tagging subscribers to 'linkable-framework': @eerhardt, @vitek-karas, @LakshanF, @tannergooding, @sbomer Issue DetailsThis adds ILLink annotations to Microsoft.CSharp. Majority is RequiresUnreferencedCode.
|
eerhardt
commented
Mar 26, 2021
Looks like your new trimming test is failing on mono - |
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
krwq
commented
Mar 29, 2021
@MichalStrehovsky I've changed message to |
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.
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.
Uh oh!
There was an error while loading. Please reload this page.
This adds ILLink annotations to Microsoft.CSharp. Majority is RequiresUnreferencedCode.