This repository was archived by the owner on Jan 23, 2023. It is now read-only.
Closed
Conversation
…S feed, and upgrades project.jsons throughout NDP\FxCore to pass new nuget compatability checks. Some fixes (adding imports, adding Platforms package) were tooled, but more complex ones (forking project.jsons, editing csproj's) were not. Also makes dependency version validation rules case-insensitive. (I used this fix to update the versions of some packages.) [tfs-changeset: 1573868]
…have* the reflection blocking attribute defined. Update the System.Runtime.Serialization.Primitives assembly to *have* the reflection blocking attribute defined. This brings back these libraries to parity with how reflection blocking worked in Update 1. [tfs-changeset: 1573915]
A dependency on System.Buffers was added to FileSystem around the same time that the project.json was forked. Add the new dependency to the new project.json. [tfs-changeset: 1574208]
A netcore50aot configuration was added but missing from project.json. As a result the nuget resolve build task chose to use the desktop target and compiler blew up with conflicts between mscorlib and the local types. Make sure we resolve for netcore50. [tfs-changeset: 1574210]
Member
|
I made further fixes to System.Linq to get this working. |
dotnet-maestro-bot
pushed a commit
to dotnet-maestro-bot/corefx
that referenced
this pull request
Jun 26, 2018
Fixes dotnet#6016. Resolves dotnet#6015. Signed-off-by: dotnet-bot <[email protected]>
stephentoub
pushed a commit
that referenced
this pull request
Jun 27, 2018
Fixes #6016. Resolves #6015. Signed-off-by: dotnet-bot <[email protected]>
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.
No description provided.