Normalize Nil PublicKeyToken to an empty array#69169
Conversation
|
Tagging subscribers to this area: @dotnet/area-system-reflection-metadata Issue DetailsThis fixes #66785 I wonder if we have existing tests for this. Let's see is anything fails.
|
...ries/System.Reflection.Metadata/src/System/Reflection/Metadata/MetadataReader.netstandard.cs
Outdated
Show resolved
Hide resolved
...ries/System.Reflection.Metadata/src/System/Reflection/Metadata/MetadataReader.netstandard.cs
Outdated
Show resolved
Hide resolved
...ries/System.Reflection.Metadata/src/System/Reflection/Metadata/MetadataReader.netstandard.cs
Show resolved
Hide resolved
|
Is the current change fully addressing the problem from #69153 ? |
I think so. The repro assembly has public key but does not have any flags, so we ended up using the full key value as a token. Forcing the |
|
Thanks!! |
This fixes #66785
(I verified manually, but I also had to re-baseline couple existing tests)
Also fixes #69153