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

Recognize files in ref-pack under "analyzers" as analyzers and write them to the frameworkList #7561

Merged
2 commits merged into from
Jun 29, 2021

Conversation

ericstj
Copy link
Member

@ericstj ericstj commented Jun 24, 2021

@ericstj
Copy link
Member Author

ericstj commented Jun 24, 2021

I'd like to wait to merge this until I have a chance to test out the consumption side in dotnet/runtime, and my changes to SDK,

Platform manifest creation uses a dictionary to map template items to
files in the package, but didn't account for duplicate file names (as is
the case with .resources.dll).  Handle this by taking the first file of
a particular name.

Include `analyzer/` prefixed files in framework list.

Allow for analyzers to be excluded from closure and type validation with
ExcludeFromValidation metadata.  This metadata is necessary because
analyzers will be missing dependencies provided by the compiler, and
their resource.dll will have duplicate files, both which would result
in errors.
@ericstj
Copy link
Member Author

ericstj commented Jun 29, 2021

Yep, needed a couple additional fixes. This is ready to go now.

Here's what consumption looks like:
ericstj/runtime@f478ca1

@ericstj ericstj added the auto-merge Automatically merge PR once CI passes. label Jun 29, 2021
@ghost
Copy link

ghost commented Jun 29, 2021

Hello @ericstj!

Because this pull request has the auto-merge label, I will be glad to assist with helping to merge this pull request once all check-in policies pass.

p.s. you can customize the way I help with merging this pull request, such as holding this pull request until a specific person approves. Simply @mention me (@msftbot) and give me an instruction to get started! Learn more here.

This pull request was closed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
auto-merge Automatically merge PR once CI passes.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants