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

NetStandard2.0 release? #599

Closed
eiriktsarpalis opened this issue Jul 22, 2019 · 2 comments
Closed

NetStandard2.0 release? #599

eiriktsarpalis opened this issue Jul 22, 2019 · 2 comments

Comments

@eiriktsarpalis
Copy link

I'm getting the following exception when using the latest release (0.10.4) on netcoreapp2.2:

System.NotImplementedException: The method or operation is not implemented.
   at Mono.Cecil.DefaultReflectionImporter.ResolveFieldDefinition(FieldInfo field)
   at Mono.Cecil.DefaultReflectionImporter.ImportField(FieldInfo field, ImportGenericContext context)
   at Mono.Cecil.DefaultReflectionImporter.ImportReference(FieldInfo field, IGenericParameterProvider context)
   at Mono.Cecil.ModuleDefinition.ImportReference(FieldInfo field, IGenericParameterProvider context)

This seems to have been addressed in commit bde4fd3 and I have verified that the error goes away when building off master.

Do you have plans on releasing a netstandard2.0 build of cecil?

@jbevain
Copy link
Owner

jbevain commented Aug 20, 2019

I pushed 0.11 to nuget today with .NET Standard 2.0 support. Thanks!

@jbevain jbevain closed this as completed Aug 20, 2019
@eiriktsarpalis
Copy link
Author

eiriktsarpalis commented Aug 20, 2019 via email

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants