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

Support netcore/netstandard "runtime" references #845

Closed
siegfriedpammer opened this issue Sep 4, 2017 · 2 comments
Closed

Support netcore/netstandard "runtime" references #845

siegfriedpammer opened this issue Sep 4, 2017 · 2 comments
Milestone

Comments

@siegfriedpammer
Copy link
Member

siegfriedpammer commented Sep 4, 2017

The following places need to be updated to support the new netcore/netstandard IL/attribute format:

Is there any specification/documentation on the format changes?

Update: Seems like the IL format is the same, but we need to find a way to resolve netcore/netstandard runtimes.

netcore: "bcl" references should be located at %ProgramFiles%\dotnet\shared\Microsoft.NETCore.App2.0\<version>
netstandard: ?

@siegfriedpammer siegfriedpammer added this to the 3.0 milestone Sep 4, 2017
@siegfriedpammer siegfriedpammer changed the title Support netcore/netstandard IL format Support netcore/netstandard "runtime" references Sep 4, 2017
@dgrunwald
Copy link
Member

I don't think there is a format change to attributes. It's just that the constructor parameter types must be available in order to correctly decode attribute blobs.

@siegfriedpammer
Copy link
Member Author

See #848

@github-actions github-actions bot locked as resolved and limited conversation to collaborators Aug 10, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants