Kirill Osenkov
Kirill Osenkov
Yes I've realized that one would need a new attribute and would need a reference to Microsoft.VisualStudio.Composition.dll to reference this attribute. `[RejectionExpected]` I like it. Yes, it'd be just to...
Yup, there's an API and a NuGet package. Just published some info here: https://github.com/KirillOsenkov/QuickInfo/blob/master/README.md#api-and-architecture Yes, you can visualize the results however you want, there's the Node data structure that you...
The APIs I needed weren't public. Maybe I missed something? Feel free to push directly to the PR branch to fix.
I'm sorry, I don't quite understand how to use the link you provided to get rid of reflection here. My task is given a `MetadataReaderProvider` how to obtain the uncompressed...
I'm sorry again, I'm not well-versed in pointers and unsafe code, so I really don't know how to do this. It would be great if you could just do it...
I think PEReader should be able to read from an RVA given the position and size, and fill a byte array. Not sure if disk layout/memory layout of the PE...
Yes, that should work.
Nothing seems to be logging anything into the SdkLogger. This is never used for anything: https://github.com/dotnet/msbuild/blob/cc3db358d34ad4cd1ec0c67e17582d7ca2a15040/src/Build/BackEnd/Components/SdkResolution/SdkResolverService.cs#L259
`chcp 437` seems to work if you call it before invoking MSBuild
@Gnbrkm41 I've filed https://github.com/dotnet/sdk/issues/12747 on your behalf. Since it's dotnet.exe it should probably go there. For now, `chcp 437` from the command line should work for MSBuild.exe.