Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Custom attributes on TypeRef and MemberRef #31

Open
jbevain opened this issue Aug 17, 2010 · 0 comments
Open

Custom attributes on TypeRef and MemberRef #31

jbevain opened this issue Aug 17, 2010 · 0 comments

Comments

@jbevain
Copy link
Owner

jbevain commented Aug 17, 2010

Cecil currently does not support reading or writing custom attributes declared on a TypeRef or a MemberRef.

vitek-karas added a commit to vitek-karas/cecil that referenced this issue Nov 11, 2021
vitek-karas added a commit to vitek-karas/cecil that referenced this issue Nov 16, 2021
jbevain pushed a commit that referenced this issue Jan 19, 2022
* Fix deterministic MVID and add PdbChecksum (#31)

* Fix how pdb path is calculated in the tests

* Fix portable PDB stamp in CodeView header (#32)

* Introduce ISymbolWriter.Write

This mostly cleans up the code to make it easier to understand. `ISymbolWriter.GetDebugHeader` no longer actually writes the symbols, there's a new `Write` method for just that.

The assembly writer calls `Write` first and then the image writer calls `GetDebugHeader` when it's needed.

This is partially taken from #617.
vitek-karas pushed a commit to vitek-karas/cecil that referenced this issue Jun 17, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant