We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Looking at the code use a C# build: https://github.com/dotnet/roslyn/blob/main/src/Compilers/Core/MSBuildTask/MvidReader.cs
I see it scans the sections for a .mvid to locate the MVID. If I open, edit, and then write the module, I lose the .mvid section.
.mvid
When debugging, I see that before saving, there are 4 sections, after there are 3.
The text was updated successfully, but these errors were encountered:
Looking at the sections builder in the writer, I do only see 3 being written:
cecil/Mono.Cecil.PE/ImageWriter.cs
Lines 116 to 134 in 56d4409
I see the .mvid section being loaded in the module image before
Sorry, something went wrong.
No branches or pull requests
Looking at the code use a C# build: https://github.com/dotnet/roslyn/blob/main/src/Compilers/Core/MSBuildTask/MvidReader.cs
I see it scans the sections for a
.mvid
to locate the MVID. If I open, edit, and then write the module, I lose the .mvid section.When debugging, I see that before saving, there are 4 sections, after there are 3.
The text was updated successfully, but these errors were encountered: