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

Adding last successful compilations for VS - C# -> F# #11485

Merged
merged 2 commits into from
Apr 27, 2021

Conversation

TIHan
Copy link
Contributor

@TIHan TIHan commented Apr 27, 2021

When we were emitting C#/VB metadataOnly compilations, if it failed, we would attempt to read from disk. This PR makes a change where we will not read from disk if that compilation failed. Instead, if the compilation failed, we will try to get the last successful compilation that was associated with that project.

…re to occur on evaluating assembly contents.
@TIHan TIHan merged commit 5eec9a0 into dotnet:main Apr 27, 2021
nosami pushed a commit to xamarin/visualfsharp that referenced this pull request Jan 26, 2022
* Adding last successful compilations for VS - C# -> F#. Allowing failure to occur on evaluating assembly contents.

* Clearing caches
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.

2 participants