-
Notifications
You must be signed in to change notification settings - Fork 0
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
Export metadata #3
base: main
Are you sure you want to change the base?
Conversation
Awesome, thanks! Very happy that we don't have to wait for the FCS to be updated with visualfsharp changes now :) |
@alfonsogarciacaro Rebased to latest. |
@alfonsogarciacaro Rebased to latest. |
…otnet#8063) * # This is a combination of 9 commits. # This is the 1st commit message: ref -> mutable in more places in the compiler # The commit message #2 will be skipped: # Update dependencies from https://github.com/dotnet/arcade build 20191229.1 # # - Microsoft.DotNet.Arcade.Sdk - 5.0.0-beta.19629.1 # The commit message #3 will be skipped: # Update dependencies from https://github.com/dotnet/arcade build 20191230.1 # # - Microsoft.DotNet.Arcade.Sdk - 5.0.0-beta.19630.1 # The commit message #4 will be skipped: # Update dependencies from https://github.com/dotnet/arcade build 20191231.1 # # - Microsoft.DotNet.Arcade.Sdk - 5.0.0-beta.19631.1 # The commit message #5 will be skipped: # Update dependencies from https://github.com/dotnet/arcade build 20200101.1 # # - Microsoft.DotNet.Arcade.Sdk - 5.0.0-beta.20051.1 # The commit message #6 will be skipped: # Update dependencies from https://github.com/dotnet/arcade build 20191216.5 (dotnet#8079) # # - Microsoft.DotNet.Arcade.Sdk - 1.0.0-beta.19616.5 # The commit message #7 will be skipped: # dispose fsi at the end of a scripting session (dotnet#8084) # # The commit message #8 will be skipped: # Added static link tests and extended CompilerAssert (dotnet#8101) # # * Changed CompilerAssert to static class. Added Compile/Execute methods that take a Compilation description. Added static link tests # # * Hiding compilation description internals # # * Added another test to check for sanity # # * Making a few optional parameters # # * Hiding internals of CompilationReference # The commit message #9 will be skipped: # Parameterize product version (dotnet#8031) # # * Parameterize Product details # # * fcs # # * Repack pkgdef * no ilread
cead278
to
e4eeb2b
Compare
Rebased to latest. |
Rebased to latest. |
17b56ec
to
0187be3
Compare
002bd86
to
4f4a8a8
Compare
Rebased to latest. |
bbd901a
to
eaeca04
Compare
Rebased to latest. |
30428ac
to
428d76a
Compare
Rebased to latest. Now saving as reference assemblies, instead of just metadata-only. |
|
Do you have any more information about missing methods? |
@dsyme See dotnet#13433 |
b7b43f0
to
984e854
Compare
01dfd64
to
4142d82
Compare
2bfe950
to
44f65e7
Compare
❗ Release notes requiredCaution No release notes found for the following paths. Please make sure to add an entry with short succint description of the change as well as link to this pull request. Examples: If you believe that release notes are not necessary for this PR, please add "NO_RELEASE_NOTES" label to the pull request. You can open this PR in browser to add release notes: open in github.dev
|
Exports metadata-only BCL binaries:
Binaries will be exported to
temp/metadata
.