You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently the only(?) thing that requires referenced assemblies to be present during a roundtrip (reading and writing the same assembly) is enum CA argument value reading/writing, which makes it impossible to do simple modifications to an assembly without having the references.
Proposal
Write out the same CA blob that was read if the library consumer didn't change the signature in any way.
Problem Description
Currently the only(?) thing that requires referenced assemblies to be present during a roundtrip (reading and writing the same assembly) is enum CA argument value reading/writing, which makes it impossible to do simple modifications to an assembly without having the references.
Proposal
Write out the same CA blob that was read if the library consumer didn't change the signature in any way.
Alternatives
No response
Additional Context
https://discord.com/channels/961647807591243796/961650677036236820/1004794939856650302
The text was updated successfully, but these errors were encountered: