You've already forked linux-packaging-mono
Imported Upstream version 5.4.0.167
Former-commit-id: 5624ac747d633e885131e8349322922b6a59baaa
This commit is contained in:
parent
e49d6f06c0
commit
536cd135cc
@ -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>
|
||||
|
Reference in New Issue
Block a user