Skip to content
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

typo cleanup #16354

Merged
merged 83 commits into from
Jun 29, 2019
Merged

typo cleanup #16354

merged 83 commits into from
Jun 29, 2019

Conversation

nschonni
Copy link
Contributor

@nschonni nschonni commented Jun 29, 2019

Ported some changes over from dotnet/EntityFramework.ApiDocs#58
This can be broken up into smaller pieces if preferred

@nschonni nschonni requested a review from dougbu as a code owner June 29, 2019 07:01
@nschonni nschonni changed the title typo: adresses -> addresses typo cleanup Jun 29, 2019
@ajcvickers ajcvickers merged commit 25c82ce into dotnet:master Jun 29, 2019
@ajcvickers
Copy link
Member

@nschonni Thanks so much for all these PRs!

@nschonni nschonni deleted the typos branch June 29, 2019 17:36
@@ -1,13 +1,13 @@
<!-- Licensed to the .NET Foundation under one or more agreements. The .NET Foundation licenses this file to you under the MIT license. See the LICENSE file in the project root for more information. -->
<Project Sdk="Microsoft.NET.Sdk">
<!--
This MSBuild file is intended to be used as the body of the default
This MSBuild file is intended to be used as the body of the default
Copy link
Member

Choose a reason for hiding this comment

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

Changes under eng/common are irrelevant. If you think this is important, make the changes in the dotnet/arcade repo.

@@ -1505,7 +1505,7 @@ protected virtual IUpdateSqlGenerator SqlGenerator
/// <param name="operation"> The operation. </param>
/// <param name="model"> The target model which may be <c>null</c> if the operations exist without a model. </param>
/// <param name="builder"> The command builder to use to add the SQL fragment. </param>
protected virtual void CreateTablePrimaryKeyContstraint(
protected virtual void CreateTablePrimaryKeyConstraint(
Copy link
Member

Choose a reason for hiding this comment

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

Will AspNetCore need to react to this breaking change?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Copy link
Member

Choose a reason for hiding this comment

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

Glad AspNetCore won't need a reaction.

This remains a breaking change; renaming a protected method breaks the public API unless the containing class is internal or sealed. For example, this PR would have needed updates to ref assemblies if it used them.

That said, I'm not sure this is announcement-worthy. @ajcvickers your thoughts?

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