Eric StJohn
Eric StJohn
Changing the tag as this happened in `llvmfullaot`
@geliwei can you please answer @richlander’s question?
`Microsoft.Packaging.Tools.Trimming` was an early experiment we did to demonstrate the possibilities of assembly level trimming. This predated official support. You should use the built-in trimming support: https://docs.microsoft.com/en-us/dotnet/core/deploying/trimming/trimming-options
> Basically on .NET 7 and later IntPtr and nint are the same in the way Int32 and int are the same. So on .NET 7 and later there is...
I see. When we have references provided does roslyn see the net6 `nint` (`IntPtr` with `NativeIntegerAttribute`) and net7 `nint` (`IntPtr`) as the same thing? I guess if we don't have...
@cston @jaredpar - in case we don't provide a System.Runtime reference to roslyn, would there be an API we could use to tell roslyn to behave as if `RuntimeFeatures.NumericIntPtr` is...
I see. In this case we aren't doing any compilation, but instead using Roslyn to analyze binaries it previously produced. We're trying to do so with minimal ceremony around reconstructing...
Not sure about an event. There is a warning that shows up in the error list: NU1701. Can you hook when someone double clicks that? Alternatively can you add a...
I'm not familiar with the API catalog data, @terrajobst @carlossanlop do either of you know how API catalog represents nuget packages like EF?
Yes, you should. You can see the package here: https://www.nuget.org/packages/System.Runtime.Caching/ Implementation is here: https://github.com/dotnet/runtime/blob/master/src/libraries/System.Runtime.Caching/src