Merging small assemblies (part 1/N)#2189
Merged
jkotas merged 21 commits intodotnet:masterfrom Jan 29, 2020
jkotas:merges
Merged
Merging small assemblies (part 1/N)#2189jkotas merged 21 commits intodotnet:masterfrom jkotas:merges
jkotas merged 21 commits intodotnet:masterfrom
jkotas:merges
Conversation
Member
|
Merge conflict with |
ericstj
reviewed
Jan 27, 2020
| public bool IsError { get { throw null; } } | ||
| public string? Message { get { throw null; } } | ||
| } | ||
| public partial class OperationCanceledException : System.SystemException |
Member
There was a problem hiding this comment.
I wonder if we should start segmenting this file by namespace. I believe GenAPI has an option for that. Probably not in this PR.
Member
Author
|
@maryamariyan @ericstj Could you please sign off on this PR if it looks good to you? |
ericstj
approved these changes
Jan 29, 2020
Member
Author
|
@ericstj Thank you! |
Member
|
Thank you for the change! Looking forward to deleting more. |
Member
|
This is breaking people upstack: dotnet/razor#1551 It seems like the source assemblies are still forwarding to |
Member
|
Looks to me like they are building against latest and running against older version. |
Member
|
Looks like @jkotas reached the same conclusion in that issue. |
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.
Contributes to #2138