Trivial update WindowsRuntimeResourceManager#30289
Conversation
|
@luqunl I marked this issue as no-merge till we get the update from coreclr |
…tandard to preview1-26613-04, preview1-26613-07, preview1-26613-01, beta-26613-00, beta-26613-00, servicing-26419-02, respectively
a987c0b to
65c1db5
Compare
|
The change "Remove Opcodes due to Opcodes moved to S.P.Corelib" is to solve duplicate OpCode type issue. 11:44:48 System\Reflection\Emit\OpCodes.cs(981,32): error CS0436: The type 'OpCode' in 'D:\j\workspace\windows-TGrou---c60886e1\src\System.Reflection.Primitives\src\System\Reflection\Emit\Opcode.cs' conflicts with the imported type 'OpCode' in 'System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a'. Using the type defined in 'D:\j\workspace\windows-TGrou---c60886e1\src\System.Reflection.Primitives\src\System\Reflection\Emit\Opcode.cs'. [D:\j\workspace\windows-TGrou---c60886e1\src\System.Reflection.Primitives\src\System.Reflection.Primitives.csproj] |
|
The following testcase failed..
|
Update PRIExceptionInfo field's name caused by dotnet/coreclr#18417