Imported Upstream version 5.4.0.167

Former-commit-id: 5624ac747d633e885131e8349322922b6a59baaa
This commit is contained in:
Xamarin Public Jenkins (auto-signing)
2017-08-21 15:34:15 +00:00
parent e49d6f06c0
commit 536cd135cc
12856 changed files with 563812 additions and 223249 deletions

View File

@ -3,8 +3,8 @@
// Copyright (c) Microsoft Corporation. All rights reserved.
// </copyright>
//
// @owner [....]
// @backupOwner [....]
// @owner Microsoft
// @backupOwner Microsoft
//---------------------------------------------------------------------
namespace System.Data.EntityModel.SchemaObjectModel
@ -540,13 +540,13 @@ namespace System.Data.EntityModel.SchemaObjectModel
}
}
// ISSUE: jthunter-03/14/05 - The [....] "schemas" don't follow the ".Store" assembly
// ISSUE: jthunter-03/14/05 - The Sync "schemas" don't follow the ".Store" assembly
// naming convention but need to have the right StoreNamespace reported.
//
private static readonly string[] ClientNamespaceOfSchemasMissingStoreSuffix =
{
"System.Storage.[....].Utility",
"System.Storage.[....].Services"
"System.Storage.Sync.Utility",
"System.Storage.Sync.Services"
};
/// <summary>