Skip to content

Conversation

@omajid
Copy link
Member

@omajid omajid commented Jun 27, 2018

This document covers porting libraries from .NET Framework to .NET Core. The particular section is talking about features that are available in .NET Framework but missing in .NET Core. global.json is not such a feature. It is, in fact, new in .NET Core.

This was actually introduced in PR #318 (commit 1a1b90f) as the .NET Core alternative to missing solution (.sln) files. At that point, .NET Core did not support solution files and project.json was the alternative, where users defined a list of projects. In other words, it made sense for this item - as an alternative - to be in a list of features not supported in .NET Core.

This was changed in PR #2467 (commit 3877215) which updated this doc to take account of solution files. With solution files being supported, this is no longer a feature missing in .NET Core. In fact, it's incorrect for global.json to be in this list of ".NET Framework technologies [that are] unavailable in .NET Core".

This document covers porting libraries from .NET Framework to .NET Core.
The particular section is talking about features that are available in
.NET Framework but missing in .NET Core. global.json is not such a
feature. It is, in fact, new in .NET Core.

This was actually introduced in PR #318 (commit 1a1b90f) as the .NET
Core alternative to missing solution (.sln) files. At that point, .NET
Core did not support solution files and project.json was the
alternative, where users defined a list of projects. In other words, it
made sense for this item - as an alternative - to be in a list of
features not supported in .NET Core.

This was changed in PR #2467 (commit 3877215) which updated this doc
to take account of solution files. With solution files being supported,
this is no longer a feature missing in .NET Core. In fact, it's
incorrect for global.json to be in this list of ".NET Framework
technologies [that are] unavailable in .NET Core".
Copy link
Contributor

@mairaw mairaw left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks @omajid. I agree that this information doesn't belong in there.

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.

3 participants