-
Notifications
You must be signed in to change notification settings - Fork 132
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
Analyze prebuilts for roslyn #891
Comments
@dseefeld updated the table. Some notes:
For determining what we're using as just a reference assembly, I looked through our vbc/publish and csc/publish directories, and examined which of the above dlls were in there, and whether they were type forwards, ref assemblies, or full implementation assemblies. We only have CompilerServices and Text.Encoding.CodePages there, both of which are real implementations. Is there a better process or set of tools for determining this info? |
Also, |
All prebuilts removed. |
The following prebuilt packages are included as dependencies in source-build by roslyn. These need to be analyzed to determine how to avoid requiring packages that source-build doesn’t build.
For more detailed usage information for these, please see the Usage Exploration tab of the SourceBuildPrebuiltReport.
Prebuilt Status Updated 2019-06-24
Up to date prebuilt status can now be found in the SourceBuildPrebuiltReport in the Repo Status Data tab.
Prebuilt Table Updated 2019-05-07Original Prebuilt Table
The text was updated successfully, but these errors were encountered: