Vitek Karas

Results 8 issues of Vitek Karas

**Issue description** Document new IL#### error codes introduced in .NET 7. See the list in code here: https://github.com/dotnet/linker/blob/118bdca58d79090fc05d840dfec8ba9eb54b2777/src/ILLink.Shared/DiagnosticId.cs#L11 **Target framework** - [x] .NET Core - [ ] .NET Framework -...

:watch: Not Triaged
Pri3

Basically the first two entries are written correctly, and any after that which has data will have the RVA correct, but the virtual address field will be wrong. Depending on...

When editing IL with ILProcessor various pieces of debug information have references to the origin IL instructions. These references can be either resolved (point to Instruction instance), in which case...

For example, have two type forwarders in an assembly `Helper.dll` like this: ```C# [assembly: TypeForwardedTo (typeof (System.Collections.Generic.Dictionary))] // This has nested type Enumerator [assembly: TypeForwardedTo (typeof (System.ArraySegment))] // This has...

### Description of Change The removed code would only run if `converter` was not null. But in that case the if on line 166 would match and it would return...

community ✨
stale

### Is your feature request related to a problem? Please describe. The events produced by GRPC to the diagnostic listener pass a payload object which is consumed by several different...

enhancement

Trying to load XAML into non-default `AssemblyLoadContext` can lead to very confusing errors. The underlying problem is that XAML parser is not aware of assembly load contexts. The parser itself...

Enhancement Requested
rank20