This repository was archived by the owner on Jan 23, 2023. It is now read-only.
NS2.0 Prepare FileNotFoundException for move to shared partition.#10775
Conversation
Author
|
cc @jkotas |
jkotas
approved these changes
Apr 7, 2017
hadibrais
pushed a commit
to hadibrais/coreclr
that referenced
this pull request
Apr 7, 2017
…tnet#10775) * String->string - get rid of the big comment block. * Fields into autoprops. * FullName => ToString() to avoid MME problems on N. * Remove SecurityException guard around FusionLog * Split off the parts we don't want to share.
ghost
pushed a commit
to dotnet/corert
that referenced
this pull request
Apr 7, 2017
…#3246) This is the CoreRT half of dotnet/coreclr#10775 This also replaces "SetErrorCode()" with "HResult =" to match the prevailing practice.
picenka21
pushed a commit
to picenka21/runtime
that referenced
this pull request
Feb 18, 2022
…tnet/coreclr#10775) * String->string - get rid of the big comment block. * Fields into autoprops. * FullName => ToString() to avoid MME problems on N. * Remove SecurityException guard around FusionLog * Split off the parts we don't want to share. Commit migrated from dotnet/coreclr@6da9d01
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This is exactly what we did for FileLoadException - except
this one's also in the service of finishing off the IO
namespace in CoreRT.