-
Notifications
You must be signed in to change notification settings - Fork 4.7k
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
.NET Core to .NET branding changes #33694
Conversation
This renames about 1/3 of all .NET Core references in the repo to just .NET. I have made sure that all user visible strings are renamed. The remaining instances are in docs or comments, and renaming them to just .NET would often be confusing, e.g. when they refer to specific version or difference against .NET Framework. |
Marking as breaking change. This can break code that checks for ".NET Core" in framework description, etc. |
Depends on dotnet/arcade#5086 |
@@ -1,12 +1,12 @@ | |||
{ | |||
"maintainer_name":".NET Core Team", | |||
"maintainer_name":".NET Team", | |||
"maintainer_email": "[email protected]", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The email is for [email protected]
and the name is .NET Team
. Should the name be .NET Foundation
or something like that?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This was introduced in dotnet/core-setup#2525 . @richlander Is there anything to fix?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
".NET Team" looks good to me as the "maintainer".
@@ -172,7 +172,7 @@ To install dotnet symbol issue the command | |||
``` | |||
dotnet tool install -g dotnet-symbol | |||
``` | |||
With that installed download the symbols to a local directory. if your installed version of the .NET Core runtime is | |||
With that installed download the symbols to a local directory. if your installed version of the .NET runtime is | |||
2.1.0 the command to do this is |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Should update version
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This tracing documentation is spread over multiple places. I believe it would be best to delete this doc, and centralize the documentation on the official docs site. I have opened dotnet/diagnostics#933 on it.
Blocked by dotnet/BenchmarkDotNet#1399 |
Contributes to #33680