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

Fix13216 #13266

Merged
merged 5 commits into from
Jun 13, 2022
Merged

Fix13216 #13266

merged 5 commits into from
Jun 13, 2022

Conversation

KevinRansom
Copy link
Member

@KevinRansom KevinRansom commented Jun 9, 2022

Fixes #13216 - CopyRefAssembly Could not extract the MVID from reference assembly

Just checking that nothing is broken. It's a PE file, and stuff can break ... they are as fragile as daisies in a field in spring.

  • Needs: testcase

@nojaf
Copy link
Contributor

nojaf commented Jun 9, 2022

Just wanted to confirm that this works on my local machine.
Many thanks Kevin!

@KevinRansom
Copy link
Member Author

@nojaf thanks mate. Checkout the tests.

@KevinRansom KevinRansom merged commit cd3e57a into dotnet:main Jun 13, 2022
marcin-krystianc added a commit to marcin-krystianc/sdk that referenced this pull request Jul 1, 2022
Generation of reference assemblies for F# was disabled previously (dotnet#13085) because the F# compiler didn't support them.
Now both, the F# compiler (dotnet/fsharp#12334) and the FCS task (dotnet/fsharp#13263) support reference assemblies. Also, the bug around the copying of F# ref assemblies was fixed (dotnet/fsharp#13266) so it is time to enable the generation of ref assemblies for F#.
marcin-krystianc pushed a commit to marcin-krystianc/sdk that referenced this pull request Jul 1, 2022
Generation of reference assemblies for F# was disabled previously (dotnet#13085) because the F# compiler didn't support them.
Now both, the F# compiler (dotnet/fsharp#12334) and the FCS task (dotnet/fsharp#13263) support reference assemblies. Also, the bug around the copying of F# ref assemblies was fixed (dotnet/fsharp#13266) so it is time to enable the generation of ref assemblies for F#.
marcin-krystianc added a commit to marcin-krystianc/sdk that referenced this pull request Jul 1, 2022
Generation of reference assemblies for F# was disabled previously (dotnet#13085) because the F# compiler didn't support them.
Now both, the F# compiler (dotnet/fsharp#12334) and the FCS task (dotnet/fsharp#13263) support reference assemblies. Also, the bug around the copying of F# ref assemblies was fixed (dotnet/fsharp#13266) so it is time to enable the generation of ref assemblies for F#.s
@KevinRansom KevinRansom deleted the fix13216 branch October 12, 2022 20:40
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

Successfully merging this pull request may close these issues.

CopyRefAssembly Could not extract the MVID from reference assembly
3 participants