Min Huang
Min Huang
@rolfbjarne Not for now. I need to take a closer look at this PR and will let you know then. The process is to first merge `develop` and then `develop`...
> > @gewarren, these are just a few types which I noticed. Basically you should be scanning for types in the ref folders first and only looking in the lib...
> > @gewarren, these are just a few types which I noticed. Basically you should be scanning for types in the ref folders first and only looking in the lib...
@gewarren I am checking with compiler team. https://github.com/dotnet/roslyn/issues/76621
> https://ceapex.visualstudio.com/Engineering/_build/results?buildId=1868434 @nickwalkmsft The automatic trigger stops working somehow. As a workaround, you can run it manually in https://ceapex.visualstudio.com/Engineering/_build/results?buildId=1868434&view=results and enter your branch name.  Please make sure the pipeline...
@nickwalkmsft For this PR, the compile error is caused by the `mcs (mono)` command. ``` mcs -target:library -unsafe -debug -optimize -target:library -out:Test/TestClass.dll mdoc.Test/SampleClasses/Test*.cs ``` I downloaded the [latest mono](https://github.com/mono/mono/releases/tag/mono-6.12.0.206) and...
@gewarren This is a side effect of avoid showing all the interfaces including the inherited interfaces for a Type. When the code is compiled to IL, we have no idea...
> [@huangmin-ms](https://github.com/huangmin-ms) or [@kexugit](https://github.com/kexugit) Can you please log an internal bug for this? I no longer have permissions, it seems. cc [@cmastr](https://github.com/cmastr) @gewarren We are not tracking the bug anymore,...