Skip to content

Conversation

@carlossanlop
Copy link
Contributor

From a conversation with @gewarren, we want to remove the *.md shortcut files from the ~/include folder. These files contain texts representing official ways of calling different products or services, and they are referenced in markdown remarks all over dotnet-api-docs xmls.

We need to remove them because they prevent the DocsPortingTool from converting many remarks from CDATA+markdown into plain text (there is no way to convert INCLUDE sections to xml). We prefer to use plain xml so that Roslyn can validate triple slash comments (it is unable to validate a CDATA section).

I am requesting help from the heavy cavalry to review this huge PR: @gewarren @BillWagner @dotnet/docs @mairaw.

The PR is split in individual commits for each shortcut file to make it easier to review. I also deleted the referenced files, plus a few others that had no references anywhere.

I limited the removal of *.md files to only those whose contents have less than 80 characters. All other larger files can stay because they are what we call "lengthy remarks" and their use is repeated in many places.

In case anyone is curious, I wrote a tool to automate the substitution of all these shortcut files and uploaded it here: https://github.com/carlossanlop/experiments/tree/ShortcutReplacer

cc @jeffhandley

@carlossanlop carlossanlop requested review from a team, BillWagner, gewarren and mairaw February 24, 2021 23:48
@carlossanlop carlossanlop self-assigned this Feb 24, 2021
@ghost ghost added the area-System.Net label Feb 24, 2021
Copy link
Contributor

@gewarren gewarren left a comment

Choose a reason for hiding this comment

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

This is awesome. Thanks @carlossanlop! For the XAML2009 replacement, just wondering if there should be a space in the middle.

@carlossanlop
Copy link
Contributor Author

carlossanlop commented Feb 25, 2021

I would not have done it if you had not suggested it, @gewarren :)

You're talking about MSBuild? I have always known it like that, without space in the middle.

I'll merge until the CI starts working again.

Copy link
Contributor

@gewarren gewarren left a comment

Choose a reason for hiding this comment

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

Here are the XAML2009 instances.

Co-authored-by: Genevieve Warren <24882762+gewarren@users.noreply.github.com>
@opbld31
Copy link

opbld31 commented Mar 3, 2021

Docs Build status updates of commit 22dd25d:

⚠️ Validation status: warnings

File Status Preview URL Details
xml/Microsoft.VisualBasic.Compatibility.VB6/ADODC+FetchCompleteDelegate.xml ⚠️Warning View Details
xml/Microsoft.VisualBasic.Compatibility.VB6/ADODC+FieldChangeCompleteDelegate.xml ⚠️Warning View Details
xml/Microsoft.VisualBasic.Compatibility.VB6/ADODC+RecordsetChangeCompleteDelegate.xml ⚠️Warning View Details
xml/Microsoft.VisualBasic.Compatibility.VB6/ADODC+WillChangeFieldDelegate.xml ⚠️Warning View Details
xml/Microsoft.VisualBasic.Compatibility.VB6/ADODC+WillChangeRecordDelegate.xml ⚠️Warning View Details
xml/Microsoft.VisualBasic.Compatibility.VB6/ADODC+WillChangeRecordsetDelegate.xml ⚠️Warning View Details
xml/Microsoft.VisualBasic.Compatibility.VB6/ADODC+WillMoveDelegate.xml ⚠️Warning View Details
xml/Microsoft.VisualBasic.Compatibility.VB6/ADODC.xml ⚠️Warning View Details
xml/Microsoft.VisualBasic.Compatibility.VB6/MBindingCollection.xml ⚠️Warning View Details
xml/System.Security.Permissions/SecurityAction.xml ⚠️Warning View Details
xml/System.Web.UI.WebControls/ListView.xml ⚠️Warning View Details
xml/System.Workflow.Activities/ReceiveActivity.xml ⚠️Warning View Details
includes/ado-whidbey-long-md.md ✅Succeeded
includes/adonet-edm-md.md ✅Succeeded
includes/adonet-ef-md.md ✅Succeeded
includes/ajax-current-short-md.md ✅Succeeded
includes/compact-md.md ✅Succeeded
includes/cpp-iter-arg-md.md ✅Succeeded
includes/csprcslong-md.md ✅Succeeded
includes/desktop-appname-md.md ✅Succeeded
includes/dnprdnext-md.md ✅Succeeded
includes/dnprdnlong-md.md ✅Succeeded
includes/dnprdnshort-md.md ✅Succeeded
includes/dp-id-field-label-md.md ✅Succeeded
includes/esql-md.md ✅Succeeded
includes/iisver-md.md ✅Succeeded
includes/infocard-md.md ✅Succeeded
includes/linq-dataset-md.md ✅Succeeded
includes/ndptecclick-md.md ✅Succeeded
includes/ndptecgdi-md.md ✅Succeeded
includes/ndptecgdiplus-md.md ✅Succeeded
includes/net-client-v40-long-md.md ✅Succeeded
includes/net-core-md.md ✅Succeeded
includes/net-native-md.md ✅Succeeded
includes/net-portable-md.md ✅Succeeded
includes/net-v10-short-md.md ✅Succeeded
includes/net-v11-long-md.md ✅Succeeded
includes/net-v11-short-md.md ✅Succeeded
includes/net-v20sp1-long-md.md ✅Succeeded
includes/net-v20sp1-short-md.md ✅Succeeded
includes/net-v30-long-md.md ✅Succeeded
includes/net-v30-short-md.md ✅Succeeded
includes/net-v35-long-md.md ✅Succeeded
includes/net-v35-short-md.md ✅Succeeded
includes/net-v35sp1-long-md.md ✅Succeeded
includes/net-v35sp1-short-md.md ✅Succeeded
includes/net-v40-long-md.md ✅Succeeded
includes/net-v40-short-md.md ✅Succeeded
includes/net-v45-md.md ✅Succeeded
includes/net-v451-md.md ✅Succeeded

This comment lists only the first 50 files in the pull request.

xml/Microsoft.VisualBasic.Compatibility.VB6/ADODC+FetchCompleteDelegate.xml

  • Line 0, Column 0: [Warning-xref-not-found] Cross reference not found: 'ADODB.Error'.
  • Line 0, Column 0: [Warning-xref-not-found] Cross reference not found: 'ADODB.EventStatusEnum'.
  • Line 0, Column 0: [Warning-xref-not-found] Cross reference not found: 'ADODB.Recordset'.

xml/Microsoft.VisualBasic.Compatibility.VB6/ADODC+FieldChangeCompleteDelegate.xml

  • Line 0, Column 0: [Warning-xref-not-found] Cross reference not found: 'ADODB.Error'.
  • Line 0, Column 0: [Warning-xref-not-found] Cross reference not found: 'ADODB.EventStatusEnum'.
  • Line 0, Column 0: [Warning-xref-not-found] Cross reference not found: 'ADODB.Recordset'.

xml/Microsoft.VisualBasic.Compatibility.VB6/ADODC+RecordsetChangeCompleteDelegate.xml

  • Line 0, Column 0: [Warning-xref-not-found] Cross reference not found: 'ADODB.EventReasonEnum'.
  • Line 0, Column 0: [Warning-xref-not-found] Cross reference not found: 'ADODB.Error'.
  • Line 0, Column 0: [Warning-xref-not-found] Cross reference not found: 'ADODB.EventStatusEnum'.
  • Line 0, Column 0: [Warning-xref-not-found] Cross reference not found: 'ADODB.Recordset'.

xml/Microsoft.VisualBasic.Compatibility.VB6/ADODC+WillChangeFieldDelegate.xml

  • Line 0, Column 0: [Warning-xref-not-found] Cross reference not found: 'ADODB.EventStatusEnum'.
  • Line 0, Column 0: [Warning-xref-not-found] Cross reference not found: 'ADODB.Recordset'.

xml/Microsoft.VisualBasic.Compatibility.VB6/ADODC+WillChangeRecordDelegate.xml

  • Line 0, Column 0: [Warning-xref-not-found] Cross reference not found: 'ADODB.EventReasonEnum'.
  • Line 0, Column 0: [Warning-xref-not-found] Cross reference not found: 'ADODB.EventStatusEnum'.
  • Line 0, Column 0: [Warning-xref-not-found] Cross reference not found: 'ADODB.Recordset'.

xml/Microsoft.VisualBasic.Compatibility.VB6/ADODC+WillChangeRecordsetDelegate.xml

  • Line 0, Column 0: [Warning-xref-not-found] Cross reference not found: 'ADODB.EventReasonEnum'.
  • Line 0, Column 0: [Warning-xref-not-found] Cross reference not found: 'ADODB.EventStatusEnum'.
  • Line 0, Column 0: [Warning-xref-not-found] Cross reference not found: 'ADODB.Recordset'.

xml/Microsoft.VisualBasic.Compatibility.VB6/ADODC+WillMoveDelegate.xml

  • Line 0, Column 0: [Warning-xref-not-found] Cross reference not found: 'ADODB.EventReasonEnum'.
  • Line 0, Column 0: [Warning-xref-not-found] Cross reference not found: 'ADODB.EventStatusEnum'.
  • Line 0, Column 0: [Warning-xref-not-found] Cross reference not found: 'ADODB.Recordset'.

xml/Microsoft.VisualBasic.Compatibility.VB6/ADODC.xml

  • Line 0, Column 0: [Warning-xref-not-found] Cross reference not found: 'ADODB.ConnectModeEnum'.
  • Line 0, Column 0: [Warning-xref-not-found] Cross reference not found: 'ADODB.Recordset'.
  • Line 0, Column 0: [Warning-xref-not-found] Cross reference not found: 'ADODB.LockTypeEnum'.
  • Line 0, Column 0: [Warning-xref-not-found] Cross reference not found: 'msdatasrc.DataSourceListener'.
  • Line 0, Column 0: [Warning-xref-not-found] Cross reference not found: 'msdatasrc.DataSource.removeDataSourceListener(msdatasrc.DataSourceListener)'.
  • Line 0, Column 0: [Warning-xref-not-found] Cross reference not found: 'msdatasrc.DataSource.getDataMemberName(System.Int32)'.
  • Line 0, Column 0: [Warning-xref-not-found] Cross reference not found: 'msdatasrc.DataSource.getDataMemberCount'.
  • Line 0, Column 0: [Warning-xref-not-found] Cross reference not found: 'msdatasrc.DataSourceListener'.
  • Line 0, Column 0: [Warning-xref-not-found] Cross reference not found: 'msdatasrc.DataSource.addDataSourceListener(msdatasrc.DataSourceListener)'.
  • Line 0, Column 0: [Warning-xref-not-found] Cross reference not found: 'ADODB.CursorLocationEnum'.
  • Line 0, Column 0: [Warning-xref-not-found] Cross reference not found: 'msdatasrc.DataSource'.
  • Line 0, Column 0: [Warning-xref-not-found] Cross reference not found: 'msdatasrc.DataSource.getDataMember(System.String,System.Guid@)'.
  • Line 0, Column 0: [Warning-xref-not-found] Cross reference not found: 'ADODB.CursorTypeEnum'.
  • Line 0, Column 0: [Warning-xref-not-found] Cross reference not found: 'ADODB.CommandTypeEnum'.

xml/Microsoft.VisualBasic.Compatibility.VB6/MBindingCollection.xml

  • Line 0, Column 0: [Warning-xref-not-found] Cross reference not found: 'msdatasrc.DataSource'.

xml/System.Security.Permissions/SecurityAction.xml

  • Line 0, Column 0: [Warning-ECMA2Yaml_UidAssembly_NotMatched] System.Security.Permissions.SecurityAction's moniker dotnet-plat-ext-2.1 can't match any assembly.
  • Line 0, Column 0: [Warning-ECMA2Yaml_UidAssembly_NotMatched] System.Security.Permissions.SecurityAction's moniker dotnet-plat-ext-2.2 can't match any assembly.
  • Line 0, Column 0: [Warning-ECMA2Yaml_UidAssembly_NotMatched] System.Security.Permissions.SecurityAction's moniker dotnet-plat-ext-3.0 can't match any assembly.
  • Line 0, Column 0: [Warning-ECMA2Yaml_UidAssembly_NotMatched] System.Security.Permissions.SecurityAction's moniker dotnet-plat-ext-3.1 can't match any assembly.
  • Line 0, Column 0: [Warning-ECMA2Yaml_UidAssembly_NotMatched] System.Security.Permissions.SecurityAction's moniker dotnet-plat-ext-5.0 can't match any assembly.

xml/System.Web.UI.WebControls/ListView.xml

  • Line 0, Column 0: [Warning-xref-not-found] Cross reference not found: 'System.Web.WebSysDescriptionAttribute'.
  • Line 0, Column 0: [Warning-xref-not-found] Cross reference not found: 'System.Web.WebSysDescriptionAttribute'.
  • Line 0, Column 0: [Warning-xref-not-found] Cross reference not found: 'System.Web.WebSysDescriptionAttribute'.

xml/System.Workflow.Activities/ReceiveActivity.xml

  • Line 0, Column 0: [Warning-xref-not-found] Cross reference not found: 'System.ServiceModel.SRCategoryAttribute'.

For more details, please refer to the build report.

If you see build warnings/errors with permission issues, it might be due to single sign-on (SSO) enabled on Microsoft's GitHub organizations. Please follow instructions here to re-authorize your GitHub account to Docs Build.

Note: Broken links written as relative paths are included in the above build report. For broken links written as absolute paths or external URLs, see the broken link report.

Note: Your PR may contain errors or warnings unrelated to the files you changed. This happens when external dependencies like GitHub alias, Microsoft alias, cross repo links are updated. Please use these instructions to resolve them.

For any questions, please:

@opbld34
Copy link

opbld34 commented Mar 3, 2021

Docs Build status updates of commit 22dd25d:

⚠️ Validation status: warnings

File Status Preview URL Details
xml/Microsoft.VisualBasic.Compatibility.VB6/ADODC+FetchCompleteDelegate.xml ⚠️Warning View Details
xml/Microsoft.VisualBasic.Compatibility.VB6/ADODC+FieldChangeCompleteDelegate.xml ⚠️Warning View Details
xml/Microsoft.VisualBasic.Compatibility.VB6/ADODC+RecordsetChangeCompleteDelegate.xml ⚠️Warning View Details
xml/Microsoft.VisualBasic.Compatibility.VB6/ADODC+WillChangeFieldDelegate.xml ⚠️Warning View Details
xml/Microsoft.VisualBasic.Compatibility.VB6/ADODC+WillChangeRecordDelegate.xml ⚠️Warning View Details
xml/Microsoft.VisualBasic.Compatibility.VB6/ADODC+WillChangeRecordsetDelegate.xml ⚠️Warning View Details
xml/Microsoft.VisualBasic.Compatibility.VB6/ADODC+WillMoveDelegate.xml ⚠️Warning View Details
xml/Microsoft.VisualBasic.Compatibility.VB6/ADODC.xml ⚠️Warning View Details
xml/Microsoft.VisualBasic.Compatibility.VB6/MBindingCollection.xml ⚠️Warning View Details
xml/System.Security.Permissions/SecurityAction.xml ⚠️Warning View Details
xml/System.Web.UI.WebControls/ListView.xml ⚠️Warning View Details
xml/System.Workflow.Activities/ReceiveActivity.xml ⚠️Warning View Details
includes/ado-whidbey-long-md.md ✅Succeeded
includes/adonet-edm-md.md ✅Succeeded
includes/adonet-ef-md.md ✅Succeeded
includes/ajax-current-short-md.md ✅Succeeded
includes/compact-md.md ✅Succeeded
includes/cpp-iter-arg-md.md ✅Succeeded
includes/csprcslong-md.md ✅Succeeded
includes/desktop-appname-md.md ✅Succeeded
includes/dnprdnext-md.md ✅Succeeded
includes/dnprdnlong-md.md ✅Succeeded
includes/dnprdnshort-md.md ✅Succeeded
includes/dp-id-field-label-md.md ✅Succeeded
includes/esql-md.md ✅Succeeded
includes/iisver-md.md ✅Succeeded
includes/infocard-md.md ✅Succeeded
includes/linq-dataset-md.md ✅Succeeded
includes/ndptecclick-md.md ✅Succeeded
includes/ndptecgdi-md.md ✅Succeeded
includes/ndptecgdiplus-md.md ✅Succeeded
includes/net-client-v40-long-md.md ✅Succeeded
includes/net-core-md.md ✅Succeeded
includes/net-native-md.md ✅Succeeded
includes/net-portable-md.md ✅Succeeded
includes/net-v10-short-md.md ✅Succeeded
includes/net-v11-long-md.md ✅Succeeded
includes/net-v11-short-md.md ✅Succeeded
includes/net-v20sp1-long-md.md ✅Succeeded
includes/net-v20sp1-short-md.md ✅Succeeded
includes/net-v30-long-md.md ✅Succeeded
includes/net-v30-short-md.md ✅Succeeded
includes/net-v35-long-md.md ✅Succeeded
includes/net-v35-short-md.md ✅Succeeded
includes/net-v35sp1-long-md.md ✅Succeeded
includes/net-v35sp1-short-md.md ✅Succeeded
includes/net-v40-long-md.md ✅Succeeded
includes/net-v40-short-md.md ✅Succeeded
includes/net-v45-md.md ✅Succeeded
includes/net-v451-md.md ✅Succeeded

This comment lists only the first 50 files in the pull request.

xml/Microsoft.VisualBasic.Compatibility.VB6/ADODC+FetchCompleteDelegate.xml

  • Line 0, Column 0: [Warning-xref-not-found] Cross reference not found: 'ADODB.Error'.
  • Line 0, Column 0: [Warning-xref-not-found] Cross reference not found: 'ADODB.EventStatusEnum'.
  • Line 0, Column 0: [Warning-xref-not-found] Cross reference not found: 'ADODB.Recordset'.

xml/Microsoft.VisualBasic.Compatibility.VB6/ADODC+FieldChangeCompleteDelegate.xml

  • Line 0, Column 0: [Warning-xref-not-found] Cross reference not found: 'ADODB.Error'.
  • Line 0, Column 0: [Warning-xref-not-found] Cross reference not found: 'ADODB.EventStatusEnum'.
  • Line 0, Column 0: [Warning-xref-not-found] Cross reference not found: 'ADODB.Recordset'.

xml/Microsoft.VisualBasic.Compatibility.VB6/ADODC+RecordsetChangeCompleteDelegate.xml

  • Line 0, Column 0: [Warning-xref-not-found] Cross reference not found: 'ADODB.EventReasonEnum'.
  • Line 0, Column 0: [Warning-xref-not-found] Cross reference not found: 'ADODB.Error'.
  • Line 0, Column 0: [Warning-xref-not-found] Cross reference not found: 'ADODB.EventStatusEnum'.
  • Line 0, Column 0: [Warning-xref-not-found] Cross reference not found: 'ADODB.Recordset'.

xml/Microsoft.VisualBasic.Compatibility.VB6/ADODC+WillChangeFieldDelegate.xml

  • Line 0, Column 0: [Warning-xref-not-found] Cross reference not found: 'ADODB.EventStatusEnum'.
  • Line 0, Column 0: [Warning-xref-not-found] Cross reference not found: 'ADODB.Recordset'.

xml/Microsoft.VisualBasic.Compatibility.VB6/ADODC+WillChangeRecordDelegate.xml

  • Line 0, Column 0: [Warning-xref-not-found] Cross reference not found: 'ADODB.EventReasonEnum'.
  • Line 0, Column 0: [Warning-xref-not-found] Cross reference not found: 'ADODB.EventStatusEnum'.
  • Line 0, Column 0: [Warning-xref-not-found] Cross reference not found: 'ADODB.Recordset'.

xml/Microsoft.VisualBasic.Compatibility.VB6/ADODC+WillChangeRecordsetDelegate.xml

  • Line 0, Column 0: [Warning-xref-not-found] Cross reference not found: 'ADODB.EventReasonEnum'.
  • Line 0, Column 0: [Warning-xref-not-found] Cross reference not found: 'ADODB.EventStatusEnum'.
  • Line 0, Column 0: [Warning-xref-not-found] Cross reference not found: 'ADODB.Recordset'.

xml/Microsoft.VisualBasic.Compatibility.VB6/ADODC+WillMoveDelegate.xml

  • Line 0, Column 0: [Warning-xref-not-found] Cross reference not found: 'ADODB.EventReasonEnum'.
  • Line 0, Column 0: [Warning-xref-not-found] Cross reference not found: 'ADODB.EventStatusEnum'.
  • Line 0, Column 0: [Warning-xref-not-found] Cross reference not found: 'ADODB.Recordset'.

xml/Microsoft.VisualBasic.Compatibility.VB6/ADODC.xml

  • Line 0, Column 0: [Warning-xref-not-found] Cross reference not found: 'msdatasrc.DataSourceListener'.
  • Line 0, Column 0: [Warning-xref-not-found] Cross reference not found: 'msdatasrc.DataSource.addDataSourceListener(msdatasrc.DataSourceListener)'.
  • Line 0, Column 0: [Warning-xref-not-found] Cross reference not found: 'ADODB.ConnectModeEnum'.
  • Line 0, Column 0: [Warning-xref-not-found] Cross reference not found: 'msdatasrc.DataSource.getDataMemberCount'.
  • Line 0, Column 0: [Warning-xref-not-found] Cross reference not found: 'msdatasrc.DataSourceListener'.
  • Line 0, Column 0: [Warning-xref-not-found] Cross reference not found: 'msdatasrc.DataSource.removeDataSourceListener(msdatasrc.DataSourceListener)'.
  • Line 0, Column 0: [Warning-xref-not-found] Cross reference not found: 'msdatasrc.DataSource'.
  • Line 0, Column 0: [Warning-xref-not-found] Cross reference not found: 'msdatasrc.DataSource.getDataMemberName(System.Int32)'.
  • Line 0, Column 0: [Warning-xref-not-found] Cross reference not found: 'ADODB.CursorLocationEnum'.
  • Line 0, Column 0: [Warning-xref-not-found] Cross reference not found: 'ADODB.Recordset'.
  • Line 0, Column 0: [Warning-xref-not-found] Cross reference not found: 'ADODB.LockTypeEnum'.
  • Line 0, Column 0: [Warning-xref-not-found] Cross reference not found: 'ADODB.CursorTypeEnum'.
  • Line 0, Column 0: [Warning-xref-not-found] Cross reference not found: 'msdatasrc.DataSource.getDataMember(System.String,System.Guid@)'.
  • Line 0, Column 0: [Warning-xref-not-found] Cross reference not found: 'ADODB.CommandTypeEnum'.

xml/Microsoft.VisualBasic.Compatibility.VB6/MBindingCollection.xml

  • Line 0, Column 0: [Warning-xref-not-found] Cross reference not found: 'msdatasrc.DataSource'.

xml/System.Security.Permissions/SecurityAction.xml

  • Line 0, Column 0: [Warning-ECMA2Yaml_UidAssembly_NotMatched] System.Security.Permissions.SecurityAction's moniker dotnet-plat-ext-2.1 can't match any assembly.
  • Line 0, Column 0: [Warning-ECMA2Yaml_UidAssembly_NotMatched] System.Security.Permissions.SecurityAction's moniker dotnet-plat-ext-2.2 can't match any assembly.
  • Line 0, Column 0: [Warning-ECMA2Yaml_UidAssembly_NotMatched] System.Security.Permissions.SecurityAction's moniker dotnet-plat-ext-3.0 can't match any assembly.
  • Line 0, Column 0: [Warning-ECMA2Yaml_UidAssembly_NotMatched] System.Security.Permissions.SecurityAction's moniker dotnet-plat-ext-3.1 can't match any assembly.
  • Line 0, Column 0: [Warning-ECMA2Yaml_UidAssembly_NotMatched] System.Security.Permissions.SecurityAction's moniker dotnet-plat-ext-5.0 can't match any assembly.

xml/System.Web.UI.WebControls/ListView.xml

  • Line 0, Column 0: [Warning-xref-not-found] Cross reference not found: 'System.Web.WebSysDescriptionAttribute'.
  • Line 0, Column 0: [Warning-xref-not-found] Cross reference not found: 'System.Web.WebSysDescriptionAttribute'.
  • Line 0, Column 0: [Warning-xref-not-found] Cross reference not found: 'System.Web.WebSysDescriptionAttribute'.

xml/System.Workflow.Activities/ReceiveActivity.xml

  • Line 0, Column 0: [Warning-xref-not-found] Cross reference not found: 'System.ServiceModel.SRCategoryAttribute'.

For more details, please refer to the build report.

If you see build warnings/errors with permission issues, it might be due to single sign-on (SSO) enabled on Microsoft's GitHub organizations. Please follow instructions here to re-authorize your GitHub account to Docs Build.

Note: Broken links written as relative paths are included in the above build report. For broken links written as absolute paths or external URLs, see the broken link report.

Note: Your PR may contain errors or warnings unrelated to the files you changed. This happens when external dependencies like GitHub alias, Microsoft alias, cross repo links are updated. Please use these instructions to resolve them.

For any questions, please:

@carlossanlop
Copy link
Contributor Author

carlossanlop commented Mar 3, 2021

I got warnings but they do not seem to be related to my changes. @gewarren is it ok if we merge this? Edit: Got Genevieve's confirmation via chat.

@carlossanlop carlossanlop merged commit f6b6edc into dotnet:master Mar 3, 2021
@carlossanlop carlossanlop deleted the shortcuts branch March 3, 2021 19:16
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants