From bbc4d53361ab7eb1cc5c296cf84e4399bf6358e4 Mon Sep 17 00:00:00 2001 From: Wes Haggard Date: Fri, 3 Feb 2017 10:48:34 -0800 Subject: [PATCH] Update NS2.0 Apicompat baseline Update the NS2.0 package to fix a couple issues in the shims. Added more shims to the list we need for .NET Core compat with NS2.0 The remaining System.Transactions issues will be fixed once we rename that assembly as part of https://github.com/dotnet/corefx/issues/15259 Commit migrated from https://github.com/dotnet/corefx/commit/d902b1c7b502635f644781fce474424c1cb3ad5a --- src/libraries/dependencies.props | 2 +- .../netstandard/project.json.template | 2 +- ...icrosoft.Private.CoreFx.NETCoreApp.pkgproj | 9 +- .../ApiCompatBaseline.netcoreapp.netfx461.txt | 301 +- ...ompatBaseline.netcoreapp.netstandard20.txt | 164 +- .../shims/ApiCompatBaseline.uap.netfx461.txt | 309 +- .../ApiCompatBaseline.uap.netstandard20.txt | 4442 +---------------- .../ApiCompatBaseline.uapaot.netfx461.txt | 309 +- ...ApiCompatBaseline.uapaot.netstandard20.txt | 4352 +--------------- src/libraries/shims/shims.proj | 5 +- 10 files changed, 1001 insertions(+), 8894 deletions(-) diff --git a/src/libraries/dependencies.props b/src/libraries/dependencies.props index 1d7e02cb3a4e8e..38105014e235a5 100644 --- a/src/libraries/dependencies.props +++ b/src/libraries/dependencies.props @@ -30,7 +30,7 @@ beta-25003-02 beta-25002-00 beta-25003-00 - beta-24928-01 + beta-25003-02 4.4.0-beta-24926-02 diff --git a/src/libraries/external/netstandard/project.json.template b/src/libraries/external/netstandard/project.json.template index dba8416d8b0463..544d1afd266a6a 100644 --- a/src/libraries/external/netstandard/project.json.template +++ b/src/libraries/external/netstandard/project.json.template @@ -2,7 +2,7 @@ "frameworks": { "{TFM}": { "dependencies": { - "NETStandard.Library": "2.0.0-beta-24928-01" + "NETStandard.Library": "2.0.0-beta-25003-02" } } } diff --git a/src/libraries/pkg/Microsoft.Private.CoreFx.NETCoreApp/Microsoft.Private.CoreFx.NETCoreApp.pkgproj b/src/libraries/pkg/Microsoft.Private.CoreFx.NETCoreApp/Microsoft.Private.CoreFx.NETCoreApp.pkgproj index 6d89a57dc1162e..61704605e75826 100644 --- a/src/libraries/pkg/Microsoft.Private.CoreFx.NETCoreApp/Microsoft.Private.CoreFx.NETCoreApp.pkgproj +++ b/src/libraries/pkg/Microsoft.Private.CoreFx.NETCoreApp/Microsoft.Private.CoreFx.NETCoreApp.pkgproj @@ -84,14 +84,9 @@ - - - - - - - + + diff --git a/src/libraries/shims/ApiCompatBaseline.netcoreapp.netfx461.txt b/src/libraries/shims/ApiCompatBaseline.netcoreapp.netfx461.txt index 7c8bdf0894f721..8aae5d3f5ad7c7 100644 --- a/src/libraries/shims/ApiCompatBaseline.netcoreapp.netfx461.txt +++ b/src/libraries/shims/ApiCompatBaseline.netcoreapp.netfx461.txt @@ -1229,6 +1229,68 @@ TypesMustExist : Type 'System.Web.AspNetHostingPermission' does not exist in the TypesMustExist : Type 'System.Web.AspNetHostingPermissionAttribute' does not exist in the implementation but it does exist in the contract. TypesMustExist : Type 'System.Web.AspNetHostingPermissionLevel' does not exist in the implementation but it does exist in the contract. TypesMustExist : Type 'System.Windows.Markup.ValueSerializerAttribute' does not exist in the implementation but it does exist in the contract. +Compat issues with assembly System.ComponentModel.Composition: +TypesMustExist : Type 'System.ComponentModel.Composition.AttributedModelServices' does not exist in the implementation but it does exist in the contract. +TypesMustExist : Type 'System.ComponentModel.Composition.CatalogReflectionContextAttribute' does not exist in the implementation but it does exist in the contract. +TypesMustExist : Type 'System.ComponentModel.Composition.ChangeRejectedException' does not exist in the implementation but it does exist in the contract. +TypesMustExist : Type 'System.ComponentModel.Composition.CompositionContractMismatchException' does not exist in the implementation but it does exist in the contract. +TypesMustExist : Type 'System.ComponentModel.Composition.CompositionError' does not exist in the implementation but it does exist in the contract. +TypesMustExist : Type 'System.ComponentModel.Composition.CompositionException' does not exist in the implementation but it does exist in the contract. +TypesMustExist : Type 'System.ComponentModel.Composition.CreationPolicy' does not exist in the implementation but it does exist in the contract. +TypesMustExist : Type 'System.ComponentModel.Composition.ExportAttribute' does not exist in the implementation but it does exist in the contract. +TypesMustExist : Type 'System.ComponentModel.Composition.ExportFactory' does not exist in the implementation but it does exist in the contract. +TypesMustExist : Type 'System.ComponentModel.Composition.ExportFactory' does not exist in the implementation but it does exist in the contract. +TypesMustExist : Type 'System.ComponentModel.Composition.ExportLifetimeContext' does not exist in the implementation but it does exist in the contract. +TypesMustExist : Type 'System.ComponentModel.Composition.ExportMetadataAttribute' does not exist in the implementation but it does exist in the contract. +TypesMustExist : Type 'System.ComponentModel.Composition.ICompositionService' does not exist in the implementation but it does exist in the contract. +TypesMustExist : Type 'System.ComponentModel.Composition.ImportAttribute' does not exist in the implementation but it does exist in the contract. +TypesMustExist : Type 'System.ComponentModel.Composition.ImportCardinalityMismatchException' does not exist in the implementation but it does exist in the contract. +TypesMustExist : Type 'System.ComponentModel.Composition.ImportingConstructorAttribute' does not exist in the implementation but it does exist in the contract. +TypesMustExist : Type 'System.ComponentModel.Composition.ImportManyAttribute' does not exist in the implementation but it does exist in the contract. +TypesMustExist : Type 'System.ComponentModel.Composition.ImportSource' does not exist in the implementation but it does exist in the contract. +TypesMustExist : Type 'System.ComponentModel.Composition.InheritedExportAttribute' does not exist in the implementation but it does exist in the contract. +TypesMustExist : Type 'System.ComponentModel.Composition.IPartImportsSatisfiedNotification' does not exist in the implementation but it does exist in the contract. +TypesMustExist : Type 'System.ComponentModel.Composition.MetadataAttributeAttribute' does not exist in the implementation but it does exist in the contract. +TypesMustExist : Type 'System.ComponentModel.Composition.MetadataViewImplementationAttribute' does not exist in the implementation but it does exist in the contract. +TypesMustExist : Type 'System.ComponentModel.Composition.PartCreationPolicyAttribute' does not exist in the implementation but it does exist in the contract. +TypesMustExist : Type 'System.ComponentModel.Composition.PartMetadataAttribute' does not exist in the implementation but it does exist in the contract. +TypesMustExist : Type 'System.ComponentModel.Composition.PartNotDiscoverableAttribute' does not exist in the implementation but it does exist in the contract. +TypesMustExist : Type 'System.ComponentModel.Composition.Hosting.AggregateCatalog' does not exist in the implementation but it does exist in the contract. +TypesMustExist : Type 'System.ComponentModel.Composition.Hosting.AggregateExportProvider' does not exist in the implementation but it does exist in the contract. +TypesMustExist : Type 'System.ComponentModel.Composition.Hosting.ApplicationCatalog' does not exist in the implementation but it does exist in the contract. +TypesMustExist : Type 'System.ComponentModel.Composition.Hosting.AssemblyCatalog' does not exist in the implementation but it does exist in the contract. +TypesMustExist : Type 'System.ComponentModel.Composition.Hosting.AtomicComposition' does not exist in the implementation but it does exist in the contract. +TypesMustExist : Type 'System.ComponentModel.Composition.Hosting.CatalogExportProvider' does not exist in the implementation but it does exist in the contract. +TypesMustExist : Type 'System.ComponentModel.Composition.Hosting.CatalogExtensions' does not exist in the implementation but it does exist in the contract. +TypesMustExist : Type 'System.ComponentModel.Composition.Hosting.ComposablePartCatalogChangeEventArgs' does not exist in the implementation but it does exist in the contract. +TypesMustExist : Type 'System.ComponentModel.Composition.Hosting.ComposablePartExportProvider' does not exist in the implementation but it does exist in the contract. +TypesMustExist : Type 'System.ComponentModel.Composition.Hosting.CompositionBatch' does not exist in the implementation but it does exist in the contract. +TypesMustExist : Type 'System.ComponentModel.Composition.Hosting.CompositionConstants' does not exist in the implementation but it does exist in the contract. +TypesMustExist : Type 'System.ComponentModel.Composition.Hosting.CompositionContainer' does not exist in the implementation but it does exist in the contract. +TypesMustExist : Type 'System.ComponentModel.Composition.Hosting.CompositionOptions' does not exist in the implementation but it does exist in the contract. +TypesMustExist : Type 'System.ComponentModel.Composition.Hosting.CompositionScopeDefinition' does not exist in the implementation but it does exist in the contract. +TypesMustExist : Type 'System.ComponentModel.Composition.Hosting.CompositionService' does not exist in the implementation but it does exist in the contract. +TypesMustExist : Type 'System.ComponentModel.Composition.Hosting.DirectoryCatalog' does not exist in the implementation but it does exist in the contract. +TypesMustExist : Type 'System.ComponentModel.Composition.Hosting.ExportProvider' does not exist in the implementation but it does exist in the contract. +TypesMustExist : Type 'System.ComponentModel.Composition.Hosting.ExportsChangeEventArgs' does not exist in the implementation but it does exist in the contract. +TypesMustExist : Type 'System.ComponentModel.Composition.Hosting.FilteredCatalog' does not exist in the implementation but it does exist in the contract. +TypesMustExist : Type 'System.ComponentModel.Composition.Hosting.ImportEngine' does not exist in the implementation but it does exist in the contract. +TypesMustExist : Type 'System.ComponentModel.Composition.Hosting.INotifyComposablePartCatalogChanged' does not exist in the implementation but it does exist in the contract. +TypesMustExist : Type 'System.ComponentModel.Composition.Hosting.ScopingExtensions' does not exist in the implementation but it does exist in the contract. +TypesMustExist : Type 'System.ComponentModel.Composition.Hosting.TypeCatalog' does not exist in the implementation but it does exist in the contract. +TypesMustExist : Type 'System.ComponentModel.Composition.Primitives.ComposablePart' does not exist in the implementation but it does exist in the contract. +TypesMustExist : Type 'System.ComponentModel.Composition.Primitives.ComposablePartCatalog' does not exist in the implementation but it does exist in the contract. +TypesMustExist : Type 'System.ComponentModel.Composition.Primitives.ComposablePartDefinition' does not exist in the implementation but it does exist in the contract. +TypesMustExist : Type 'System.ComponentModel.Composition.Primitives.ComposablePartException' does not exist in the implementation but it does exist in the contract. +TypesMustExist : Type 'System.ComponentModel.Composition.Primitives.ContractBasedImportDefinition' does not exist in the implementation but it does exist in the contract. +TypesMustExist : Type 'System.ComponentModel.Composition.Primitives.Export' does not exist in the implementation but it does exist in the contract. +TypesMustExist : Type 'System.ComponentModel.Composition.Primitives.ExportDefinition' does not exist in the implementation but it does exist in the contract. +TypesMustExist : Type 'System.ComponentModel.Composition.Primitives.ExportedDelegate' does not exist in the implementation but it does exist in the contract. +TypesMustExist : Type 'System.ComponentModel.Composition.Primitives.ICompositionElement' does not exist in the implementation but it does exist in the contract. +TypesMustExist : Type 'System.ComponentModel.Composition.Primitives.ImportCardinality' does not exist in the implementation but it does exist in the contract. +TypesMustExist : Type 'System.ComponentModel.Composition.Primitives.ImportDefinition' does not exist in the implementation but it does exist in the contract. +TypesMustExist : Type 'System.ComponentModel.Composition.ReflectionModel.LazyMemberInfo' does not exist in the implementation but it does exist in the contract. +TypesMustExist : Type 'System.ComponentModel.Composition.ReflectionModel.ReflectionModelServices' does not exist in the implementation but it does exist in the contract. Compat issues with assembly System.Core: CannotRemoveBaseTypeOrInterface : Type 'System.InvalidTimeZoneException' does not implement interface 'System.Runtime.InteropServices._Exception' in the implementation but it does in the contract. CannotRemoveBaseTypeOrInterface : Type 'System.TimeZoneNotFoundException' does not implement interface 'System.Runtime.InteropServices._Exception' in the implementation but it does in the contract. @@ -1352,6 +1414,243 @@ TypesMustExist : Type 'System.Security.Cryptography.X509Certificates.Authenticod TypesMustExist : Type 'System.Security.Cryptography.X509Certificates.TimestampInformation' does not exist in the implementation but it does exist in the contract. TypesMustExist : Type 'System.Security.Cryptography.X509Certificates.TrustStatus' does not exist in the implementation but it does exist in the contract. CannotRemoveBaseTypeOrInterface : Type 'System.Threading.LockRecursionException' does not implement interface 'System.Runtime.InteropServices._Exception' in the implementation but it does in the contract. +Compat issues with assembly System.Data: +TypesMustExist : Type 'Microsoft.SqlServer.Server.DataAccessKind' does not exist in the implementation but it does exist in the contract. +TypesMustExist : Type 'Microsoft.SqlServer.Server.Format' does not exist in the implementation but it does exist in the contract. +TypesMustExist : Type 'Microsoft.SqlServer.Server.IBinarySerialize' does not exist in the implementation but it does exist in the contract. +TypesMustExist : Type 'Microsoft.SqlServer.Server.InvalidUdtException' does not exist in the implementation but it does exist in the contract. +TypesMustExist : Type 'Microsoft.SqlServer.Server.SqlContext' does not exist in the implementation but it does exist in the contract. +CannotRemoveBaseTypeOrInterface : Type 'Microsoft.SqlServer.Server.SqlDataRecord' does not implement interface 'System.Data.IDataRecord' in the implementation but it does in the contract. +TypesMustExist : Type 'Microsoft.SqlServer.Server.SqlFacetAttribute' does not exist in the implementation but it does exist in the contract. +TypesMustExist : Type 'Microsoft.SqlServer.Server.SqlFunctionAttribute' does not exist in the implementation but it does exist in the contract. +MembersMustExist : Member 'Microsoft.SqlServer.Server.SqlMetaData..ctor(System.String, System.Data.SqlDbType, System.Type)' does not exist in the implementation but it does exist in the contract. +MembersMustExist : Member 'Microsoft.SqlServer.Server.SqlMetaData..ctor(System.String, System.Data.SqlDbType, System.Type, System.String)' does not exist in the implementation but it does exist in the contract. +MembersMustExist : Member 'Microsoft.SqlServer.Server.SqlMetaData..ctor(System.String, System.Data.SqlDbType, System.Type, System.String, System.Boolean, System.Boolean, System.Data.SqlClient.SortOrder, System.Int32)' does not exist in the implementation but it does exist in the contract. +MembersMustExist : Member 'Microsoft.SqlServer.Server.SqlMetaData.DbType.get()' does not exist in the implementation but it does exist in the contract. +MembersMustExist : Member 'Microsoft.SqlServer.Server.SqlMetaData.Type.get()' does not exist in the implementation but it does exist in the contract. +TypesMustExist : Type 'Microsoft.SqlServer.Server.SqlMethodAttribute' does not exist in the implementation but it does exist in the contract. +TypesMustExist : Type 'Microsoft.SqlServer.Server.SqlPipe' does not exist in the implementation but it does exist in the contract. +TypesMustExist : Type 'Microsoft.SqlServer.Server.SqlProcedureAttribute' does not exist in the implementation but it does exist in the contract. +TypesMustExist : Type 'Microsoft.SqlServer.Server.SqlTriggerAttribute' does not exist in the implementation but it does exist in the contract. +TypesMustExist : Type 'Microsoft.SqlServer.Server.SqlTriggerContext' does not exist in the implementation but it does exist in the contract. +TypesMustExist : Type 'Microsoft.SqlServer.Server.SqlUserDefinedAggregateAttribute' does not exist in the implementation but it does exist in the contract. +TypesMustExist : Type 'Microsoft.SqlServer.Server.SqlUserDefinedTypeAttribute' does not exist in the implementation but it does exist in the contract. +TypesMustExist : Type 'Microsoft.SqlServer.Server.SystemDataAccessKind' does not exist in the implementation but it does exist in the contract. +TypesMustExist : Type 'Microsoft.SqlServer.Server.TriggerAction' does not exist in the implementation but it does exist in the contract. +CannotRemoveBaseTypeOrInterface : Type 'System.Data.ConstraintException' does not implement interface 'System.Runtime.InteropServices._Exception' in the implementation but it does in the contract. +CannotRemoveBaseTypeOrInterface : Type 'System.Data.DataException' does not implement interface 'System.Runtime.InteropServices._Exception' in the implementation but it does in the contract. +TypesMustExist : Type 'System.Data.DataSetSchemaImporterExtension' does not exist in the implementation but it does exist in the contract. +CannotRemoveBaseTypeOrInterface : Type 'System.Data.DataSysDescriptionAttribute' does not implement interface 'System.Runtime.InteropServices._Attribute' in the implementation but it does in the contract. +CannotRemoveBaseTypeOrInterface : Type 'System.Data.DBConcurrencyException' does not implement interface 'System.Runtime.InteropServices._Exception' in the implementation but it does in the contract. +CannotRemoveBaseTypeOrInterface : Type 'System.Data.DeletedRowInaccessibleException' does not implement interface 'System.Runtime.InteropServices._Exception' in the implementation but it does in the contract. +CannotRemoveBaseTypeOrInterface : Type 'System.Data.DuplicateNameException' does not implement interface 'System.Runtime.InteropServices._Exception' in the implementation but it does in the contract. +CannotRemoveBaseTypeOrInterface : Type 'System.Data.EvaluateException' does not implement interface 'System.Runtime.InteropServices._Exception' in the implementation but it does in the contract. +CannotRemoveBaseTypeOrInterface : Type 'System.Data.InRowChangingEventException' does not implement interface 'System.Runtime.InteropServices._Exception' in the implementation but it does in the contract. +CannotRemoveBaseTypeOrInterface : Type 'System.Data.InvalidConstraintException' does not implement interface 'System.Runtime.InteropServices._Exception' in the implementation but it does in the contract. +CannotRemoveBaseTypeOrInterface : Type 'System.Data.InvalidExpressionException' does not implement interface 'System.Runtime.InteropServices._Exception' in the implementation but it does in the contract. +CannotRemoveBaseTypeOrInterface : Type 'System.Data.MissingPrimaryKeyException' does not implement interface 'System.Runtime.InteropServices._Exception' in the implementation but it does in the contract. +CannotRemoveBaseTypeOrInterface : Type 'System.Data.NoNullAllowedException' does not implement interface 'System.Runtime.InteropServices._Exception' in the implementation but it does in the contract. +TypesMustExist : Type 'System.Data.OperationAbortedException' does not exist in the implementation but it does exist in the contract. +TypesMustExist : Type 'System.Data.PropertyAttributes' does not exist in the implementation but it does exist in the contract. +CannotRemoveBaseTypeOrInterface : Type 'System.Data.ReadOnlyException' does not implement interface 'System.Runtime.InteropServices._Exception' in the implementation but it does in the contract. +CannotRemoveBaseTypeOrInterface : Type 'System.Data.RowNotInTableException' does not implement interface 'System.Runtime.InteropServices._Exception' in the implementation but it does in the contract. +CannotRemoveBaseTypeOrInterface : Type 'System.Data.StrongTypingException' does not implement interface 'System.Runtime.InteropServices._Exception' in the implementation but it does in the contract. +CannotRemoveBaseTypeOrInterface : Type 'System.Data.SyntaxErrorException' does not implement interface 'System.Runtime.InteropServices._Exception' in the implementation but it does in the contract. +TypesMustExist : Type 'System.Data.TypedDataSetGenerator' does not exist in the implementation but it does exist in the contract. +TypesMustExist : Type 'System.Data.TypedDataSetGeneratorException' does not exist in the implementation but it does exist in the contract. +CannotRemoveBaseTypeOrInterface : Type 'System.Data.VersionNotFoundException' does not implement interface 'System.Runtime.InteropServices._Exception' in the implementation but it does in the contract. +TypesMustExist : Type 'System.Data.Common.DBDataPermission' does not exist in the implementation but it does exist in the contract. +TypesMustExist : Type 'System.Data.Common.DBDataPermissionAttribute' does not exist in the implementation but it does exist in the contract. +CannotRemoveBaseTypeOrInterface : Type 'System.Data.Common.DbException' does not implement interface 'System.Runtime.InteropServices._Exception' in the implementation but it does in the contract. +TypesMustExist : Type 'System.Data.Common.DbProviderConfigurationHandler' does not exist in the implementation but it does exist in the contract. +TypesMustExist : Type 'System.Data.Common.DbProviderFactories' does not exist in the implementation but it does exist in the contract. +TypesMustExist : Type 'System.Data.Common.DbProviderFactoriesConfigurationHandler' does not exist in the implementation but it does exist in the contract. +MembersMustExist : Member 'System.Data.Common.DbProviderFactory.CreatePermission(System.Security.Permissions.PermissionState)' does not exist in the implementation but it does exist in the contract. +CannotRemoveBaseTypeOrInterface : Type 'System.Data.Common.DbProviderSpecificTypePropertyAttribute' does not implement interface 'System.Runtime.InteropServices._Attribute' in the implementation but it does in the contract. +TypesMustExist : Type 'System.Data.Odbc.OdbcCommand' does not exist in the implementation but it does exist in the contract. +TypesMustExist : Type 'System.Data.Odbc.OdbcCommandBuilder' does not exist in the implementation but it does exist in the contract. +TypesMustExist : Type 'System.Data.Odbc.OdbcConnection' does not exist in the implementation but it does exist in the contract. +TypesMustExist : Type 'System.Data.Odbc.OdbcConnectionStringBuilder' does not exist in the implementation but it does exist in the contract. +TypesMustExist : Type 'System.Data.Odbc.OdbcDataAdapter' does not exist in the implementation but it does exist in the contract. +TypesMustExist : Type 'System.Data.Odbc.OdbcDataReader' does not exist in the implementation but it does exist in the contract. +TypesMustExist : Type 'System.Data.Odbc.OdbcError' does not exist in the implementation but it does exist in the contract. +TypesMustExist : Type 'System.Data.Odbc.OdbcErrorCollection' does not exist in the implementation but it does exist in the contract. +TypesMustExist : Type 'System.Data.Odbc.OdbcException' does not exist in the implementation but it does exist in the contract. +TypesMustExist : Type 'System.Data.Odbc.OdbcFactory' does not exist in the implementation but it does exist in the contract. +TypesMustExist : Type 'System.Data.Odbc.OdbcInfoMessageEventArgs' does not exist in the implementation but it does exist in the contract. +TypesMustExist : Type 'System.Data.Odbc.OdbcInfoMessageEventHandler' does not exist in the implementation but it does exist in the contract. +TypesMustExist : Type 'System.Data.Odbc.OdbcMetaDataCollectionNames' does not exist in the implementation but it does exist in the contract. +TypesMustExist : Type 'System.Data.Odbc.OdbcMetaDataColumnNames' does not exist in the implementation but it does exist in the contract. +TypesMustExist : Type 'System.Data.Odbc.OdbcParameter' does not exist in the implementation but it does exist in the contract. +TypesMustExist : Type 'System.Data.Odbc.OdbcParameterCollection' does not exist in the implementation but it does exist in the contract. +TypesMustExist : Type 'System.Data.Odbc.OdbcPermission' does not exist in the implementation but it does exist in the contract. +TypesMustExist : Type 'System.Data.Odbc.OdbcPermissionAttribute' does not exist in the implementation but it does exist in the contract. +TypesMustExist : Type 'System.Data.Odbc.OdbcRowUpdatedEventArgs' does not exist in the implementation but it does exist in the contract. +TypesMustExist : Type 'System.Data.Odbc.OdbcRowUpdatedEventHandler' does not exist in the implementation but it does exist in the contract. +TypesMustExist : Type 'System.Data.Odbc.OdbcRowUpdatingEventArgs' does not exist in the implementation but it does exist in the contract. +TypesMustExist : Type 'System.Data.Odbc.OdbcRowUpdatingEventHandler' does not exist in the implementation but it does exist in the contract. +TypesMustExist : Type 'System.Data.Odbc.OdbcTransaction' does not exist in the implementation but it does exist in the contract. +TypesMustExist : Type 'System.Data.Odbc.OdbcType' does not exist in the implementation but it does exist in the contract. +TypesMustExist : Type 'System.Data.OleDb.OleDbCommand' does not exist in the implementation but it does exist in the contract. +TypesMustExist : Type 'System.Data.OleDb.OleDbCommandBuilder' does not exist in the implementation but it does exist in the contract. +TypesMustExist : Type 'System.Data.OleDb.OleDbConnection' does not exist in the implementation but it does exist in the contract. +TypesMustExist : Type 'System.Data.OleDb.OleDbConnectionStringBuilder' does not exist in the implementation but it does exist in the contract. +TypesMustExist : Type 'System.Data.OleDb.OleDbDataAdapter' does not exist in the implementation but it does exist in the contract. +TypesMustExist : Type 'System.Data.OleDb.OleDbDataReader' does not exist in the implementation but it does exist in the contract. +TypesMustExist : Type 'System.Data.OleDb.OleDbEnumerator' does not exist in the implementation but it does exist in the contract. +TypesMustExist : Type 'System.Data.OleDb.OleDbError' does not exist in the implementation but it does exist in the contract. +TypesMustExist : Type 'System.Data.OleDb.OleDbErrorCollection' does not exist in the implementation but it does exist in the contract. +TypesMustExist : Type 'System.Data.OleDb.OleDbException' does not exist in the implementation but it does exist in the contract. +TypesMustExist : Type 'System.Data.OleDb.OleDbFactory' does not exist in the implementation but it does exist in the contract. +TypesMustExist : Type 'System.Data.OleDb.OleDbInfoMessageEventArgs' does not exist in the implementation but it does exist in the contract. +TypesMustExist : Type 'System.Data.OleDb.OleDbInfoMessageEventHandler' does not exist in the implementation but it does exist in the contract. +TypesMustExist : Type 'System.Data.OleDb.OleDbLiteral' does not exist in the implementation but it does exist in the contract. +TypesMustExist : Type 'System.Data.OleDb.OleDbMetaDataCollectionNames' does not exist in the implementation but it does exist in the contract. +TypesMustExist : Type 'System.Data.OleDb.OleDbMetaDataColumnNames' does not exist in the implementation but it does exist in the contract. +TypesMustExist : Type 'System.Data.OleDb.OleDbParameter' does not exist in the implementation but it does exist in the contract. +TypesMustExist : Type 'System.Data.OleDb.OleDbParameterCollection' does not exist in the implementation but it does exist in the contract. +TypesMustExist : Type 'System.Data.OleDb.OleDbPermission' does not exist in the implementation but it does exist in the contract. +TypesMustExist : Type 'System.Data.OleDb.OleDbPermissionAttribute' does not exist in the implementation but it does exist in the contract. +TypesMustExist : Type 'System.Data.OleDb.OleDbRowUpdatedEventArgs' does not exist in the implementation but it does exist in the contract. +TypesMustExist : Type 'System.Data.OleDb.OleDbRowUpdatedEventHandler' does not exist in the implementation but it does exist in the contract. +TypesMustExist : Type 'System.Data.OleDb.OleDbRowUpdatingEventArgs' does not exist in the implementation but it does exist in the contract. +TypesMustExist : Type 'System.Data.OleDb.OleDbRowUpdatingEventHandler' does not exist in the implementation but it does exist in the contract. +TypesMustExist : Type 'System.Data.OleDb.OleDbSchemaGuid' does not exist in the implementation but it does exist in the contract. +TypesMustExist : Type 'System.Data.OleDb.OleDbTransaction' does not exist in the implementation but it does exist in the contract. +TypesMustExist : Type 'System.Data.OleDb.OleDbType' does not exist in the implementation but it does exist in the contract. +TypesMustExist : Type 'System.Data.Sql.SqlDataSourceEnumerator' does not exist in the implementation but it does exist in the contract. +TypesMustExist : Type 'System.Data.Sql.SqlNotificationRequest' does not exist in the implementation but it does exist in the contract. +TypesMustExist : Type 'System.Data.SqlClient.OnChangeEventHandler' does not exist in the implementation but it does exist in the contract. +TypesMustExist : Type 'System.Data.SqlClient.SqlAuthenticationMethod' does not exist in the implementation but it does exist in the contract. +MembersMustExist : Member 'System.Data.SqlClient.SqlBulkCopy.WriteToServer(System.Data.DataRow[])' does not exist in the implementation but it does exist in the contract. +MembersMustExist : Member 'System.Data.SqlClient.SqlBulkCopy.WriteToServer(System.Data.DataTable)' does not exist in the implementation but it does exist in the contract. +MembersMustExist : Member 'System.Data.SqlClient.SqlBulkCopy.WriteToServer(System.Data.DataTable, System.Data.DataRowState)' does not exist in the implementation but it does exist in the contract. +MembersMustExist : Member 'System.Data.SqlClient.SqlBulkCopy.WriteToServer(System.Data.IDataReader)' does not exist in the implementation but it does exist in the contract. +MembersMustExist : Member 'System.Data.SqlClient.SqlBulkCopy.WriteToServerAsync(System.Data.DataRow[])' does not exist in the implementation but it does exist in the contract. +MembersMustExist : Member 'System.Data.SqlClient.SqlBulkCopy.WriteToServerAsync(System.Data.DataRow[], System.Threading.CancellationToken)' does not exist in the implementation but it does exist in the contract. +MembersMustExist : Member 'System.Data.SqlClient.SqlBulkCopy.WriteToServerAsync(System.Data.DataTable)' does not exist in the implementation but it does exist in the contract. +MembersMustExist : Member 'System.Data.SqlClient.SqlBulkCopy.WriteToServerAsync(System.Data.DataTable, System.Data.DataRowState)' does not exist in the implementation but it does exist in the contract. +MembersMustExist : Member 'System.Data.SqlClient.SqlBulkCopy.WriteToServerAsync(System.Data.DataTable, System.Data.DataRowState, System.Threading.CancellationToken)' does not exist in the implementation but it does exist in the contract. +MembersMustExist : Member 'System.Data.SqlClient.SqlBulkCopy.WriteToServerAsync(System.Data.DataTable, System.Threading.CancellationToken)' does not exist in the implementation but it does exist in the contract. +MembersMustExist : Member 'System.Data.SqlClient.SqlBulkCopy.WriteToServerAsync(System.Data.IDataReader)' does not exist in the implementation but it does exist in the contract. +MembersMustExist : Member 'System.Data.SqlClient.SqlBulkCopy.WriteToServerAsync(System.Data.IDataReader, System.Threading.CancellationToken)' does not exist in the implementation but it does exist in the contract. +CannotRemoveBaseTypeOrInterface : Type 'System.Data.SqlClient.SqlBulkCopyColumnMappingCollection' does not inherit from base type 'System.Collections.CollectionBase' in the implementation but it does in the contract. +MembersMustExist : Member 'System.Data.SqlClient.SqlBulkCopyOptions System.Data.SqlClient.SqlBulkCopyOptions.AllowEncryptedValueModifications' does not exist in the implementation but it does exist in the contract. +CannotRemoveBaseTypeOrInterface : Type 'System.Data.SqlClient.SqlClientFactory' does not implement interface 'System.IServiceProvider' in the implementation but it does in the contract. +MembersMustExist : Member 'System.Data.SqlClient.SqlClientFactory.CreatePermission(System.Security.Permissions.PermissionState)' does not exist in the implementation but it does exist in the contract. +TypesMustExist : Type 'System.Data.SqlClient.SqlClientMetaDataCollectionNames' does not exist in the implementation but it does exist in the contract. +TypesMustExist : Type 'System.Data.SqlClient.SqlClientPermission' does not exist in the implementation but it does exist in the contract. +TypesMustExist : Type 'System.Data.SqlClient.SqlClientPermissionAttribute' does not exist in the implementation but it does exist in the contract. +TypesMustExist : Type 'System.Data.SqlClient.SqlColumnEncryptionCertificateStoreProvider' does not exist in the implementation but it does exist in the contract. +TypesMustExist : Type 'System.Data.SqlClient.SqlColumnEncryptionCngProvider' does not exist in the implementation but it does exist in the contract. +TypesMustExist : Type 'System.Data.SqlClient.SqlColumnEncryptionCspProvider' does not exist in the implementation but it does exist in the contract. +TypesMustExist : Type 'System.Data.SqlClient.SqlColumnEncryptionKeyStoreProvider' does not exist in the implementation but it does exist in the contract. +CannotRemoveBaseTypeOrInterface : Type 'System.Data.SqlClient.SqlCommand' does not implement interface 'System.ICloneable' in the implementation but it does in the contract. +MembersMustExist : Member 'System.Data.SqlClient.SqlCommand..ctor(System.String, System.Data.SqlClient.SqlConnection, System.Data.SqlClient.SqlTransaction, System.Data.SqlClient.SqlCommandColumnEncryptionSetting)' does not exist in the implementation but it does exist in the contract. +MembersMustExist : Member 'System.Data.SqlClient.SqlCommand.BeginExecuteNonQuery()' does not exist in the implementation but it does exist in the contract. +MembersMustExist : Member 'System.Data.SqlClient.SqlCommand.BeginExecuteNonQuery(System.AsyncCallback, System.Object)' does not exist in the implementation but it does exist in the contract. +MembersMustExist : Member 'System.Data.SqlClient.SqlCommand.BeginExecuteReader()' does not exist in the implementation but it does exist in the contract. +MembersMustExist : Member 'System.Data.SqlClient.SqlCommand.BeginExecuteReader(System.AsyncCallback, System.Object)' does not exist in the implementation but it does exist in the contract. +MembersMustExist : Member 'System.Data.SqlClient.SqlCommand.BeginExecuteReader(System.AsyncCallback, System.Object, System.Data.CommandBehavior)' does not exist in the implementation but it does exist in the contract. +MembersMustExist : Member 'System.Data.SqlClient.SqlCommand.BeginExecuteReader(System.Data.CommandBehavior)' does not exist in the implementation but it does exist in the contract. +MembersMustExist : Member 'System.Data.SqlClient.SqlCommand.BeginExecuteXmlReader()' does not exist in the implementation but it does exist in the contract. +MembersMustExist : Member 'System.Data.SqlClient.SqlCommand.BeginExecuteXmlReader(System.AsyncCallback, System.Object)' does not exist in the implementation but it does exist in the contract. +MembersMustExist : Member 'System.Data.SqlClient.SqlCommand.Clone()' does not exist in the implementation but it does exist in the contract. +MembersMustExist : Member 'System.Data.SqlClient.SqlCommand.ColumnEncryptionSetting.get()' does not exist in the implementation but it does exist in the contract. +MembersMustExist : Member 'System.Data.SqlClient.SqlCommand.EndExecuteNonQuery(System.IAsyncResult)' does not exist in the implementation but it does exist in the contract. +MembersMustExist : Member 'System.Data.SqlClient.SqlCommand.EndExecuteReader(System.IAsyncResult)' does not exist in the implementation but it does exist in the contract. +MembersMustExist : Member 'System.Data.SqlClient.SqlCommand.EndExecuteXmlReader(System.IAsyncResult)' does not exist in the implementation but it does exist in the contract. +MembersMustExist : Member 'System.Data.SqlClient.SqlCommand.Notification.get()' does not exist in the implementation but it does exist in the contract. +MembersMustExist : Member 'System.Data.SqlClient.SqlCommand.Notification.set(System.Data.Sql.SqlNotificationRequest)' does not exist in the implementation but it does exist in the contract. +MembersMustExist : Member 'System.Data.SqlClient.SqlCommand.NotificationAutoEnlist.get()' does not exist in the implementation but it does exist in the contract. +MembersMustExist : Member 'System.Data.SqlClient.SqlCommand.NotificationAutoEnlist.set(System.Boolean)' does not exist in the implementation but it does exist in the contract. +MembersMustExist : Member 'System.Data.SqlClient.SqlCommand.ResetCommandTimeout()' does not exist in the implementation but it does exist in the contract. +TypesMustExist : Type 'System.Data.SqlClient.SqlCommandBuilder' does not exist in the implementation but it does exist in the contract. +TypesMustExist : Type 'System.Data.SqlClient.SqlCommandColumnEncryptionSetting' does not exist in the implementation but it does exist in the contract. +CannotRemoveBaseTypeOrInterface : Type 'System.Data.SqlClient.SqlConnection' does not implement interface 'System.ICloneable' in the implementation but it does in the contract. +MembersMustExist : Member 'System.Data.SqlClient.SqlConnection..ctor(System.String, System.Data.SqlClient.SqlCredential)' does not exist in the implementation but it does exist in the contract. +MembersMustExist : Member 'System.Data.SqlClient.SqlConnection.AccessToken.get()' does not exist in the implementation but it does exist in the contract. +MembersMustExist : Member 'System.Data.SqlClient.SqlConnection.AccessToken.set(System.String)' does not exist in the implementation but it does exist in the contract. +MembersMustExist : Member 'System.Data.SqlClient.SqlConnection.ChangePassword(System.String, System.Data.SqlClient.SqlCredential, System.Security.SecureString)' does not exist in the implementation but it does exist in the contract. +MembersMustExist : Member 'System.Data.SqlClient.SqlConnection.ChangePassword(System.String, System.String)' does not exist in the implementation but it does exist in the contract. +MembersMustExist : Member 'System.Data.SqlClient.SqlConnection.ColumnEncryptionTrustedMasterKeyPaths.get()' does not exist in the implementation but it does exist in the contract. +MembersMustExist : Member 'System.Data.SqlClient.SqlConnection.Credential.get()' does not exist in the implementation but it does exist in the contract. +MembersMustExist : Member 'System.Data.SqlClient.SqlConnection.Credential.set(System.Data.SqlClient.SqlCredential)' does not exist in the implementation but it does exist in the contract. +MembersMustExist : Member 'System.Data.SqlClient.SqlConnection.EnlistDistributedTransaction(System.EnterpriseServices.ITransaction)' does not exist in the implementation but it does exist in the contract. +MembersMustExist : Member 'System.Data.SqlClient.SqlConnection.RegisterColumnEncryptionKeyStoreProviders(System.Collections.Generic.IDictionary)' does not exist in the implementation but it does exist in the contract. +TypesMustExist : Type 'System.Data.SqlClient.SqlConnectionColumnEncryptionSetting' does not exist in the implementation but it does exist in the contract. +MembersMustExist : Member 'System.Data.SqlClient.SqlConnectionStringBuilder.AsynchronousProcessing.get()' does not exist in the implementation but it does exist in the contract. +MembersMustExist : Member 'System.Data.SqlClient.SqlConnectionStringBuilder.AsynchronousProcessing.set(System.Boolean)' does not exist in the implementation but it does exist in the contract. +MembersMustExist : Member 'System.Data.SqlClient.SqlConnectionStringBuilder.Authentication.get()' does not exist in the implementation but it does exist in the contract. +MembersMustExist : Member 'System.Data.SqlClient.SqlConnectionStringBuilder.Authentication.set(System.Data.SqlClient.SqlAuthenticationMethod)' does not exist in the implementation but it does exist in the contract. +MembersMustExist : Member 'System.Data.SqlClient.SqlConnectionStringBuilder.ColumnEncryptionSetting.get()' does not exist in the implementation but it does exist in the contract. +MembersMustExist : Member 'System.Data.SqlClient.SqlConnectionStringBuilder.ColumnEncryptionSetting.set(System.Data.SqlClient.SqlConnectionColumnEncryptionSetting)' does not exist in the implementation but it does exist in the contract. +MembersMustExist : Member 'System.Data.SqlClient.SqlConnectionStringBuilder.ConnectionReset.get()' does not exist in the implementation but it does exist in the contract. +MembersMustExist : Member 'System.Data.SqlClient.SqlConnectionStringBuilder.ConnectionReset.set(System.Boolean)' does not exist in the implementation but it does exist in the contract. +MembersMustExist : Member 'System.Data.SqlClient.SqlConnectionStringBuilder.ContextConnection.get()' does not exist in the implementation but it does exist in the contract. +MembersMustExist : Member 'System.Data.SqlClient.SqlConnectionStringBuilder.ContextConnection.set(System.Boolean)' does not exist in the implementation but it does exist in the contract. +MembersMustExist : Member 'System.Data.SqlClient.SqlConnectionStringBuilder.Enlist.get()' does not exist in the implementation but it does exist in the contract. +MembersMustExist : Member 'System.Data.SqlClient.SqlConnectionStringBuilder.Enlist.set(System.Boolean)' does not exist in the implementation but it does exist in the contract. +MembersMustExist : Member 'System.Data.SqlClient.SqlConnectionStringBuilder.NetworkLibrary.get()' does not exist in the implementation but it does exist in the contract. +MembersMustExist : Member 'System.Data.SqlClient.SqlConnectionStringBuilder.NetworkLibrary.set(System.String)' does not exist in the implementation but it does exist in the contract. +MembersMustExist : Member 'System.Data.SqlClient.SqlConnectionStringBuilder.TransactionBinding.get()' does not exist in the implementation but it does exist in the contract. +MembersMustExist : Member 'System.Data.SqlClient.SqlConnectionStringBuilder.TransactionBinding.set(System.String)' does not exist in the implementation but it does exist in the contract. +MembersMustExist : Member 'System.Data.SqlClient.SqlConnectionStringBuilder.TransparentNetworkIPResolution.get()' does not exist in the implementation but it does exist in the contract. +MembersMustExist : Member 'System.Data.SqlClient.SqlConnectionStringBuilder.TransparentNetworkIPResolution.set(System.Boolean)' does not exist in the implementation but it does exist in the contract. +TypesMustExist : Type 'System.Data.SqlClient.SqlCredential' does not exist in the implementation but it does exist in the contract. +TypesMustExist : Type 'System.Data.SqlClient.SqlDataAdapter' does not exist in the implementation but it does exist in the contract. +MembersMustExist : Member 'System.Data.SqlClient.SqlDataReader.IsCommandBehavior(System.Data.CommandBehavior)' does not exist in the implementation but it does exist in the contract. +TypesMustExist : Type 'System.Data.SqlClient.SQLDebugging' does not exist in the implementation but it does exist in the contract. +TypesMustExist : Type 'System.Data.SqlClient.SqlDependency' does not exist in the implementation but it does exist in the contract. +CannotRemoveBaseTypeOrInterface : Type 'System.Data.SqlClient.SqlException' does not implement interface 'System.Runtime.InteropServices._Exception' in the implementation but it does in the contract. +TypesMustExist : Type 'System.Data.SqlClient.SqlNotificationEventArgs' does not exist in the implementation but it does exist in the contract. +TypesMustExist : Type 'System.Data.SqlClient.SqlNotificationInfo' does not exist in the implementation but it does exist in the contract. +TypesMustExist : Type 'System.Data.SqlClient.SqlNotificationSource' does not exist in the implementation but it does exist in the contract. +TypesMustExist : Type 'System.Data.SqlClient.SqlNotificationType' does not exist in the implementation but it does exist in the contract. +CannotRemoveBaseTypeOrInterface : Type 'System.Data.SqlClient.SqlParameter' does not implement interface 'System.ICloneable' in the implementation but it does in the contract. +MembersMustExist : Member 'System.Data.SqlClient.SqlParameter..ctor(System.String, System.Data.SqlDbType, System.Int32, System.Data.ParameterDirection, System.Boolean, System.Byte, System.Byte, System.String, System.Data.DataRowVersion, System.Object)' does not exist in the implementation but it does exist in the contract. +MembersMustExist : Member 'System.Data.SqlClient.SqlParameter..ctor(System.String, System.Data.SqlDbType, System.Int32, System.Data.ParameterDirection, System.Byte, System.Byte, System.String, System.Data.DataRowVersion, System.Boolean, System.Object, System.String, System.String, System.String)' does not exist in the implementation but it does exist in the contract. +MembersMustExist : Member 'System.Data.SqlClient.SqlParameter.ForceColumnEncryption.get()' does not exist in the implementation but it does exist in the contract. +MembersMustExist : Member 'System.Data.SqlClient.SqlParameter.ForceColumnEncryption.set(System.Boolean)' does not exist in the implementation but it does exist in the contract. +MembersMustExist : Member 'System.Data.SqlClient.SqlParameter.UdtTypeName.get()' does not exist in the implementation but it does exist in the contract. +MembersMustExist : Member 'System.Data.SqlClient.SqlParameter.UdtTypeName.set(System.String)' does not exist in the implementation but it does exist in the contract. +MembersMustExist : Member 'System.Data.SqlClient.SqlParameterCollection.Add(System.String, System.Data.SqlDbType, System.Int32, System.String)' does not exist in the implementation but it does exist in the contract. +MembersMustExist : Member 'System.Data.SqlClient.SqlParameterCollection.Add(System.String, System.Object)' does not exist in the implementation but it does exist in the contract. +TypesMustExist : Type 'System.Data.SqlClient.SqlRowUpdatedEventArgs' does not exist in the implementation but it does exist in the contract. +TypesMustExist : Type 'System.Data.SqlClient.SqlRowUpdatedEventHandler' does not exist in the implementation but it does exist in the contract. +TypesMustExist : Type 'System.Data.SqlClient.SqlRowUpdatingEventArgs' does not exist in the implementation but it does exist in the contract. +TypesMustExist : Type 'System.Data.SqlClient.SqlRowUpdatingEventHandler' does not exist in the implementation but it does exist in the contract. +CannotRemoveBaseTypeOrInterface : Type 'System.Data.SqlTypes.SqlAlreadyFilledException' does not implement interface 'System.Runtime.InteropServices._Exception' in the implementation but it does in the contract. +TypesMustExist : Type 'System.Data.SqlTypes.SqlFileStream' does not exist in the implementation but it does exist in the contract. +CannotRemoveBaseTypeOrInterface : Type 'System.Data.SqlTypes.SqlNotFilledException' does not implement interface 'System.Runtime.InteropServices._Exception' in the implementation but it does in the contract. +CannotRemoveBaseTypeOrInterface : Type 'System.Data.SqlTypes.SqlNullValueException' does not implement interface 'System.Runtime.InteropServices._Exception' in the implementation but it does in the contract. +CannotRemoveBaseTypeOrInterface : Type 'System.Data.SqlTypes.SqlTruncateException' does not implement interface 'System.Runtime.InteropServices._Exception' in the implementation but it does in the contract. +CannotRemoveBaseTypeOrInterface : Type 'System.Data.SqlTypes.SqlTypeException' does not implement interface 'System.Runtime.InteropServices._Exception' in the implementation but it does in the contract. +TypesMustExist : Type 'System.Data.SqlTypes.SqlTypesSchemaImporterExtensionHelper' does not exist in the implementation but it does exist in the contract. +TypesMustExist : Type 'System.Data.SqlTypes.TypeBigIntSchemaImporterExtension' does not exist in the implementation but it does exist in the contract. +TypesMustExist : Type 'System.Data.SqlTypes.TypeBinarySchemaImporterExtension' does not exist in the implementation but it does exist in the contract. +TypesMustExist : Type 'System.Data.SqlTypes.TypeBitSchemaImporterExtension' does not exist in the implementation but it does exist in the contract. +TypesMustExist : Type 'System.Data.SqlTypes.TypeCharSchemaImporterExtension' does not exist in the implementation but it does exist in the contract. +TypesMustExist : Type 'System.Data.SqlTypes.TypeDateTimeSchemaImporterExtension' does not exist in the implementation but it does exist in the contract. +TypesMustExist : Type 'System.Data.SqlTypes.TypeDecimalSchemaImporterExtension' does not exist in the implementation but it does exist in the contract. +TypesMustExist : Type 'System.Data.SqlTypes.TypeFloatSchemaImporterExtension' does not exist in the implementation but it does exist in the contract. +TypesMustExist : Type 'System.Data.SqlTypes.TypeIntSchemaImporterExtension' does not exist in the implementation but it does exist in the contract. +TypesMustExist : Type 'System.Data.SqlTypes.TypeMoneySchemaImporterExtension' does not exist in the implementation but it does exist in the contract. +TypesMustExist : Type 'System.Data.SqlTypes.TypeNCharSchemaImporterExtension' does not exist in the implementation but it does exist in the contract. +TypesMustExist : Type 'System.Data.SqlTypes.TypeNTextSchemaImporterExtension' does not exist in the implementation but it does exist in the contract. +TypesMustExist : Type 'System.Data.SqlTypes.TypeNumericSchemaImporterExtension' does not exist in the implementation but it does exist in the contract. +TypesMustExist : Type 'System.Data.SqlTypes.TypeNVarCharSchemaImporterExtension' does not exist in the implementation but it does exist in the contract. +TypesMustExist : Type 'System.Data.SqlTypes.TypeRealSchemaImporterExtension' does not exist in the implementation but it does exist in the contract. +TypesMustExist : Type 'System.Data.SqlTypes.TypeSmallDateTimeSchemaImporterExtension' does not exist in the implementation but it does exist in the contract. +TypesMustExist : Type 'System.Data.SqlTypes.TypeSmallIntSchemaImporterExtension' does not exist in the implementation but it does exist in the contract. +TypesMustExist : Type 'System.Data.SqlTypes.TypeSmallMoneySchemaImporterExtension' does not exist in the implementation but it does exist in the contract. +TypesMustExist : Type 'System.Data.SqlTypes.TypeTextSchemaImporterExtension' does not exist in the implementation but it does exist in the contract. +TypesMustExist : Type 'System.Data.SqlTypes.TypeTinyIntSchemaImporterExtension' does not exist in the implementation but it does exist in the contract. +TypesMustExist : Type 'System.Data.SqlTypes.TypeUniqueIdentifierSchemaImporterExtension' does not exist in the implementation but it does exist in the contract. +TypesMustExist : Type 'System.Data.SqlTypes.TypeVarBinarySchemaImporterExtension' does not exist in the implementation but it does exist in the contract. +TypesMustExist : Type 'System.Data.SqlTypes.TypeVarCharSchemaImporterExtension' does not exist in the implementation but it does exist in the contract. +TypesMustExist : Type 'System.Data.SqlTypes.TypeVarImageSchemaImporterExtension' does not exist in the implementation but it does exist in the contract. +TypesMustExist : Type 'System.Xml.XmlDataDocument' does not exist in the implementation but it does exist in the contract. Compat issues with assembly System.Drawing: TypesMustExist : Type 'System.Drawing.Bitmap' does not exist in the implementation but it does exist in the contract. TypesMustExist : Type 'System.Drawing.BitmapSuffixInSameAssemblyAttribute' does not exist in the implementation but it does exist in the contract. @@ -3005,4 +3304,4 @@ CannotRemoveBaseTypeOrInterface : Type 'System.Xml.Xsl.XsltException' does not i MembersMustExist : Member 'System.Xml.Xsl.XslTransform.Load(System.Xml.XmlReader, System.Xml.XmlResolver, System.Security.Policy.Evidence)' does not exist in the implementation but it does exist in the contract. MembersMustExist : Member 'System.Xml.Xsl.XslTransform.Load(System.Xml.XPath.IXPathNavigable, System.Xml.XmlResolver, System.Security.Policy.Evidence)' does not exist in the implementation but it does exist in the contract. MembersMustExist : Member 'System.Xml.Xsl.XslTransform.Load(System.Xml.XPath.XPathNavigator, System.Xml.XmlResolver, System.Security.Policy.Evidence)' does not exist in the implementation but it does exist in the contract. -Total Issues: 2996 +Total Issues: 3293 diff --git a/src/libraries/shims/ApiCompatBaseline.netcoreapp.netstandard20.txt b/src/libraries/shims/ApiCompatBaseline.netcoreapp.netstandard20.txt index 97b66fcb90d295..8b5954800d1576 100644 --- a/src/libraries/shims/ApiCompatBaseline.netcoreapp.netstandard20.txt +++ b/src/libraries/shims/ApiCompatBaseline.netcoreapp.netstandard20.txt @@ -1,164 +1,2 @@ -DEFAULT_APPNAME Error: 0 : Failed to find or load matching assembly 'System.ComponentModel.Composition'. -DEFAULT_APPNAME Error: 0 : Failed to find or load matching assembly 'System.Data'. -DEFAULT_APPNAME Error: 0 : Failed to find or load matching assembly 'System.IO.Compression.FileSystem'. DEFAULT_APPNAME Warning: 0 : Found 'System.Transactions' with PublicKeyToken 'b03f5f7f11d50a3a' instead of 'b77a5c561934e089'. -Compat issues with assembly mscorlib: -TypesMustExist : Type 'Microsoft.Win32.SafeHandles.SafeProcessHandle' does not exist in the implementation but it does exist in the contract. -Compat issues with assembly System.ComponentModel.Composition: -TypesMustExist : Type 'System.Lazy' does not exist in the implementation but it does exist in the contract. -Compat issues with assembly System.Data: -TypesMustExist : Type 'System.Data.AcceptRejectRule' does not exist in the implementation but it does exist in the contract. -TypesMustExist : Type 'System.Data.CommandBehavior' does not exist in the implementation but it does exist in the contract. -TypesMustExist : Type 'System.Data.CommandType' does not exist in the implementation but it does exist in the contract. -TypesMustExist : Type 'System.Data.ConflictOption' does not exist in the implementation but it does exist in the contract. -TypesMustExist : Type 'System.Data.ConnectionState' does not exist in the implementation but it does exist in the contract. -TypesMustExist : Type 'System.Data.Constraint' does not exist in the implementation but it does exist in the contract. -TypesMustExist : Type 'System.Data.ConstraintCollection' does not exist in the implementation but it does exist in the contract. -TypesMustExist : Type 'System.Data.ConstraintException' does not exist in the implementation but it does exist in the contract. -TypesMustExist : Type 'System.Data.DataColumn' does not exist in the implementation but it does exist in the contract. -TypesMustExist : Type 'System.Data.DataColumnChangeEventArgs' does not exist in the implementation but it does exist in the contract. -TypesMustExist : Type 'System.Data.DataColumnChangeEventHandler' does not exist in the implementation but it does exist in the contract. -TypesMustExist : Type 'System.Data.DataColumnCollection' does not exist in the implementation but it does exist in the contract. -TypesMustExist : Type 'System.Data.DataException' does not exist in the implementation but it does exist in the contract. -TypesMustExist : Type 'System.Data.DataRelation' does not exist in the implementation but it does exist in the contract. -TypesMustExist : Type 'System.Data.DataRelationCollection' does not exist in the implementation but it does exist in the contract. -TypesMustExist : Type 'System.Data.DataRow' does not exist in the implementation but it does exist in the contract. -TypesMustExist : Type 'System.Data.DataRowAction' does not exist in the implementation but it does exist in the contract. -TypesMustExist : Type 'System.Data.DataRowBuilder' does not exist in the implementation but it does exist in the contract. -TypesMustExist : Type 'System.Data.DataRowChangeEventArgs' does not exist in the implementation but it does exist in the contract. -TypesMustExist : Type 'System.Data.DataRowChangeEventHandler' does not exist in the implementation but it does exist in the contract. -TypesMustExist : Type 'System.Data.DataRowCollection' does not exist in the implementation but it does exist in the contract. -TypesMustExist : Type 'System.Data.DataRowState' does not exist in the implementation but it does exist in the contract. -TypesMustExist : Type 'System.Data.DataRowVersion' does not exist in the implementation but it does exist in the contract. -TypesMustExist : Type 'System.Data.DataRowView' does not exist in the implementation but it does exist in the contract. -TypesMustExist : Type 'System.Data.DataSet' does not exist in the implementation but it does exist in the contract. -TypesMustExist : Type 'System.Data.DataSetDateTime' does not exist in the implementation but it does exist in the contract. -TypesMustExist : Type 'System.Data.DataSysDescriptionAttribute' does not exist in the implementation but it does exist in the contract. -TypesMustExist : Type 'System.Data.DataTable' does not exist in the implementation but it does exist in the contract. -TypesMustExist : Type 'System.Data.DataTableClearEventArgs' does not exist in the implementation but it does exist in the contract. -TypesMustExist : Type 'System.Data.DataTableClearEventHandler' does not exist in the implementation but it does exist in the contract. -TypesMustExist : Type 'System.Data.DataTableCollection' does not exist in the implementation but it does exist in the contract. -TypesMustExist : Type 'System.Data.DataTableNewRowEventArgs' does not exist in the implementation but it does exist in the contract. -TypesMustExist : Type 'System.Data.DataTableNewRowEventHandler' does not exist in the implementation but it does exist in the contract. -TypesMustExist : Type 'System.Data.DataTableReader' does not exist in the implementation but it does exist in the contract. -TypesMustExist : Type 'System.Data.DataView' does not exist in the implementation but it does exist in the contract. -TypesMustExist : Type 'System.Data.DataViewManager' does not exist in the implementation but it does exist in the contract. -TypesMustExist : Type 'System.Data.DataViewRowState' does not exist in the implementation but it does exist in the contract. -TypesMustExist : Type 'System.Data.DataViewSetting' does not exist in the implementation but it does exist in the contract. -TypesMustExist : Type 'System.Data.DataViewSettingCollection' does not exist in the implementation but it does exist in the contract. -TypesMustExist : Type 'System.Data.DBConcurrencyException' does not exist in the implementation but it does exist in the contract. -TypesMustExist : Type 'System.Data.DbType' does not exist in the implementation but it does exist in the contract. -TypesMustExist : Type 'System.Data.DeletedRowInaccessibleException' does not exist in the implementation but it does exist in the contract. -TypesMustExist : Type 'System.Data.DuplicateNameException' does not exist in the implementation but it does exist in the contract. -TypesMustExist : Type 'System.Data.EvaluateException' does not exist in the implementation but it does exist in the contract. -TypesMustExist : Type 'System.Data.FillErrorEventArgs' does not exist in the implementation but it does exist in the contract. -TypesMustExist : Type 'System.Data.FillErrorEventHandler' does not exist in the implementation but it does exist in the contract. -TypesMustExist : Type 'System.Data.ForeignKeyConstraint' does not exist in the implementation but it does exist in the contract. -TypesMustExist : Type 'System.Data.IColumnMapping' does not exist in the implementation but it does exist in the contract. -TypesMustExist : Type 'System.Data.IColumnMappingCollection' does not exist in the implementation but it does exist in the contract. -TypesMustExist : Type 'System.Data.IDataAdapter' does not exist in the implementation but it does exist in the contract. -TypesMustExist : Type 'System.Data.IDataParameter' does not exist in the implementation but it does exist in the contract. -TypesMustExist : Type 'System.Data.IDataParameterCollection' does not exist in the implementation but it does exist in the contract. -TypesMustExist : Type 'System.Data.IDataReader' does not exist in the implementation but it does exist in the contract. -TypesMustExist : Type 'System.Data.IDataRecord' does not exist in the implementation but it does exist in the contract. -TypesMustExist : Type 'System.Data.IDbCommand' does not exist in the implementation but it does exist in the contract. -TypesMustExist : Type 'System.Data.IDbConnection' does not exist in the implementation but it does exist in the contract. -TypesMustExist : Type 'System.Data.IDbDataAdapter' does not exist in the implementation but it does exist in the contract. -TypesMustExist : Type 'System.Data.IDbDataParameter' does not exist in the implementation but it does exist in the contract. -TypesMustExist : Type 'System.Data.IDbTransaction' does not exist in the implementation but it does exist in the contract. -TypesMustExist : Type 'System.Data.InRowChangingEventException' does not exist in the implementation but it does exist in the contract. -TypesMustExist : Type 'System.Data.InternalDataCollectionBase' does not exist in the implementation but it does exist in the contract. -TypesMustExist : Type 'System.Data.InvalidConstraintException' does not exist in the implementation but it does exist in the contract. -TypesMustExist : Type 'System.Data.InvalidExpressionException' does not exist in the implementation but it does exist in the contract. -TypesMustExist : Type 'System.Data.IsolationLevel' does not exist in the implementation but it does exist in the contract. -TypesMustExist : Type 'System.Data.ITableMapping' does not exist in the implementation but it does exist in the contract. -TypesMustExist : Type 'System.Data.ITableMappingCollection' does not exist in the implementation but it does exist in the contract. -TypesMustExist : Type 'System.Data.KeyRestrictionBehavior' does not exist in the implementation but it does exist in the contract. -TypesMustExist : Type 'System.Data.LoadOption' does not exist in the implementation but it does exist in the contract. -TypesMustExist : Type 'System.Data.MappingType' does not exist in the implementation but it does exist in the contract. -TypesMustExist : Type 'System.Data.MergeFailedEventArgs' does not exist in the implementation but it does exist in the contract. -TypesMustExist : Type 'System.Data.MergeFailedEventHandler' does not exist in the implementation but it does exist in the contract. -TypesMustExist : Type 'System.Data.MissingMappingAction' does not exist in the implementation but it does exist in the contract. -TypesMustExist : Type 'System.Data.MissingPrimaryKeyException' does not exist in the implementation but it does exist in the contract. -TypesMustExist : Type 'System.Data.MissingSchemaAction' does not exist in the implementation but it does exist in the contract. -TypesMustExist : Type 'System.Data.NoNullAllowedException' does not exist in the implementation but it does exist in the contract. -TypesMustExist : Type 'System.Data.ParameterDirection' does not exist in the implementation but it does exist in the contract. -TypesMustExist : Type 'System.Data.PropertyCollection' does not exist in the implementation but it does exist in the contract. -TypesMustExist : Type 'System.Data.ReadOnlyException' does not exist in the implementation but it does exist in the contract. -TypesMustExist : Type 'System.Data.RowNotInTableException' does not exist in the implementation but it does exist in the contract. -TypesMustExist : Type 'System.Data.Rule' does not exist in the implementation but it does exist in the contract. -TypesMustExist : Type 'System.Data.SchemaSerializationMode' does not exist in the implementation but it does exist in the contract. -TypesMustExist : Type 'System.Data.SchemaType' does not exist in the implementation but it does exist in the contract. -TypesMustExist : Type 'System.Data.SerializationFormat' does not exist in the implementation but it does exist in the contract. -TypesMustExist : Type 'System.Data.SqlDbType' does not exist in the implementation but it does exist in the contract. -TypesMustExist : Type 'System.Data.StateChangeEventArgs' does not exist in the implementation but it does exist in the contract. -TypesMustExist : Type 'System.Data.StateChangeEventHandler' does not exist in the implementation but it does exist in the contract. -TypesMustExist : Type 'System.Data.StatementCompletedEventArgs' does not exist in the implementation but it does exist in the contract. -TypesMustExist : Type 'System.Data.StatementCompletedEventHandler' does not exist in the implementation but it does exist in the contract. -TypesMustExist : Type 'System.Data.StatementType' does not exist in the implementation but it does exist in the contract. -TypesMustExist : Type 'System.Data.StrongTypingException' does not exist in the implementation but it does exist in the contract. -TypesMustExist : Type 'System.Data.SyntaxErrorException' does not exist in the implementation but it does exist in the contract. -TypesMustExist : Type 'System.Data.UniqueConstraint' does not exist in the implementation but it does exist in the contract. -TypesMustExist : Type 'System.Data.UpdateRowSource' does not exist in the implementation but it does exist in the contract. -TypesMustExist : Type 'System.Data.UpdateStatus' does not exist in the implementation but it does exist in the contract. -TypesMustExist : Type 'System.Data.VersionNotFoundException' does not exist in the implementation but it does exist in the contract. -TypesMustExist : Type 'System.Data.XmlReadMode' does not exist in the implementation but it does exist in the contract. -TypesMustExist : Type 'System.Data.XmlWriteMode' does not exist in the implementation but it does exist in the contract. -TypesMustExist : Type 'System.Data.Common.CatalogLocation' does not exist in the implementation but it does exist in the contract. -TypesMustExist : Type 'System.Data.Common.DataAdapter' does not exist in the implementation but it does exist in the contract. -TypesMustExist : Type 'System.Data.Common.DataColumnMapping' does not exist in the implementation but it does exist in the contract. -TypesMustExist : Type 'System.Data.Common.DataColumnMappingCollection' does not exist in the implementation but it does exist in the contract. -TypesMustExist : Type 'System.Data.Common.DataTableMapping' does not exist in the implementation but it does exist in the contract. -TypesMustExist : Type 'System.Data.Common.DataTableMappingCollection' does not exist in the implementation but it does exist in the contract. -TypesMustExist : Type 'System.Data.Common.DbCommand' does not exist in the implementation but it does exist in the contract. -TypesMustExist : Type 'System.Data.Common.DbCommandBuilder' does not exist in the implementation but it does exist in the contract. -TypesMustExist : Type 'System.Data.Common.DbConnection' does not exist in the implementation but it does exist in the contract. -TypesMustExist : Type 'System.Data.Common.DbConnectionStringBuilder' does not exist in the implementation but it does exist in the contract. -TypesMustExist : Type 'System.Data.Common.DbDataAdapter' does not exist in the implementation but it does exist in the contract. -TypesMustExist : Type 'System.Data.Common.DbDataReader' does not exist in the implementation but it does exist in the contract. -TypesMustExist : Type 'System.Data.Common.DbDataRecord' does not exist in the implementation but it does exist in the contract. -TypesMustExist : Type 'System.Data.Common.DbDataSourceEnumerator' does not exist in the implementation but it does exist in the contract. -TypesMustExist : Type 'System.Data.Common.DbEnumerator' does not exist in the implementation but it does exist in the contract. -TypesMustExist : Type 'System.Data.Common.DbException' does not exist in the implementation but it does exist in the contract. -TypesMustExist : Type 'System.Data.Common.DbMetaDataCollectionNames' does not exist in the implementation but it does exist in the contract. -TypesMustExist : Type 'System.Data.Common.DbMetaDataColumnNames' does not exist in the implementation but it does exist in the contract. -TypesMustExist : Type 'System.Data.Common.DbParameter' does not exist in the implementation but it does exist in the contract. -TypesMustExist : Type 'System.Data.Common.DbParameterCollection' does not exist in the implementation but it does exist in the contract. -TypesMustExist : Type 'System.Data.Common.DbProviderFactory' does not exist in the implementation but it does exist in the contract. -TypesMustExist : Type 'System.Data.Common.DbProviderSpecificTypePropertyAttribute' does not exist in the implementation but it does exist in the contract. -TypesMustExist : Type 'System.Data.Common.DbTransaction' does not exist in the implementation but it does exist in the contract. -TypesMustExist : Type 'System.Data.Common.GroupByBehavior' does not exist in the implementation but it does exist in the contract. -TypesMustExist : Type 'System.Data.Common.IdentifierCase' does not exist in the implementation but it does exist in the contract. -TypesMustExist : Type 'System.Data.Common.RowUpdatedEventArgs' does not exist in the implementation but it does exist in the contract. -TypesMustExist : Type 'System.Data.Common.RowUpdatingEventArgs' does not exist in the implementation but it does exist in the contract. -TypesMustExist : Type 'System.Data.Common.SchemaTableColumn' does not exist in the implementation but it does exist in the contract. -TypesMustExist : Type 'System.Data.Common.SchemaTableOptionalColumn' does not exist in the implementation but it does exist in the contract. -TypesMustExist : Type 'System.Data.Common.SupportedJoinOperators' does not exist in the implementation but it does exist in the contract. -TypesMustExist : Type 'System.Data.SqlTypes.INullable' does not exist in the implementation but it does exist in the contract. -TypesMustExist : Type 'System.Data.SqlTypes.SqlAlreadyFilledException' does not exist in the implementation but it does exist in the contract. -TypesMustExist : Type 'System.Data.SqlTypes.SqlBinary' does not exist in the implementation but it does exist in the contract. -TypesMustExist : Type 'System.Data.SqlTypes.SqlBoolean' does not exist in the implementation but it does exist in the contract. -TypesMustExist : Type 'System.Data.SqlTypes.SqlByte' does not exist in the implementation but it does exist in the contract. -TypesMustExist : Type 'System.Data.SqlTypes.SqlBytes' does not exist in the implementation but it does exist in the contract. -TypesMustExist : Type 'System.Data.SqlTypes.SqlChars' does not exist in the implementation but it does exist in the contract. -TypesMustExist : Type 'System.Data.SqlTypes.SqlCompareOptions' does not exist in the implementation but it does exist in the contract. -TypesMustExist : Type 'System.Data.SqlTypes.SqlDateTime' does not exist in the implementation but it does exist in the contract. -TypesMustExist : Type 'System.Data.SqlTypes.SqlDecimal' does not exist in the implementation but it does exist in the contract. -TypesMustExist : Type 'System.Data.SqlTypes.SqlDouble' does not exist in the implementation but it does exist in the contract. -TypesMustExist : Type 'System.Data.SqlTypes.SqlGuid' does not exist in the implementation but it does exist in the contract. -TypesMustExist : Type 'System.Data.SqlTypes.SqlInt16' does not exist in the implementation but it does exist in the contract. -TypesMustExist : Type 'System.Data.SqlTypes.SqlInt32' does not exist in the implementation but it does exist in the contract. -TypesMustExist : Type 'System.Data.SqlTypes.SqlInt64' does not exist in the implementation but it does exist in the contract. -TypesMustExist : Type 'System.Data.SqlTypes.SqlMoney' does not exist in the implementation but it does exist in the contract. -TypesMustExist : Type 'System.Data.SqlTypes.SqlNotFilledException' does not exist in the implementation but it does exist in the contract. -TypesMustExist : Type 'System.Data.SqlTypes.SqlNullValueException' does not exist in the implementation but it does exist in the contract. -TypesMustExist : Type 'System.Data.SqlTypes.SqlSingle' does not exist in the implementation but it does exist in the contract. -TypesMustExist : Type 'System.Data.SqlTypes.SqlString' does not exist in the implementation but it does exist in the contract. -TypesMustExist : Type 'System.Data.SqlTypes.SqlTruncateException' does not exist in the implementation but it does exist in the contract. -TypesMustExist : Type 'System.Data.SqlTypes.SqlTypeException' does not exist in the implementation but it does exist in the contract. -TypesMustExist : Type 'System.Data.SqlTypes.SqlXml' does not exist in the implementation but it does exist in the contract. -TypesMustExist : Type 'System.Data.SqlTypes.StorageState' does not exist in the implementation but it does exist in the contract. -Compat issues with assembly System.IO.Compression.FileSystem: -TypesMustExist : Type 'System.IO.Compression.ZipFile' does not exist in the implementation but it does exist in the contract. -TypesMustExist : Type 'System.IO.Compression.ZipFileExtensions' does not exist in the implementation but it does exist in the contract. -Total Issues: 155 +Total Issues: 0 diff --git a/src/libraries/shims/ApiCompatBaseline.uap.netfx461.txt b/src/libraries/shims/ApiCompatBaseline.uap.netfx461.txt index 4ecb4ed9fcfeb8..da71413b514c7c 100644 --- a/src/libraries/shims/ApiCompatBaseline.uap.netfx461.txt +++ b/src/libraries/shims/ApiCompatBaseline.uap.netfx461.txt @@ -108,7 +108,6 @@ TypesMustExist : Type 'System.AppDomainSetup' does not exist in the implementati CannotRemoveBaseTypeOrInterface : Type 'System.AppDomainUnloadedException' does not implement interface 'System.Runtime.InteropServices._Exception' in the implementation but it does in the contract. CannotRemoveBaseTypeOrInterface : Type 'System.ApplicationException' does not implement interface 'System.Runtime.InteropServices._Exception' in the implementation but it does in the contract. TypesMustExist : Type 'System.ApplicationIdentity' does not exist in the implementation but it does exist in the contract. -TypesMustExist : Type 'System.ArgIterator' does not exist in the implementation but it does exist in the contract. CannotRemoveBaseTypeOrInterface : Type 'System.ArgumentException' does not implement interface 'System.Runtime.InteropServices._Exception' in the implementation but it does in the contract. CannotRemoveBaseTypeOrInterface : Type 'System.ArgumentNullException' does not implement interface 'System.Runtime.InteropServices._Exception' in the implementation but it does in the contract. CannotRemoveBaseTypeOrInterface : Type 'System.ArgumentOutOfRangeException' does not implement interface 'System.Runtime.InteropServices._Exception' in the implementation but it does in the contract. @@ -119,8 +118,6 @@ CannotRemoveBaseTypeOrInterface : Type 'System.AttributeUsageAttribute' does not CannotRemoveBaseTypeOrInterface : Type 'System.BadImageFormatException' does not implement interface 'System.Runtime.InteropServices._Exception' in the implementation but it does in the contract. CannotRemoveBaseTypeOrInterface : Type 'System.CannotUnloadAppDomainException' does not implement interface 'System.Runtime.InteropServices._Exception' in the implementation but it does in the contract. CannotRemoveBaseTypeOrInterface : Type 'System.CLSCompliantAttribute' does not implement interface 'System.Runtime.InteropServices._Attribute' in the implementation but it does in the contract. -MembersMustExist : Member 'System.Console.Write(System.String, System.Object, System.Object, System.Object, System.Object, __arglist)' does not exist in the implementation but it does exist in the contract. -MembersMustExist : Member 'System.Console.WriteLine(System.String, System.Object, System.Object, System.Object, System.Object, __arglist)' does not exist in the implementation but it does exist in the contract. CannotRemoveBaseTypeOrInterface : Type 'System.ContextMarshalException' does not implement interface 'System.Runtime.InteropServices._Exception' in the implementation but it does in the contract. CannotRemoveBaseTypeOrInterface : Type 'System.ContextStaticAttribute' does not implement interface 'System.Runtime.InteropServices._Attribute' in the implementation but it does in the contract. TypesMustExist : Type 'System.CrossAppDomainDelegate' does not exist in the implementation but it does exist in the contract. @@ -164,18 +161,15 @@ CannotRemoveBaseTypeOrInterface : Type 'System.OverflowException' does not imple CannotRemoveBaseTypeOrInterface : Type 'System.ParamArrayAttribute' does not implement interface 'System.Runtime.InteropServices._Attribute' in the implementation but it does in the contract. CannotRemoveBaseTypeOrInterface : Type 'System.PlatformNotSupportedException' does not implement interface 'System.Runtime.InteropServices._Exception' in the implementation but it does in the contract. CannotRemoveBaseTypeOrInterface : Type 'System.RankException' does not implement interface 'System.Runtime.InteropServices._Exception' in the implementation but it does in the contract. -TypesMustExist : Type 'System.RuntimeArgumentHandle' does not exist in the implementation but it does exist in the contract. CannotRemoveBaseTypeOrInterface : Type 'System.SerializableAttribute' does not implement interface 'System.Runtime.InteropServices._Attribute' in the implementation but it does in the contract. CannotRemoveBaseTypeOrInterface : Type 'System.StackOverflowException' does not implement interface 'System.Runtime.InteropServices._Exception' in the implementation but it does in the contract. CannotRemoveBaseTypeOrInterface : Type 'System.STAThreadAttribute' does not implement interface 'System.Runtime.InteropServices._Attribute' in the implementation but it does in the contract. -MembersMustExist : Member 'System.String.Concat(System.Object, System.Object, System.Object, System.Object, __arglist)' does not exist in the implementation but it does exist in the contract. CannotRemoveBaseTypeOrInterface : Type 'System.SystemException' does not implement interface 'System.Runtime.InteropServices._Exception' in the implementation but it does in the contract. CannotRemoveBaseTypeOrInterface : Type 'System.ThreadStaticAttribute' does not implement interface 'System.Runtime.InteropServices._Attribute' in the implementation but it does in the contract. CannotRemoveBaseTypeOrInterface : Type 'System.TimeoutException' does not implement interface 'System.Runtime.InteropServices._Exception' in the implementation but it does in the contract. CannotRemoveBaseTypeOrInterface : Type 'System.TimeZoneNotFoundException' does not implement interface 'System.Runtime.InteropServices._Exception' in the implementation but it does in the contract. CannotRemoveBaseTypeOrInterface : Type 'System.Type' does not implement interface 'System.Runtime.InteropServices._Type' in the implementation but it does in the contract. CannotRemoveBaseTypeOrInterface : Type 'System.TypeAccessException' does not implement interface 'System.Runtime.InteropServices._Exception' in the implementation but it does in the contract. -TypesMustExist : Type 'System.TypedReference' does not exist in the implementation but it does exist in the contract. CannotRemoveBaseTypeOrInterface : Type 'System.TypeInitializationException' does not implement interface 'System.Runtime.InteropServices._Exception' in the implementation but it does in the contract. CannotRemoveBaseTypeOrInterface : Type 'System.TypeLoadException' does not implement interface 'System.Runtime.InteropServices._Exception' in the implementation but it does in the contract. CannotRemoveBaseTypeOrInterface : Type 'System.TypeUnloadedException' does not implement interface 'System.Runtime.InteropServices._Exception' in the implementation but it does in the contract. @@ -288,8 +282,6 @@ CannotRemoveBaseTypeOrInterface : Type 'System.Reflection.CustomAttributeFormatE CannotRemoveBaseTypeOrInterface : Type 'System.Reflection.DefaultMemberAttribute' does not implement interface 'System.Runtime.InteropServices._Attribute' in the implementation but it does in the contract. CannotRemoveBaseTypeOrInterface : Type 'System.Reflection.EventInfo' does not implement interface 'System.Runtime.InteropServices._EventInfo' in the implementation but it does in the contract. CannotRemoveBaseTypeOrInterface : Type 'System.Reflection.FieldInfo' does not implement interface 'System.Runtime.InteropServices._FieldInfo' in the implementation but it does in the contract. -MembersMustExist : Member 'System.Reflection.FieldInfo.GetValueDirect(System.TypedReference)' does not exist in the implementation but it does exist in the contract. -MembersMustExist : Member 'System.Reflection.FieldInfo.SetValueDirect(System.TypedReference, System.Object)' does not exist in the implementation but it does exist in the contract. CannotRemoveBaseTypeOrInterface : Type 'System.Reflection.InvalidFilterCriteriaException' does not implement interface 'System.Runtime.InteropServices._Exception' in the implementation but it does in the contract. CannotRemoveBaseTypeOrInterface : Type 'System.Reflection.MemberInfo' does not implement interface 'System.Runtime.InteropServices._MemberInfo' in the implementation but it does in the contract. CannotRemoveBaseTypeOrInterface : Type 'System.Reflection.MethodBase' does not implement interface 'System.Runtime.InteropServices._MethodBase' in the implementation but it does in the contract. @@ -1269,6 +1261,68 @@ TypesMustExist : Type 'System.Web.AspNetHostingPermission' does not exist in the TypesMustExist : Type 'System.Web.AspNetHostingPermissionAttribute' does not exist in the implementation but it does exist in the contract. TypesMustExist : Type 'System.Web.AspNetHostingPermissionLevel' does not exist in the implementation but it does exist in the contract. TypesMustExist : Type 'System.Windows.Markup.ValueSerializerAttribute' does not exist in the implementation but it does exist in the contract. +Compat issues with assembly System.ComponentModel.Composition: +TypesMustExist : Type 'System.ComponentModel.Composition.AttributedModelServices' does not exist in the implementation but it does exist in the contract. +TypesMustExist : Type 'System.ComponentModel.Composition.CatalogReflectionContextAttribute' does not exist in the implementation but it does exist in the contract. +TypesMustExist : Type 'System.ComponentModel.Composition.ChangeRejectedException' does not exist in the implementation but it does exist in the contract. +TypesMustExist : Type 'System.ComponentModel.Composition.CompositionContractMismatchException' does not exist in the implementation but it does exist in the contract. +TypesMustExist : Type 'System.ComponentModel.Composition.CompositionError' does not exist in the implementation but it does exist in the contract. +TypesMustExist : Type 'System.ComponentModel.Composition.CompositionException' does not exist in the implementation but it does exist in the contract. +TypesMustExist : Type 'System.ComponentModel.Composition.CreationPolicy' does not exist in the implementation but it does exist in the contract. +TypesMustExist : Type 'System.ComponentModel.Composition.ExportAttribute' does not exist in the implementation but it does exist in the contract. +TypesMustExist : Type 'System.ComponentModel.Composition.ExportFactory' does not exist in the implementation but it does exist in the contract. +TypesMustExist : Type 'System.ComponentModel.Composition.ExportFactory' does not exist in the implementation but it does exist in the contract. +TypesMustExist : Type 'System.ComponentModel.Composition.ExportLifetimeContext' does not exist in the implementation but it does exist in the contract. +TypesMustExist : Type 'System.ComponentModel.Composition.ExportMetadataAttribute' does not exist in the implementation but it does exist in the contract. +TypesMustExist : Type 'System.ComponentModel.Composition.ICompositionService' does not exist in the implementation but it does exist in the contract. +TypesMustExist : Type 'System.ComponentModel.Composition.ImportAttribute' does not exist in the implementation but it does exist in the contract. +TypesMustExist : Type 'System.ComponentModel.Composition.ImportCardinalityMismatchException' does not exist in the implementation but it does exist in the contract. +TypesMustExist : Type 'System.ComponentModel.Composition.ImportingConstructorAttribute' does not exist in the implementation but it does exist in the contract. +TypesMustExist : Type 'System.ComponentModel.Composition.ImportManyAttribute' does not exist in the implementation but it does exist in the contract. +TypesMustExist : Type 'System.ComponentModel.Composition.ImportSource' does not exist in the implementation but it does exist in the contract. +TypesMustExist : Type 'System.ComponentModel.Composition.InheritedExportAttribute' does not exist in the implementation but it does exist in the contract. +TypesMustExist : Type 'System.ComponentModel.Composition.IPartImportsSatisfiedNotification' does not exist in the implementation but it does exist in the contract. +TypesMustExist : Type 'System.ComponentModel.Composition.MetadataAttributeAttribute' does not exist in the implementation but it does exist in the contract. +TypesMustExist : Type 'System.ComponentModel.Composition.MetadataViewImplementationAttribute' does not exist in the implementation but it does exist in the contract. +TypesMustExist : Type 'System.ComponentModel.Composition.PartCreationPolicyAttribute' does not exist in the implementation but it does exist in the contract. +TypesMustExist : Type 'System.ComponentModel.Composition.PartMetadataAttribute' does not exist in the implementation but it does exist in the contract. +TypesMustExist : Type 'System.ComponentModel.Composition.PartNotDiscoverableAttribute' does not exist in the implementation but it does exist in the contract. +TypesMustExist : Type 'System.ComponentModel.Composition.Hosting.AggregateCatalog' does not exist in the implementation but it does exist in the contract. +TypesMustExist : Type 'System.ComponentModel.Composition.Hosting.AggregateExportProvider' does not exist in the implementation but it does exist in the contract. +TypesMustExist : Type 'System.ComponentModel.Composition.Hosting.ApplicationCatalog' does not exist in the implementation but it does exist in the contract. +TypesMustExist : Type 'System.ComponentModel.Composition.Hosting.AssemblyCatalog' does not exist in the implementation but it does exist in the contract. +TypesMustExist : Type 'System.ComponentModel.Composition.Hosting.AtomicComposition' does not exist in the implementation but it does exist in the contract. +TypesMustExist : Type 'System.ComponentModel.Composition.Hosting.CatalogExportProvider' does not exist in the implementation but it does exist in the contract. +TypesMustExist : Type 'System.ComponentModel.Composition.Hosting.CatalogExtensions' does not exist in the implementation but it does exist in the contract. +TypesMustExist : Type 'System.ComponentModel.Composition.Hosting.ComposablePartCatalogChangeEventArgs' does not exist in the implementation but it does exist in the contract. +TypesMustExist : Type 'System.ComponentModel.Composition.Hosting.ComposablePartExportProvider' does not exist in the implementation but it does exist in the contract. +TypesMustExist : Type 'System.ComponentModel.Composition.Hosting.CompositionBatch' does not exist in the implementation but it does exist in the contract. +TypesMustExist : Type 'System.ComponentModel.Composition.Hosting.CompositionConstants' does not exist in the implementation but it does exist in the contract. +TypesMustExist : Type 'System.ComponentModel.Composition.Hosting.CompositionContainer' does not exist in the implementation but it does exist in the contract. +TypesMustExist : Type 'System.ComponentModel.Composition.Hosting.CompositionOptions' does not exist in the implementation but it does exist in the contract. +TypesMustExist : Type 'System.ComponentModel.Composition.Hosting.CompositionScopeDefinition' does not exist in the implementation but it does exist in the contract. +TypesMustExist : Type 'System.ComponentModel.Composition.Hosting.CompositionService' does not exist in the implementation but it does exist in the contract. +TypesMustExist : Type 'System.ComponentModel.Composition.Hosting.DirectoryCatalog' does not exist in the implementation but it does exist in the contract. +TypesMustExist : Type 'System.ComponentModel.Composition.Hosting.ExportProvider' does not exist in the implementation but it does exist in the contract. +TypesMustExist : Type 'System.ComponentModel.Composition.Hosting.ExportsChangeEventArgs' does not exist in the implementation but it does exist in the contract. +TypesMustExist : Type 'System.ComponentModel.Composition.Hosting.FilteredCatalog' does not exist in the implementation but it does exist in the contract. +TypesMustExist : Type 'System.ComponentModel.Composition.Hosting.ImportEngine' does not exist in the implementation but it does exist in the contract. +TypesMustExist : Type 'System.ComponentModel.Composition.Hosting.INotifyComposablePartCatalogChanged' does not exist in the implementation but it does exist in the contract. +TypesMustExist : Type 'System.ComponentModel.Composition.Hosting.ScopingExtensions' does not exist in the implementation but it does exist in the contract. +TypesMustExist : Type 'System.ComponentModel.Composition.Hosting.TypeCatalog' does not exist in the implementation but it does exist in the contract. +TypesMustExist : Type 'System.ComponentModel.Composition.Primitives.ComposablePart' does not exist in the implementation but it does exist in the contract. +TypesMustExist : Type 'System.ComponentModel.Composition.Primitives.ComposablePartCatalog' does not exist in the implementation but it does exist in the contract. +TypesMustExist : Type 'System.ComponentModel.Composition.Primitives.ComposablePartDefinition' does not exist in the implementation but it does exist in the contract. +TypesMustExist : Type 'System.ComponentModel.Composition.Primitives.ComposablePartException' does not exist in the implementation but it does exist in the contract. +TypesMustExist : Type 'System.ComponentModel.Composition.Primitives.ContractBasedImportDefinition' does not exist in the implementation but it does exist in the contract. +TypesMustExist : Type 'System.ComponentModel.Composition.Primitives.Export' does not exist in the implementation but it does exist in the contract. +TypesMustExist : Type 'System.ComponentModel.Composition.Primitives.ExportDefinition' does not exist in the implementation but it does exist in the contract. +TypesMustExist : Type 'System.ComponentModel.Composition.Primitives.ExportedDelegate' does not exist in the implementation but it does exist in the contract. +TypesMustExist : Type 'System.ComponentModel.Composition.Primitives.ICompositionElement' does not exist in the implementation but it does exist in the contract. +TypesMustExist : Type 'System.ComponentModel.Composition.Primitives.ImportCardinality' does not exist in the implementation but it does exist in the contract. +TypesMustExist : Type 'System.ComponentModel.Composition.Primitives.ImportDefinition' does not exist in the implementation but it does exist in the contract. +TypesMustExist : Type 'System.ComponentModel.Composition.ReflectionModel.LazyMemberInfo' does not exist in the implementation but it does exist in the contract. +TypesMustExist : Type 'System.ComponentModel.Composition.ReflectionModel.ReflectionModelServices' does not exist in the implementation but it does exist in the contract. Compat issues with assembly System.Core: CannotRemoveBaseTypeOrInterface : Type 'System.InvalidTimeZoneException' does not implement interface 'System.Runtime.InteropServices._Exception' in the implementation but it does in the contract. CannotRemoveBaseTypeOrInterface : Type 'System.TimeZoneNotFoundException' does not implement interface 'System.Runtime.InteropServices._Exception' in the implementation but it does in the contract. @@ -1392,6 +1446,243 @@ TypesMustExist : Type 'System.Security.Cryptography.X509Certificates.Authenticod TypesMustExist : Type 'System.Security.Cryptography.X509Certificates.TimestampInformation' does not exist in the implementation but it does exist in the contract. TypesMustExist : Type 'System.Security.Cryptography.X509Certificates.TrustStatus' does not exist in the implementation but it does exist in the contract. CannotRemoveBaseTypeOrInterface : Type 'System.Threading.LockRecursionException' does not implement interface 'System.Runtime.InteropServices._Exception' in the implementation but it does in the contract. +Compat issues with assembly System.Data: +TypesMustExist : Type 'Microsoft.SqlServer.Server.DataAccessKind' does not exist in the implementation but it does exist in the contract. +TypesMustExist : Type 'Microsoft.SqlServer.Server.Format' does not exist in the implementation but it does exist in the contract. +TypesMustExist : Type 'Microsoft.SqlServer.Server.IBinarySerialize' does not exist in the implementation but it does exist in the contract. +TypesMustExist : Type 'Microsoft.SqlServer.Server.InvalidUdtException' does not exist in the implementation but it does exist in the contract. +TypesMustExist : Type 'Microsoft.SqlServer.Server.SqlContext' does not exist in the implementation but it does exist in the contract. +CannotRemoveBaseTypeOrInterface : Type 'Microsoft.SqlServer.Server.SqlDataRecord' does not implement interface 'System.Data.IDataRecord' in the implementation but it does in the contract. +TypesMustExist : Type 'Microsoft.SqlServer.Server.SqlFacetAttribute' does not exist in the implementation but it does exist in the contract. +TypesMustExist : Type 'Microsoft.SqlServer.Server.SqlFunctionAttribute' does not exist in the implementation but it does exist in the contract. +MembersMustExist : Member 'Microsoft.SqlServer.Server.SqlMetaData..ctor(System.String, System.Data.SqlDbType, System.Type)' does not exist in the implementation but it does exist in the contract. +MembersMustExist : Member 'Microsoft.SqlServer.Server.SqlMetaData..ctor(System.String, System.Data.SqlDbType, System.Type, System.String)' does not exist in the implementation but it does exist in the contract. +MembersMustExist : Member 'Microsoft.SqlServer.Server.SqlMetaData..ctor(System.String, System.Data.SqlDbType, System.Type, System.String, System.Boolean, System.Boolean, System.Data.SqlClient.SortOrder, System.Int32)' does not exist in the implementation but it does exist in the contract. +MembersMustExist : Member 'Microsoft.SqlServer.Server.SqlMetaData.DbType.get()' does not exist in the implementation but it does exist in the contract. +MembersMustExist : Member 'Microsoft.SqlServer.Server.SqlMetaData.Type.get()' does not exist in the implementation but it does exist in the contract. +TypesMustExist : Type 'Microsoft.SqlServer.Server.SqlMethodAttribute' does not exist in the implementation but it does exist in the contract. +TypesMustExist : Type 'Microsoft.SqlServer.Server.SqlPipe' does not exist in the implementation but it does exist in the contract. +TypesMustExist : Type 'Microsoft.SqlServer.Server.SqlProcedureAttribute' does not exist in the implementation but it does exist in the contract. +TypesMustExist : Type 'Microsoft.SqlServer.Server.SqlTriggerAttribute' does not exist in the implementation but it does exist in the contract. +TypesMustExist : Type 'Microsoft.SqlServer.Server.SqlTriggerContext' does not exist in the implementation but it does exist in the contract. +TypesMustExist : Type 'Microsoft.SqlServer.Server.SqlUserDefinedAggregateAttribute' does not exist in the implementation but it does exist in the contract. +TypesMustExist : Type 'Microsoft.SqlServer.Server.SqlUserDefinedTypeAttribute' does not exist in the implementation but it does exist in the contract. +TypesMustExist : Type 'Microsoft.SqlServer.Server.SystemDataAccessKind' does not exist in the implementation but it does exist in the contract. +TypesMustExist : Type 'Microsoft.SqlServer.Server.TriggerAction' does not exist in the implementation but it does exist in the contract. +CannotRemoveBaseTypeOrInterface : Type 'System.Data.ConstraintException' does not implement interface 'System.Runtime.InteropServices._Exception' in the implementation but it does in the contract. +CannotRemoveBaseTypeOrInterface : Type 'System.Data.DataException' does not implement interface 'System.Runtime.InteropServices._Exception' in the implementation but it does in the contract. +TypesMustExist : Type 'System.Data.DataSetSchemaImporterExtension' does not exist in the implementation but it does exist in the contract. +CannotRemoveBaseTypeOrInterface : Type 'System.Data.DataSysDescriptionAttribute' does not implement interface 'System.Runtime.InteropServices._Attribute' in the implementation but it does in the contract. +CannotRemoveBaseTypeOrInterface : Type 'System.Data.DBConcurrencyException' does not implement interface 'System.Runtime.InteropServices._Exception' in the implementation but it does in the contract. +CannotRemoveBaseTypeOrInterface : Type 'System.Data.DeletedRowInaccessibleException' does not implement interface 'System.Runtime.InteropServices._Exception' in the implementation but it does in the contract. +CannotRemoveBaseTypeOrInterface : Type 'System.Data.DuplicateNameException' does not implement interface 'System.Runtime.InteropServices._Exception' in the implementation but it does in the contract. +CannotRemoveBaseTypeOrInterface : Type 'System.Data.EvaluateException' does not implement interface 'System.Runtime.InteropServices._Exception' in the implementation but it does in the contract. +CannotRemoveBaseTypeOrInterface : Type 'System.Data.InRowChangingEventException' does not implement interface 'System.Runtime.InteropServices._Exception' in the implementation but it does in the contract. +CannotRemoveBaseTypeOrInterface : Type 'System.Data.InvalidConstraintException' does not implement interface 'System.Runtime.InteropServices._Exception' in the implementation but it does in the contract. +CannotRemoveBaseTypeOrInterface : Type 'System.Data.InvalidExpressionException' does not implement interface 'System.Runtime.InteropServices._Exception' in the implementation but it does in the contract. +CannotRemoveBaseTypeOrInterface : Type 'System.Data.MissingPrimaryKeyException' does not implement interface 'System.Runtime.InteropServices._Exception' in the implementation but it does in the contract. +CannotRemoveBaseTypeOrInterface : Type 'System.Data.NoNullAllowedException' does not implement interface 'System.Runtime.InteropServices._Exception' in the implementation but it does in the contract. +TypesMustExist : Type 'System.Data.OperationAbortedException' does not exist in the implementation but it does exist in the contract. +TypesMustExist : Type 'System.Data.PropertyAttributes' does not exist in the implementation but it does exist in the contract. +CannotRemoveBaseTypeOrInterface : Type 'System.Data.ReadOnlyException' does not implement interface 'System.Runtime.InteropServices._Exception' in the implementation but it does in the contract. +CannotRemoveBaseTypeOrInterface : Type 'System.Data.RowNotInTableException' does not implement interface 'System.Runtime.InteropServices._Exception' in the implementation but it does in the contract. +CannotRemoveBaseTypeOrInterface : Type 'System.Data.StrongTypingException' does not implement interface 'System.Runtime.InteropServices._Exception' in the implementation but it does in the contract. +CannotRemoveBaseTypeOrInterface : Type 'System.Data.SyntaxErrorException' does not implement interface 'System.Runtime.InteropServices._Exception' in the implementation but it does in the contract. +TypesMustExist : Type 'System.Data.TypedDataSetGenerator' does not exist in the implementation but it does exist in the contract. +TypesMustExist : Type 'System.Data.TypedDataSetGeneratorException' does not exist in the implementation but it does exist in the contract. +CannotRemoveBaseTypeOrInterface : Type 'System.Data.VersionNotFoundException' does not implement interface 'System.Runtime.InteropServices._Exception' in the implementation but it does in the contract. +TypesMustExist : Type 'System.Data.Common.DBDataPermission' does not exist in the implementation but it does exist in the contract. +TypesMustExist : Type 'System.Data.Common.DBDataPermissionAttribute' does not exist in the implementation but it does exist in the contract. +CannotRemoveBaseTypeOrInterface : Type 'System.Data.Common.DbException' does not implement interface 'System.Runtime.InteropServices._Exception' in the implementation but it does in the contract. +TypesMustExist : Type 'System.Data.Common.DbProviderConfigurationHandler' does not exist in the implementation but it does exist in the contract. +TypesMustExist : Type 'System.Data.Common.DbProviderFactories' does not exist in the implementation but it does exist in the contract. +TypesMustExist : Type 'System.Data.Common.DbProviderFactoriesConfigurationHandler' does not exist in the implementation but it does exist in the contract. +MembersMustExist : Member 'System.Data.Common.DbProviderFactory.CreatePermission(System.Security.Permissions.PermissionState)' does not exist in the implementation but it does exist in the contract. +CannotRemoveBaseTypeOrInterface : Type 'System.Data.Common.DbProviderSpecificTypePropertyAttribute' does not implement interface 'System.Runtime.InteropServices._Attribute' in the implementation but it does in the contract. +TypesMustExist : Type 'System.Data.Odbc.OdbcCommand' does not exist in the implementation but it does exist in the contract. +TypesMustExist : Type 'System.Data.Odbc.OdbcCommandBuilder' does not exist in the implementation but it does exist in the contract. +TypesMustExist : Type 'System.Data.Odbc.OdbcConnection' does not exist in the implementation but it does exist in the contract. +TypesMustExist : Type 'System.Data.Odbc.OdbcConnectionStringBuilder' does not exist in the implementation but it does exist in the contract. +TypesMustExist : Type 'System.Data.Odbc.OdbcDataAdapter' does not exist in the implementation but it does exist in the contract. +TypesMustExist : Type 'System.Data.Odbc.OdbcDataReader' does not exist in the implementation but it does exist in the contract. +TypesMustExist : Type 'System.Data.Odbc.OdbcError' does not exist in the implementation but it does exist in the contract. +TypesMustExist : Type 'System.Data.Odbc.OdbcErrorCollection' does not exist in the implementation but it does exist in the contract. +TypesMustExist : Type 'System.Data.Odbc.OdbcException' does not exist in the implementation but it does exist in the contract. +TypesMustExist : Type 'System.Data.Odbc.OdbcFactory' does not exist in the implementation but it does exist in the contract. +TypesMustExist : Type 'System.Data.Odbc.OdbcInfoMessageEventArgs' does not exist in the implementation but it does exist in the contract. +TypesMustExist : Type 'System.Data.Odbc.OdbcInfoMessageEventHandler' does not exist in the implementation but it does exist in the contract. +TypesMustExist : Type 'System.Data.Odbc.OdbcMetaDataCollectionNames' does not exist in the implementation but it does exist in the contract. +TypesMustExist : Type 'System.Data.Odbc.OdbcMetaDataColumnNames' does not exist in the implementation but it does exist in the contract. +TypesMustExist : Type 'System.Data.Odbc.OdbcParameter' does not exist in the implementation but it does exist in the contract. +TypesMustExist : Type 'System.Data.Odbc.OdbcParameterCollection' does not exist in the implementation but it does exist in the contract. +TypesMustExist : Type 'System.Data.Odbc.OdbcPermission' does not exist in the implementation but it does exist in the contract. +TypesMustExist : Type 'System.Data.Odbc.OdbcPermissionAttribute' does not exist in the implementation but it does exist in the contract. +TypesMustExist : Type 'System.Data.Odbc.OdbcRowUpdatedEventArgs' does not exist in the implementation but it does exist in the contract. +TypesMustExist : Type 'System.Data.Odbc.OdbcRowUpdatedEventHandler' does not exist in the implementation but it does exist in the contract. +TypesMustExist : Type 'System.Data.Odbc.OdbcRowUpdatingEventArgs' does not exist in the implementation but it does exist in the contract. +TypesMustExist : Type 'System.Data.Odbc.OdbcRowUpdatingEventHandler' does not exist in the implementation but it does exist in the contract. +TypesMustExist : Type 'System.Data.Odbc.OdbcTransaction' does not exist in the implementation but it does exist in the contract. +TypesMustExist : Type 'System.Data.Odbc.OdbcType' does not exist in the implementation but it does exist in the contract. +TypesMustExist : Type 'System.Data.OleDb.OleDbCommand' does not exist in the implementation but it does exist in the contract. +TypesMustExist : Type 'System.Data.OleDb.OleDbCommandBuilder' does not exist in the implementation but it does exist in the contract. +TypesMustExist : Type 'System.Data.OleDb.OleDbConnection' does not exist in the implementation but it does exist in the contract. +TypesMustExist : Type 'System.Data.OleDb.OleDbConnectionStringBuilder' does not exist in the implementation but it does exist in the contract. +TypesMustExist : Type 'System.Data.OleDb.OleDbDataAdapter' does not exist in the implementation but it does exist in the contract. +TypesMustExist : Type 'System.Data.OleDb.OleDbDataReader' does not exist in the implementation but it does exist in the contract. +TypesMustExist : Type 'System.Data.OleDb.OleDbEnumerator' does not exist in the implementation but it does exist in the contract. +TypesMustExist : Type 'System.Data.OleDb.OleDbError' does not exist in the implementation but it does exist in the contract. +TypesMustExist : Type 'System.Data.OleDb.OleDbErrorCollection' does not exist in the implementation but it does exist in the contract. +TypesMustExist : Type 'System.Data.OleDb.OleDbException' does not exist in the implementation but it does exist in the contract. +TypesMustExist : Type 'System.Data.OleDb.OleDbFactory' does not exist in the implementation but it does exist in the contract. +TypesMustExist : Type 'System.Data.OleDb.OleDbInfoMessageEventArgs' does not exist in the implementation but it does exist in the contract. +TypesMustExist : Type 'System.Data.OleDb.OleDbInfoMessageEventHandler' does not exist in the implementation but it does exist in the contract. +TypesMustExist : Type 'System.Data.OleDb.OleDbLiteral' does not exist in the implementation but it does exist in the contract. +TypesMustExist : Type 'System.Data.OleDb.OleDbMetaDataCollectionNames' does not exist in the implementation but it does exist in the contract. +TypesMustExist : Type 'System.Data.OleDb.OleDbMetaDataColumnNames' does not exist in the implementation but it does exist in the contract. +TypesMustExist : Type 'System.Data.OleDb.OleDbParameter' does not exist in the implementation but it does exist in the contract. +TypesMustExist : Type 'System.Data.OleDb.OleDbParameterCollection' does not exist in the implementation but it does exist in the contract. +TypesMustExist : Type 'System.Data.OleDb.OleDbPermission' does not exist in the implementation but it does exist in the contract. +TypesMustExist : Type 'System.Data.OleDb.OleDbPermissionAttribute' does not exist in the implementation but it does exist in the contract. +TypesMustExist : Type 'System.Data.OleDb.OleDbRowUpdatedEventArgs' does not exist in the implementation but it does exist in the contract. +TypesMustExist : Type 'System.Data.OleDb.OleDbRowUpdatedEventHandler' does not exist in the implementation but it does exist in the contract. +TypesMustExist : Type 'System.Data.OleDb.OleDbRowUpdatingEventArgs' does not exist in the implementation but it does exist in the contract. +TypesMustExist : Type 'System.Data.OleDb.OleDbRowUpdatingEventHandler' does not exist in the implementation but it does exist in the contract. +TypesMustExist : Type 'System.Data.OleDb.OleDbSchemaGuid' does not exist in the implementation but it does exist in the contract. +TypesMustExist : Type 'System.Data.OleDb.OleDbTransaction' does not exist in the implementation but it does exist in the contract. +TypesMustExist : Type 'System.Data.OleDb.OleDbType' does not exist in the implementation but it does exist in the contract. +TypesMustExist : Type 'System.Data.Sql.SqlDataSourceEnumerator' does not exist in the implementation but it does exist in the contract. +TypesMustExist : Type 'System.Data.Sql.SqlNotificationRequest' does not exist in the implementation but it does exist in the contract. +TypesMustExist : Type 'System.Data.SqlClient.OnChangeEventHandler' does not exist in the implementation but it does exist in the contract. +TypesMustExist : Type 'System.Data.SqlClient.SqlAuthenticationMethod' does not exist in the implementation but it does exist in the contract. +MembersMustExist : Member 'System.Data.SqlClient.SqlBulkCopy.WriteToServer(System.Data.DataRow[])' does not exist in the implementation but it does exist in the contract. +MembersMustExist : Member 'System.Data.SqlClient.SqlBulkCopy.WriteToServer(System.Data.DataTable)' does not exist in the implementation but it does exist in the contract. +MembersMustExist : Member 'System.Data.SqlClient.SqlBulkCopy.WriteToServer(System.Data.DataTable, System.Data.DataRowState)' does not exist in the implementation but it does exist in the contract. +MembersMustExist : Member 'System.Data.SqlClient.SqlBulkCopy.WriteToServer(System.Data.IDataReader)' does not exist in the implementation but it does exist in the contract. +MembersMustExist : Member 'System.Data.SqlClient.SqlBulkCopy.WriteToServerAsync(System.Data.DataRow[])' does not exist in the implementation but it does exist in the contract. +MembersMustExist : Member 'System.Data.SqlClient.SqlBulkCopy.WriteToServerAsync(System.Data.DataRow[], System.Threading.CancellationToken)' does not exist in the implementation but it does exist in the contract. +MembersMustExist : Member 'System.Data.SqlClient.SqlBulkCopy.WriteToServerAsync(System.Data.DataTable)' does not exist in the implementation but it does exist in the contract. +MembersMustExist : Member 'System.Data.SqlClient.SqlBulkCopy.WriteToServerAsync(System.Data.DataTable, System.Data.DataRowState)' does not exist in the implementation but it does exist in the contract. +MembersMustExist : Member 'System.Data.SqlClient.SqlBulkCopy.WriteToServerAsync(System.Data.DataTable, System.Data.DataRowState, System.Threading.CancellationToken)' does not exist in the implementation but it does exist in the contract. +MembersMustExist : Member 'System.Data.SqlClient.SqlBulkCopy.WriteToServerAsync(System.Data.DataTable, System.Threading.CancellationToken)' does not exist in the implementation but it does exist in the contract. +MembersMustExist : Member 'System.Data.SqlClient.SqlBulkCopy.WriteToServerAsync(System.Data.IDataReader)' does not exist in the implementation but it does exist in the contract. +MembersMustExist : Member 'System.Data.SqlClient.SqlBulkCopy.WriteToServerAsync(System.Data.IDataReader, System.Threading.CancellationToken)' does not exist in the implementation but it does exist in the contract. +CannotRemoveBaseTypeOrInterface : Type 'System.Data.SqlClient.SqlBulkCopyColumnMappingCollection' does not inherit from base type 'System.Collections.CollectionBase' in the implementation but it does in the contract. +MembersMustExist : Member 'System.Data.SqlClient.SqlBulkCopyOptions System.Data.SqlClient.SqlBulkCopyOptions.AllowEncryptedValueModifications' does not exist in the implementation but it does exist in the contract. +CannotRemoveBaseTypeOrInterface : Type 'System.Data.SqlClient.SqlClientFactory' does not implement interface 'System.IServiceProvider' in the implementation but it does in the contract. +MembersMustExist : Member 'System.Data.SqlClient.SqlClientFactory.CreatePermission(System.Security.Permissions.PermissionState)' does not exist in the implementation but it does exist in the contract. +TypesMustExist : Type 'System.Data.SqlClient.SqlClientMetaDataCollectionNames' does not exist in the implementation but it does exist in the contract. +TypesMustExist : Type 'System.Data.SqlClient.SqlClientPermission' does not exist in the implementation but it does exist in the contract. +TypesMustExist : Type 'System.Data.SqlClient.SqlClientPermissionAttribute' does not exist in the implementation but it does exist in the contract. +TypesMustExist : Type 'System.Data.SqlClient.SqlColumnEncryptionCertificateStoreProvider' does not exist in the implementation but it does exist in the contract. +TypesMustExist : Type 'System.Data.SqlClient.SqlColumnEncryptionCngProvider' does not exist in the implementation but it does exist in the contract. +TypesMustExist : Type 'System.Data.SqlClient.SqlColumnEncryptionCspProvider' does not exist in the implementation but it does exist in the contract. +TypesMustExist : Type 'System.Data.SqlClient.SqlColumnEncryptionKeyStoreProvider' does not exist in the implementation but it does exist in the contract. +CannotRemoveBaseTypeOrInterface : Type 'System.Data.SqlClient.SqlCommand' does not implement interface 'System.ICloneable' in the implementation but it does in the contract. +MembersMustExist : Member 'System.Data.SqlClient.SqlCommand..ctor(System.String, System.Data.SqlClient.SqlConnection, System.Data.SqlClient.SqlTransaction, System.Data.SqlClient.SqlCommandColumnEncryptionSetting)' does not exist in the implementation but it does exist in the contract. +MembersMustExist : Member 'System.Data.SqlClient.SqlCommand.BeginExecuteNonQuery()' does not exist in the implementation but it does exist in the contract. +MembersMustExist : Member 'System.Data.SqlClient.SqlCommand.BeginExecuteNonQuery(System.AsyncCallback, System.Object)' does not exist in the implementation but it does exist in the contract. +MembersMustExist : Member 'System.Data.SqlClient.SqlCommand.BeginExecuteReader()' does not exist in the implementation but it does exist in the contract. +MembersMustExist : Member 'System.Data.SqlClient.SqlCommand.BeginExecuteReader(System.AsyncCallback, System.Object)' does not exist in the implementation but it does exist in the contract. +MembersMustExist : Member 'System.Data.SqlClient.SqlCommand.BeginExecuteReader(System.AsyncCallback, System.Object, System.Data.CommandBehavior)' does not exist in the implementation but it does exist in the contract. +MembersMustExist : Member 'System.Data.SqlClient.SqlCommand.BeginExecuteReader(System.Data.CommandBehavior)' does not exist in the implementation but it does exist in the contract. +MembersMustExist : Member 'System.Data.SqlClient.SqlCommand.BeginExecuteXmlReader()' does not exist in the implementation but it does exist in the contract. +MembersMustExist : Member 'System.Data.SqlClient.SqlCommand.BeginExecuteXmlReader(System.AsyncCallback, System.Object)' does not exist in the implementation but it does exist in the contract. +MembersMustExist : Member 'System.Data.SqlClient.SqlCommand.Clone()' does not exist in the implementation but it does exist in the contract. +MembersMustExist : Member 'System.Data.SqlClient.SqlCommand.ColumnEncryptionSetting.get()' does not exist in the implementation but it does exist in the contract. +MembersMustExist : Member 'System.Data.SqlClient.SqlCommand.EndExecuteNonQuery(System.IAsyncResult)' does not exist in the implementation but it does exist in the contract. +MembersMustExist : Member 'System.Data.SqlClient.SqlCommand.EndExecuteReader(System.IAsyncResult)' does not exist in the implementation but it does exist in the contract. +MembersMustExist : Member 'System.Data.SqlClient.SqlCommand.EndExecuteXmlReader(System.IAsyncResult)' does not exist in the implementation but it does exist in the contract. +MembersMustExist : Member 'System.Data.SqlClient.SqlCommand.Notification.get()' does not exist in the implementation but it does exist in the contract. +MembersMustExist : Member 'System.Data.SqlClient.SqlCommand.Notification.set(System.Data.Sql.SqlNotificationRequest)' does not exist in the implementation but it does exist in the contract. +MembersMustExist : Member 'System.Data.SqlClient.SqlCommand.NotificationAutoEnlist.get()' does not exist in the implementation but it does exist in the contract. +MembersMustExist : Member 'System.Data.SqlClient.SqlCommand.NotificationAutoEnlist.set(System.Boolean)' does not exist in the implementation but it does exist in the contract. +MembersMustExist : Member 'System.Data.SqlClient.SqlCommand.ResetCommandTimeout()' does not exist in the implementation but it does exist in the contract. +TypesMustExist : Type 'System.Data.SqlClient.SqlCommandBuilder' does not exist in the implementation but it does exist in the contract. +TypesMustExist : Type 'System.Data.SqlClient.SqlCommandColumnEncryptionSetting' does not exist in the implementation but it does exist in the contract. +CannotRemoveBaseTypeOrInterface : Type 'System.Data.SqlClient.SqlConnection' does not implement interface 'System.ICloneable' in the implementation but it does in the contract. +MembersMustExist : Member 'System.Data.SqlClient.SqlConnection..ctor(System.String, System.Data.SqlClient.SqlCredential)' does not exist in the implementation but it does exist in the contract. +MembersMustExist : Member 'System.Data.SqlClient.SqlConnection.AccessToken.get()' does not exist in the implementation but it does exist in the contract. +MembersMustExist : Member 'System.Data.SqlClient.SqlConnection.AccessToken.set(System.String)' does not exist in the implementation but it does exist in the contract. +MembersMustExist : Member 'System.Data.SqlClient.SqlConnection.ChangePassword(System.String, System.Data.SqlClient.SqlCredential, System.Security.SecureString)' does not exist in the implementation but it does exist in the contract. +MembersMustExist : Member 'System.Data.SqlClient.SqlConnection.ChangePassword(System.String, System.String)' does not exist in the implementation but it does exist in the contract. +MembersMustExist : Member 'System.Data.SqlClient.SqlConnection.ColumnEncryptionTrustedMasterKeyPaths.get()' does not exist in the implementation but it does exist in the contract. +MembersMustExist : Member 'System.Data.SqlClient.SqlConnection.Credential.get()' does not exist in the implementation but it does exist in the contract. +MembersMustExist : Member 'System.Data.SqlClient.SqlConnection.Credential.set(System.Data.SqlClient.SqlCredential)' does not exist in the implementation but it does exist in the contract. +MembersMustExist : Member 'System.Data.SqlClient.SqlConnection.EnlistDistributedTransaction(System.EnterpriseServices.ITransaction)' does not exist in the implementation but it does exist in the contract. +MembersMustExist : Member 'System.Data.SqlClient.SqlConnection.RegisterColumnEncryptionKeyStoreProviders(System.Collections.Generic.IDictionary)' does not exist in the implementation but it does exist in the contract. +TypesMustExist : Type 'System.Data.SqlClient.SqlConnectionColumnEncryptionSetting' does not exist in the implementation but it does exist in the contract. +MembersMustExist : Member 'System.Data.SqlClient.SqlConnectionStringBuilder.AsynchronousProcessing.get()' does not exist in the implementation but it does exist in the contract. +MembersMustExist : Member 'System.Data.SqlClient.SqlConnectionStringBuilder.AsynchronousProcessing.set(System.Boolean)' does not exist in the implementation but it does exist in the contract. +MembersMustExist : Member 'System.Data.SqlClient.SqlConnectionStringBuilder.Authentication.get()' does not exist in the implementation but it does exist in the contract. +MembersMustExist : Member 'System.Data.SqlClient.SqlConnectionStringBuilder.Authentication.set(System.Data.SqlClient.SqlAuthenticationMethod)' does not exist in the implementation but it does exist in the contract. +MembersMustExist : Member 'System.Data.SqlClient.SqlConnectionStringBuilder.ColumnEncryptionSetting.get()' does not exist in the implementation but it does exist in the contract. +MembersMustExist : Member 'System.Data.SqlClient.SqlConnectionStringBuilder.ColumnEncryptionSetting.set(System.Data.SqlClient.SqlConnectionColumnEncryptionSetting)' does not exist in the implementation but it does exist in the contract. +MembersMustExist : Member 'System.Data.SqlClient.SqlConnectionStringBuilder.ConnectionReset.get()' does not exist in the implementation but it does exist in the contract. +MembersMustExist : Member 'System.Data.SqlClient.SqlConnectionStringBuilder.ConnectionReset.set(System.Boolean)' does not exist in the implementation but it does exist in the contract. +MembersMustExist : Member 'System.Data.SqlClient.SqlConnectionStringBuilder.ContextConnection.get()' does not exist in the implementation but it does exist in the contract. +MembersMustExist : Member 'System.Data.SqlClient.SqlConnectionStringBuilder.ContextConnection.set(System.Boolean)' does not exist in the implementation but it does exist in the contract. +MembersMustExist : Member 'System.Data.SqlClient.SqlConnectionStringBuilder.Enlist.get()' does not exist in the implementation but it does exist in the contract. +MembersMustExist : Member 'System.Data.SqlClient.SqlConnectionStringBuilder.Enlist.set(System.Boolean)' does not exist in the implementation but it does exist in the contract. +MembersMustExist : Member 'System.Data.SqlClient.SqlConnectionStringBuilder.NetworkLibrary.get()' does not exist in the implementation but it does exist in the contract. +MembersMustExist : Member 'System.Data.SqlClient.SqlConnectionStringBuilder.NetworkLibrary.set(System.String)' does not exist in the implementation but it does exist in the contract. +MembersMustExist : Member 'System.Data.SqlClient.SqlConnectionStringBuilder.TransactionBinding.get()' does not exist in the implementation but it does exist in the contract. +MembersMustExist : Member 'System.Data.SqlClient.SqlConnectionStringBuilder.TransactionBinding.set(System.String)' does not exist in the implementation but it does exist in the contract. +MembersMustExist : Member 'System.Data.SqlClient.SqlConnectionStringBuilder.TransparentNetworkIPResolution.get()' does not exist in the implementation but it does exist in the contract. +MembersMustExist : Member 'System.Data.SqlClient.SqlConnectionStringBuilder.TransparentNetworkIPResolution.set(System.Boolean)' does not exist in the implementation but it does exist in the contract. +TypesMustExist : Type 'System.Data.SqlClient.SqlCredential' does not exist in the implementation but it does exist in the contract. +TypesMustExist : Type 'System.Data.SqlClient.SqlDataAdapter' does not exist in the implementation but it does exist in the contract. +MembersMustExist : Member 'System.Data.SqlClient.SqlDataReader.IsCommandBehavior(System.Data.CommandBehavior)' does not exist in the implementation but it does exist in the contract. +TypesMustExist : Type 'System.Data.SqlClient.SQLDebugging' does not exist in the implementation but it does exist in the contract. +TypesMustExist : Type 'System.Data.SqlClient.SqlDependency' does not exist in the implementation but it does exist in the contract. +CannotRemoveBaseTypeOrInterface : Type 'System.Data.SqlClient.SqlException' does not implement interface 'System.Runtime.InteropServices._Exception' in the implementation but it does in the contract. +TypesMustExist : Type 'System.Data.SqlClient.SqlNotificationEventArgs' does not exist in the implementation but it does exist in the contract. +TypesMustExist : Type 'System.Data.SqlClient.SqlNotificationInfo' does not exist in the implementation but it does exist in the contract. +TypesMustExist : Type 'System.Data.SqlClient.SqlNotificationSource' does not exist in the implementation but it does exist in the contract. +TypesMustExist : Type 'System.Data.SqlClient.SqlNotificationType' does not exist in the implementation but it does exist in the contract. +CannotRemoveBaseTypeOrInterface : Type 'System.Data.SqlClient.SqlParameter' does not implement interface 'System.ICloneable' in the implementation but it does in the contract. +MembersMustExist : Member 'System.Data.SqlClient.SqlParameter..ctor(System.String, System.Data.SqlDbType, System.Int32, System.Data.ParameterDirection, System.Boolean, System.Byte, System.Byte, System.String, System.Data.DataRowVersion, System.Object)' does not exist in the implementation but it does exist in the contract. +MembersMustExist : Member 'System.Data.SqlClient.SqlParameter..ctor(System.String, System.Data.SqlDbType, System.Int32, System.Data.ParameterDirection, System.Byte, System.Byte, System.String, System.Data.DataRowVersion, System.Boolean, System.Object, System.String, System.String, System.String)' does not exist in the implementation but it does exist in the contract. +MembersMustExist : Member 'System.Data.SqlClient.SqlParameter.ForceColumnEncryption.get()' does not exist in the implementation but it does exist in the contract. +MembersMustExist : Member 'System.Data.SqlClient.SqlParameter.ForceColumnEncryption.set(System.Boolean)' does not exist in the implementation but it does exist in the contract. +MembersMustExist : Member 'System.Data.SqlClient.SqlParameter.UdtTypeName.get()' does not exist in the implementation but it does exist in the contract. +MembersMustExist : Member 'System.Data.SqlClient.SqlParameter.UdtTypeName.set(System.String)' does not exist in the implementation but it does exist in the contract. +MembersMustExist : Member 'System.Data.SqlClient.SqlParameterCollection.Add(System.String, System.Data.SqlDbType, System.Int32, System.String)' does not exist in the implementation but it does exist in the contract. +MembersMustExist : Member 'System.Data.SqlClient.SqlParameterCollection.Add(System.String, System.Object)' does not exist in the implementation but it does exist in the contract. +TypesMustExist : Type 'System.Data.SqlClient.SqlRowUpdatedEventArgs' does not exist in the implementation but it does exist in the contract. +TypesMustExist : Type 'System.Data.SqlClient.SqlRowUpdatedEventHandler' does not exist in the implementation but it does exist in the contract. +TypesMustExist : Type 'System.Data.SqlClient.SqlRowUpdatingEventArgs' does not exist in the implementation but it does exist in the contract. +TypesMustExist : Type 'System.Data.SqlClient.SqlRowUpdatingEventHandler' does not exist in the implementation but it does exist in the contract. +CannotRemoveBaseTypeOrInterface : Type 'System.Data.SqlTypes.SqlAlreadyFilledException' does not implement interface 'System.Runtime.InteropServices._Exception' in the implementation but it does in the contract. +TypesMustExist : Type 'System.Data.SqlTypes.SqlFileStream' does not exist in the implementation but it does exist in the contract. +CannotRemoveBaseTypeOrInterface : Type 'System.Data.SqlTypes.SqlNotFilledException' does not implement interface 'System.Runtime.InteropServices._Exception' in the implementation but it does in the contract. +CannotRemoveBaseTypeOrInterface : Type 'System.Data.SqlTypes.SqlNullValueException' does not implement interface 'System.Runtime.InteropServices._Exception' in the implementation but it does in the contract. +CannotRemoveBaseTypeOrInterface : Type 'System.Data.SqlTypes.SqlTruncateException' does not implement interface 'System.Runtime.InteropServices._Exception' in the implementation but it does in the contract. +CannotRemoveBaseTypeOrInterface : Type 'System.Data.SqlTypes.SqlTypeException' does not implement interface 'System.Runtime.InteropServices._Exception' in the implementation but it does in the contract. +TypesMustExist : Type 'System.Data.SqlTypes.SqlTypesSchemaImporterExtensionHelper' does not exist in the implementation but it does exist in the contract. +TypesMustExist : Type 'System.Data.SqlTypes.TypeBigIntSchemaImporterExtension' does not exist in the implementation but it does exist in the contract. +TypesMustExist : Type 'System.Data.SqlTypes.TypeBinarySchemaImporterExtension' does not exist in the implementation but it does exist in the contract. +TypesMustExist : Type 'System.Data.SqlTypes.TypeBitSchemaImporterExtension' does not exist in the implementation but it does exist in the contract. +TypesMustExist : Type 'System.Data.SqlTypes.TypeCharSchemaImporterExtension' does not exist in the implementation but it does exist in the contract. +TypesMustExist : Type 'System.Data.SqlTypes.TypeDateTimeSchemaImporterExtension' does not exist in the implementation but it does exist in the contract. +TypesMustExist : Type 'System.Data.SqlTypes.TypeDecimalSchemaImporterExtension' does not exist in the implementation but it does exist in the contract. +TypesMustExist : Type 'System.Data.SqlTypes.TypeFloatSchemaImporterExtension' does not exist in the implementation but it does exist in the contract. +TypesMustExist : Type 'System.Data.SqlTypes.TypeIntSchemaImporterExtension' does not exist in the implementation but it does exist in the contract. +TypesMustExist : Type 'System.Data.SqlTypes.TypeMoneySchemaImporterExtension' does not exist in the implementation but it does exist in the contract. +TypesMustExist : Type 'System.Data.SqlTypes.TypeNCharSchemaImporterExtension' does not exist in the implementation but it does exist in the contract. +TypesMustExist : Type 'System.Data.SqlTypes.TypeNTextSchemaImporterExtension' does not exist in the implementation but it does exist in the contract. +TypesMustExist : Type 'System.Data.SqlTypes.TypeNumericSchemaImporterExtension' does not exist in the implementation but it does exist in the contract. +TypesMustExist : Type 'System.Data.SqlTypes.TypeNVarCharSchemaImporterExtension' does not exist in the implementation but it does exist in the contract. +TypesMustExist : Type 'System.Data.SqlTypes.TypeRealSchemaImporterExtension' does not exist in the implementation but it does exist in the contract. +TypesMustExist : Type 'System.Data.SqlTypes.TypeSmallDateTimeSchemaImporterExtension' does not exist in the implementation but it does exist in the contract. +TypesMustExist : Type 'System.Data.SqlTypes.TypeSmallIntSchemaImporterExtension' does not exist in the implementation but it does exist in the contract. +TypesMustExist : Type 'System.Data.SqlTypes.TypeSmallMoneySchemaImporterExtension' does not exist in the implementation but it does exist in the contract. +TypesMustExist : Type 'System.Data.SqlTypes.TypeTextSchemaImporterExtension' does not exist in the implementation but it does exist in the contract. +TypesMustExist : Type 'System.Data.SqlTypes.TypeTinyIntSchemaImporterExtension' does not exist in the implementation but it does exist in the contract. +TypesMustExist : Type 'System.Data.SqlTypes.TypeUniqueIdentifierSchemaImporterExtension' does not exist in the implementation but it does exist in the contract. +TypesMustExist : Type 'System.Data.SqlTypes.TypeVarBinarySchemaImporterExtension' does not exist in the implementation but it does exist in the contract. +TypesMustExist : Type 'System.Data.SqlTypes.TypeVarCharSchemaImporterExtension' does not exist in the implementation but it does exist in the contract. +TypesMustExist : Type 'System.Data.SqlTypes.TypeVarImageSchemaImporterExtension' does not exist in the implementation but it does exist in the contract. +TypesMustExist : Type 'System.Xml.XmlDataDocument' does not exist in the implementation but it does exist in the contract. Compat issues with assembly System.Drawing: TypesMustExist : Type 'System.Drawing.Bitmap' does not exist in the implementation but it does exist in the contract. TypesMustExist : Type 'System.Drawing.BitmapSuffixInSameAssemblyAttribute' does not exist in the implementation but it does exist in the contract. @@ -3045,4 +3336,4 @@ CannotRemoveBaseTypeOrInterface : Type 'System.Xml.Xsl.XsltException' does not i MembersMustExist : Member 'System.Xml.Xsl.XslTransform.Load(System.Xml.XmlReader, System.Xml.XmlResolver, System.Security.Policy.Evidence)' does not exist in the implementation but it does exist in the contract. MembersMustExist : Member 'System.Xml.Xsl.XslTransform.Load(System.Xml.XPath.IXPathNavigable, System.Xml.XmlResolver, System.Security.Policy.Evidence)' does not exist in the implementation but it does exist in the contract. MembersMustExist : Member 'System.Xml.Xsl.XslTransform.Load(System.Xml.XPath.XPathNavigator, System.Xml.XmlResolver, System.Security.Policy.Evidence)' does not exist in the implementation but it does exist in the contract. -Total Issues: 3036 +Total Issues: 3325 diff --git a/src/libraries/shims/ApiCompatBaseline.uap.netstandard20.txt b/src/libraries/shims/ApiCompatBaseline.uap.netstandard20.txt index a07410928cba49..6dba79e305ef0f 100644 --- a/src/libraries/shims/ApiCompatBaseline.uap.netstandard20.txt +++ b/src/libraries/shims/ApiCompatBaseline.uap.netstandard20.txt @@ -1,25 +1,14 @@ -DEFAULT_APPNAME Error: 0 : Failed to find or load matching assembly 'System.ComponentModel.Composition'. -DEFAULT_APPNAME Error: 0 : Failed to find or load matching assembly 'System.Data'. -DEFAULT_APPNAME Error: 0 : Failed to find or load matching assembly 'System.IO.Compression.FileSystem'. +DEFAULT_APPNAME Error: 0 : Failed to find or load matching assembly 'System.Composition.AttributedModel'. +DEFAULT_APPNAME Error: 0 : Failed to find or load matching assembly 'System.Composition.Convention'. +DEFAULT_APPNAME Error: 0 : Failed to find or load matching assembly 'System.Composition.Hosting'. +DEFAULT_APPNAME Error: 0 : Failed to find or load matching assembly 'System.Composition.Runtime'. +DEFAULT_APPNAME Error: 0 : Failed to find or load matching assembly 'System.Composition.TypedParts'. +DEFAULT_APPNAME Error: 0 : Failed to find or load matching assembly 'System.Json'. +DEFAULT_APPNAME Error: 0 : Failed to find or load matching assembly 'System.Runtime.CompilerServices.Unsafe'. +DEFAULT_APPNAME Error: 0 : Failed to find or load matching assembly 'System.Text.Encodings.Web'. +DEFAULT_APPNAME Error: 0 : Failed to find or load matching assembly 'System.Threading.Tasks.Dataflow'. DEFAULT_APPNAME Warning: 0 : Found 'System.Transactions' with PublicKeyToken 'b03f5f7f11d50a3a' instead of 'b77a5c561934e089'. -DEFAULT_APPNAME Error: 0 : Unable to resolve assembly 'Assembly(Name=, Version=0.0.-1.-1, Culture=neutral, PublicKeyToken=null)' referenced by the implementation assembly 'Assembly(Name=Windows, Version=255.255.255.255, Culture=neutral, PublicKeyToken=null, Location=F:\git\corefx\bin/ref/uap/Windows.winmd, ContentType=WindowsRuntime)'. -Compat issues with assembly mscorlib: -TypesMustExist : Type 'Microsoft.Win32.SafeHandles.SafeProcessHandle' does not exist in the implementation but it does exist in the contract. -TypesMustExist : Type 'System.ArgIterator' does not exist in the implementation but it does exist in the contract. -MembersMustExist : Member 'System.Console.Write(System.String, System.Object, System.Object, System.Object, System.Object, __arglist)' does not exist in the implementation but it does exist in the contract. -MembersMustExist : Member 'System.Console.WriteLine(System.String, System.Object, System.Object, System.Object, System.Object, __arglist)' does not exist in the implementation but it does exist in the contract. -TypesMustExist : Type 'System.RuntimeArgumentHandle' does not exist in the implementation but it does exist in the contract. -MembersMustExist : Member 'System.String.Concat(System.Object, System.Object, System.Object, System.Object, __arglist)' does not exist in the implementation but it does exist in the contract. -TypesMustExist : Type 'System.TypedReference' does not exist in the implementation but it does exist in the contract. -MembersMustExist : Member 'System.Reflection.FieldInfo.GetValueDirect(System.TypedReference)' does not exist in the implementation but it does exist in the contract. -MembersMustExist : Member 'System.Reflection.FieldInfo.SetValueDirect(System.TypedReference, System.Object)' does not exist in the implementation but it does exist in the contract. Compat issues with assembly netstandard: -TypesMustExist : Type 'System.ArgIterator' does not exist in the implementation but it does exist in the contract. -MembersMustExist : Member 'System.Console.Write(System.String, System.Object, System.Object, System.Object, System.Object, __arglist)' does not exist in the implementation but it does exist in the contract. -MembersMustExist : Member 'System.Console.WriteLine(System.String, System.Object, System.Object, System.Object, System.Object, __arglist)' does not exist in the implementation but it does exist in the contract. -TypesMustExist : Type 'System.RuntimeArgumentHandle' does not exist in the implementation but it does exist in the contract. -MembersMustExist : Member 'System.String.Concat(System.Object, System.Object, System.Object, System.Object, __arglist)' does not exist in the implementation but it does exist in the contract. -TypesMustExist : Type 'System.TypedReference' does not exist in the implementation but it does exist in the contract. TypesMustExist : Type 'System.Net.AuthenticationSchemeSelector' does not exist in the implementation but it does exist in the contract. TypesMustExist : Type 'System.Net.HttpListener' does not exist in the implementation but it does exist in the contract. TypesMustExist : Type 'System.Net.HttpListenerBasicIdentity' does not exist in the implementation but it does exist in the contract. @@ -56,8 +45,6 @@ TypesMustExist : Type 'System.Net.Mime.DispositionTypeNames' does not exist in t TypesMustExist : Type 'System.Net.Mime.MediaTypeNames' does not exist in the implementation but it does exist in the contract. TypesMustExist : Type 'System.Net.Mime.TransferEncoding' does not exist in the implementation but it does exist in the contract. TypesMustExist : Type 'System.Net.WebSockets.HttpListenerWebSocketContext' does not exist in the implementation but it does exist in the contract. -MembersMustExist : Member 'System.Reflection.FieldInfo.GetValueDirect(System.TypedReference)' does not exist in the implementation but it does exist in the contract. -MembersMustExist : Member 'System.Reflection.FieldInfo.SetValueDirect(System.TypedReference, System.Object)' does not exist in the implementation but it does exist in the contract. Compat issues with assembly System: TypesMustExist : Type 'System.Net.AuthenticationSchemeSelector' does not exist in the implementation but it does exist in the contract. TypesMustExist : Type 'System.Net.HttpListener' does not exist in the implementation but it does exist in the contract. @@ -95,4332 +82,85 @@ TypesMustExist : Type 'System.Net.Mime.DispositionTypeNames' does not exist in t TypesMustExist : Type 'System.Net.Mime.MediaTypeNames' does not exist in the implementation but it does exist in the contract. TypesMustExist : Type 'System.Net.Mime.TransferEncoding' does not exist in the implementation but it does exist in the contract. TypesMustExist : Type 'System.Net.WebSockets.HttpListenerWebSocketContext' does not exist in the implementation but it does exist in the contract. -Compat issues with assembly System.ComponentModel.Composition: -TypesMustExist : Type 'System.Lazy' does not exist in the implementation but it does exist in the contract. -Compat issues with assembly System.Console: -MembersMustExist : Member 'System.Console.Write(System.String, System.Object, System.Object, System.Object, System.Object, __arglist)' does not exist in the implementation but it does exist in the contract. -MembersMustExist : Member 'System.Console.WriteLine(System.String, System.Object, System.Object, System.Object, System.Object, __arglist)' does not exist in the implementation but it does exist in the contract. -Compat issues with assembly System.Data: -TypesMustExist : Type 'System.Data.AcceptRejectRule' does not exist in the implementation but it does exist in the contract. -TypesMustExist : Type 'System.Data.CommandBehavior' does not exist in the implementation but it does exist in the contract. -TypesMustExist : Type 'System.Data.CommandType' does not exist in the implementation but it does exist in the contract. -TypesMustExist : Type 'System.Data.ConflictOption' does not exist in the implementation but it does exist in the contract. -TypesMustExist : Type 'System.Data.ConnectionState' does not exist in the implementation but it does exist in the contract. -TypesMustExist : Type 'System.Data.Constraint' does not exist in the implementation but it does exist in the contract. -TypesMustExist : Type 'System.Data.ConstraintCollection' does not exist in the implementation but it does exist in the contract. -TypesMustExist : Type 'System.Data.ConstraintException' does not exist in the implementation but it does exist in the contract. -TypesMustExist : Type 'System.Data.DataColumn' does not exist in the implementation but it does exist in the contract. -TypesMustExist : Type 'System.Data.DataColumnChangeEventArgs' does not exist in the implementation but it does exist in the contract. -TypesMustExist : Type 'System.Data.DataColumnChangeEventHandler' does not exist in the implementation but it does exist in the contract. -TypesMustExist : Type 'System.Data.DataColumnCollection' does not exist in the implementation but it does exist in the contract. -TypesMustExist : Type 'System.Data.DataException' does not exist in the implementation but it does exist in the contract. -TypesMustExist : Type 'System.Data.DataRelation' does not exist in the implementation but it does exist in the contract. -TypesMustExist : Type 'System.Data.DataRelationCollection' does not exist in the implementation but it does exist in the contract. -TypesMustExist : Type 'System.Data.DataRow' does not exist in the implementation but it does exist in the contract. -TypesMustExist : Type 'System.Data.DataRowAction' does not exist in the implementation but it does exist in the contract. -TypesMustExist : Type 'System.Data.DataRowBuilder' does not exist in the implementation but it does exist in the contract. -TypesMustExist : Type 'System.Data.DataRowChangeEventArgs' does not exist in the implementation but it does exist in the contract. -TypesMustExist : Type 'System.Data.DataRowChangeEventHandler' does not exist in the implementation but it does exist in the contract. -TypesMustExist : Type 'System.Data.DataRowCollection' does not exist in the implementation but it does exist in the contract. -TypesMustExist : Type 'System.Data.DataRowState' does not exist in the implementation but it does exist in the contract. -TypesMustExist : Type 'System.Data.DataRowVersion' does not exist in the implementation but it does exist in the contract. -TypesMustExist : Type 'System.Data.DataRowView' does not exist in the implementation but it does exist in the contract. -TypesMustExist : Type 'System.Data.DataSet' does not exist in the implementation but it does exist in the contract. -TypesMustExist : Type 'System.Data.DataSetDateTime' does not exist in the implementation but it does exist in the contract. -TypesMustExist : Type 'System.Data.DataSysDescriptionAttribute' does not exist in the implementation but it does exist in the contract. -TypesMustExist : Type 'System.Data.DataTable' does not exist in the implementation but it does exist in the contract. -TypesMustExist : Type 'System.Data.DataTableClearEventArgs' does not exist in the implementation but it does exist in the contract. -TypesMustExist : Type 'System.Data.DataTableClearEventHandler' does not exist in the implementation but it does exist in the contract. -TypesMustExist : Type 'System.Data.DataTableCollection' does not exist in the implementation but it does exist in the contract. -TypesMustExist : Type 'System.Data.DataTableNewRowEventArgs' does not exist in the implementation but it does exist in the contract. -TypesMustExist : Type 'System.Data.DataTableNewRowEventHandler' does not exist in the implementation but it does exist in the contract. -TypesMustExist : Type 'System.Data.DataTableReader' does not exist in the implementation but it does exist in the contract. -TypesMustExist : Type 'System.Data.DataView' does not exist in the implementation but it does exist in the contract. -TypesMustExist : Type 'System.Data.DataViewManager' does not exist in the implementation but it does exist in the contract. -TypesMustExist : Type 'System.Data.DataViewRowState' does not exist in the implementation but it does exist in the contract. -TypesMustExist : Type 'System.Data.DataViewSetting' does not exist in the implementation but it does exist in the contract. -TypesMustExist : Type 'System.Data.DataViewSettingCollection' does not exist in the implementation but it does exist in the contract. -TypesMustExist : Type 'System.Data.DBConcurrencyException' does not exist in the implementation but it does exist in the contract. -TypesMustExist : Type 'System.Data.DbType' does not exist in the implementation but it does exist in the contract. -TypesMustExist : Type 'System.Data.DeletedRowInaccessibleException' does not exist in the implementation but it does exist in the contract. -TypesMustExist : Type 'System.Data.DuplicateNameException' does not exist in the implementation but it does exist in the contract. -TypesMustExist : Type 'System.Data.EvaluateException' does not exist in the implementation but it does exist in the contract. -TypesMustExist : Type 'System.Data.FillErrorEventArgs' does not exist in the implementation but it does exist in the contract. -TypesMustExist : Type 'System.Data.FillErrorEventHandler' does not exist in the implementation but it does exist in the contract. -TypesMustExist : Type 'System.Data.ForeignKeyConstraint' does not exist in the implementation but it does exist in the contract. -TypesMustExist : Type 'System.Data.IColumnMapping' does not exist in the implementation but it does exist in the contract. -TypesMustExist : Type 'System.Data.IColumnMappingCollection' does not exist in the implementation but it does exist in the contract. -TypesMustExist : Type 'System.Data.IDataAdapter' does not exist in the implementation but it does exist in the contract. -TypesMustExist : Type 'System.Data.IDataParameter' does not exist in the implementation but it does exist in the contract. -TypesMustExist : Type 'System.Data.IDataParameterCollection' does not exist in the implementation but it does exist in the contract. -TypesMustExist : Type 'System.Data.IDataReader' does not exist in the implementation but it does exist in the contract. -TypesMustExist : Type 'System.Data.IDataRecord' does not exist in the implementation but it does exist in the contract. -TypesMustExist : Type 'System.Data.IDbCommand' does not exist in the implementation but it does exist in the contract. -TypesMustExist : Type 'System.Data.IDbConnection' does not exist in the implementation but it does exist in the contract. -TypesMustExist : Type 'System.Data.IDbDataAdapter' does not exist in the implementation but it does exist in the contract. -TypesMustExist : Type 'System.Data.IDbDataParameter' does not exist in the implementation but it does exist in the contract. -TypesMustExist : Type 'System.Data.IDbTransaction' does not exist in the implementation but it does exist in the contract. -TypesMustExist : Type 'System.Data.InRowChangingEventException' does not exist in the implementation but it does exist in the contract. -TypesMustExist : Type 'System.Data.InternalDataCollectionBase' does not exist in the implementation but it does exist in the contract. -TypesMustExist : Type 'System.Data.InvalidConstraintException' does not exist in the implementation but it does exist in the contract. -TypesMustExist : Type 'System.Data.InvalidExpressionException' does not exist in the implementation but it does exist in the contract. -TypesMustExist : Type 'System.Data.IsolationLevel' does not exist in the implementation but it does exist in the contract. -TypesMustExist : Type 'System.Data.ITableMapping' does not exist in the implementation but it does exist in the contract. -TypesMustExist : Type 'System.Data.ITableMappingCollection' does not exist in the implementation but it does exist in the contract. -TypesMustExist : Type 'System.Data.KeyRestrictionBehavior' does not exist in the implementation but it does exist in the contract. -TypesMustExist : Type 'System.Data.LoadOption' does not exist in the implementation but it does exist in the contract. -TypesMustExist : Type 'System.Data.MappingType' does not exist in the implementation but it does exist in the contract. -TypesMustExist : Type 'System.Data.MergeFailedEventArgs' does not exist in the implementation but it does exist in the contract. -TypesMustExist : Type 'System.Data.MergeFailedEventHandler' does not exist in the implementation but it does exist in the contract. -TypesMustExist : Type 'System.Data.MissingMappingAction' does not exist in the implementation but it does exist in the contract. -TypesMustExist : Type 'System.Data.MissingPrimaryKeyException' does not exist in the implementation but it does exist in the contract. -TypesMustExist : Type 'System.Data.MissingSchemaAction' does not exist in the implementation but it does exist in the contract. -TypesMustExist : Type 'System.Data.NoNullAllowedException' does not exist in the implementation but it does exist in the contract. -TypesMustExist : Type 'System.Data.ParameterDirection' does not exist in the implementation but it does exist in the contract. -TypesMustExist : Type 'System.Data.PropertyCollection' does not exist in the implementation but it does exist in the contract. -TypesMustExist : Type 'System.Data.ReadOnlyException' does not exist in the implementation but it does exist in the contract. -TypesMustExist : Type 'System.Data.RowNotInTableException' does not exist in the implementation but it does exist in the contract. -TypesMustExist : Type 'System.Data.Rule' does not exist in the implementation but it does exist in the contract. -TypesMustExist : Type 'System.Data.SchemaSerializationMode' does not exist in the implementation but it does exist in the contract. -TypesMustExist : Type 'System.Data.SchemaType' does not exist in the implementation but it does exist in the contract. -TypesMustExist : Type 'System.Data.SerializationFormat' does not exist in the implementation but it does exist in the contract. -TypesMustExist : Type 'System.Data.SqlDbType' does not exist in the implementation but it does exist in the contract. -TypesMustExist : Type 'System.Data.StateChangeEventArgs' does not exist in the implementation but it does exist in the contract. -TypesMustExist : Type 'System.Data.StateChangeEventHandler' does not exist in the implementation but it does exist in the contract. -TypesMustExist : Type 'System.Data.StatementCompletedEventArgs' does not exist in the implementation but it does exist in the contract. -TypesMustExist : Type 'System.Data.StatementCompletedEventHandler' does not exist in the implementation but it does exist in the contract. -TypesMustExist : Type 'System.Data.StatementType' does not exist in the implementation but it does exist in the contract. -TypesMustExist : Type 'System.Data.StrongTypingException' does not exist in the implementation but it does exist in the contract. -TypesMustExist : Type 'System.Data.SyntaxErrorException' does not exist in the implementation but it does exist in the contract. -TypesMustExist : Type 'System.Data.UniqueConstraint' does not exist in the implementation but it does exist in the contract. -TypesMustExist : Type 'System.Data.UpdateRowSource' does not exist in the implementation but it does exist in the contract. -TypesMustExist : Type 'System.Data.UpdateStatus' does not exist in the implementation but it does exist in the contract. -TypesMustExist : Type 'System.Data.VersionNotFoundException' does not exist in the implementation but it does exist in the contract. -TypesMustExist : Type 'System.Data.XmlReadMode' does not exist in the implementation but it does exist in the contract. -TypesMustExist : Type 'System.Data.XmlWriteMode' does not exist in the implementation but it does exist in the contract. -TypesMustExist : Type 'System.Data.Common.CatalogLocation' does not exist in the implementation but it does exist in the contract. -TypesMustExist : Type 'System.Data.Common.DataAdapter' does not exist in the implementation but it does exist in the contract. -TypesMustExist : Type 'System.Data.Common.DataColumnMapping' does not exist in the implementation but it does exist in the contract. -TypesMustExist : Type 'System.Data.Common.DataColumnMappingCollection' does not exist in the implementation but it does exist in the contract. -TypesMustExist : Type 'System.Data.Common.DataTableMapping' does not exist in the implementation but it does exist in the contract. -TypesMustExist : Type 'System.Data.Common.DataTableMappingCollection' does not exist in the implementation but it does exist in the contract. -TypesMustExist : Type 'System.Data.Common.DbCommand' does not exist in the implementation but it does exist in the contract. -TypesMustExist : Type 'System.Data.Common.DbCommandBuilder' does not exist in the implementation but it does exist in the contract. -TypesMustExist : Type 'System.Data.Common.DbConnection' does not exist in the implementation but it does exist in the contract. -TypesMustExist : Type 'System.Data.Common.DbConnectionStringBuilder' does not exist in the implementation but it does exist in the contract. -TypesMustExist : Type 'System.Data.Common.DbDataAdapter' does not exist in the implementation but it does exist in the contract. -TypesMustExist : Type 'System.Data.Common.DbDataReader' does not exist in the implementation but it does exist in the contract. -TypesMustExist : Type 'System.Data.Common.DbDataRecord' does not exist in the implementation but it does exist in the contract. -TypesMustExist : Type 'System.Data.Common.DbDataSourceEnumerator' does not exist in the implementation but it does exist in the contract. -TypesMustExist : Type 'System.Data.Common.DbEnumerator' does not exist in the implementation but it does exist in the contract. -TypesMustExist : Type 'System.Data.Common.DbException' does not exist in the implementation but it does exist in the contract. -TypesMustExist : Type 'System.Data.Common.DbMetaDataCollectionNames' does not exist in the implementation but it does exist in the contract. -TypesMustExist : Type 'System.Data.Common.DbMetaDataColumnNames' does not exist in the implementation but it does exist in the contract. -TypesMustExist : Type 'System.Data.Common.DbParameter' does not exist in the implementation but it does exist in the contract. -TypesMustExist : Type 'System.Data.Common.DbParameterCollection' does not exist in the implementation but it does exist in the contract. -TypesMustExist : Type 'System.Data.Common.DbProviderFactory' does not exist in the implementation but it does exist in the contract. -TypesMustExist : Type 'System.Data.Common.DbProviderSpecificTypePropertyAttribute' does not exist in the implementation but it does exist in the contract. -TypesMustExist : Type 'System.Data.Common.DbTransaction' does not exist in the implementation but it does exist in the contract. -TypesMustExist : Type 'System.Data.Common.GroupByBehavior' does not exist in the implementation but it does exist in the contract. -TypesMustExist : Type 'System.Data.Common.IdentifierCase' does not exist in the implementation but it does exist in the contract. -TypesMustExist : Type 'System.Data.Common.RowUpdatedEventArgs' does not exist in the implementation but it does exist in the contract. -TypesMustExist : Type 'System.Data.Common.RowUpdatingEventArgs' does not exist in the implementation but it does exist in the contract. -TypesMustExist : Type 'System.Data.Common.SchemaTableColumn' does not exist in the implementation but it does exist in the contract. -TypesMustExist : Type 'System.Data.Common.SchemaTableOptionalColumn' does not exist in the implementation but it does exist in the contract. -TypesMustExist : Type 'System.Data.Common.SupportedJoinOperators' does not exist in the implementation but it does exist in the contract. -TypesMustExist : Type 'System.Data.SqlTypes.INullable' does not exist in the implementation but it does exist in the contract. -TypesMustExist : Type 'System.Data.SqlTypes.SqlAlreadyFilledException' does not exist in the implementation but it does exist in the contract. -TypesMustExist : Type 'System.Data.SqlTypes.SqlBinary' does not exist in the implementation but it does exist in the contract. -TypesMustExist : Type 'System.Data.SqlTypes.SqlBoolean' does not exist in the implementation but it does exist in the contract. -TypesMustExist : Type 'System.Data.SqlTypes.SqlByte' does not exist in the implementation but it does exist in the contract. -TypesMustExist : Type 'System.Data.SqlTypes.SqlBytes' does not exist in the implementation but it does exist in the contract. -TypesMustExist : Type 'System.Data.SqlTypes.SqlChars' does not exist in the implementation but it does exist in the contract. -TypesMustExist : Type 'System.Data.SqlTypes.SqlCompareOptions' does not exist in the implementation but it does exist in the contract. -TypesMustExist : Type 'System.Data.SqlTypes.SqlDateTime' does not exist in the implementation but it does exist in the contract. -TypesMustExist : Type 'System.Data.SqlTypes.SqlDecimal' does not exist in the implementation but it does exist in the contract. -TypesMustExist : Type 'System.Data.SqlTypes.SqlDouble' does not exist in the implementation but it does exist in the contract. -TypesMustExist : Type 'System.Data.SqlTypes.SqlGuid' does not exist in the implementation but it does exist in the contract. -TypesMustExist : Type 'System.Data.SqlTypes.SqlInt16' does not exist in the implementation but it does exist in the contract. -TypesMustExist : Type 'System.Data.SqlTypes.SqlInt32' does not exist in the implementation but it does exist in the contract. -TypesMustExist : Type 'System.Data.SqlTypes.SqlInt64' does not exist in the implementation but it does exist in the contract. -TypesMustExist : Type 'System.Data.SqlTypes.SqlMoney' does not exist in the implementation but it does exist in the contract. -TypesMustExist : Type 'System.Data.SqlTypes.SqlNotFilledException' does not exist in the implementation but it does exist in the contract. -TypesMustExist : Type 'System.Data.SqlTypes.SqlNullValueException' does not exist in the implementation but it does exist in the contract. -TypesMustExist : Type 'System.Data.SqlTypes.SqlSingle' does not exist in the implementation but it does exist in the contract. -TypesMustExist : Type 'System.Data.SqlTypes.SqlString' does not exist in the implementation but it does exist in the contract. -TypesMustExist : Type 'System.Data.SqlTypes.SqlTruncateException' does not exist in the implementation but it does exist in the contract. -TypesMustExist : Type 'System.Data.SqlTypes.SqlTypeException' does not exist in the implementation but it does exist in the contract. -TypesMustExist : Type 'System.Data.SqlTypes.SqlXml' does not exist in the implementation but it does exist in the contract. -TypesMustExist : Type 'System.Data.SqlTypes.StorageState' does not exist in the implementation but it does exist in the contract. -Compat issues with assembly System.IO.Compression.FileSystem: -TypesMustExist : Type 'System.IO.Compression.ZipFile' does not exist in the implementation but it does exist in the contract. -TypesMustExist : Type 'System.IO.Compression.ZipFileExtensions' does not exist in the implementation but it does exist in the contract. -Compat issues with assembly System.Reflection: -MembersMustExist : Member 'System.Reflection.FieldInfo.GetValueDirect(System.TypedReference)' does not exist in the implementation but it does exist in the contract. -MembersMustExist : Member 'System.Reflection.FieldInfo.SetValueDirect(System.TypedReference, System.Object)' does not exist in the implementation but it does exist in the contract. -Compat issues with assembly System.Runtime: -MembersMustExist : Member 'System.String.Concat(System.Object, System.Object, System.Object, System.Object, __arglist)' does not exist in the implementation but it does exist in the contract. -Compat issues with assembly Windows: -CannotRemoveBaseTypeOrInterface : Type 'Windows.ApplicationModel.AppDisplayInfo' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.ApplicationModel.AppInfo' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.ApplicationModel.CameraApplicationManager' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.ApplicationModel.DesignMode' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.ApplicationModel.Package' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.ApplicationModel.PackageId' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.ApplicationModel.PackageStatus' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.ApplicationModel.PackageVersion' does not inherit from base type 'System.ValueType' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.ApplicationModel.SuspendingDeferral' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.ApplicationModel.SuspendingEventArgs' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.ApplicationModel.SuspendingOperation' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.ApplicationModel.Activation.ActivatedEventsContract' does not inherit from base type 'System.ValueType' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.ApplicationModel.Activation.ActivationCameraSettingsContract' does not inherit from base type 'System.ValueType' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.ApplicationModel.Activation.ActivationKind' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.ApplicationModel.Activation.ApplicationExecutionState' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.ApplicationModel.Activation.AppointmentsProviderAddAppointmentActivatedEventArgs' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.ApplicationModel.Activation.AppointmentsProviderRemoveAppointmentActivatedEventArgs' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.ApplicationModel.Activation.AppointmentsProviderReplaceAppointmentActivatedEventArgs' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.ApplicationModel.Activation.AppointmentsProviderShowAppointmentDetailsActivatedEventArgs' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.ApplicationModel.Activation.AppointmentsProviderShowTimeFrameActivatedEventArgs' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.ApplicationModel.Activation.CachedFileUpdaterActivatedEventArgs' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.ApplicationModel.Activation.CameraSettingsActivatedEventArgs' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.ApplicationModel.Activation.ContactActivatedEventsContract' does not inherit from base type 'System.ValueType' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.ApplicationModel.Activation.ContactCallActivatedEventArgs' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.ApplicationModel.Activation.ContactMapActivatedEventArgs' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.ApplicationModel.Activation.ContactMessageActivatedEventArgs' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.ApplicationModel.Activation.ContactPickerActivatedEventArgs' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.ApplicationModel.Activation.ContactPostActivatedEventArgs' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.ApplicationModel.Activation.ContactVideoCallActivatedEventArgs' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.ApplicationModel.Activation.DeviceActivatedEventArgs' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.ApplicationModel.Activation.DevicePairingActivatedEventArgs' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.ApplicationModel.Activation.DialReceiverActivatedEventArgs' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.ApplicationModel.Activation.FileActivatedEventArgs' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.ApplicationModel.Activation.FileOpenPickerActivatedEventArgs' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.ApplicationModel.Activation.FileOpenPickerContinuationEventArgs' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.ApplicationModel.Activation.FileSavePickerActivatedEventArgs' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.ApplicationModel.Activation.FileSavePickerContinuationEventArgs' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.ApplicationModel.Activation.FolderPickerContinuationEventArgs' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.ApplicationModel.Activation.LaunchActivatedEventArgs' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.ApplicationModel.Activation.LockScreenActivatedEventArgs' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.ApplicationModel.Activation.LockScreenCallActivatedEventArgs' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.ApplicationModel.Activation.PickerReturnedActivatedEventArgs' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.ApplicationModel.Activation.Print3DWorkflowActivatedEventArgs' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.ApplicationModel.Activation.PrintTaskSettingsActivatedEventArgs' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.ApplicationModel.Activation.ProtocolActivatedEventArgs' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.ApplicationModel.Activation.ProtocolForResultsActivatedEventArgs' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.ApplicationModel.Activation.RestrictedLaunchActivatedEventArgs' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.ApplicationModel.Activation.SearchActivatedEventArgs' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.ApplicationModel.Activation.ShareTargetActivatedEventArgs' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.ApplicationModel.Activation.SplashScreen' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.ApplicationModel.Activation.ToastNotificationActivatedEventArgs' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.ApplicationModel.Activation.VoiceCommandActivatedEventArgs' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.ApplicationModel.Activation.WalletActionActivatedEventArgs' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.ApplicationModel.Activation.WebAccountProviderActivatedEventArgs' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.ApplicationModel.Activation.WebAuthenticationBrokerContinuationEventArgs' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.ApplicationModel.Activation.WebUISearchActivatedEventsContract' does not inherit from base type 'System.ValueType' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.ApplicationModel.Appointments.Appointment' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.ApplicationModel.Appointments.AppointmentBusyStatus' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.ApplicationModel.Appointments.AppointmentCalendar' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.ApplicationModel.Appointments.AppointmentCalendarOtherAppReadAccess' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.ApplicationModel.Appointments.AppointmentCalendarOtherAppWriteAccess' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.ApplicationModel.Appointments.AppointmentCalendarSyncManager' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.ApplicationModel.Appointments.AppointmentCalendarSyncStatus' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.ApplicationModel.Appointments.AppointmentConflictResult' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.ApplicationModel.Appointments.AppointmentConflictType' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.ApplicationModel.Appointments.AppointmentDaysOfWeek' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.ApplicationModel.Appointments.AppointmentDetailsKind' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.ApplicationModel.Appointments.AppointmentException' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.ApplicationModel.Appointments.AppointmentInvitee' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.ApplicationModel.Appointments.AppointmentManager' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.ApplicationModel.Appointments.AppointmentOrganizer' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.ApplicationModel.Appointments.AppointmentParticipantResponse' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.ApplicationModel.Appointments.AppointmentParticipantRole' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.ApplicationModel.Appointments.AppointmentProperties' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.ApplicationModel.Appointments.AppointmentRecurrence' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.ApplicationModel.Appointments.AppointmentRecurrenceUnit' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.ApplicationModel.Appointments.AppointmentSensitivity' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.ApplicationModel.Appointments.AppointmentStore' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.ApplicationModel.Appointments.AppointmentStoreAccessType' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.ApplicationModel.Appointments.AppointmentStoreChange' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.ApplicationModel.Appointments.AppointmentStoreChangedDeferral' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.ApplicationModel.Appointments.AppointmentStoreChangedEventArgs' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.ApplicationModel.Appointments.AppointmentStoreChangeReader' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.ApplicationModel.Appointments.AppointmentStoreChangeTracker' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.ApplicationModel.Appointments.AppointmentStoreChangeType' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.ApplicationModel.Appointments.AppointmentStoreNotificationTriggerDetails' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.ApplicationModel.Appointments.AppointmentSummaryCardView' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.ApplicationModel.Appointments.AppointmentWeekOfMonth' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.ApplicationModel.Appointments.FindAppointmentCalendarsOptions' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.ApplicationModel.Appointments.FindAppointmentsOptions' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.ApplicationModel.Appointments.RecurrenceType' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.ApplicationModel.Appointments.AppointmentsProvider.AddAppointmentOperation' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.ApplicationModel.Appointments.AppointmentsProvider.AppointmentsProviderLaunchActionVerbs' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.ApplicationModel.Appointments.AppointmentsProvider.RemoveAppointmentOperation' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.ApplicationModel.Appointments.AppointmentsProvider.ReplaceAppointmentOperation' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.ApplicationModel.AppService.AppServiceCatalog' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.ApplicationModel.AppService.AppServiceClosedEventArgs' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.ApplicationModel.AppService.AppServiceClosedStatus' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.ApplicationModel.AppService.AppServiceConnection' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.ApplicationModel.AppService.AppServiceConnectionStatus' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.ApplicationModel.AppService.AppServiceDeferral' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.ApplicationModel.AppService.AppServiceRequest' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.ApplicationModel.AppService.AppServiceRequestReceivedEventArgs' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.ApplicationModel.AppService.AppServiceResponse' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.ApplicationModel.AppService.AppServiceResponseStatus' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.ApplicationModel.AppService.AppServiceTriggerDetails' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.ApplicationModel.Background.ActivitySensorTrigger' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.ApplicationModel.Background.AlarmAccessStatus' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.ApplicationModel.Background.AlarmApplicationManager' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.ApplicationModel.Background.ApplicationTrigger' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.ApplicationModel.Background.ApplicationTriggerDetails' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.ApplicationModel.Background.ApplicationTriggerResult' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.ApplicationModel.Background.AppointmentStoreNotificationTrigger' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.ApplicationModel.Background.BackgroundAccessStatus' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.ApplicationModel.Background.BackgroundAlarmApplicationContract' does not inherit from base type 'System.ValueType' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.ApplicationModel.Background.BackgroundExecutionManager' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.ApplicationModel.Background.BackgroundTaskBuilder' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.ApplicationModel.Background.BackgroundTaskCanceledEventHandler' does not inherit from base type 'System.MulticastDelegate' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.ApplicationModel.Background.BackgroundTaskCancellationReason' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.ApplicationModel.Background.BackgroundTaskCompletedEventArgs' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.ApplicationModel.Background.BackgroundTaskCompletedEventHandler' does not inherit from base type 'System.MulticastDelegate' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.ApplicationModel.Background.BackgroundTaskDeferral' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.ApplicationModel.Background.BackgroundTaskProgressEventArgs' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.ApplicationModel.Background.BackgroundTaskProgressEventHandler' does not inherit from base type 'System.MulticastDelegate' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.ApplicationModel.Background.BackgroundTaskRegistration' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.ApplicationModel.Background.BackgroundTaskThrottleCounter' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.ApplicationModel.Background.BackgroundWorkCost' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.ApplicationModel.Background.BackgroundWorkCostValue' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.ApplicationModel.Background.BluetoothLEAdvertisementPublisherTrigger' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.ApplicationModel.Background.BluetoothLEAdvertisementWatcherTrigger' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.ApplicationModel.Background.CachedFileUpdaterTrigger' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.ApplicationModel.Background.CachedFileUpdaterTriggerDetails' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.ApplicationModel.Background.ChatMessageNotificationTrigger' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.ApplicationModel.Background.ChatMessageReceivedNotificationTrigger' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.ApplicationModel.Background.CommunicationBlockingAppSetAsActiveTrigger' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.ApplicationModel.Background.ContactStoreNotificationTrigger' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.ApplicationModel.Background.ContentPrefetchTrigger' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.ApplicationModel.Background.DeviceConnectionChangeTrigger' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.ApplicationModel.Background.DeviceManufacturerNotificationTrigger' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.ApplicationModel.Background.DeviceServicingTrigger' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.ApplicationModel.Background.DeviceTriggerResult' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.ApplicationModel.Background.DeviceUseTrigger' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.ApplicationModel.Background.DeviceWatcherTrigger' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.ApplicationModel.Background.EmailStoreNotificationTrigger' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.ApplicationModel.Background.GattCharacteristicNotificationTrigger' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.ApplicationModel.Background.LocationTrigger' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.ApplicationModel.Background.LocationTriggerType' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.ApplicationModel.Background.MaintenanceTrigger' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.ApplicationModel.Background.MediaProcessingTrigger' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.ApplicationModel.Background.MediaProcessingTriggerResult' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.ApplicationModel.Background.MobileBroadbandDeviceServiceNotificationTrigger' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.ApplicationModel.Background.MobileBroadbandPinLockStateChangeTrigger' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.ApplicationModel.Background.MobileBroadbandRadioStateChangeTrigger' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.ApplicationModel.Background.MobileBroadbandRegistrationStateChangeTrigger' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.ApplicationModel.Background.NetworkOperatorHotspotAuthenticationTrigger' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.ApplicationModel.Background.NetworkOperatorNotificationTrigger' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.ApplicationModel.Background.PhoneTrigger' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.ApplicationModel.Background.PushNotificationTrigger' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.ApplicationModel.Background.RcsEndUserMessageAvailableTrigger' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.ApplicationModel.Background.RfcommConnectionTrigger' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.ApplicationModel.Background.SensorDataThresholdTrigger' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.ApplicationModel.Background.SmartCardTrigger' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.ApplicationModel.Background.SmsMessageReceivedTrigger' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.ApplicationModel.Background.SocketActivityTrigger' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.ApplicationModel.Background.StorageLibraryContentChangedTrigger' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.ApplicationModel.Background.SystemCondition' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.ApplicationModel.Background.SystemConditionType' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.ApplicationModel.Background.SystemTrigger' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.ApplicationModel.Background.SystemTriggerType' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.ApplicationModel.Background.TimeTrigger' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.ApplicationModel.Background.ToastNotificationActionTrigger' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.ApplicationModel.Background.ToastNotificationHistoryChangedTrigger' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.ApplicationModel.Calls.CallAnswerEventArgs' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.ApplicationModel.Calls.CallRejectEventArgs' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.ApplicationModel.Calls.CallsPhoneContract' does not inherit from base type 'System.ValueType' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.ApplicationModel.Calls.CallStateChangeEventArgs' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.ApplicationModel.Calls.CallsVoipContract' does not inherit from base type 'System.ValueType' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.ApplicationModel.Calls.CellularDtmfMode' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.ApplicationModel.Calls.LockScreenCallContract' does not inherit from base type 'System.ValueType' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.ApplicationModel.Calls.LockScreenCallEndCallDeferral' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.ApplicationModel.Calls.LockScreenCallEndRequestedEventArgs' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.ApplicationModel.Calls.LockScreenCallUI' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.ApplicationModel.Calls.MuteChangeEventArgs' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.ApplicationModel.Calls.PhoneAudioRoutingEndpoint' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.ApplicationModel.Calls.PhoneCallBlocking' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.ApplicationModel.Calls.PhoneCallHistoryEntry' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.ApplicationModel.Calls.PhoneCallHistoryEntryAddress' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.ApplicationModel.Calls.PhoneCallHistoryEntryMedia' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.ApplicationModel.Calls.PhoneCallHistoryEntryOtherAppReadAccess' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.ApplicationModel.Calls.PhoneCallHistoryEntryQueryDesiredMedia' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.ApplicationModel.Calls.PhoneCallHistoryEntryQueryOptions' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.ApplicationModel.Calls.PhoneCallHistoryEntryRawAddressKind' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.ApplicationModel.Calls.PhoneCallHistoryEntryReader' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.ApplicationModel.Calls.PhoneCallHistoryManager' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.ApplicationModel.Calls.PhoneCallHistorySourceIdKind' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.ApplicationModel.Calls.PhoneCallHistoryStore' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.ApplicationModel.Calls.PhoneCallHistoryStoreAccessType' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.ApplicationModel.Calls.PhoneCallManager' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.ApplicationModel.Calls.PhoneCallMedia' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.ApplicationModel.Calls.PhoneCallStore' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.ApplicationModel.Calls.PhoneCallVideoCapabilities' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.ApplicationModel.Calls.PhoneCallVideoCapabilitiesManager' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.ApplicationModel.Calls.PhoneDialOptions' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.ApplicationModel.Calls.PhoneLine' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.ApplicationModel.Calls.PhoneLineCellularDetails' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.ApplicationModel.Calls.PhoneLineConfiguration' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.ApplicationModel.Calls.PhoneLineNetworkOperatorDisplayTextLocation' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.ApplicationModel.Calls.PhoneLineTransport' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.ApplicationModel.Calls.PhoneLineWatcher' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.ApplicationModel.Calls.PhoneLineWatcherEventArgs' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.ApplicationModel.Calls.PhoneLineWatcherStatus' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.ApplicationModel.Calls.PhoneNetworkState' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.ApplicationModel.Calls.PhoneSimState' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.ApplicationModel.Calls.PhoneVoicemail' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.ApplicationModel.Calls.PhoneVoicemailType' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.ApplicationModel.Calls.VoipCallCoordinator' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.ApplicationModel.Calls.VoipPhoneCall' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.ApplicationModel.Calls.VoipPhoneCallMedia' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.ApplicationModel.Calls.VoipPhoneCallRejectReason' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.ApplicationModel.Calls.VoipPhoneCallResourceReservationStatus' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.ApplicationModel.Calls.VoipPhoneCallState' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.ApplicationModel.Calls.Background.CallsBackgroundContract' does not inherit from base type 'System.ValueType' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.ApplicationModel.Calls.Background.PhoneCallBlockedReason' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.ApplicationModel.Calls.Background.PhoneCallBlockedTriggerDetails' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.ApplicationModel.Calls.Background.PhoneCallOriginDataRequestTriggerDetails' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.ApplicationModel.Calls.Background.PhoneLineChangedTriggerDetails' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.ApplicationModel.Calls.Background.PhoneLineChangeKind' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.ApplicationModel.Calls.Background.PhoneLineProperties' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.ApplicationModel.Calls.Background.PhoneNewVoicemailMessageTriggerDetails' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.ApplicationModel.Calls.Background.PhoneTriggerType' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.ApplicationModel.Calls.Provider.PhoneCallOrigin' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.ApplicationModel.Calls.Provider.PhoneCallOriginManager' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.ApplicationModel.Chat.ChatCapabilities' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.ApplicationModel.Chat.ChatCapabilitiesManager' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.ApplicationModel.Chat.ChatConversation' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.ApplicationModel.Chat.ChatConversationReader' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.ApplicationModel.Chat.ChatConversationThreadingInfo' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.ApplicationModel.Chat.ChatConversationThreadingKind' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.ApplicationModel.Chat.ChatItemKind' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.ApplicationModel.Chat.ChatMessage' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.ApplicationModel.Chat.ChatMessageAttachment' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.ApplicationModel.Chat.ChatMessageBlocking' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.ApplicationModel.Chat.ChatMessageChange' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.ApplicationModel.Chat.ChatMessageChangedDeferral' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.ApplicationModel.Chat.ChatMessageChangedEventArgs' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.ApplicationModel.Chat.ChatMessageChangeReader' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.ApplicationModel.Chat.ChatMessageChangeTracker' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.ApplicationModel.Chat.ChatMessageChangeType' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.ApplicationModel.Chat.ChatMessageKind' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.ApplicationModel.Chat.ChatMessageManager' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.ApplicationModel.Chat.ChatMessageNotificationTriggerDetails' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.ApplicationModel.Chat.ChatMessageOperatorKind' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.ApplicationModel.Chat.ChatMessageReader' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.ApplicationModel.Chat.ChatMessageStatus' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.ApplicationModel.Chat.ChatMessageStore' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.ApplicationModel.Chat.ChatMessageStoreChangedEventArgs' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.ApplicationModel.Chat.ChatMessageTransport' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.ApplicationModel.Chat.ChatMessageTransportConfiguration' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.ApplicationModel.Chat.ChatMessageTransportKind' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.ApplicationModel.Chat.ChatMessageValidationResult' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.ApplicationModel.Chat.ChatMessageValidationStatus' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.ApplicationModel.Chat.ChatQueryOptions' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.ApplicationModel.Chat.ChatRecipientDeliveryInfo' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.ApplicationModel.Chat.ChatSearchReader' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.ApplicationModel.Chat.ChatStoreChangedEventKind' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.ApplicationModel.Chat.ChatTransportErrorCodeCategory' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.ApplicationModel.Chat.ChatTransportInterpretedErrorCode' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.ApplicationModel.Chat.RcsEndUserMessage' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.ApplicationModel.Chat.RcsEndUserMessageAction' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.ApplicationModel.Chat.RcsEndUserMessageAvailableEventArgs' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.ApplicationModel.Chat.RcsEndUserMessageAvailableTriggerDetails' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.ApplicationModel.Chat.RcsEndUserMessageManager' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.ApplicationModel.Chat.RcsManager' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.ApplicationModel.Chat.RcsServiceKind' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.ApplicationModel.Chat.RcsServiceKindSupportedChangedEventArgs' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.ApplicationModel.Chat.RcsTransport' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.ApplicationModel.Chat.RcsTransportConfiguration' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.ApplicationModel.Chat.RemoteParticipantComposingChangedEventArgs' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.ApplicationModel.CommunicationBlocking.CommunicationBlockingAccessManager' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.ApplicationModel.CommunicationBlocking.CommunicationBlockingAppManager' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.ApplicationModel.CommunicationBlocking.CommunicationBlockingContract' does not inherit from base type 'System.ValueType' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.ApplicationModel.Contacts.AggregateContactManager' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.ApplicationModel.Contacts.Contact' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.ApplicationModel.Contacts.ContactAddress' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.ApplicationModel.Contacts.ContactAddressKind' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.ApplicationModel.Contacts.ContactAnnotation' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.ApplicationModel.Contacts.ContactAnnotationList' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.ApplicationModel.Contacts.ContactAnnotationOperations' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.ApplicationModel.Contacts.ContactAnnotationStore' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.ApplicationModel.Contacts.ContactAnnotationStoreAccessType' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.ApplicationModel.Contacts.ContactBatch' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.ApplicationModel.Contacts.ContactBatchStatus' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.ApplicationModel.Contacts.ContactCardDelayedDataLoader' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.ApplicationModel.Contacts.ContactCardHeaderKind' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.ApplicationModel.Contacts.ContactCardOptions' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.ApplicationModel.Contacts.ContactCardTabKind' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.ApplicationModel.Contacts.ContactChange' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.ApplicationModel.Contacts.ContactChangedDeferral' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.ApplicationModel.Contacts.ContactChangedEventArgs' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.ApplicationModel.Contacts.ContactChangeReader' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.ApplicationModel.Contacts.ContactChangeTracker' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.ApplicationModel.Contacts.ContactChangeType' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.ApplicationModel.Contacts.ContactConnectedServiceAccount' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.ApplicationModel.Contacts.ContactDate' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.ApplicationModel.Contacts.ContactDateKind' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.ApplicationModel.Contacts.ContactEmail' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.ApplicationModel.Contacts.ContactEmailKind' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.ApplicationModel.Contacts.ContactField' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.ApplicationModel.Contacts.ContactFieldCategory' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.ApplicationModel.Contacts.ContactFieldFactory' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.ApplicationModel.Contacts.ContactFieldType' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.ApplicationModel.Contacts.ContactInformation' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.ApplicationModel.Contacts.ContactInstantMessageField' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.ApplicationModel.Contacts.ContactJobInfo' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.ApplicationModel.Contacts.ContactLaunchActionVerbs' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.ApplicationModel.Contacts.ContactList' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.ApplicationModel.Contacts.ContactListOtherAppReadAccess' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.ApplicationModel.Contacts.ContactListOtherAppWriteAccess' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.ApplicationModel.Contacts.ContactListSyncManager' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.ApplicationModel.Contacts.ContactListSyncStatus' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.ApplicationModel.Contacts.ContactLocationField' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.ApplicationModel.Contacts.ContactManager' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.ApplicationModel.Contacts.ContactMatchReason' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.ApplicationModel.Contacts.ContactMatchReasonKind' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.ApplicationModel.Contacts.ContactNameOrder' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.ApplicationModel.Contacts.ContactPhone' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.ApplicationModel.Contacts.ContactPhoneKind' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.ApplicationModel.Contacts.ContactPicker' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.ApplicationModel.Contacts.ContactQueryDesiredFields' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.ApplicationModel.Contacts.ContactQueryOptions' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.ApplicationModel.Contacts.ContactQuerySearchFields' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.ApplicationModel.Contacts.ContactQuerySearchScope' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.ApplicationModel.Contacts.ContactQueryTextSearch' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.ApplicationModel.Contacts.ContactReader' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.ApplicationModel.Contacts.ContactRelationship' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.ApplicationModel.Contacts.ContactSelectionMode' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.ApplicationModel.Contacts.ContactSignificantOther' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.ApplicationModel.Contacts.ContactStore' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.ApplicationModel.Contacts.ContactStoreAccessType' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.ApplicationModel.Contacts.ContactStoreNotificationTriggerDetails' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.ApplicationModel.Contacts.ContactWebsite' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.ApplicationModel.Contacts.FullContactCardOptions' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.ApplicationModel.Contacts.KnownContactField' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.ApplicationModel.Contacts.Provider.AddContactResult' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.ApplicationModel.Contacts.Provider.ContactPickerUI' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.ApplicationModel.Contacts.Provider.ContactRemovedEventArgs' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.ApplicationModel.Core.AppListEntry' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.ApplicationModel.Core.CoreApplication' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.ApplicationModel.Core.CoreApplicationView' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.ApplicationModel.Core.CoreApplicationViewTitleBar' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.ApplicationModel.Core.HostedViewClosingEventArgs' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.ApplicationModel.Core.UnhandledError' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.ApplicationModel.Core.UnhandledErrorDetectedEventArgs' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.ApplicationModel.DataTransfer.Clipboard' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.ApplicationModel.DataTransfer.DataPackage' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.ApplicationModel.DataTransfer.DataPackageOperation' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.ApplicationModel.DataTransfer.DataPackagePropertySet' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.ApplicationModel.DataTransfer.DataPackagePropertySetView' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.ApplicationModel.DataTransfer.DataPackageView' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.ApplicationModel.DataTransfer.DataProviderDeferral' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.ApplicationModel.DataTransfer.DataProviderHandler' does not inherit from base type 'System.MulticastDelegate' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.ApplicationModel.DataTransfer.DataProviderRequest' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.ApplicationModel.DataTransfer.DataRequest' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.ApplicationModel.DataTransfer.DataRequestDeferral' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.ApplicationModel.DataTransfer.DataRequestedEventArgs' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.ApplicationModel.DataTransfer.DataTransferManager' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.ApplicationModel.DataTransfer.HtmlFormatHelper' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.ApplicationModel.DataTransfer.OperationCompletedEventArgs' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.ApplicationModel.DataTransfer.SharedStorageAccessManager' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.ApplicationModel.DataTransfer.StandardDataFormats' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.ApplicationModel.DataTransfer.TargetApplicationChosenEventArgs' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.ApplicationModel.DataTransfer.DragDrop.DragDropModifiers' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.ApplicationModel.DataTransfer.DragDrop.Core.CoreDragDropManager' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.ApplicationModel.DataTransfer.DragDrop.Core.CoreDragInfo' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.ApplicationModel.DataTransfer.DragDrop.Core.CoreDragOperation' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.ApplicationModel.DataTransfer.DragDrop.Core.CoreDragUIContentMode' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.ApplicationModel.DataTransfer.DragDrop.Core.CoreDragUIOverride' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.ApplicationModel.DataTransfer.DragDrop.Core.CoreDropOperationTargetRequestedEventArgs' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.ApplicationModel.DataTransfer.ShareTarget.QuickLink' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.ApplicationModel.DataTransfer.ShareTarget.ShareOperation' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.ApplicationModel.Email.EmailAttachment' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.ApplicationModel.Email.EmailAttachmentDownloadState' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.ApplicationModel.Email.EmailBatchStatus' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.ApplicationModel.Email.EmailCertificateValidationStatus' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.ApplicationModel.Email.EmailConversation' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.ApplicationModel.Email.EmailConversationBatch' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.ApplicationModel.Email.EmailConversationReader' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.ApplicationModel.Email.EmailFlagState' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.ApplicationModel.Email.EmailFolder' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.ApplicationModel.Email.EmailImportance' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.ApplicationModel.Email.EmailIrmInfo' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.ApplicationModel.Email.EmailIrmTemplate' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.ApplicationModel.Email.EmailItemCounts' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.ApplicationModel.Email.EmailMailbox' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.ApplicationModel.Email.EmailMailboxAction' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.ApplicationModel.Email.EmailMailboxActionKind' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.ApplicationModel.Email.EmailMailboxAllowedSmimeEncryptionAlgorithmNegotiation' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.ApplicationModel.Email.EmailMailboxAutoReply' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.ApplicationModel.Email.EmailMailboxAutoReplyMessageResponseKind' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.ApplicationModel.Email.EmailMailboxAutoReplySettings' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.ApplicationModel.Email.EmailMailboxCapabilities' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.ApplicationModel.Email.EmailMailboxChange' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.ApplicationModel.Email.EmailMailboxChangedDeferral' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.ApplicationModel.Email.EmailMailboxChangedEventArgs' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.ApplicationModel.Email.EmailMailboxChangeReader' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.ApplicationModel.Email.EmailMailboxChangeTracker' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.ApplicationModel.Email.EmailMailboxChangeType' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.ApplicationModel.Email.EmailMailboxCreateFolderResult' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.ApplicationModel.Email.EmailMailboxCreateFolderStatus' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.ApplicationModel.Email.EmailMailboxDeleteFolderStatus' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.ApplicationModel.Email.EmailMailboxEmptyFolderStatus' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.ApplicationModel.Email.EmailMailboxOtherAppReadAccess' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.ApplicationModel.Email.EmailMailboxOtherAppWriteAccess' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.ApplicationModel.Email.EmailMailboxPolicies' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.ApplicationModel.Email.EmailMailboxSmimeEncryptionAlgorithm' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.ApplicationModel.Email.EmailMailboxSmimeSigningAlgorithm' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.ApplicationModel.Email.EmailMailboxSyncManager' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.ApplicationModel.Email.EmailMailboxSyncStatus' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.ApplicationModel.Email.EmailManager' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.ApplicationModel.Email.EmailMeetingInfo' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.ApplicationModel.Email.EmailMeetingResponseType' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.ApplicationModel.Email.EmailMessage' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.ApplicationModel.Email.EmailMessageBatch' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.ApplicationModel.Email.EmailMessageBodyKind' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.ApplicationModel.Email.EmailMessageDownloadState' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.ApplicationModel.Email.EmailMessageReader' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.ApplicationModel.Email.EmailMessageResponseKind' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.ApplicationModel.Email.EmailMessageSmimeKind' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.ApplicationModel.Email.EmailQueryKind' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.ApplicationModel.Email.EmailQueryOptions' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.ApplicationModel.Email.EmailQuerySearchFields' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.ApplicationModel.Email.EmailQuerySearchScope' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.ApplicationModel.Email.EmailQuerySortDirection' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.ApplicationModel.Email.EmailQuerySortProperty' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.ApplicationModel.Email.EmailQueryTextSearch' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.ApplicationModel.Email.EmailRecipient' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.ApplicationModel.Email.EmailRecipientResolutionResult' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.ApplicationModel.Email.EmailRecipientResolutionStatus' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.ApplicationModel.Email.EmailSpecialFolderKind' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.ApplicationModel.Email.EmailStore' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.ApplicationModel.Email.EmailStoreAccessType' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.ApplicationModel.Email.EmailStoreNotificationTriggerDetails' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.ApplicationModel.ExtendedExecution.ExtendedExecutionReason' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.ApplicationModel.ExtendedExecution.ExtendedExecutionResult' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.ApplicationModel.ExtendedExecution.ExtendedExecutionRevokedEventArgs' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.ApplicationModel.ExtendedExecution.ExtendedExecutionRevokedReason' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.ApplicationModel.ExtendedExecution.ExtendedExecutionSession' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.ApplicationModel.ExtendedExecution.Foreground.ExtendedExecutionForegroundReason' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.ApplicationModel.ExtendedExecution.Foreground.ExtendedExecutionForegroundResult' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.ApplicationModel.ExtendedExecution.Foreground.ExtendedExecutionForegroundRevokedEventArgs' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.ApplicationModel.ExtendedExecution.Foreground.ExtendedExecutionForegroundRevokedReason' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.ApplicationModel.ExtendedExecution.Foreground.ExtendedExecutionForegroundSession' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.ApplicationModel.LockScreen.LockApplicationHost' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.ApplicationModel.LockScreen.LockScreenBadge' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.ApplicationModel.LockScreen.LockScreenInfo' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.ApplicationModel.LockScreen.LockScreenUnlockingDeferral' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.ApplicationModel.LockScreen.LockScreenUnlockingEventArgs' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.ApplicationModel.Resources.ResourceLoader' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.ApplicationModel.Resources.Core.NamedResource' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.ApplicationModel.Resources.Core.ResourceCandidate' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.ApplicationModel.Resources.Core.ResourceCandidateVectorView' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.ApplicationModel.Resources.Core.ResourceContext' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.ApplicationModel.Resources.Core.ResourceContextLanguagesVectorView' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.ApplicationModel.Resources.Core.ResourceLayoutInfo' does not inherit from base type 'System.ValueType' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.ApplicationModel.Resources.Core.ResourceManager' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.ApplicationModel.Resources.Core.ResourceMap' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.ApplicationModel.Resources.Core.ResourceMapIterator' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.ApplicationModel.Resources.Core.ResourceMapMapView' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.ApplicationModel.Resources.Core.ResourceMapMapViewIterator' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.ApplicationModel.Resources.Core.ResourceQualifier' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.ApplicationModel.Resources.Core.ResourceQualifierMapView' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.ApplicationModel.Resources.Core.ResourceQualifierObservableMap' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.ApplicationModel.Resources.Core.ResourceQualifierPersistence' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.ApplicationModel.Resources.Core.ResourceQualifierVectorView' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.ApplicationModel.Resources.Management.IndexedResourceCandidate' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.ApplicationModel.Resources.Management.IndexedResourceQualifier' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.ApplicationModel.Resources.Management.IndexedResourceType' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.ApplicationModel.Resources.Management.ResourceIndexer' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.ApplicationModel.Resources.Management.ResourceIndexerContract' does not inherit from base type 'System.ValueType' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.ApplicationModel.Search.LocalContentSuggestionSettings' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.ApplicationModel.Search.SearchContract' does not inherit from base type 'System.ValueType' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.ApplicationModel.Search.SearchPane' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.ApplicationModel.Search.SearchPaneQueryChangedEventArgs' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.ApplicationModel.Search.SearchPaneQueryLinguisticDetails' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.ApplicationModel.Search.SearchPaneQuerySubmittedEventArgs' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.ApplicationModel.Search.SearchPaneResultSuggestionChosenEventArgs' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.ApplicationModel.Search.SearchPaneSuggestionsRequest' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.ApplicationModel.Search.SearchPaneSuggestionsRequestDeferral' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.ApplicationModel.Search.SearchPaneSuggestionsRequestedEventArgs' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.ApplicationModel.Search.SearchPaneVisibilityChangedEventArgs' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.ApplicationModel.Search.SearchQueryLinguisticDetails' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.ApplicationModel.Search.SearchSuggestionCollection' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.ApplicationModel.Search.SearchSuggestionsRequest' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.ApplicationModel.Search.SearchSuggestionsRequestDeferral' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.ApplicationModel.Search.Core.RequestingFocusOnKeyboardInputEventArgs' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.ApplicationModel.Search.Core.SearchCoreContract' does not inherit from base type 'System.ValueType' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.ApplicationModel.Search.Core.SearchSuggestion' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.ApplicationModel.Search.Core.SearchSuggestionKind' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.ApplicationModel.Search.Core.SearchSuggestionManager' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.ApplicationModel.Search.Core.SearchSuggestionsRequestedEventArgs' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.ApplicationModel.SocialInfo.SocialFeedChildItem' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.ApplicationModel.SocialInfo.SocialFeedContent' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.ApplicationModel.SocialInfo.SocialFeedItem' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.ApplicationModel.SocialInfo.SocialFeedItemStyle' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.ApplicationModel.SocialInfo.SocialFeedKind' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.ApplicationModel.SocialInfo.SocialFeedSharedItem' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.ApplicationModel.SocialInfo.SocialFeedUpdateMode' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.ApplicationModel.SocialInfo.SocialInfoContract' does not inherit from base type 'System.ValueType' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.ApplicationModel.SocialInfo.SocialItemBadgeStyle' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.ApplicationModel.SocialInfo.SocialItemThumbnail' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.ApplicationModel.SocialInfo.SocialUserInfo' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.ApplicationModel.SocialInfo.Provider.SocialDashboardItemUpdater' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.ApplicationModel.SocialInfo.Provider.SocialFeedUpdater' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.ApplicationModel.SocialInfo.Provider.SocialInfoProviderManager' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.ApplicationModel.Store.CurrentApp' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.ApplicationModel.Store.CurrentAppSimulator' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.ApplicationModel.Store.FulfillmentResult' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.ApplicationModel.Store.LicenseChangedEventHandler' does not inherit from base type 'System.MulticastDelegate' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.ApplicationModel.Store.LicenseInformation' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.ApplicationModel.Store.ListingInformation' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.ApplicationModel.Store.ProductLicense' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.ApplicationModel.Store.ProductListing' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.ApplicationModel.Store.ProductPurchaseDisplayProperties' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.ApplicationModel.Store.ProductPurchaseStatus' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.ApplicationModel.Store.ProductType' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.ApplicationModel.Store.PurchaseResults' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.ApplicationModel.Store.UnfulfilledConsumable' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.ApplicationModel.Store.Preview.StoreConfiguration' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.ApplicationModel.Store.Preview.StoreHardwareManufacturerInfo' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.ApplicationModel.Store.Preview.StorePreview' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.ApplicationModel.Store.Preview.StorePreviewProductInfo' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.ApplicationModel.Store.Preview.StorePreviewProductPurchaseStatus' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.ApplicationModel.Store.Preview.StorePreviewPurchaseResults' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.ApplicationModel.Store.Preview.StorePreviewSkuInfo' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.ApplicationModel.Store.Preview.StoreSystemFeature' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.ApplicationModel.Store.Preview.InstallControl.AppInstallItem' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.ApplicationModel.Store.Preview.InstallControl.AppInstallManager' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.ApplicationModel.Store.Preview.InstallControl.AppInstallManagerItemEventArgs' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.ApplicationModel.Store.Preview.InstallControl.AppInstallState' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.ApplicationModel.Store.Preview.InstallControl.AppInstallStatus' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.ApplicationModel.Store.Preview.InstallControl.AppInstallType' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.ApplicationModel.Store.Preview.InstallControl.AutoUpdateSetting' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.ApplicationModel.UserDataAccounts.UserDataAccount' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.ApplicationModel.UserDataAccounts.UserDataAccountContentKinds' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.ApplicationModel.UserDataAccounts.UserDataAccountManager' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.ApplicationModel.UserDataAccounts.UserDataAccountOtherAppReadAccess' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.ApplicationModel.UserDataAccounts.UserDataAccountStore' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.ApplicationModel.UserDataAccounts.UserDataAccountStoreAccessType' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.ApplicationModel.UserDataAccounts.SystemAccess.DeviceAccountConfiguration' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.ApplicationModel.UserDataAccounts.SystemAccess.DeviceAccountServerType' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.ApplicationModel.UserDataAccounts.SystemAccess.UserDataAccountSystemAccessManager' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.ApplicationModel.VoiceCommands.VoiceCommand' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.ApplicationModel.VoiceCommands.VoiceCommandCompletedEventArgs' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.ApplicationModel.VoiceCommands.VoiceCommandCompletionReason' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.ApplicationModel.VoiceCommands.VoiceCommandConfirmationResult' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.ApplicationModel.VoiceCommands.VoiceCommandContentTile' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.ApplicationModel.VoiceCommands.VoiceCommandContentTileType' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.ApplicationModel.VoiceCommands.VoiceCommandDefinition' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.ApplicationModel.VoiceCommands.VoiceCommandDefinitionManager' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.ApplicationModel.VoiceCommands.VoiceCommandDisambiguationResult' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.ApplicationModel.VoiceCommands.VoiceCommandResponse' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.ApplicationModel.VoiceCommands.VoiceCommandServiceConnection' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.ApplicationModel.VoiceCommands.VoiceCommandUserMessage' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.ApplicationModel.Wallet.WalletActionKind' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.ApplicationModel.Wallet.WalletBarcode' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.ApplicationModel.Wallet.WalletBarcodeSymbology' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.ApplicationModel.Wallet.WalletContract' does not inherit from base type 'System.ValueType' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.ApplicationModel.Wallet.WalletDetailViewPosition' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.ApplicationModel.Wallet.WalletItem' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.ApplicationModel.Wallet.WalletItemCustomProperty' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.ApplicationModel.Wallet.WalletItemKind' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.ApplicationModel.Wallet.WalletItemStore' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.ApplicationModel.Wallet.WalletManager' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.ApplicationModel.Wallet.WalletRelevantLocation' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.ApplicationModel.Wallet.WalletSummaryViewPosition' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.ApplicationModel.Wallet.WalletTransaction' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.ApplicationModel.Wallet.WalletVerb' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.ApplicationModel.Wallet.System.WalletItemAppAssociation' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.ApplicationModel.Wallet.System.WalletItemSystemStore' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.ApplicationModel.Wallet.System.WalletManagerSystem' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Data.Html.HtmlUtilities' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Data.Json.JsonArray' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Data.Json.JsonError' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Data.Json.JsonErrorStatus' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Data.Json.JsonObject' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Data.Json.JsonValue' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Data.Json.JsonValueType' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Data.Pdf.PdfDocument' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Data.Pdf.PdfPage' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Data.Pdf.PdfPageDimensions' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Data.Pdf.PdfPageRenderOptions' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Data.Pdf.PdfPageRotation' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Data.Text.AlternateNormalizationFormat' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Data.Text.AlternateWordForm' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Data.Text.SelectableWordSegment' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Data.Text.SelectableWordSegmentsTokenizingHandler' does not inherit from base type 'System.MulticastDelegate' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Data.Text.SelectableWordsSegmenter' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Data.Text.SemanticTextQuery' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Data.Text.TextConversionGenerator' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Data.Text.TextPredictionGenerator' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Data.Text.TextReverseConversionGenerator' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Data.Text.TextSegment' does not inherit from base type 'System.ValueType' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Data.Text.UnicodeCharacters' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Data.Text.UnicodeGeneralCategory' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Data.Text.UnicodeNumericType' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Data.Text.WordSegment' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Data.Text.WordSegmentsTokenizingHandler' does not inherit from base type 'System.MulticastDelegate' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Data.Text.WordsSegmenter' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Data.Xml.Dom.DtdEntity' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Data.Xml.Dom.DtdNotation' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Data.Xml.Dom.NodeType' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Data.Xml.Dom.XmlAttribute' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Data.Xml.Dom.XmlCDataSection' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Data.Xml.Dom.XmlComment' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Data.Xml.Dom.XmlDocument' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Data.Xml.Dom.XmlDocumentFragment' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Data.Xml.Dom.XmlDocumentType' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Data.Xml.Dom.XmlDomImplementation' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Data.Xml.Dom.XmlElement' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Data.Xml.Dom.XmlEntityReference' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Data.Xml.Dom.XmlLoadSettings' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Data.Xml.Dom.XmlNamedNodeMap' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Data.Xml.Dom.XmlNodeList' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Data.Xml.Dom.XmlProcessingInstruction' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Data.Xml.Dom.XmlText' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Data.Xml.Xsl.XsltProcessor' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Devices.DevicesLowLevelContract' does not inherit from base type 'System.ValueType' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Devices.LowLevelDevicesAggregateProvider' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Devices.LowLevelDevicesController' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Devices.Adc.AdcChannel' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Devices.Adc.AdcChannelMode' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Devices.Adc.AdcController' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Devices.Adc.Provider.ProviderAdcChannelMode' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Devices.AllJoyn.AllJoynAboutData' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Devices.AllJoyn.AllJoynAboutDataView' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Devices.AllJoyn.AllJoynAcceptSessionJoinerEventArgs' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Devices.AllJoyn.AllJoynAuthenticationCompleteEventArgs' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Devices.AllJoyn.AllJoynAuthenticationMechanism' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Devices.AllJoyn.AllJoynBusAttachment' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Devices.AllJoyn.AllJoynBusAttachmentState' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Devices.AllJoyn.AllJoynBusAttachmentStateChangedEventArgs' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Devices.AllJoyn.AllJoynCredentials' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Devices.AllJoyn.AllJoynCredentialsRequestedEventArgs' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Devices.AllJoyn.AllJoynCredentialsVerificationRequestedEventArgs' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Devices.AllJoyn.AllJoynMessageInfo' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Devices.AllJoyn.AllJoynProducerStoppedEventArgs' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Devices.AllJoyn.AllJoynServiceInfo' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Devices.AllJoyn.AllJoynServiceInfoRemovedEventArgs' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Devices.AllJoyn.AllJoynSessionLostEventArgs' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Devices.AllJoyn.AllJoynSessionLostReason' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Devices.AllJoyn.AllJoynSessionMemberAddedEventArgs' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Devices.AllJoyn.AllJoynSessionMemberRemovedEventArgs' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Devices.AllJoyn.AllJoynStatus' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Devices.AllJoyn.AllJoynTrafficType' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Devices.AllJoyn.AllJoynWatcherStoppedEventArgs' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Devices.Background.DeviceServicingDetails' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Devices.Background.DeviceUseDetails' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Devices.Bluetooth.BluetoothAddressType' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Devices.Bluetooth.BluetoothCacheMode' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Devices.Bluetooth.BluetoothClassOfDevice' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Devices.Bluetooth.BluetoothConnectionStatus' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Devices.Bluetooth.BluetoothDevice' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Devices.Bluetooth.BluetoothError' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Devices.Bluetooth.BluetoothLEAppearance' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Devices.Bluetooth.BluetoothLEAppearanceCategories' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Devices.Bluetooth.BluetoothLEAppearanceSubcategories' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Devices.Bluetooth.BluetoothLEDevice' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Devices.Bluetooth.BluetoothMajorClass' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Devices.Bluetooth.BluetoothMinorClass' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Devices.Bluetooth.BluetoothServiceCapabilities' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Devices.Bluetooth.BluetoothSignalStrengthFilter' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Devices.Bluetooth.Advertisement.BluetoothLEAdvertisement' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Devices.Bluetooth.Advertisement.BluetoothLEAdvertisementBytePattern' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Devices.Bluetooth.Advertisement.BluetoothLEAdvertisementDataSection' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Devices.Bluetooth.Advertisement.BluetoothLEAdvertisementDataTypes' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Devices.Bluetooth.Advertisement.BluetoothLEAdvertisementFilter' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Devices.Bluetooth.Advertisement.BluetoothLEAdvertisementFlags' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Devices.Bluetooth.Advertisement.BluetoothLEAdvertisementPublisher' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Devices.Bluetooth.Advertisement.BluetoothLEAdvertisementPublisherStatus' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Devices.Bluetooth.Advertisement.BluetoothLEAdvertisementPublisherStatusChangedEventArgs' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Devices.Bluetooth.Advertisement.BluetoothLEAdvertisementReceivedEventArgs' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Devices.Bluetooth.Advertisement.BluetoothLEAdvertisementType' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Devices.Bluetooth.Advertisement.BluetoothLEAdvertisementWatcher' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Devices.Bluetooth.Advertisement.BluetoothLEAdvertisementWatcherStatus' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Devices.Bluetooth.Advertisement.BluetoothLEAdvertisementWatcherStoppedEventArgs' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Devices.Bluetooth.Advertisement.BluetoothLEManufacturerData' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Devices.Bluetooth.Advertisement.BluetoothLEScanningMode' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Devices.Bluetooth.Background.BluetoothLEAdvertisementPublisherTriggerDetails' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Devices.Bluetooth.Background.BluetoothLEAdvertisementWatcherTriggerDetails' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Devices.Bluetooth.Background.GattCharacteristicNotificationTriggerDetails' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Devices.Bluetooth.Background.RfcommConnectionTriggerDetails' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Devices.Bluetooth.Background.RfcommInboundConnectionInformation' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Devices.Bluetooth.Background.RfcommOutboundConnectionInformation' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Devices.Bluetooth.GenericAttributeProfile.GattCharacteristic' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Devices.Bluetooth.GenericAttributeProfile.GattCharacteristicProperties' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Devices.Bluetooth.GenericAttributeProfile.GattCharacteristicUuids' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Devices.Bluetooth.GenericAttributeProfile.GattClientCharacteristicConfigurationDescriptorValue' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Devices.Bluetooth.GenericAttributeProfile.GattCommunicationStatus' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Devices.Bluetooth.GenericAttributeProfile.GattDescriptor' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Devices.Bluetooth.GenericAttributeProfile.GattDescriptorUuids' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Devices.Bluetooth.GenericAttributeProfile.GattDeviceService' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Devices.Bluetooth.GenericAttributeProfile.GattPresentationFormat' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Devices.Bluetooth.GenericAttributeProfile.GattPresentationFormatTypes' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Devices.Bluetooth.GenericAttributeProfile.GattProtectionLevel' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Devices.Bluetooth.GenericAttributeProfile.GattReadClientCharacteristicConfigurationDescriptorResult' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Devices.Bluetooth.GenericAttributeProfile.GattReadResult' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Devices.Bluetooth.GenericAttributeProfile.GattReliableWriteTransaction' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Devices.Bluetooth.GenericAttributeProfile.GattServiceUuids' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Devices.Bluetooth.GenericAttributeProfile.GattValueChangedEventArgs' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Devices.Bluetooth.GenericAttributeProfile.GattWriteOption' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Devices.Bluetooth.Rfcomm.RfcommDeviceService' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Devices.Bluetooth.Rfcomm.RfcommServiceId' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Devices.Bluetooth.Rfcomm.RfcommServiceProvider' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Devices.Custom.CustomDevice' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Devices.Custom.CustomDeviceContract' does not inherit from base type 'System.ValueType' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Devices.Custom.DeviceAccessMode' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Devices.Custom.DeviceSharingMode' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Devices.Custom.IOControlAccessMode' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Devices.Custom.IOControlBufferingMethod' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Devices.Custom.IOControlCode' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Devices.Custom.KnownDeviceTypes' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Devices.Enumeration.DeviceAccessChangedEventArgs' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Devices.Enumeration.DeviceAccessInformation' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Devices.Enumeration.DeviceAccessStatus' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Devices.Enumeration.DeviceClass' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Devices.Enumeration.DeviceConnectionChangeTriggerDetails' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Devices.Enumeration.DeviceDisconnectButtonClickedEventArgs' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Devices.Enumeration.DeviceInformation' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Devices.Enumeration.DeviceInformationCollection' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Devices.Enumeration.DeviceInformationCustomPairing' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Devices.Enumeration.DeviceInformationKind' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Devices.Enumeration.DeviceInformationPairing' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Devices.Enumeration.DeviceInformationUpdate' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Devices.Enumeration.DevicePairingKinds' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Devices.Enumeration.DevicePairingProtectionLevel' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Devices.Enumeration.DevicePairingRequestedEventArgs' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Devices.Enumeration.DevicePairingResult' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Devices.Enumeration.DevicePairingResultStatus' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Devices.Enumeration.DevicePicker' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Devices.Enumeration.DevicePickerAppearance' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Devices.Enumeration.DevicePickerDisplayStatusOptions' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Devices.Enumeration.DevicePickerFilter' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Devices.Enumeration.DeviceSelectedEventArgs' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Devices.Enumeration.DeviceThumbnail' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Devices.Enumeration.DeviceUnpairingResult' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Devices.Enumeration.DeviceUnpairingResultStatus' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Devices.Enumeration.DeviceWatcher' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Devices.Enumeration.DeviceWatcherEvent' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Devices.Enumeration.DeviceWatcherEventKind' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Devices.Enumeration.DeviceWatcherStatus' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Devices.Enumeration.DeviceWatcherTriggerDetails' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Devices.Enumeration.EnclosureLocation' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Devices.Enumeration.Panel' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Devices.Enumeration.Pnp.PnpObject' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Devices.Enumeration.Pnp.PnpObjectCollection' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Devices.Enumeration.Pnp.PnpObjectType' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Devices.Enumeration.Pnp.PnpObjectUpdate' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Devices.Enumeration.Pnp.PnpObjectWatcher' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Devices.Geolocation.AltitudeReferenceSystem' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Devices.Geolocation.BasicGeoposition' does not inherit from base type 'System.ValueType' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Devices.Geolocation.CivicAddress' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Devices.Geolocation.GeoboundingBox' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Devices.Geolocation.Geocircle' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Devices.Geolocation.Geocoordinate' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Devices.Geolocation.GeocoordinateSatelliteData' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Devices.Geolocation.GeolocationAccessStatus' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Devices.Geolocation.Geolocator' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Devices.Geolocation.Geopath' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Devices.Geolocation.Geopoint' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Devices.Geolocation.Geoposition' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Devices.Geolocation.GeoshapeType' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Devices.Geolocation.PositionAccuracy' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Devices.Geolocation.PositionChangedEventArgs' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Devices.Geolocation.PositionSource' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Devices.Geolocation.PositionStatus' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Devices.Geolocation.StatusChangedEventArgs' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Devices.Geolocation.VenueData' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Devices.Geolocation.Geofencing.Geofence' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Devices.Geolocation.Geofencing.GeofenceMonitor' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Devices.Geolocation.Geofencing.GeofenceMonitorStatus' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Devices.Geolocation.Geofencing.GeofenceRemovalReason' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Devices.Geolocation.Geofencing.GeofenceState' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Devices.Geolocation.Geofencing.GeofenceStateChangeReport' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Devices.Geolocation.Geofencing.MonitoredGeofenceStates' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Devices.Gpio.GpioController' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Devices.Gpio.GpioOpenStatus' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Devices.Gpio.GpioPin' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Devices.Gpio.GpioPinDriveMode' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Devices.Gpio.GpioPinEdge' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Devices.Gpio.GpioPinValue' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Devices.Gpio.GpioPinValueChangedEventArgs' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Devices.Gpio.GpioSharingMode' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Devices.Gpio.Provider.GpioPinProviderValueChangedEventArgs' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Devices.Gpio.Provider.ProviderGpioPinDriveMode' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Devices.Gpio.Provider.ProviderGpioPinEdge' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Devices.Gpio.Provider.ProviderGpioPinValue' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Devices.Gpio.Provider.ProviderGpioSharingMode' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Devices.HumanInterfaceDevice.HidBooleanControl' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Devices.HumanInterfaceDevice.HidBooleanControlDescription' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Devices.HumanInterfaceDevice.HidCollection' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Devices.HumanInterfaceDevice.HidCollectionType' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Devices.HumanInterfaceDevice.HidDevice' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Devices.HumanInterfaceDevice.HidFeatureReport' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Devices.HumanInterfaceDevice.HidInputReport' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Devices.HumanInterfaceDevice.HidInputReportReceivedEventArgs' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Devices.HumanInterfaceDevice.HidNumericControl' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Devices.HumanInterfaceDevice.HidNumericControlDescription' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Devices.HumanInterfaceDevice.HidOutputReport' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Devices.HumanInterfaceDevice.HidReportType' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Devices.I2c.I2cBusSpeed' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Devices.I2c.I2cConnectionSettings' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Devices.I2c.I2cController' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Devices.I2c.I2cDevice' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Devices.I2c.I2cSharingMode' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Devices.I2c.I2cTransferResult' does not inherit from base type 'System.ValueType' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Devices.I2c.I2cTransferStatus' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Devices.I2c.Provider.ProviderI2cBusSpeed' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Devices.I2c.Provider.ProviderI2cConnectionSettings' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Devices.I2c.Provider.ProviderI2cSharingMode' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Devices.I2c.Provider.ProviderI2cTransferResult' does not inherit from base type 'System.ValueType' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Devices.I2c.Provider.ProviderI2cTransferStatus' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Devices.Input.KeyboardCapabilities' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Devices.Input.MouseCapabilities' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Devices.Input.MouseDelta' does not inherit from base type 'System.ValueType' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Devices.Input.MouseDevice' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Devices.Input.MouseEventArgs' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Devices.Input.PointerDevice' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Devices.Input.PointerDeviceType' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Devices.Input.PointerDeviceUsage' does not inherit from base type 'System.ValueType' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Devices.Input.TouchCapabilities' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Devices.Lights.Lamp' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Devices.Lights.LampAvailabilityChangedEventArgs' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Devices.Midi.MidiActiveSensingMessage' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Devices.Midi.MidiChannelPressureMessage' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Devices.Midi.MidiContinueMessage' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Devices.Midi.MidiControlChangeMessage' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Devices.Midi.MidiInPort' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Devices.Midi.MidiMessageReceivedEventArgs' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Devices.Midi.MidiMessageType' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Devices.Midi.MidiNoteOffMessage' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Devices.Midi.MidiNoteOnMessage' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Devices.Midi.MidiOutPort' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Devices.Midi.MidiPitchBendChangeMessage' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Devices.Midi.MidiPolyphonicKeyPressureMessage' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Devices.Midi.MidiProgramChangeMessage' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Devices.Midi.MidiSongPositionPointerMessage' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Devices.Midi.MidiSongSelectMessage' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Devices.Midi.MidiStartMessage' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Devices.Midi.MidiStopMessage' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Devices.Midi.MidiSynthesizer' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Devices.Midi.MidiSystemExclusiveMessage' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Devices.Midi.MidiSystemResetMessage' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Devices.Midi.MidiTimeCodeMessage' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Devices.Midi.MidiTimingClockMessage' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Devices.Midi.MidiTuneRequestMessage' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Devices.Perception.KnownCameraIntrinsicsProperties' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Devices.Perception.KnownPerceptionColorFrameSourceProperties' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Devices.Perception.KnownPerceptionDepthFrameSourceProperties' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Devices.Perception.KnownPerceptionFrameSourceProperties' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Devices.Perception.KnownPerceptionInfraredFrameSourceProperties' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Devices.Perception.KnownPerceptionVideoFrameSourceProperties' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Devices.Perception.KnownPerceptionVideoProfileProperties' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Devices.Perception.PerceptionColorFrame' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Devices.Perception.PerceptionColorFrameArrivedEventArgs' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Devices.Perception.PerceptionColorFrameReader' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Devices.Perception.PerceptionColorFrameSource' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Devices.Perception.PerceptionColorFrameSourceAddedEventArgs' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Devices.Perception.PerceptionColorFrameSourceRemovedEventArgs' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Devices.Perception.PerceptionColorFrameSourceWatcher' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Devices.Perception.PerceptionControlSession' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Devices.Perception.PerceptionDepthCorrelatedCameraIntrinsics' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Devices.Perception.PerceptionDepthCorrelatedCoordinateMapper' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Devices.Perception.PerceptionDepthFrame' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Devices.Perception.PerceptionDepthFrameArrivedEventArgs' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Devices.Perception.PerceptionDepthFrameReader' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Devices.Perception.PerceptionDepthFrameSource' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Devices.Perception.PerceptionDepthFrameSourceAddedEventArgs' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Devices.Perception.PerceptionDepthFrameSourceRemovedEventArgs' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Devices.Perception.PerceptionDepthFrameSourceWatcher' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Devices.Perception.PerceptionFrameSourceAccessStatus' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Devices.Perception.PerceptionFrameSourcePropertiesChangedEventArgs' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Devices.Perception.PerceptionFrameSourcePropertyChangeResult' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Devices.Perception.PerceptionFrameSourcePropertyChangeStatus' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Devices.Perception.PerceptionInfraredFrame' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Devices.Perception.PerceptionInfraredFrameArrivedEventArgs' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Devices.Perception.PerceptionInfraredFrameReader' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Devices.Perception.PerceptionInfraredFrameSource' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Devices.Perception.PerceptionInfraredFrameSourceAddedEventArgs' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Devices.Perception.PerceptionInfraredFrameSourceRemovedEventArgs' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Devices.Perception.PerceptionInfraredFrameSourceWatcher' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Devices.Perception.PerceptionVideoProfile' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Devices.Perception.Provider.KnownPerceptionFrameKind' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Devices.Perception.Provider.PerceptionControlGroup' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Devices.Perception.Provider.PerceptionCorrelation' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Devices.Perception.Provider.PerceptionCorrelationGroup' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Devices.Perception.Provider.PerceptionFaceAuthenticationGroup' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Devices.Perception.Provider.PerceptionFrame' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Devices.Perception.Provider.PerceptionFrameProviderInfo' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Devices.Perception.Provider.PerceptionFrameProviderManagerService' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Devices.Perception.Provider.PerceptionPropertyChangeRequest' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Devices.Perception.Provider.PerceptionStartFaceAuthenticationHandler' does not inherit from base type 'System.MulticastDelegate' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Devices.Perception.Provider.PerceptionStopFaceAuthenticationHandler' does not inherit from base type 'System.MulticastDelegate' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Devices.Perception.Provider.PerceptionVideoFrameAllocator' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Devices.PointOfService.BarcodeScanner' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Devices.PointOfService.BarcodeScannerCapabilities' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Devices.PointOfService.BarcodeScannerDataReceivedEventArgs' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Devices.PointOfService.BarcodeScannerErrorOccurredEventArgs' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Devices.PointOfService.BarcodeScannerImagePreviewReceivedEventArgs' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Devices.PointOfService.BarcodeScannerReport' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Devices.PointOfService.BarcodeScannerStatus' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Devices.PointOfService.BarcodeScannerStatusUpdatedEventArgs' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Devices.PointOfService.BarcodeSymbologies' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Devices.PointOfService.CashDrawer' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Devices.PointOfService.CashDrawerCapabilities' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Devices.PointOfService.CashDrawerCloseAlarm' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Devices.PointOfService.CashDrawerClosedEventArgs' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Devices.PointOfService.CashDrawerEventSource' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Devices.PointOfService.CashDrawerOpenedEventArgs' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Devices.PointOfService.CashDrawerStatus' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Devices.PointOfService.CashDrawerStatusKind' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Devices.PointOfService.CashDrawerStatusUpdatedEventArgs' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Devices.PointOfService.ClaimedBarcodeScanner' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Devices.PointOfService.ClaimedCashDrawer' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Devices.PointOfService.ClaimedJournalPrinter' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Devices.PointOfService.ClaimedMagneticStripeReader' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Devices.PointOfService.ClaimedPosPrinter' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Devices.PointOfService.ClaimedReceiptPrinter' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Devices.PointOfService.ClaimedSlipPrinter' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Devices.PointOfService.JournalPrinterCapabilities' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Devices.PointOfService.JournalPrintJob' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Devices.PointOfService.MagneticStripeReader' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Devices.PointOfService.MagneticStripeReaderAamvaCardDataReceivedEventArgs' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Devices.PointOfService.MagneticStripeReaderAuthenticationLevel' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Devices.PointOfService.MagneticStripeReaderAuthenticationProtocol' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Devices.PointOfService.MagneticStripeReaderBankCardDataReceivedEventArgs' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Devices.PointOfService.MagneticStripeReaderCapabilities' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Devices.PointOfService.MagneticStripeReaderCardTypes' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Devices.PointOfService.MagneticStripeReaderEncryptionAlgorithms' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Devices.PointOfService.MagneticStripeReaderErrorOccurredEventArgs' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Devices.PointOfService.MagneticStripeReaderErrorReportingType' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Devices.PointOfService.MagneticStripeReaderReport' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Devices.PointOfService.MagneticStripeReaderStatus' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Devices.PointOfService.MagneticStripeReaderStatusUpdatedEventArgs' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Devices.PointOfService.MagneticStripeReaderTrackData' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Devices.PointOfService.MagneticStripeReaderTrackErrorType' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Devices.PointOfService.MagneticStripeReaderTrackIds' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Devices.PointOfService.MagneticStripeReaderVendorSpecificCardDataReceivedEventArgs' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Devices.PointOfService.PosPrinter' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Devices.PointOfService.PosPrinterAlignment' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Devices.PointOfService.PosPrinterBarcodeTextPosition' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Devices.PointOfService.PosPrinterCapabilities' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Devices.PointOfService.PosPrinterCartridgeSensors' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Devices.PointOfService.PosPrinterCharacterSetIds' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Devices.PointOfService.PosPrinterColorCapabilities' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Devices.PointOfService.PosPrinterColorCartridge' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Devices.PointOfService.PosPrinterLineDirection' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Devices.PointOfService.PosPrinterLineStyle' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Devices.PointOfService.PosPrinterMapMode' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Devices.PointOfService.PosPrinterMarkFeedCapabilities' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Devices.PointOfService.PosPrinterMarkFeedKind' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Devices.PointOfService.PosPrinterPrintSide' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Devices.PointOfService.PosPrinterReleaseDeviceRequestedEventArgs' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Devices.PointOfService.PosPrinterRotation' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Devices.PointOfService.PosPrinterRuledLineCapabilities' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Devices.PointOfService.PosPrinterStatus' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Devices.PointOfService.PosPrinterStatusKind' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Devices.PointOfService.PosPrinterStatusUpdatedEventArgs' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Devices.PointOfService.ReceiptPrinterCapabilities' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Devices.PointOfService.ReceiptPrintJob' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Devices.PointOfService.SlipPrinterCapabilities' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Devices.PointOfService.SlipPrintJob' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Devices.PointOfService.UnifiedPosErrorData' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Devices.PointOfService.UnifiedPosErrorReason' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Devices.PointOfService.UnifiedPosErrorSeverity' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Devices.PointOfService.UnifiedPosHealthCheckLevel' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Devices.PointOfService.UnifiedPosPowerReportingType' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Devices.Portable.PortableDeviceContract' does not inherit from base type 'System.ValueType' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Devices.Portable.ServiceDevice' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Devices.Portable.ServiceDeviceType' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Devices.Portable.StorageDevice' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Devices.Power.Battery' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Devices.Power.BatteryReport' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Devices.Printers.Print3DDevice' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Devices.Printers.PrintersContract' does not inherit from base type 'System.ValueType' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Devices.Printers.PrintSchema' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Devices.Printers.Extensions.ExtensionsContract' does not inherit from base type 'System.ValueType' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Devices.Printers.Extensions.Print3DWorkflow' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Devices.Printers.Extensions.Print3DWorkflowDetail' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Devices.Printers.Extensions.Print3DWorkflowPrintRequestedEventArgs' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Devices.Printers.Extensions.Print3DWorkflowStatus' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Devices.Printers.Extensions.PrintExtensionContext' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Devices.Printers.Extensions.PrintNotificationEventDetails' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Devices.Printers.Extensions.PrintTaskConfiguration' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Devices.Printers.Extensions.PrintTaskConfigurationSaveRequest' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Devices.Printers.Extensions.PrintTaskConfigurationSaveRequestedDeferral' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Devices.Printers.Extensions.PrintTaskConfigurationSaveRequestedEventArgs' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Devices.Pwm.PwmController' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Devices.Pwm.PwmPin' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Devices.Pwm.PwmPulsePolarity' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Devices.Radios.Radio' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Devices.Radios.RadioAccessStatus' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Devices.Radios.RadioKind' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Devices.Radios.RadioState' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Devices.Scanners.ImageScanner' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Devices.Scanners.ImageScannerAutoConfiguration' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Devices.Scanners.ImageScannerAutoCroppingMode' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Devices.Scanners.ImageScannerColorMode' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Devices.Scanners.ImageScannerFeederConfiguration' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Devices.Scanners.ImageScannerFlatbedConfiguration' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Devices.Scanners.ImageScannerFormat' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Devices.Scanners.ImageScannerPreviewResult' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Devices.Scanners.ImageScannerResolution' does not inherit from base type 'System.ValueType' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Devices.Scanners.ImageScannerScanResult' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Devices.Scanners.ImageScannerScanSource' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Devices.Scanners.ScannerDeviceContract' does not inherit from base type 'System.ValueType' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Devices.Sensors.Accelerometer' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Devices.Sensors.AccelerometerReading' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Devices.Sensors.AccelerometerReadingChangedEventArgs' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Devices.Sensors.AccelerometerShakenEventArgs' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Devices.Sensors.ActivitySensor' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Devices.Sensors.ActivitySensorReading' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Devices.Sensors.ActivitySensorReadingChangedEventArgs' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Devices.Sensors.ActivitySensorReadingChangeReport' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Devices.Sensors.ActivitySensorReadingConfidence' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Devices.Sensors.ActivitySensorTriggerDetails' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Devices.Sensors.ActivityType' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Devices.Sensors.Altimeter' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Devices.Sensors.AltimeterReading' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Devices.Sensors.AltimeterReadingChangedEventArgs' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Devices.Sensors.Barometer' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Devices.Sensors.BarometerReading' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Devices.Sensors.BarometerReadingChangedEventArgs' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Devices.Sensors.Compass' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Devices.Sensors.CompassReading' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Devices.Sensors.CompassReadingChangedEventArgs' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Devices.Sensors.Gyrometer' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Devices.Sensors.GyrometerReading' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Devices.Sensors.GyrometerReadingChangedEventArgs' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Devices.Sensors.Inclinometer' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Devices.Sensors.InclinometerReading' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Devices.Sensors.InclinometerReadingChangedEventArgs' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Devices.Sensors.LightSensor' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Devices.Sensors.LightSensorReading' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Devices.Sensors.LightSensorReadingChangedEventArgs' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Devices.Sensors.Magnetometer' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Devices.Sensors.MagnetometerAccuracy' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Devices.Sensors.MagnetometerReading' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Devices.Sensors.MagnetometerReadingChangedEventArgs' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Devices.Sensors.OrientationSensor' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Devices.Sensors.OrientationSensorReading' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Devices.Sensors.OrientationSensorReadingChangedEventArgs' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Devices.Sensors.Pedometer' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Devices.Sensors.PedometerDataThreshold' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Devices.Sensors.PedometerReading' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Devices.Sensors.PedometerReadingChangedEventArgs' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Devices.Sensors.PedometerStepKind' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Devices.Sensors.ProximitySensor' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Devices.Sensors.ProximitySensorDataThreshold' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Devices.Sensors.ProximitySensorDisplayOnOffController' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Devices.Sensors.ProximitySensorReading' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Devices.Sensors.ProximitySensorReadingChangedEventArgs' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Devices.Sensors.SensorDataThresholdTriggerDetails' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Devices.Sensors.SensorQuaternion' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Devices.Sensors.SensorReadingType' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Devices.Sensors.SensorRotationMatrix' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Devices.Sensors.SensorType' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Devices.Sensors.SimpleOrientation' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Devices.Sensors.SimpleOrientationSensor' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Devices.Sensors.SimpleOrientationSensorOrientationChangedEventArgs' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Devices.Sensors.Custom.CustomSensor' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Devices.Sensors.Custom.CustomSensorReading' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Devices.Sensors.Custom.CustomSensorReadingChangedEventArgs' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Devices.SerialCommunication.ErrorReceivedEventArgs' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Devices.SerialCommunication.PinChangedEventArgs' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Devices.SerialCommunication.SerialDevice' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Devices.SerialCommunication.SerialError' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Devices.SerialCommunication.SerialHandshake' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Devices.SerialCommunication.SerialParity' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Devices.SerialCommunication.SerialPinChange' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Devices.SerialCommunication.SerialStopBitCount' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Devices.SmartCards.CardAddedEventArgs' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Devices.SmartCards.CardRemovedEventArgs' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Devices.SmartCards.SmartCard' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Devices.SmartCards.SmartCardActivationPolicyChangeResult' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Devices.SmartCards.SmartCardAppletIdGroup' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Devices.SmartCards.SmartCardAppletIdGroupActivationPolicy' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Devices.SmartCards.SmartCardAppletIdGroupRegistration' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Devices.SmartCards.SmartCardAutomaticResponseApdu' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Devices.SmartCards.SmartCardAutomaticResponseStatus' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Devices.SmartCards.SmartCardBackgroundTriggerContract' does not inherit from base type 'System.ValueType' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Devices.SmartCards.SmartCardChallengeContext' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Devices.SmartCards.SmartCardConnection' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Devices.SmartCards.SmartCardCryptogramAlgorithm' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Devices.SmartCards.SmartCardCryptogramGenerator' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Devices.SmartCards.SmartCardCryptogramGeneratorOperationStatus' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Devices.SmartCards.SmartCardCryptogramMaterialPackageConfirmationResponseFormat' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Devices.SmartCards.SmartCardCryptogramMaterialPackageFormat' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Devices.SmartCards.SmartCardCryptogramMaterialPossessionProof' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Devices.SmartCards.SmartCardCryptogramMaterialType' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Devices.SmartCards.SmartCardCryptogramPlacementOptions' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Devices.SmartCards.SmartCardCryptogramPlacementStep' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Devices.SmartCards.SmartCardCryptogramStorageKeyAlgorithm' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Devices.SmartCards.SmartCardCryptogramStorageKeyCapabilities' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Devices.SmartCards.SmartCardCryptogramStorageKeyInfo' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Devices.SmartCards.SmartCardCryptographicKeyAttestationStatus' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Devices.SmartCards.SmartCardEmulationCategory' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Devices.SmartCards.SmartCardEmulationType' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Devices.SmartCards.SmartCardEmulator' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Devices.SmartCards.SmartCardEmulatorApduReceivedEventArgs' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Devices.SmartCards.SmartCardEmulatorConnectionDeactivatedEventArgs' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Devices.SmartCards.SmartCardEmulatorConnectionDeactivatedReason' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Devices.SmartCards.SmartCardEmulatorConnectionProperties' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Devices.SmartCards.SmartCardEmulatorConnectionSource' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Devices.SmartCards.SmartCardEmulatorContract' does not inherit from base type 'System.ValueType' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Devices.SmartCards.SmartCardEmulatorEnablementPolicy' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Devices.SmartCards.SmartCardLaunchBehavior' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Devices.SmartCards.SmartCardPinCharacterPolicyOption' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Devices.SmartCards.SmartCardPinPolicy' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Devices.SmartCards.SmartCardPinResetDeferral' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Devices.SmartCards.SmartCardPinResetHandler' does not inherit from base type 'System.MulticastDelegate' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Devices.SmartCards.SmartCardPinResetRequest' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Devices.SmartCards.SmartCardProvisioning' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Devices.SmartCards.SmartCardReader' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Devices.SmartCards.SmartCardReaderKind' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Devices.SmartCards.SmartCardReaderStatus' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Devices.SmartCards.SmartCardStatus' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Devices.SmartCards.SmartCardTriggerDetails' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Devices.SmartCards.SmartCardTriggerType' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Devices.SmartCards.SmartCardUnlockPromptingBehavior' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Devices.Sms.CellularClass' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Devices.Sms.DeleteSmsMessageOperation' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Devices.Sms.DeleteSmsMessagesOperation' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Devices.Sms.GetSmsDeviceOperation' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Devices.Sms.GetSmsMessageOperation' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Devices.Sms.GetSmsMessagesOperation' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Devices.Sms.LegacySmsApiContract' does not inherit from base type 'System.ValueType' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Devices.Sms.SendSmsMessageOperation' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Devices.Sms.SmsAppMessage' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Devices.Sms.SmsBinaryMessage' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Devices.Sms.SmsBroadcastMessage' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Devices.Sms.SmsBroadcastType' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Devices.Sms.SmsDataFormat' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Devices.Sms.SmsDevice' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Devices.Sms.SmsDevice2' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Devices.Sms.SmsDeviceMessageStore' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Devices.Sms.SmsDeviceStatus' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Devices.Sms.SmsDeviceStatusChangedEventHandler' does not inherit from base type 'System.MulticastDelegate' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Devices.Sms.SmsEncodedLength' does not inherit from base type 'System.ValueType' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Devices.Sms.SmsEncoding' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Devices.Sms.SmsFilterActionType' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Devices.Sms.SmsFilterRule' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Devices.Sms.SmsFilterRules' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Devices.Sms.SmsGeographicalScope' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Devices.Sms.SmsMessageClass' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Devices.Sms.SmsMessageFilter' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Devices.Sms.SmsMessageReceivedEventArgs' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Devices.Sms.SmsMessageReceivedEventHandler' does not inherit from base type 'System.MulticastDelegate' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Devices.Sms.SmsMessageReceivedTriggerDetails' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Devices.Sms.SmsMessageRegistration' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Devices.Sms.SmsMessageType' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Devices.Sms.SmsModemErrorCode' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Devices.Sms.SmsReceivedEventDetails' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Devices.Sms.SmsSendMessageResult' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Devices.Sms.SmsStatusMessage' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Devices.Sms.SmsTextMessage' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Devices.Sms.SmsTextMessage2' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Devices.Sms.SmsVoicemailMessage' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Devices.Sms.SmsWapMessage' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Devices.Spi.SpiBusInfo' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Devices.Spi.SpiConnectionSettings' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Devices.Spi.SpiController' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Devices.Spi.SpiDevice' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Devices.Spi.SpiMode' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Devices.Spi.SpiSharingMode' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Devices.Spi.Provider.ProviderSpiConnectionSettings' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Devices.Spi.Provider.ProviderSpiMode' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Devices.Spi.Provider.ProviderSpiSharingMode' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Devices.Usb.UsbBulkInEndpointDescriptor' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Devices.Usb.UsbBulkInPipe' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Devices.Usb.UsbBulkOutEndpointDescriptor' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Devices.Usb.UsbBulkOutPipe' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Devices.Usb.UsbConfiguration' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Devices.Usb.UsbConfigurationDescriptor' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Devices.Usb.UsbControlRecipient' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Devices.Usb.UsbControlRequestType' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Devices.Usb.UsbControlTransferType' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Devices.Usb.UsbDescriptor' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Devices.Usb.UsbDevice' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Devices.Usb.UsbDeviceClass' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Devices.Usb.UsbDeviceClasses' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Devices.Usb.UsbDeviceDescriptor' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Devices.Usb.UsbEndpointDescriptor' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Devices.Usb.UsbEndpointType' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Devices.Usb.UsbInterface' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Devices.Usb.UsbInterfaceDescriptor' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Devices.Usb.UsbInterfaceSetting' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Devices.Usb.UsbInterruptInEndpointDescriptor' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Devices.Usb.UsbInterruptInEventArgs' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Devices.Usb.UsbInterruptInPipe' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Devices.Usb.UsbInterruptOutEndpointDescriptor' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Devices.Usb.UsbInterruptOutPipe' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Devices.Usb.UsbReadOptions' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Devices.Usb.UsbSetupPacket' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Devices.Usb.UsbTransferDirection' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Devices.Usb.UsbWriteOptions' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Devices.WiFi.WiFiAccessStatus' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Devices.WiFi.WiFiAdapter' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Devices.WiFi.WiFiAvailableNetwork' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Devices.WiFi.WiFiConnectionResult' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Devices.WiFi.WiFiConnectionStatus' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Devices.WiFi.WiFiNetworkKind' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Devices.WiFi.WiFiNetworkReport' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Devices.WiFi.WiFiPhyKind' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Devices.WiFi.WiFiReconnectionKind' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Devices.WiFiDirect.WiFiDirectAdvertisement' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Devices.WiFiDirect.WiFiDirectAdvertisementListenStateDiscoverability' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Devices.WiFiDirect.WiFiDirectAdvertisementPublisher' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Devices.WiFiDirect.WiFiDirectAdvertisementPublisherStatus' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Devices.WiFiDirect.WiFiDirectAdvertisementPublisherStatusChangedEventArgs' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Devices.WiFiDirect.WiFiDirectConfigurationMethod' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Devices.WiFiDirect.WiFiDirectConnectionListener' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Devices.WiFiDirect.WiFiDirectConnectionParameters' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Devices.WiFiDirect.WiFiDirectConnectionRequest' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Devices.WiFiDirect.WiFiDirectConnectionRequestedEventArgs' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Devices.WiFiDirect.WiFiDirectConnectionStatus' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Devices.WiFiDirect.WiFiDirectDevice' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Devices.WiFiDirect.WiFiDirectDeviceSelectorType' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Devices.WiFiDirect.WiFiDirectError' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Devices.WiFiDirect.WiFiDirectInformationElement' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Devices.WiFiDirect.WiFiDirectLegacySettings' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Devices.WiFiDirect.WiFiDirectPairingProcedure' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Devices.WiFiDirect.Services.WiFiDirectService' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Devices.WiFiDirect.Services.WiFiDirectServiceAdvertisementStatus' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Devices.WiFiDirect.Services.WiFiDirectServiceAdvertiser' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Devices.WiFiDirect.Services.WiFiDirectServiceAutoAcceptSessionConnectedEventArgs' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Devices.WiFiDirect.Services.WiFiDirectServiceConfigurationMethod' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Devices.WiFiDirect.Services.WiFiDirectServiceError' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Devices.WiFiDirect.Services.WiFiDirectServiceIPProtocol' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Devices.WiFiDirect.Services.WiFiDirectServiceProvisioningInfo' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Devices.WiFiDirect.Services.WiFiDirectServiceRemotePortAddedEventArgs' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Devices.WiFiDirect.Services.WiFiDirectServiceSession' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Devices.WiFiDirect.Services.WiFiDirectServiceSessionDeferredEventArgs' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Devices.WiFiDirect.Services.WiFiDirectServiceSessionErrorStatus' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Devices.WiFiDirect.Services.WiFiDirectServiceSessionRequest' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Devices.WiFiDirect.Services.WiFiDirectServiceSessionRequestedEventArgs' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Devices.WiFiDirect.Services.WiFiDirectServiceSessionStatus' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Devices.WiFiDirect.Services.WiFiDirectServiceStatus' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Embedded.DeviceLockdown.DeviceLockdownContract' does not inherit from base type 'System.ValueType' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Embedded.DeviceLockdown.DeviceLockdownProfile' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Embedded.DeviceLockdown.DeviceLockdownProfileInformation' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Foundation.AsyncActionCompletedHandler' does not inherit from base type 'System.MulticastDelegate' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Foundation.AsyncActionProgressHandler' does not inherit from base type 'System.MulticastDelegate' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Foundation.AsyncActionWithProgressCompletedHandler' does not inherit from base type 'System.MulticastDelegate' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Foundation.AsyncOperationCompletedHandler' does not inherit from base type 'System.MulticastDelegate' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Foundation.AsyncOperationProgressHandler' does not inherit from base type 'System.MulticastDelegate' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Foundation.AsyncOperationWithProgressCompletedHandler' does not inherit from base type 'System.MulticastDelegate' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Foundation.AsyncStatus' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Foundation.DateTime' does not inherit from base type 'System.ValueType' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Foundation.Deferral' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Foundation.DeferralCompletedHandler' does not inherit from base type 'System.MulticastDelegate' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Foundation.EventHandler' does not inherit from base type 'System.MulticastDelegate' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Foundation.EventRegistrationToken' does not inherit from base type 'System.ValueType' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Foundation.FoundationContract' does not inherit from base type 'System.ValueType' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Foundation.HResult' does not inherit from base type 'System.ValueType' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Foundation.MemoryBuffer' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Foundation.Point' does not inherit from base type 'System.ValueType' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Foundation.PropertyType' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Foundation.PropertyValue' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Foundation.Rect' does not inherit from base type 'System.ValueType' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Foundation.Size' does not inherit from base type 'System.ValueType' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Foundation.TimeSpan' does not inherit from base type 'System.ValueType' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Foundation.TypedEventHandler' does not inherit from base type 'System.MulticastDelegate' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Foundation.UniversalApiContract' does not inherit from base type 'System.ValueType' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Foundation.Uri' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Foundation.WwwFormUrlDecoder' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Foundation.WwwFormUrlDecoderEntry' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Foundation.Collections.CollectionChange' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Foundation.Collections.MapChangedEventHandler' does not inherit from base type 'System.MulticastDelegate' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Foundation.Collections.PropertySet' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Foundation.Collections.StringMap' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Foundation.Collections.ValueSet' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Foundation.Collections.VectorChangedEventHandler' does not inherit from base type 'System.MulticastDelegate' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Foundation.Diagnostics.AsyncCausalityTracer' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Foundation.Diagnostics.CausalityRelation' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Foundation.Diagnostics.CausalitySource' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Foundation.Diagnostics.CausalitySynchronousWork' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Foundation.Diagnostics.CausalityTraceLevel' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Foundation.Diagnostics.ErrorDetails' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Foundation.Diagnostics.ErrorOptions' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Foundation.Diagnostics.FileLoggingSession' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Foundation.Diagnostics.LogFileGeneratedEventArgs' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Foundation.Diagnostics.LoggingActivity' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Foundation.Diagnostics.LoggingChannel' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Foundation.Diagnostics.LoggingChannelOptions' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Foundation.Diagnostics.LoggingFieldFormat' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Foundation.Diagnostics.LoggingFields' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Foundation.Diagnostics.LoggingLevel' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Foundation.Diagnostics.LoggingOpcode' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Foundation.Diagnostics.LoggingOptions' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Foundation.Diagnostics.LoggingSession' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Foundation.Diagnostics.RuntimeBrokerErrorSettings' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Foundation.Diagnostics.TracingStatusChangedEventArgs' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Foundation.Metadata.ActivatableAttribute' does not inherit from base type 'System.Attribute' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Foundation.Metadata.AllowForWebAttribute' does not inherit from base type 'System.Attribute' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Foundation.Metadata.AllowMultipleAttribute' does not inherit from base type 'System.Attribute' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Foundation.Metadata.ApiContractAttribute' does not inherit from base type 'System.Attribute' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Foundation.Metadata.ApiInformation' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Foundation.Metadata.AttributeTargets' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Foundation.Metadata.AttributeUsageAttribute' does not inherit from base type 'System.Attribute' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Foundation.Metadata.ComposableAttribute' does not inherit from base type 'System.Attribute' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Foundation.Metadata.CompositionType' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Foundation.Metadata.ContractVersionAttribute' does not inherit from base type 'System.Attribute' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Foundation.Metadata.DefaultAttribute' does not inherit from base type 'System.Attribute' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Foundation.Metadata.DefaultOverloadAttribute' does not inherit from base type 'System.Attribute' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Foundation.Metadata.DeprecatedAttribute' does not inherit from base type 'System.Attribute' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Foundation.Metadata.DeprecationType' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Foundation.Metadata.DualApiPartitionAttribute' does not inherit from base type 'System.Attribute' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Foundation.Metadata.ExclusiveToAttribute' does not inherit from base type 'System.Attribute' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Foundation.Metadata.ExperimentalAttribute' does not inherit from base type 'System.Attribute' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Foundation.Metadata.GCPressureAmount' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Foundation.Metadata.GCPressureAttribute' does not inherit from base type 'System.Attribute' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Foundation.Metadata.GuidAttribute' does not inherit from base type 'System.Attribute' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Foundation.Metadata.HasVariantAttribute' does not inherit from base type 'System.Attribute' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Foundation.Metadata.InternalAttribute' does not inherit from base type 'System.Attribute' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Foundation.Metadata.LengthIsAttribute' does not inherit from base type 'System.Attribute' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Foundation.Metadata.MarshalingBehaviorAttribute' does not inherit from base type 'System.Attribute' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Foundation.Metadata.MarshalingType' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Foundation.Metadata.MetadataMarshalAttribute' does not inherit from base type 'System.Attribute' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Foundation.Metadata.MuseAttribute' does not inherit from base type 'System.Attribute' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Foundation.Metadata.OverloadAttribute' does not inherit from base type 'System.Attribute' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Foundation.Metadata.OverridableAttribute' does not inherit from base type 'System.Attribute' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Foundation.Metadata.Platform' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Foundation.Metadata.PlatformAttribute' does not inherit from base type 'System.Attribute' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Foundation.Metadata.PreviousContractVersionAttribute' does not inherit from base type 'System.Attribute' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Foundation.Metadata.ProtectedAttribute' does not inherit from base type 'System.Attribute' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Foundation.Metadata.RangeAttribute' does not inherit from base type 'System.Attribute' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Foundation.Metadata.RemoteAsyncAttribute' does not inherit from base type 'System.Attribute' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Foundation.Metadata.StaticAttribute' does not inherit from base type 'System.Attribute' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Foundation.Metadata.ThreadingAttribute' does not inherit from base type 'System.Attribute' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Foundation.Metadata.ThreadingModel' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Foundation.Metadata.VariantAttribute' does not inherit from base type 'System.Attribute' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Foundation.Metadata.VersionAttribute' does not inherit from base type 'System.Attribute' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Foundation.Metadata.WebHostHiddenAttribute' does not inherit from base type 'System.Attribute' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Foundation.Numerics.Matrix3x2' does not inherit from base type 'System.ValueType' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Foundation.Numerics.Matrix4x4' does not inherit from base type 'System.ValueType' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Foundation.Numerics.Plane' does not inherit from base type 'System.ValueType' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Foundation.Numerics.Quaternion' does not inherit from base type 'System.ValueType' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Foundation.Numerics.Vector2' does not inherit from base type 'System.ValueType' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Foundation.Numerics.Vector3' does not inherit from base type 'System.ValueType' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Foundation.Numerics.Vector4' does not inherit from base type 'System.ValueType' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Gaming.Input.Gamepad' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Gaming.Input.GamepadButtons' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Gaming.Input.GamepadReading' does not inherit from base type 'System.ValueType' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Gaming.Input.GamepadVibration' does not inherit from base type 'System.ValueType' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Gaming.Input.Headset' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Gaming.Preview.GamesEnumerationContract' does not inherit from base type 'System.ValueType' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Gaming.Preview.GamesEnumeration.GameList' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Gaming.Preview.GamesEnumeration.GameListCategory' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Gaming.Preview.GamesEnumeration.GameListChangedEventHandler' does not inherit from base type 'System.MulticastDelegate' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Gaming.Preview.GamesEnumeration.GameListEntry' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Gaming.Preview.GamesEnumeration.GameListRemovedEventHandler' does not inherit from base type 'System.MulticastDelegate' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Gaming.UI.GameBar' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Globalization.ApplicationLanguages' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Globalization.Calendar' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Globalization.CalendarIdentifiers' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Globalization.ClockIdentifiers' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Globalization.CurrencyIdentifiers' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Globalization.DayOfWeek' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Globalization.GeographicRegion' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Globalization.GlobalizationJapanesePhoneticAnalyzerContract' does not inherit from base type 'System.ValueType' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Globalization.JapanesePhoneme' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Globalization.JapanesePhoneticAnalyzer' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Globalization.Language' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Globalization.NumeralSystemIdentifiers' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Globalization.Collation.CharacterGrouping' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Globalization.Collation.CharacterGroupings' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Globalization.DateTimeFormatting.DateTimeFormatter' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Globalization.DateTimeFormatting.DayFormat' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Globalization.DateTimeFormatting.DayOfWeekFormat' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Globalization.DateTimeFormatting.HourFormat' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Globalization.DateTimeFormatting.MinuteFormat' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Globalization.DateTimeFormatting.MonthFormat' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Globalization.DateTimeFormatting.SecondFormat' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Globalization.DateTimeFormatting.YearFormat' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Globalization.Fonts.LanguageFont' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Globalization.Fonts.LanguageFontGroup' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Globalization.NumberFormatting.CurrencyFormatter' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Globalization.NumberFormatting.CurrencyFormatterMode' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Globalization.NumberFormatting.DecimalFormatter' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Globalization.NumberFormatting.IncrementNumberRounder' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Globalization.NumberFormatting.NumeralSystemTranslator' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Globalization.NumberFormatting.PercentFormatter' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Globalization.NumberFormatting.PermilleFormatter' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Globalization.NumberFormatting.RoundingAlgorithm' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Globalization.NumberFormatting.SignificantDigitsNumberRounder' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Graphics.DirectX.DirectXAlphaMode' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Graphics.DirectX.DirectXPixelFormat' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Graphics.DirectX.Direct3D11.Direct3DBindings' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Graphics.DirectX.Direct3D11.Direct3DMultisampleDescription' does not inherit from base type 'System.ValueType' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Graphics.DirectX.Direct3D11.Direct3DSurfaceDescription' does not inherit from base type 'System.ValueType' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Graphics.DirectX.Direct3D11.Direct3DUsage' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Graphics.Display.DisplayInformation' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Graphics.Display.DisplayOrientations' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Graphics.Display.DisplayProperties' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Graphics.Display.DisplayPropertiesEventHandler' does not inherit from base type 'System.MulticastDelegate' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Graphics.Display.ResolutionScale' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Graphics.Holographic.HolographicAdapterId' does not inherit from base type 'System.ValueType' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Graphics.Holographic.HolographicCamera' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Graphics.Holographic.HolographicCameraPose' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Graphics.Holographic.HolographicCameraRenderingParameters' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Graphics.Holographic.HolographicFrame' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Graphics.Holographic.HolographicFramePrediction' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Graphics.Holographic.HolographicFramePresentResult' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Graphics.Holographic.HolographicFramePresentWaitBehavior' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Graphics.Holographic.HolographicSpace' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Graphics.Holographic.HolographicSpaceCameraAddedEventArgs' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Graphics.Holographic.HolographicSpaceCameraRemovedEventArgs' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Graphics.Holographic.HolographicStereoTransform' does not inherit from base type 'System.ValueType' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Graphics.Imaging.BitmapAlphaMode' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Graphics.Imaging.BitmapBounds' does not inherit from base type 'System.ValueType' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Graphics.Imaging.BitmapBuffer' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Graphics.Imaging.BitmapBufferAccessMode' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Graphics.Imaging.BitmapCodecInformation' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Graphics.Imaging.BitmapDecoder' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Graphics.Imaging.BitmapEncoder' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Graphics.Imaging.BitmapFlip' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Graphics.Imaging.BitmapFrame' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Graphics.Imaging.BitmapInterpolationMode' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Graphics.Imaging.BitmapPixelFormat' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Graphics.Imaging.BitmapPlaneDescription' does not inherit from base type 'System.ValueType' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Graphics.Imaging.BitmapProperties' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Graphics.Imaging.BitmapPropertiesView' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Graphics.Imaging.BitmapPropertySet' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Graphics.Imaging.BitmapRotation' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Graphics.Imaging.BitmapSize' does not inherit from base type 'System.ValueType' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Graphics.Imaging.BitmapTransform' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Graphics.Imaging.BitmapTypedValue' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Graphics.Imaging.ColorManagementMode' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Graphics.Imaging.ExifOrientationMode' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Graphics.Imaging.ImageStream' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Graphics.Imaging.JpegSubsamplingMode' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Graphics.Imaging.PixelDataProvider' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Graphics.Imaging.PngFilterMode' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Graphics.Imaging.SoftwareBitmap' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Graphics.Imaging.TiffCompressionMode' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Graphics.Printing.PrintBinding' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Graphics.Printing.PrintCollation' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Graphics.Printing.PrintColorMode' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Graphics.Printing.PrintDuplex' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Graphics.Printing.PrintHolePunch' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Graphics.Printing.PrintManager' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Graphics.Printing.PrintMediaSize' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Graphics.Printing.PrintMediaType' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Graphics.Printing.PrintOrientation' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Graphics.Printing.PrintPageDescription' does not inherit from base type 'System.ValueType' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Graphics.Printing.PrintQuality' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Graphics.Printing.PrintStaple' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Graphics.Printing.PrintTask' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Graphics.Printing.PrintTaskCompletedEventArgs' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Graphics.Printing.PrintTaskCompletion' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Graphics.Printing.PrintTaskOptions' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Graphics.Printing.PrintTaskProgressingEventArgs' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Graphics.Printing.PrintTaskRequest' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Graphics.Printing.PrintTaskRequestedDeferral' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Graphics.Printing.PrintTaskRequestedEventArgs' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Graphics.Printing.PrintTaskSourceRequestedArgs' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Graphics.Printing.PrintTaskSourceRequestedDeferral' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Graphics.Printing.PrintTaskSourceRequestedHandler' does not inherit from base type 'System.MulticastDelegate' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Graphics.Printing.StandardPrintTaskOptions' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Graphics.Printing.OptionDetails.PrintBindingOptionDetails' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Graphics.Printing.OptionDetails.PrintCollationOptionDetails' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Graphics.Printing.OptionDetails.PrintColorModeOptionDetails' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Graphics.Printing.OptionDetails.PrintCopiesOptionDetails' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Graphics.Printing.OptionDetails.PrintCustomItemDetails' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Graphics.Printing.OptionDetails.PrintCustomItemListOptionDetails' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Graphics.Printing.OptionDetails.PrintCustomTextOptionDetails' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Graphics.Printing.OptionDetails.PrintDuplexOptionDetails' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Graphics.Printing.OptionDetails.PrintHolePunchOptionDetails' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Graphics.Printing.OptionDetails.PrintMediaSizeOptionDetails' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Graphics.Printing.OptionDetails.PrintMediaTypeOptionDetails' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Graphics.Printing.OptionDetails.PrintOptionStates' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Graphics.Printing.OptionDetails.PrintOptionType' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Graphics.Printing.OptionDetails.PrintOrientationOptionDetails' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Graphics.Printing.OptionDetails.PrintQualityOptionDetails' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Graphics.Printing.OptionDetails.PrintStapleOptionDetails' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Graphics.Printing.OptionDetails.PrintTaskOptionChangedEventArgs' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Graphics.Printing.OptionDetails.PrintTaskOptionDetails' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Graphics.Printing3D.Print3DManager' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Graphics.Printing3D.Print3DTask' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Graphics.Printing3D.Print3DTaskCompletedEventArgs' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Graphics.Printing3D.Print3DTaskCompletion' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Graphics.Printing3D.Print3DTaskDetail' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Graphics.Printing3D.Print3DTaskRequest' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Graphics.Printing3D.Print3DTaskRequestedEventArgs' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Graphics.Printing3D.Print3DTaskSourceChangedEventArgs' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Graphics.Printing3D.Print3DTaskSourceRequestedArgs' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Graphics.Printing3D.Print3DTaskSourceRequestedHandler' does not inherit from base type 'System.MulticastDelegate' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Graphics.Printing3D.Printing3D3MFPackage' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Graphics.Printing3D.Printing3DBaseMaterial' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Graphics.Printing3D.Printing3DBaseMaterialGroup' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Graphics.Printing3D.Printing3DBufferDescription' does not inherit from base type 'System.ValueType' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Graphics.Printing3D.Printing3DBufferFormat' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Graphics.Printing3D.Printing3DColorMaterial' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Graphics.Printing3D.Printing3DColorMaterialGroup' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Graphics.Printing3D.Printing3DComponent' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Graphics.Printing3D.Printing3DComponentWithMatrix' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Graphics.Printing3D.Printing3DCompositeMaterial' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Graphics.Printing3D.Printing3DCompositeMaterialGroup' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Graphics.Printing3D.Printing3DContract' does not inherit from base type 'System.ValueType' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Graphics.Printing3D.Printing3DMaterial' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Graphics.Printing3D.Printing3DMesh' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Graphics.Printing3D.Printing3DMeshVerificationMode' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Graphics.Printing3D.Printing3DMeshVerificationResult' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Graphics.Printing3D.Printing3DModel' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Graphics.Printing3D.Printing3DModelTexture' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Graphics.Printing3D.Printing3DModelUnit' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Graphics.Printing3D.Printing3DMultiplePropertyMaterial' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Graphics.Printing3D.Printing3DMultiplePropertyMaterialGroup' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Graphics.Printing3D.Printing3DObjectType' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Graphics.Printing3D.Printing3DTexture2CoordMaterial' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Graphics.Printing3D.Printing3DTexture2CoordMaterialGroup' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Graphics.Printing3D.Printing3DTextureEdgeBehavior' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Graphics.Printing3D.Printing3DTextureResource' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Management.Core.ApplicationDataManager' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Management.Deployment.DeploymentOptions' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Management.Deployment.DeploymentProgress' does not inherit from base type 'System.ValueType' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Management.Deployment.DeploymentProgressState' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Management.Deployment.DeploymentResult' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Management.Deployment.PackageInstallState' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Management.Deployment.PackageManager' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Management.Deployment.PackageState' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Management.Deployment.PackageStatus' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Management.Deployment.PackageTypes' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Management.Deployment.PackageUserInformation' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Management.Deployment.PackageVolume' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Management.Deployment.RemovalOptions' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Management.Deployment.Preview.ClassicAppManager' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Management.Deployment.Preview.DeploymentPreviewContract' does not inherit from base type 'System.ValueType' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Management.Deployment.Preview.InstalledClassicAppInfo' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Management.Orchestration.CurrentAppOrchestration' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Management.Orchestration.OrchestrationContract' does not inherit from base type 'System.ValueType' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Management.Orchestration.SingleAppModeContext' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Management.Workplace.MdmPolicy' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Management.Workplace.WorkplaceSettings' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Management.Workplace.WorkplaceSettingsContract' does not inherit from base type 'System.ValueType' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Media.AudioBuffer' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Media.AudioBufferAccessMode' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Media.AudioFrame' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Media.AudioProcessing' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Media.AutoRepeatModeChangeRequestedEventArgs' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Media.ImageDisplayProperties' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Media.MediaControl' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Media.MediaControlContract' does not inherit from base type 'System.ValueType' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Media.MediaExtensionManager' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Media.MediaMarkerTypes' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Media.MediaPlaybackAutoRepeatMode' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Media.MediaPlaybackStatus' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Media.MediaPlaybackType' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Media.MediaProcessingTriggerDetails' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Media.MusicDisplayProperties' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Media.PlaybackPositionChangeRequestedEventArgs' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Media.PlaybackRateChangeRequestedEventArgs' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Media.ShuffleEnabledChangeRequestedEventArgs' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Media.SoundLevel' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Media.SystemMediaTransportControls' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Media.SystemMediaTransportControlsButton' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Media.SystemMediaTransportControlsButtonPressedEventArgs' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Media.SystemMediaTransportControlsDisplayUpdater' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Media.SystemMediaTransportControlsProperty' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Media.SystemMediaTransportControlsPropertyChangedEventArgs' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Media.SystemMediaTransportControlsTimelineProperties' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Media.VideoDisplayProperties' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Media.VideoEffects' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Media.VideoFrame' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Media.Audio.AudioDeviceInputNode' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Media.Audio.AudioDeviceNodeCreationStatus' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Media.Audio.AudioDeviceOutputNode' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Media.Audio.AudioFileInputNode' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Media.Audio.AudioFileNodeCreationStatus' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Media.Audio.AudioFileOutputNode' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Media.Audio.AudioFrameCompletedEventArgs' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Media.Audio.AudioFrameInputNode' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Media.Audio.AudioFrameOutputNode' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Media.Audio.AudioGraph' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Media.Audio.AudioGraphConnection' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Media.Audio.AudioGraphCreationStatus' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Media.Audio.AudioGraphSettings' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Media.Audio.AudioGraphUnrecoverableError' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Media.Audio.AudioGraphUnrecoverableErrorOccurredEventArgs' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Media.Audio.AudioSubmixNode' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Media.Audio.CreateAudioDeviceInputNodeResult' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Media.Audio.CreateAudioDeviceOutputNodeResult' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Media.Audio.CreateAudioFileInputNodeResult' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Media.Audio.CreateAudioFileOutputNodeResult' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Media.Audio.CreateAudioGraphResult' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Media.Audio.EchoEffectDefinition' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Media.Audio.EqualizerBand' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Media.Audio.EqualizerEffectDefinition' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Media.Audio.FrameInputNodeQuantumStartedEventArgs' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Media.Audio.LimiterEffectDefinition' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Media.Audio.QuantumSizeSelectionMode' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Media.Audio.ReverbEffectDefinition' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Media.Capture.AdvancedCapturedPhoto' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Media.Capture.AdvancedPhotoCapture' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Media.Capture.AppCapture' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Media.Capture.AppCaptureAlternateShortcutKeys' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Media.Capture.AppCaptureContract' does not inherit from base type 'System.ValueType' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Media.Capture.AppCaptureHistoricalBufferLengthUnit' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Media.Capture.AppCaptureManager' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Media.Capture.AppCaptureSettings' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Media.Capture.AppCaptureVideoEncodingBitrateMode' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Media.Capture.AppCaptureVideoEncodingResolutionMode' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Media.Capture.CameraCaptureUI' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Media.Capture.CameraCaptureUIContract' does not inherit from base type 'System.ValueType' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Media.Capture.CameraCaptureUIMaxPhotoResolution' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Media.Capture.CameraCaptureUIMaxVideoResolution' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Media.Capture.CameraCaptureUIMode' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Media.Capture.CameraCaptureUIPhotoCaptureSettings' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Media.Capture.CameraCaptureUIPhotoFormat' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Media.Capture.CameraCaptureUIVideoCaptureSettings' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Media.Capture.CameraCaptureUIVideoFormat' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Media.Capture.CameraOptionsUI' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Media.Capture.CapturedFrame' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Media.Capture.CapturedFrameControlValues' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Media.Capture.CapturedPhoto' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Media.Capture.KnownVideoProfile' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Media.Capture.LowLagMediaRecording' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Media.Capture.LowLagPhotoCapture' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Media.Capture.LowLagPhotoSequenceCapture' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Media.Capture.MediaCapture' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Media.Capture.MediaCaptureFailedEventArgs' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Media.Capture.MediaCaptureFailedEventHandler' does not inherit from base type 'System.MulticastDelegate' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Media.Capture.MediaCaptureFocusChangedEventArgs' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Media.Capture.MediaCaptureInitializationSettings' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Media.Capture.MediaCaptureSettings' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Media.Capture.MediaCaptureThermalStatus' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Media.Capture.MediaCaptureVideoProfile' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Media.Capture.MediaCaptureVideoProfileMediaDescription' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Media.Capture.MediaCategory' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Media.Capture.MediaStreamType' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Media.Capture.OptionalReferencePhotoCapturedEventArgs' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Media.Capture.PhotoCapturedEventArgs' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Media.Capture.PhotoCaptureSource' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Media.Capture.PhotoConfirmationCapturedEventArgs' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Media.Capture.PowerlineFrequency' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Media.Capture.RecordLimitationExceededEventHandler' does not inherit from base type 'System.MulticastDelegate' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Media.Capture.ScreenCapture' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Media.Capture.SourceSuspensionChangedEventArgs' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Media.Capture.StreamingCaptureMode' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Media.Capture.VideoDeviceCharacteristic' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Media.Capture.VideoRotation' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Media.Capture.VideoStreamConfiguration' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Media.Capture.WhiteBalanceGain' does not inherit from base type 'System.ValueType' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Media.Capture.Core.VariablePhotoCapturedEventArgs' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Media.Capture.Core.VariablePhotoSequenceCapture' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Media.Casting.CastingConnection' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Media.Casting.CastingConnectionErrorOccurredEventArgs' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Media.Casting.CastingConnectionErrorStatus' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Media.Casting.CastingConnectionState' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Media.Casting.CastingDevice' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Media.Casting.CastingDevicePicker' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Media.Casting.CastingDevicePickerFilter' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Media.Casting.CastingDeviceSelectedEventArgs' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Media.Casting.CastingPlaybackTypes' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Media.Casting.CastingSource' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Media.ClosedCaptioning.ClosedCaptionColor' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Media.ClosedCaptioning.ClosedCaptionEdgeEffect' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Media.ClosedCaptioning.ClosedCaptionOpacity' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Media.ClosedCaptioning.ClosedCaptionProperties' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Media.ClosedCaptioning.ClosedCaptionSize' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Media.ClosedCaptioning.ClosedCaptionStyle' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Media.ContentRestrictions.ContentAccessRestrictionLevel' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Media.ContentRestrictions.ContentRestrictionsBrowsePolicy' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Media.ContentRestrictions.RatedContentCategory' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Media.ContentRestrictions.RatedContentDescription' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Media.ContentRestrictions.RatedContentRestrictions' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Media.Core.AudioStreamDescriptor' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Media.Core.AudioTrack' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Media.Core.DataCue' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Media.Core.FaceDetectedEventArgs' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Media.Core.FaceDetectionEffect' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Media.Core.FaceDetectionEffectDefinition' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Media.Core.FaceDetectionEffectFrame' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Media.Core.FaceDetectionMode' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Media.Core.HighDynamicRangeControl' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Media.Core.HighDynamicRangeOutput' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Media.Core.MediaBinder' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Media.Core.MediaBindingEventArgs' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Media.Core.MediaCueEventArgs' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Media.Core.MediaSource' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Media.Core.MediaSourceError' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Media.Core.MediaSourceOpenOperationCompletedEventArgs' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Media.Core.MediaSourceState' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Media.Core.MediaSourceStateChangedEventArgs' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Media.Core.MediaStreamSample' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Media.Core.MediaStreamSamplePropertySet' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Media.Core.MediaStreamSampleProtectionProperties' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Media.Core.MediaStreamSource' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Media.Core.MediaStreamSourceClosedEventArgs' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Media.Core.MediaStreamSourceClosedReason' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Media.Core.MediaStreamSourceClosedRequest' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Media.Core.MediaStreamSourceErrorStatus' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Media.Core.MediaStreamSourceSampleRequest' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Media.Core.MediaStreamSourceSampleRequestDeferral' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Media.Core.MediaStreamSourceSampleRequestedEventArgs' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Media.Core.MediaStreamSourceStartingEventArgs' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Media.Core.MediaStreamSourceStartingRequest' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Media.Core.MediaStreamSourceStartingRequestDeferral' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Media.Core.MediaStreamSourceSwitchStreamsRequest' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Media.Core.MediaStreamSourceSwitchStreamsRequestDeferral' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Media.Core.MediaStreamSourceSwitchStreamsRequestedEventArgs' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Media.Core.MediaTrackKind' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Media.Core.MseAppendMode' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Media.Core.MseEndOfStreamStatus' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Media.Core.MseReadyState' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Media.Core.MseSourceBuffer' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Media.Core.MseSourceBufferList' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Media.Core.MseStreamSource' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Media.Core.MseTimeRange' does not inherit from base type 'System.ValueType' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Media.Core.SceneAnalysisEffect' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Media.Core.SceneAnalysisEffectDefinition' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Media.Core.SceneAnalysisEffectFrame' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Media.Core.SceneAnalyzedEventArgs' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Media.Core.TimedMetadataKind' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Media.Core.TimedMetadataTrack' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Media.Core.TimedMetadataTrackError' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Media.Core.TimedMetadataTrackErrorCode' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Media.Core.TimedMetadataTrackFailedEventArgs' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Media.Core.TimedTextCue' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Media.Core.TimedTextDisplayAlignment' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Media.Core.TimedTextDouble' does not inherit from base type 'System.ValueType' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Media.Core.TimedTextFlowDirection' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Media.Core.TimedTextLine' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Media.Core.TimedTextLineAlignment' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Media.Core.TimedTextPadding' does not inherit from base type 'System.ValueType' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Media.Core.TimedTextPoint' does not inherit from base type 'System.ValueType' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Media.Core.TimedTextRegion' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Media.Core.TimedTextScrollMode' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Media.Core.TimedTextSize' does not inherit from base type 'System.ValueType' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Media.Core.TimedTextSource' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Media.Core.TimedTextSourceResolveResultEventArgs' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Media.Core.TimedTextStyle' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Media.Core.TimedTextSubformat' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Media.Core.TimedTextUnit' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Media.Core.TimedTextWeight' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Media.Core.TimedTextWrapping' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Media.Core.TimedTextWritingMode' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Media.Core.VideoStabilizationEffect' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Media.Core.VideoStabilizationEffectDefinition' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Media.Core.VideoStabilizationEffectEnabledChangedEventArgs' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Media.Core.VideoStabilizationEffectEnabledChangedReason' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Media.Core.VideoStreamDescriptor' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Media.Core.VideoTrack' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Media.Devices.AdvancedPhotoCaptureSettings' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Media.Devices.AdvancedPhotoControl' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Media.Devices.AdvancedPhotoMode' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Media.Devices.AudioDeviceController' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Media.Devices.AudioDeviceRole' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Media.Devices.AutoFocusRange' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Media.Devices.CallControl' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Media.Devices.CallControlContract' does not inherit from base type 'System.ValueType' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Media.Devices.CallControlEventHandler' does not inherit from base type 'System.MulticastDelegate' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Media.Devices.CameraStreamState' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Media.Devices.CaptureSceneMode' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Media.Devices.CaptureUse' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Media.Devices.ColorTemperaturePreset' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Media.Devices.DefaultAudioCaptureDeviceChangedEventArgs' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Media.Devices.DefaultAudioRenderDeviceChangedEventArgs' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Media.Devices.DialRequestedEventArgs' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Media.Devices.DialRequestedEventHandler' does not inherit from base type 'System.MulticastDelegate' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Media.Devices.ExposureCompensationControl' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Media.Devices.ExposureControl' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Media.Devices.ExposurePriorityVideoControl' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Media.Devices.FlashControl' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Media.Devices.FocusControl' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Media.Devices.FocusMode' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Media.Devices.FocusPreset' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Media.Devices.FocusSettings' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Media.Devices.HdrVideoControl' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Media.Devices.HdrVideoMode' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Media.Devices.IsoSpeedControl' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Media.Devices.IsoSpeedPreset' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Media.Devices.KeypadPressedEventArgs' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Media.Devices.KeypadPressedEventHandler' does not inherit from base type 'System.MulticastDelegate' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Media.Devices.LowLagPhotoControl' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Media.Devices.LowLagPhotoSequenceControl' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Media.Devices.ManualFocusDistance' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Media.Devices.MediaCaptureFocusState' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Media.Devices.MediaCaptureOptimization' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Media.Devices.MediaCapturePauseBehavior' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Media.Devices.MediaDevice' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Media.Devices.MediaDeviceControl' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Media.Devices.MediaDeviceControlCapabilities' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Media.Devices.OpticalImageStabilizationControl' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Media.Devices.OpticalImageStabilizationMode' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Media.Devices.PhotoConfirmationControl' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Media.Devices.RedialRequestedEventArgs' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Media.Devices.RedialRequestedEventHandler' does not inherit from base type 'System.MulticastDelegate' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Media.Devices.RegionOfInterest' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Media.Devices.RegionOfInterestType' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Media.Devices.RegionsOfInterestControl' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Media.Devices.SceneModeControl' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Media.Devices.TelephonyKey' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Media.Devices.TorchControl' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Media.Devices.VideoDeviceController' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Media.Devices.WhiteBalanceControl' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Media.Devices.ZoomControl' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Media.Devices.ZoomSettings' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Media.Devices.ZoomTransitionMode' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Media.Devices.Core.CameraIntrinsics' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Media.Devices.Core.FrameControlCapabilities' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Media.Devices.Core.FrameController' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Media.Devices.Core.FrameExposureCapabilities' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Media.Devices.Core.FrameExposureCompensationCapabilities' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Media.Devices.Core.FrameExposureCompensationControl' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Media.Devices.Core.FrameExposureControl' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Media.Devices.Core.FrameFlashCapabilities' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Media.Devices.Core.FrameFlashControl' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Media.Devices.Core.FrameFlashMode' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Media.Devices.Core.FrameFocusCapabilities' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Media.Devices.Core.FrameFocusControl' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Media.Devices.Core.FrameIsoSpeedCapabilities' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Media.Devices.Core.FrameIsoSpeedControl' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Media.Devices.Core.VariablePhotoSequenceController' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Media.DialProtocol.DialApp' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Media.DialProtocol.DialAppLaunchResult' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Media.DialProtocol.DialAppState' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Media.DialProtocol.DialAppStateDetails' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Media.DialProtocol.DialAppStopResult' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Media.DialProtocol.DialDevice' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Media.DialProtocol.DialDeviceDisplayStatus' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Media.DialProtocol.DialDevicePicker' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Media.DialProtocol.DialDevicePickerFilter' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Media.DialProtocol.DialDeviceSelectedEventArgs' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Media.DialProtocol.DialDisconnectButtonClickedEventArgs' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Media.Editing.BackgroundAudioTrack' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Media.Editing.EmbeddedAudioTrack' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Media.Editing.MediaClip' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Media.Editing.MediaComposition' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Media.Editing.MediaOverlay' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Media.Editing.MediaOverlayLayer' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Media.Editing.MediaTrimmingPreference' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Media.Editing.VideoFramePrecision' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Media.Effects.AudioCaptureEffectsManager' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Media.Effects.AudioEffect' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Media.Effects.AudioEffectDefinition' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Media.Effects.AudioEffectsManager' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Media.Effects.AudioEffectType' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Media.Effects.AudioRenderEffectsManager' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Media.Effects.CompositeVideoFrameContext' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Media.Effects.MediaEffectClosedReason' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Media.Effects.MediaMemoryTypes' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Media.Effects.ProcessAudioFrameContext' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Media.Effects.ProcessVideoFrameContext' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Media.Effects.SlowMotionEffectDefinition' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Media.Effects.VideoCompositorDefinition' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Media.Effects.VideoEffectDefinition' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Media.Effects.VideoTransformEffectDefinition' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Media.FaceAnalysis.DetectedFace' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Media.FaceAnalysis.FaceDetector' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Media.FaceAnalysis.FaceTracker' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Media.Import.PhotoImportAccessMode' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Media.Import.PhotoImportConnectionTransport' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Media.Import.PhotoImportContentType' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Media.Import.PhotoImportContentTypeFilter' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Media.Import.PhotoImportDeleteImportedItemsFromSourceResult' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Media.Import.PhotoImportFindItemsResult' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Media.Import.PhotoImportImportItemsResult' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Media.Import.PhotoImportImportMode' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Media.Import.PhotoImportItem' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Media.Import.PhotoImportItemImportedEventArgs' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Media.Import.PhotoImportItemSelectionMode' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Media.Import.PhotoImportManager' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Media.Import.PhotoImportOperation' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Media.Import.PhotoImportPowerSource' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Media.Import.PhotoImportProgress' does not inherit from base type 'System.ValueType' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Media.Import.PhotoImportSelectionChangedEventArgs' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Media.Import.PhotoImportSession' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Media.Import.PhotoImportSidecar' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Media.Import.PhotoImportSource' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Media.Import.PhotoImportSourceType' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Media.Import.PhotoImportStage' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Media.Import.PhotoImportStorageMedium' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Media.Import.PhotoImportStorageMediumType' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Media.Import.PhotoImportSubfolderCreationMode' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Media.Import.PhotoImportVideoSegment' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Media.MediaProperties.AudioEncodingProperties' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Media.MediaProperties.AudioEncodingQuality' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Media.MediaProperties.ContainerEncodingProperties' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Media.MediaProperties.H264ProfileIds' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Media.MediaProperties.ImageEncodingProperties' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Media.MediaProperties.MediaEncodingProfile' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Media.MediaProperties.MediaEncodingSubtypes' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Media.MediaProperties.MediaMirroringOptions' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Media.MediaProperties.MediaPixelFormat' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Media.MediaProperties.MediaPropertySet' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Media.MediaProperties.MediaRatio' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Media.MediaProperties.MediaRotation' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Media.MediaProperties.MediaThumbnailFormat' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Media.MediaProperties.Mpeg2ProfileIds' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Media.MediaProperties.VideoEncodingProperties' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Media.MediaProperties.VideoEncodingQuality' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Media.Ocr.OcrEngine' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Media.Ocr.OcrLine' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Media.Ocr.OcrResult' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Media.Ocr.OcrWord' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Media.Playback.BackgroundMediaPlayer' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Media.Playback.CurrentMediaPlaybackItemChangedEventArgs' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Media.Playback.FailedMediaStreamKind' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Media.Playback.MediaPlaybackAudioTrackList' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Media.Playback.MediaPlaybackItem' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Media.Playback.MediaPlaybackItemError' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Media.Playback.MediaPlaybackItemErrorCode' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Media.Playback.MediaPlaybackItemFailedEventArgs' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Media.Playback.MediaPlaybackItemOpenedEventArgs' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Media.Playback.MediaPlaybackList' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Media.Playback.MediaPlaybackTimedMetadataTrackList' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Media.Playback.MediaPlaybackVideoTrackList' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Media.Playback.MediaPlayer' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Media.Playback.MediaPlayerAudioCategory' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Media.Playback.MediaPlayerAudioDeviceType' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Media.Playback.MediaPlayerDataReceivedEventArgs' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Media.Playback.MediaPlayerError' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Media.Playback.MediaPlayerFailedEventArgs' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Media.Playback.MediaPlayerRateChangedEventArgs' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Media.Playback.MediaPlayerState' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Media.Playback.PlaybackMediaMarker' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Media.Playback.PlaybackMediaMarkerReachedEventArgs' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Media.Playback.PlaybackMediaMarkerSequence' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Media.Playback.TimedMetadataPresentationModeChangedEventArgs' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Media.Playback.TimedMetadataTrackPresentationMode' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Media.Playlists.Playlist' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Media.Playlists.PlaylistFormat' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Media.Playlists.PlaylistsContract' does not inherit from base type 'System.ValueType' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Media.PlayTo.CurrentTimeChangeRequestedEventArgs' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Media.PlayTo.MuteChangeRequestedEventArgs' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Media.PlayTo.PlaybackRateChangeRequestedEventArgs' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Media.PlayTo.PlayToConnection' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Media.PlayTo.PlayToConnectionError' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Media.PlayTo.PlayToConnectionErrorEventArgs' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Media.PlayTo.PlayToConnectionState' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Media.PlayTo.PlayToConnectionStateChangedEventArgs' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Media.PlayTo.PlayToConnectionTransferredEventArgs' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Media.PlayTo.PlayToManager' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Media.PlayTo.PlayToReceiver' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Media.PlayTo.PlayToSource' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Media.PlayTo.PlayToSourceDeferral' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Media.PlayTo.PlayToSourceRequest' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Media.PlayTo.PlayToSourceRequestedEventArgs' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Media.PlayTo.PlayToSourceSelectedEventArgs' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Media.PlayTo.SourceChangeRequestedEventArgs' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Media.PlayTo.VolumeChangeRequestedEventArgs' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Media.Protection.ComponentLoadFailedEventArgs' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Media.Protection.ComponentLoadFailedEventHandler' does not inherit from base type 'System.MulticastDelegate' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Media.Protection.ComponentRenewal' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Media.Protection.GraphicsTrustStatus' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Media.Protection.MediaProtectionManager' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Media.Protection.MediaProtectionPMPServer' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Media.Protection.MediaProtectionServiceCompletion' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Media.Protection.ProtectionCapabilities' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Media.Protection.ProtectionCapabilityResult' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Media.Protection.ProtectionRenewalContract' does not inherit from base type 'System.ValueType' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Media.Protection.RebootNeededEventHandler' does not inherit from base type 'System.MulticastDelegate' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Media.Protection.RenewalStatus' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Media.Protection.RevocationAndRenewalInformation' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Media.Protection.RevocationAndRenewalItem' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Media.Protection.RevocationAndRenewalReasons' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Media.Protection.ServiceRequestedEventArgs' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Media.Protection.ServiceRequestedEventHandler' does not inherit from base type 'System.MulticastDelegate' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Media.Protection.PlayReady.NDCertificateFeature' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Media.Protection.PlayReady.NDCertificatePlatformID' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Media.Protection.PlayReady.NDCertificateType' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Media.Protection.PlayReady.NDClient' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Media.Protection.PlayReady.NDClosedCaptionFormat' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Media.Protection.PlayReady.NDContentIDType' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Media.Protection.PlayReady.NDCustomData' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Media.Protection.PlayReady.NDDownloadEngineNotifier' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Media.Protection.PlayReady.NDLicenseFetchDescriptor' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Media.Protection.PlayReady.NDMediaStreamType' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Media.Protection.PlayReady.NDProximityDetectionType' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Media.Protection.PlayReady.NDStartAsyncOptions' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Media.Protection.PlayReady.NDStorageFileHelper' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Media.Protection.PlayReady.NDStreamParserNotifier' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Media.Protection.PlayReady.NDTCPMessenger' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Media.Protection.PlayReady.PlayReadyContentHeader' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Media.Protection.PlayReady.PlayReadyContentResolver' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Media.Protection.PlayReady.PlayReadyDecryptorSetup' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Media.Protection.PlayReady.PlayReadyDomain' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Media.Protection.PlayReady.PlayReadyDomainIterable' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Media.Protection.PlayReady.PlayReadyDomainIterator' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Media.Protection.PlayReady.PlayReadyDomainJoinServiceRequest' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Media.Protection.PlayReady.PlayReadyDomainLeaveServiceRequest' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Media.Protection.PlayReady.PlayReadyEncryptionAlgorithm' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Media.Protection.PlayReady.PlayReadyHardwareDRMFeatures' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Media.Protection.PlayReady.PlayReadyIndividualizationServiceRequest' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Media.Protection.PlayReady.PlayReadyITADataFormat' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Media.Protection.PlayReady.PlayReadyITADataGenerator' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Media.Protection.PlayReady.PlayReadyLicense' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Media.Protection.PlayReady.PlayReadyLicenseAcquisitionServiceRequest' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Media.Protection.PlayReady.PlayReadyLicenseIterable' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Media.Protection.PlayReady.PlayReadyLicenseIterator' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Media.Protection.PlayReady.PlayReadyLicenseManagement' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Media.Protection.PlayReady.PlayReadyLicenseSession' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Media.Protection.PlayReady.PlayReadyMeteringReportServiceRequest' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Media.Protection.PlayReady.PlayReadyRevocationServiceRequest' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Media.Protection.PlayReady.PlayReadySecureStopIterable' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Media.Protection.PlayReady.PlayReadySecureStopIterator' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Media.Protection.PlayReady.PlayReadySecureStopServiceRequest' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Media.Protection.PlayReady.PlayReadySoapMessage' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Media.Protection.PlayReady.PlayReadyStatics' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Media.Render.AudioRenderCategory' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Media.SpeechRecognition.SpeechContinuousRecognitionCompletedEventArgs' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Media.SpeechRecognition.SpeechContinuousRecognitionMode' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Media.SpeechRecognition.SpeechContinuousRecognitionResultGeneratedEventArgs' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Media.SpeechRecognition.SpeechContinuousRecognitionSession' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Media.SpeechRecognition.SpeechRecognitionAudioProblem' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Media.SpeechRecognition.SpeechRecognitionCompilationResult' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Media.SpeechRecognition.SpeechRecognitionConfidence' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Media.SpeechRecognition.SpeechRecognitionConstraintProbability' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Media.SpeechRecognition.SpeechRecognitionConstraintType' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Media.SpeechRecognition.SpeechRecognitionGrammarFileConstraint' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Media.SpeechRecognition.SpeechRecognitionHypothesis' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Media.SpeechRecognition.SpeechRecognitionHypothesisGeneratedEventArgs' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Media.SpeechRecognition.SpeechRecognitionListConstraint' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Media.SpeechRecognition.SpeechRecognitionQualityDegradingEventArgs' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Media.SpeechRecognition.SpeechRecognitionResult' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Media.SpeechRecognition.SpeechRecognitionResultStatus' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Media.SpeechRecognition.SpeechRecognitionScenario' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Media.SpeechRecognition.SpeechRecognitionSemanticInterpretation' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Media.SpeechRecognition.SpeechRecognitionTopicConstraint' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Media.SpeechRecognition.SpeechRecognitionVoiceCommandDefinitionConstraint' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Media.SpeechRecognition.SpeechRecognizer' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Media.SpeechRecognition.SpeechRecognizerState' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Media.SpeechRecognition.SpeechRecognizerStateChangedEventArgs' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Media.SpeechRecognition.SpeechRecognizerTimeouts' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Media.SpeechRecognition.SpeechRecognizerUIOptions' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Media.SpeechRecognition.VoiceCommandManager' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Media.SpeechRecognition.VoiceCommandSet' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Media.SpeechSynthesis.SpeechSynthesisStream' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Media.SpeechSynthesis.SpeechSynthesizer' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Media.SpeechSynthesis.VoiceGender' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Media.SpeechSynthesis.VoiceInformation' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Media.Streaming.Adaptive.AdaptiveMediaSource' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Media.Streaming.Adaptive.AdaptiveMediaSourceAdvancedSettings' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Media.Streaming.Adaptive.AdaptiveMediaSourceCreationResult' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Media.Streaming.Adaptive.AdaptiveMediaSourceCreationStatus' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Media.Streaming.Adaptive.AdaptiveMediaSourceDownloadBitrateChangedEventArgs' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Media.Streaming.Adaptive.AdaptiveMediaSourceDownloadCompletedEventArgs' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Media.Streaming.Adaptive.AdaptiveMediaSourceDownloadFailedEventArgs' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Media.Streaming.Adaptive.AdaptiveMediaSourceDownloadRequestedDeferral' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Media.Streaming.Adaptive.AdaptiveMediaSourceDownloadRequestedEventArgs' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Media.Streaming.Adaptive.AdaptiveMediaSourceDownloadResult' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Media.Streaming.Adaptive.AdaptiveMediaSourcePlaybackBitrateChangedEventArgs' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Media.Streaming.Adaptive.AdaptiveMediaSourceResourceType' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Media.Transcoding.MediaTranscoder' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Media.Transcoding.MediaVideoProcessingAlgorithm' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Media.Transcoding.PrepareTranscodeResult' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Media.Transcoding.TranscodeFailureReason' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Networking.DomainNameType' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Networking.EndpointPair' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Networking.HostName' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Networking.HostNameSortOptions' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Networking.HostNameType' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Networking.BackgroundTransfer.BackgroundDownloader' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Networking.BackgroundTransfer.BackgroundDownloadProgress' does not inherit from base type 'System.ValueType' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Networking.BackgroundTransfer.BackgroundTransferBehavior' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Networking.BackgroundTransfer.BackgroundTransferCompletionGroup' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Networking.BackgroundTransfer.BackgroundTransferCompletionGroupTriggerDetails' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Networking.BackgroundTransfer.BackgroundTransferContentPart' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Networking.BackgroundTransfer.BackgroundTransferCostPolicy' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Networking.BackgroundTransfer.BackgroundTransferError' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Networking.BackgroundTransfer.BackgroundTransferGroup' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Networking.BackgroundTransfer.BackgroundTransferPriority' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Networking.BackgroundTransfer.BackgroundTransferStatus' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Networking.BackgroundTransfer.BackgroundUploader' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Networking.BackgroundTransfer.BackgroundUploadProgress' does not inherit from base type 'System.ValueType' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Networking.BackgroundTransfer.ContentPrefetcher' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Networking.BackgroundTransfer.DownloadOperation' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Networking.BackgroundTransfer.ResponseInformation' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Networking.BackgroundTransfer.UnconstrainedTransferRequestResult' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Networking.BackgroundTransfer.UploadOperation' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Networking.Connectivity.AttributedNetworkUsage' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Networking.Connectivity.CellularApnAuthenticationType' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Networking.Connectivity.CellularApnContext' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Networking.Connectivity.ConnectionCost' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Networking.Connectivity.ConnectionProfile' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Networking.Connectivity.ConnectionProfileFilter' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Networking.Connectivity.ConnectionSession' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Networking.Connectivity.ConnectivityInterval' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Networking.Connectivity.ConnectivityManager' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Networking.Connectivity.DataPlanStatus' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Networking.Connectivity.DataPlanUsage' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Networking.Connectivity.DataUsage' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Networking.Connectivity.DataUsageGranularity' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Networking.Connectivity.DomainConnectivityLevel' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Networking.Connectivity.IPInformation' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Networking.Connectivity.LanIdentifier' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Networking.Connectivity.LanIdentifierData' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Networking.Connectivity.NetworkAdapter' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Networking.Connectivity.NetworkAuthenticationType' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Networking.Connectivity.NetworkConnectivityLevel' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Networking.Connectivity.NetworkCostType' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Networking.Connectivity.NetworkEncryptionType' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Networking.Connectivity.NetworkInformation' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Networking.Connectivity.NetworkItem' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Networking.Connectivity.NetworkSecuritySettings' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Networking.Connectivity.NetworkStateChangeEventDetails' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Networking.Connectivity.NetworkStatusChangedEventHandler' does not inherit from base type 'System.MulticastDelegate' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Networking.Connectivity.NetworkTypes' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Networking.Connectivity.NetworkUsage' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Networking.Connectivity.NetworkUsageStates' does not inherit from base type 'System.ValueType' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Networking.Connectivity.ProxyConfiguration' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Networking.Connectivity.RoamingStates' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Networking.Connectivity.RoutePolicy' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Networking.Connectivity.TriStates' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Networking.Connectivity.WlanConnectionProfileDetails' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Networking.Connectivity.WwanConnectionProfileDetails' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Networking.Connectivity.WwanContract' does not inherit from base type 'System.ValueType' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Networking.Connectivity.WwanDataClass' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Networking.Connectivity.WwanNetworkRegistrationState' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Networking.NetworkOperators.DataClasses' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Networking.NetworkOperators.FdnAccessManager' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Networking.NetworkOperators.HotspotAuthenticationContext' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Networking.NetworkOperators.HotspotAuthenticationEventDetails' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Networking.NetworkOperators.HotspotAuthenticationResponseCode' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Networking.NetworkOperators.HotspotCredentialsAuthenticationResult' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Networking.NetworkOperators.KnownCSimFilePaths' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Networking.NetworkOperators.KnownRuimFilePaths' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Networking.NetworkOperators.KnownSimFilePaths' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Networking.NetworkOperators.KnownUSimFilePaths' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Networking.NetworkOperators.LegacyNetworkOperatorsContract' does not inherit from base type 'System.ValueType' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Networking.NetworkOperators.MobileBroadbandAccount' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Networking.NetworkOperators.MobileBroadbandAccountEventArgs' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Networking.NetworkOperators.MobileBroadbandAccountUpdatedEventArgs' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Networking.NetworkOperators.MobileBroadbandAccountWatcher' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Networking.NetworkOperators.MobileBroadbandAccountWatcherStatus' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Networking.NetworkOperators.MobileBroadbandDeviceInformation' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Networking.NetworkOperators.MobileBroadbandDeviceService' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Networking.NetworkOperators.MobileBroadbandDeviceServiceCommandResult' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Networking.NetworkOperators.MobileBroadbandDeviceServiceCommandSession' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Networking.NetworkOperators.MobileBroadbandDeviceServiceDataReceivedEventArgs' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Networking.NetworkOperators.MobileBroadbandDeviceServiceDataSession' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Networking.NetworkOperators.MobileBroadbandDeviceServiceInformation' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Networking.NetworkOperators.MobileBroadbandDeviceServiceTriggerDetails' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Networking.NetworkOperators.MobileBroadbandDeviceType' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Networking.NetworkOperators.MobileBroadbandModem' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Networking.NetworkOperators.MobileBroadbandModemConfiguration' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Networking.NetworkOperators.MobileBroadbandNetwork' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Networking.NetworkOperators.MobileBroadbandNetworkRegistrationStateChange' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Networking.NetworkOperators.MobileBroadbandNetworkRegistrationStateChangeTriggerDetails' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Networking.NetworkOperators.MobileBroadbandPin' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Networking.NetworkOperators.MobileBroadbandPinFormat' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Networking.NetworkOperators.MobileBroadbandPinLockState' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Networking.NetworkOperators.MobileBroadbandPinLockStateChange' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Networking.NetworkOperators.MobileBroadbandPinLockStateChangeTriggerDetails' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Networking.NetworkOperators.MobileBroadbandPinManager' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Networking.NetworkOperators.MobileBroadbandPinOperationResult' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Networking.NetworkOperators.MobileBroadbandPinType' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Networking.NetworkOperators.MobileBroadbandRadioState' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Networking.NetworkOperators.MobileBroadbandRadioStateChange' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Networking.NetworkOperators.MobileBroadbandRadioStateChangeTriggerDetails' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Networking.NetworkOperators.MobileBroadbandUicc' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Networking.NetworkOperators.MobileBroadbandUiccApp' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Networking.NetworkOperators.MobileBroadbandUiccAppOperationStatus' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Networking.NetworkOperators.MobileBroadbandUiccAppReadRecordResult' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Networking.NetworkOperators.MobileBroadbandUiccAppRecordDetailsResult' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Networking.NetworkOperators.MobileBroadbandUiccAppsResult' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Networking.NetworkOperators.NetworkDeviceStatus' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Networking.NetworkOperators.NetworkOperatorEventMessageType' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Networking.NetworkOperators.NetworkOperatorNotificationEventDetails' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Networking.NetworkOperators.NetworkOperatorsFdnContract' does not inherit from base type 'System.ValueType' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Networking.NetworkOperators.NetworkOperatorTetheringAccessPointConfiguration' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Networking.NetworkOperators.NetworkOperatorTetheringClient' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Networking.NetworkOperators.NetworkOperatorTetheringManager' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Networking.NetworkOperators.NetworkOperatorTetheringOperationResult' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Networking.NetworkOperators.NetworkRegistrationState' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Networking.NetworkOperators.ProfileMediaType' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Networking.NetworkOperators.ProfileUsage' does not inherit from base type 'System.ValueType' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Networking.NetworkOperators.ProvisionedProfile' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Networking.NetworkOperators.ProvisionFromXmlDocumentResults' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Networking.NetworkOperators.ProvisioningAgent' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Networking.NetworkOperators.TetheringCapability' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Networking.NetworkOperators.TetheringOperationalState' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Networking.NetworkOperators.TetheringOperationStatus' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Networking.NetworkOperators.UiccAccessCondition' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Networking.NetworkOperators.UiccAppKind' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Networking.NetworkOperators.UiccAppRecordKind' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Networking.NetworkOperators.UssdMessage' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Networking.NetworkOperators.UssdReply' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Networking.NetworkOperators.UssdResultCode' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Networking.NetworkOperators.UssdSession' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Networking.Proximity.ConnectionRequestedEventArgs' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Networking.Proximity.DeviceArrivedEventHandler' does not inherit from base type 'System.MulticastDelegate' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Networking.Proximity.DeviceDepartedEventHandler' does not inherit from base type 'System.MulticastDelegate' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Networking.Proximity.MessageReceivedHandler' does not inherit from base type 'System.MulticastDelegate' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Networking.Proximity.MessageTransmittedHandler' does not inherit from base type 'System.MulticastDelegate' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Networking.Proximity.PeerDiscoveryTypes' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Networking.Proximity.PeerFinder' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Networking.Proximity.PeerInformation' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Networking.Proximity.PeerRole' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Networking.Proximity.PeerWatcher' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Networking.Proximity.PeerWatcherStatus' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Networking.Proximity.ProximityDevice' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Networking.Proximity.ProximityMessage' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Networking.Proximity.TriggeredConnectionStateChangedEventArgs' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Networking.Proximity.TriggeredConnectState' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Networking.PushNotifications.PushNotificationChannel' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Networking.PushNotifications.PushNotificationChannelManager' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Networking.PushNotifications.PushNotificationReceivedEventArgs' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Networking.PushNotifications.PushNotificationType' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Networking.PushNotifications.RawNotification' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Networking.ServiceDiscovery.Dnssd.DnssdRegistrationResult' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Networking.ServiceDiscovery.Dnssd.DnssdRegistrationStatus' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Networking.ServiceDiscovery.Dnssd.DnssdServiceInstance' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Networking.ServiceDiscovery.Dnssd.DnssdServiceInstanceCollection' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Networking.ServiceDiscovery.Dnssd.DnssdServiceWatcher' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Networking.ServiceDiscovery.Dnssd.DnssdServiceWatcherStatus' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Networking.Sockets.BandwidthStatistics' does not inherit from base type 'System.ValueType' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Networking.Sockets.ControlChannelTrigger' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Networking.Sockets.ControlChannelTriggerContract' does not inherit from base type 'System.ValueType' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Networking.Sockets.ControlChannelTriggerResetReason' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Networking.Sockets.ControlChannelTriggerResourceType' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Networking.Sockets.ControlChannelTriggerStatus' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Networking.Sockets.DatagramSocket' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Networking.Sockets.DatagramSocketControl' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Networking.Sockets.DatagramSocketInformation' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Networking.Sockets.DatagramSocketMessageReceivedEventArgs' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Networking.Sockets.MessageWebSocket' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Networking.Sockets.MessageWebSocketControl' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Networking.Sockets.MessageWebSocketInformation' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Networking.Sockets.MessageWebSocketMessageReceivedEventArgs' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Networking.Sockets.RoundTripTimeStatistics' does not inherit from base type 'System.ValueType' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Networking.Sockets.SocketActivityConnectedStandbyAction' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Networking.Sockets.SocketActivityContext' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Networking.Sockets.SocketActivityInformation' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Networking.Sockets.SocketActivityKind' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Networking.Sockets.SocketActivityTriggerDetails' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Networking.Sockets.SocketActivityTriggerReason' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Networking.Sockets.SocketError' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Networking.Sockets.SocketErrorStatus' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Networking.Sockets.SocketMessageType' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Networking.Sockets.SocketProtectionLevel' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Networking.Sockets.SocketQualityOfService' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Networking.Sockets.SocketSslErrorSeverity' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Networking.Sockets.StreamSocket' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Networking.Sockets.StreamSocketControl' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Networking.Sockets.StreamSocketInformation' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Networking.Sockets.StreamSocketListener' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Networking.Sockets.StreamSocketListenerConnectionReceivedEventArgs' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Networking.Sockets.StreamSocketListenerControl' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Networking.Sockets.StreamSocketListenerInformation' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Networking.Sockets.StreamWebSocket' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Networking.Sockets.StreamWebSocketControl' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Networking.Sockets.StreamWebSocketInformation' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Networking.Sockets.WebSocketClosedEventArgs' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Networking.Sockets.WebSocketError' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Networking.Sockets.WebSocketKeepAlive' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Networking.Vpn.VpnAppId' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Networking.Vpn.VpnAppIdType' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Networking.Vpn.VpnAuthenticationMethod' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Networking.Vpn.VpnChannel' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Networking.Vpn.VpnChannelActivityEventArgs' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Networking.Vpn.VpnChannelActivityEventType' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Networking.Vpn.VpnChannelActivityStateChangedArgs' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Networking.Vpn.VpnChannelConfiguration' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Networking.Vpn.VpnChannelRequestCredentialsOptions' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Networking.Vpn.VpnCredential' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Networking.Vpn.VpnCredentialType' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Networking.Vpn.VpnCustomCheckBox' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Networking.Vpn.VpnCustomComboBox' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Networking.Vpn.VpnCustomEditBox' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Networking.Vpn.VpnCustomErrorBox' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Networking.Vpn.VpnCustomPromptBooleanInput' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Networking.Vpn.VpnCustomPromptOptionSelector' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Networking.Vpn.VpnCustomPromptText' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Networking.Vpn.VpnCustomPromptTextInput' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Networking.Vpn.VpnCustomTextBox' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Networking.Vpn.VpnDataPathType' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Networking.Vpn.VpnDomainNameAssignment' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Networking.Vpn.VpnDomainNameInfo' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Networking.Vpn.VpnDomainNameType' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Networking.Vpn.VpnInterfaceId' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Networking.Vpn.VpnIPProtocol' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Networking.Vpn.VpnManagementAgent' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Networking.Vpn.VpnManagementErrorStatus' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Networking.Vpn.VpnNamespaceAssignment' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Networking.Vpn.VpnNamespaceInfo' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Networking.Vpn.VpnNativeProfile' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Networking.Vpn.VpnNativeProtocolType' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Networking.Vpn.VpnPacketBuffer' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Networking.Vpn.VpnPacketBufferList' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Networking.Vpn.VpnPacketBufferStatus' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Networking.Vpn.VpnPickedCredential' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Networking.Vpn.VpnPlugInProfile' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Networking.Vpn.VpnRoute' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Networking.Vpn.VpnRouteAssignment' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Networking.Vpn.VpnRoutingPolicyType' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Networking.Vpn.VpnSystemHealth' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Networking.Vpn.VpnTrafficFilter' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Networking.Vpn.VpnTrafficFilterAssignment' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Perception.PerceptionTimestamp' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Perception.PerceptionTimestampHelper' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Perception.People.HeadPose' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Perception.Spatial.SpatialAnchor' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Perception.Spatial.SpatialAnchorManager' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Perception.Spatial.SpatialAnchorRawCoordinateSystemAdjustedEventArgs' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Perception.Spatial.SpatialAnchorStore' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Perception.Spatial.SpatialAnchorTransferManager' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Perception.Spatial.SpatialBoundingBox' does not inherit from base type 'System.ValueType' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Perception.Spatial.SpatialBoundingFrustum' does not inherit from base type 'System.ValueType' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Perception.Spatial.SpatialBoundingOrientedBox' does not inherit from base type 'System.ValueType' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Perception.Spatial.SpatialBoundingSphere' does not inherit from base type 'System.ValueType' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Perception.Spatial.SpatialBoundingVolume' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Perception.Spatial.SpatialCoordinateSystem' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Perception.Spatial.SpatialLocatability' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Perception.Spatial.SpatialLocation' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Perception.Spatial.SpatialLocator' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Perception.Spatial.SpatialLocatorAttachedFrameOfReference' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Perception.Spatial.SpatialLocatorPositionalTrackingDeactivatingEventArgs' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Perception.Spatial.SpatialPerceptionAccessStatus' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Perception.Spatial.SpatialStationaryFrameOfReference' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Perception.Spatial.Surfaces.SpatialSurfaceInfo' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Perception.Spatial.Surfaces.SpatialSurfaceMesh' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Perception.Spatial.Surfaces.SpatialSurfaceMeshBuffer' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Perception.Spatial.Surfaces.SpatialSurfaceMeshOptions' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Perception.Spatial.Surfaces.SpatialSurfaceObserver' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Phone.PhoneContract' does not inherit from base type 'System.ValueType' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Phone.ApplicationModel.ApplicationProfile' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Phone.ApplicationModel.ApplicationProfileModes' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Phone.Devices.Notification.VibrationDevice' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Phone.Devices.Power.Battery' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Phone.Management.Deployment.Enterprise' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Phone.Management.Deployment.EnterpriseEnrollmentManager' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Phone.Management.Deployment.EnterpriseEnrollmentResult' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Phone.Management.Deployment.EnterpriseEnrollmentStatus' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Phone.Management.Deployment.EnterpriseStatus' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Phone.Management.Deployment.InstallationManager' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Phone.Management.Deployment.PackageInstallResult' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Phone.Media.Devices.AudioRoutingEndpoint' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Phone.Media.Devices.AudioRoutingManager' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Phone.Media.Devices.AvailableAudioRoutingEndpoints' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Phone.Notification.Management.AccessoryManager' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Phone.Notification.Management.AccessoryNotificationType' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Phone.Notification.Management.AlarmNotificationTriggerDetails' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Phone.Notification.Management.AppNotificationInfo' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Phone.Notification.Management.BinaryId' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Phone.Notification.Management.CalendarChangedEvent' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Phone.Notification.Management.CalendarChangedNotificationTriggerDetails' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Phone.Notification.Management.CortanaTileNotificationTriggerDetails' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Phone.Notification.Management.EmailAccountInfo' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Phone.Notification.Management.EmailFolderInfo' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Phone.Notification.Management.EmailNotificationTriggerDetails' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Phone.Notification.Management.EmailReadNotificationTriggerDetails' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Phone.Notification.Management.MediaControlsTriggerDetails' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Phone.Notification.Management.MediaMetadata' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Phone.Notification.Management.PhoneCallAudioEndpoint' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Phone.Notification.Management.PhoneCallDetails' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Phone.Notification.Management.PhoneCallDirection' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Phone.Notification.Management.PhoneCallState' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Phone.Notification.Management.PhoneCallTransport' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Phone.Notification.Management.PhoneLineDetails' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Phone.Notification.Management.PhoneLineRegistrationState' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Phone.Notification.Management.PhoneMediaType' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Phone.Notification.Management.PhoneNotificationTriggerDetails' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Phone.Notification.Management.PhoneNotificationType' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Phone.Notification.Management.PlaybackCapability' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Phone.Notification.Management.PlaybackCommand' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Phone.Notification.Management.PlaybackStatus' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Phone.Notification.Management.ReminderNotificationTriggerDetails' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Phone.Notification.Management.ReminderState' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Phone.Notification.Management.SpeedDialEntry' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Phone.Notification.Management.TextResponse' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Phone.Notification.Management.ToastNotificationTriggerDetails' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Phone.Notification.Management.VibrateState' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Phone.Notification.Management.VolumeInfo' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Phone.PersonalInformation.ContactAddress' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Phone.PersonalInformation.ContactChangeRecord' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Phone.PersonalInformation.ContactChangeType' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Phone.PersonalInformation.ContactInformation' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Phone.PersonalInformation.ContactQueryOptions' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Phone.PersonalInformation.ContactQueryResult' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Phone.PersonalInformation.ContactQueryResultOrdering' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Phone.PersonalInformation.ContactStore' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Phone.PersonalInformation.ContactStoreApplicationAccessMode' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Phone.PersonalInformation.ContactStoreSystemAccessMode' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Phone.PersonalInformation.KnownContactProperties' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Phone.PersonalInformation.StoredContact' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Phone.PersonalInformation.VCardFormat' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Phone.PersonalInformation.Provisioning.ContactPartnerProvisioningManager' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Phone.PersonalInformation.Provisioning.MessagePartnerProvisioningManager' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Phone.Speech.Recognition.SpeechRecognitionUIStatus' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Phone.StartScreen.DualSimTile' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Phone.StartScreen.DualSimTileContract' does not inherit from base type 'System.ValueType' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Phone.System.SystemProtection' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Phone.System.Power.PowerManager' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Phone.System.Power.PowerSavingMode' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Phone.System.Profile.RetailMode' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Phone.System.UserProfile.GameServices.Core.GameService' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Phone.System.UserProfile.GameServices.Core.GameServiceGameOutcome' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Phone.System.UserProfile.GameServices.Core.GameServicePropertyCollection' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Phone.System.UserProfile.GameServices.Core.GameServiceScoreKind' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Phone.UI.Input.BackPressedEventArgs' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Phone.UI.Input.CameraEventArgs' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Phone.UI.Input.HardwareButtons' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Security.Authentication.OnlineId.CredentialPromptType' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Security.Authentication.OnlineId.OnlineIdAuthenticator' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Security.Authentication.OnlineId.OnlineIdServiceTicket' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Security.Authentication.OnlineId.OnlineIdServiceTicketRequest' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Security.Authentication.OnlineId.SignOutUserOperation' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Security.Authentication.OnlineId.UserAuthenticationOperation' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Security.Authentication.OnlineId.UserIdentity' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Security.Authentication.Web.TokenBindingKeyType' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Security.Authentication.Web.WebAuthenticationBroker' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Security.Authentication.Web.WebAuthenticationOptions' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Security.Authentication.Web.WebAuthenticationResult' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Security.Authentication.Web.WebAuthenticationStatus' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Security.Authentication.Web.Core.WebAuthenticationCoreManager' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Security.Authentication.Web.Core.WebProviderError' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Security.Authentication.Web.Core.WebTokenRequest' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Security.Authentication.Web.Core.WebTokenRequestPromptType' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Security.Authentication.Web.Core.WebTokenRequestResult' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Security.Authentication.Web.Core.WebTokenRequestStatus' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Security.Authentication.Web.Core.WebTokenResponse' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Security.Authentication.Web.Provider.WebAccountClientView' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Security.Authentication.Web.Provider.WebAccountClientViewType' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Security.Authentication.Web.Provider.WebAccountManager' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Security.Authentication.Web.Provider.WebAccountProviderAddAccountOperation' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Security.Authentication.Web.Provider.WebAccountProviderDeleteAccountOperation' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Security.Authentication.Web.Provider.WebAccountProviderGetTokenSilentOperation' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Security.Authentication.Web.Provider.WebAccountProviderManageAccountOperation' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Security.Authentication.Web.Provider.WebAccountProviderOperationKind' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Security.Authentication.Web.Provider.WebAccountProviderRequestTokenOperation' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Security.Authentication.Web.Provider.WebAccountProviderRetrieveCookiesOperation' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Security.Authentication.Web.Provider.WebAccountProviderSignOutAccountOperation' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Security.Authentication.Web.Provider.WebAccountProviderTriggerDetails' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Security.Authentication.Web.Provider.WebAccountScope' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Security.Authentication.Web.Provider.WebAccountSelectionOptions' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Security.Authentication.Web.Provider.WebProviderTokenRequest' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Security.Authentication.Web.Provider.WebProviderTokenResponse' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Security.Credentials.KeyCredential' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Security.Credentials.KeyCredentialAttestationResult' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Security.Credentials.KeyCredentialAttestationStatus' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Security.Credentials.KeyCredentialCreationOption' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Security.Credentials.KeyCredentialManager' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Security.Credentials.KeyCredentialOperationResult' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Security.Credentials.KeyCredentialRetrievalResult' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Security.Credentials.KeyCredentialStatus' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Security.Credentials.PasswordCredential' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Security.Credentials.PasswordCredentialPropertyStore' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Security.Credentials.PasswordVault' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Security.Credentials.WebAccount' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Security.Credentials.WebAccountPictureSize' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Security.Credentials.WebAccountProvider' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Security.Credentials.WebAccountState' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Security.Credentials.UI.AuthenticationProtocol' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Security.Credentials.UI.CredentialPicker' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Security.Credentials.UI.CredentialPickerOptions' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Security.Credentials.UI.CredentialPickerResults' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Security.Credentials.UI.CredentialSaveOption' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Security.Credentials.UI.UserConsentVerificationResult' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Security.Credentials.UI.UserConsentVerifier' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Security.Credentials.UI.UserConsentVerifierAvailability' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Security.Cryptography.BinaryStringEncoding' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Security.Cryptography.CryptographicBuffer' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Security.Cryptography.Certificates.Certificate' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Security.Cryptography.Certificates.CertificateChain' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Security.Cryptography.Certificates.CertificateChainPolicy' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Security.Cryptography.Certificates.CertificateEnrollmentManager' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Security.Cryptography.Certificates.CertificateKeyUsages' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Security.Cryptography.Certificates.CertificateQuery' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Security.Cryptography.Certificates.CertificateRequestProperties' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Security.Cryptography.Certificates.CertificateStore' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Security.Cryptography.Certificates.CertificateStores' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Security.Cryptography.Certificates.ChainBuildingParameters' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Security.Cryptography.Certificates.ChainValidationParameters' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Security.Cryptography.Certificates.ChainValidationResult' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Security.Cryptography.Certificates.CmsAttachedSignature' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Security.Cryptography.Certificates.CmsDetachedSignature' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Security.Cryptography.Certificates.CmsSignerInfo' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Security.Cryptography.Certificates.CmsTimestampInfo' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Security.Cryptography.Certificates.EnrollKeyUsages' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Security.Cryptography.Certificates.ExportOption' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Security.Cryptography.Certificates.InstallOptions' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Security.Cryptography.Certificates.KeyAlgorithmNames' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Security.Cryptography.Certificates.KeyAttestationHelper' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Security.Cryptography.Certificates.KeyProtectionLevel' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Security.Cryptography.Certificates.KeySize' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Security.Cryptography.Certificates.KeyStorageProviderNames' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Security.Cryptography.Certificates.PfxImportParameters' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Security.Cryptography.Certificates.SignatureValidationResult' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Security.Cryptography.Certificates.SubjectAlternativeNameInfo' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Security.Cryptography.Certificates.UserCertificateEnrollmentManager' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Security.Cryptography.Core.AsymmetricAlgorithmNames' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Security.Cryptography.Core.AsymmetricKeyAlgorithmProvider' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Security.Cryptography.Core.Capi1KdfTargetAlgorithm' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Security.Cryptography.Core.CryptographicEngine' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Security.Cryptography.Core.CryptographicHash' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Security.Cryptography.Core.CryptographicKey' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Security.Cryptography.Core.CryptographicPadding' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Security.Cryptography.Core.CryptographicPrivateKeyBlobType' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Security.Cryptography.Core.CryptographicPublicKeyBlobType' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Security.Cryptography.Core.EccCurveNames' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Security.Cryptography.Core.EncryptedAndAuthenticatedData' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Security.Cryptography.Core.HashAlgorithmNames' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Security.Cryptography.Core.HashAlgorithmProvider' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Security.Cryptography.Core.KeyDerivationAlgorithmNames' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Security.Cryptography.Core.KeyDerivationAlgorithmProvider' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Security.Cryptography.Core.KeyDerivationParameters' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Security.Cryptography.Core.MacAlgorithmNames' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Security.Cryptography.Core.MacAlgorithmProvider' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Security.Cryptography.Core.PersistedKeyProvider' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Security.Cryptography.Core.SymmetricAlgorithmNames' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Security.Cryptography.Core.SymmetricKeyAlgorithmProvider' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Security.Cryptography.DataProtection.DataProtectionProvider' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Security.EnterpriseData.BufferProtectUnprotectResult' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Security.EnterpriseData.DataProtectionInfo' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Security.EnterpriseData.DataProtectionManager' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Security.EnterpriseData.DataProtectionStatus' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Security.EnterpriseData.EnforcementLevel' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Security.EnterpriseData.EnterpriseDataContract' does not inherit from base type 'System.ValueType' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Security.EnterpriseData.FileProtectionInfo' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Security.EnterpriseData.FileProtectionManager' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Security.EnterpriseData.FileProtectionStatus' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Security.EnterpriseData.FileRevocationManager' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Security.EnterpriseData.ProtectedAccessResumedEventArgs' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Security.EnterpriseData.ProtectedAccessSuspendingEventArgs' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Security.EnterpriseData.ProtectedContainerExportResult' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Security.EnterpriseData.ProtectedContainerImportResult' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Security.EnterpriseData.ProtectedContentRevokedEventArgs' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Security.EnterpriseData.ProtectedFileCreateResult' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Security.EnterpriseData.ProtectedImportExportStatus' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Security.EnterpriseData.ProtectionPolicyEvaluationResult' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Security.EnterpriseData.ProtectionPolicyManager' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Security.EnterpriseData.ThreadNetworkContext' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Security.ExchangeActiveSyncProvisioning.EasClientDeviceInformation' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Security.ExchangeActiveSyncProvisioning.EasClientSecurityPolicy' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Security.ExchangeActiveSyncProvisioning.EasComplianceResults' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Security.ExchangeActiveSyncProvisioning.EasContract' does not inherit from base type 'System.ValueType' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Security.ExchangeActiveSyncProvisioning.EasDisallowConvenienceLogonResult' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Security.ExchangeActiveSyncProvisioning.EasEncryptionProviderType' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Security.ExchangeActiveSyncProvisioning.EasMaxInactivityTimeLockResult' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Security.ExchangeActiveSyncProvisioning.EasMaxPasswordFailedAttemptsResult' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Security.ExchangeActiveSyncProvisioning.EasMinPasswordComplexCharactersResult' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Security.ExchangeActiveSyncProvisioning.EasMinPasswordLengthResult' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Security.ExchangeActiveSyncProvisioning.EasPasswordExpirationResult' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Security.ExchangeActiveSyncProvisioning.EasPasswordHistoryResult' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Security.ExchangeActiveSyncProvisioning.EasRequireEncryptionResult' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Services.Maps.GuidanceContract' does not inherit from base type 'System.ValueType' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Services.Maps.LocalSearchContract' does not inherit from base type 'System.ValueType' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Services.Maps.MapAddress' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Services.Maps.MapLocation' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Services.Maps.MapLocationFinder' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Services.Maps.MapLocationFinderResult' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Services.Maps.MapLocationFinderStatus' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Services.Maps.MapManager' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Services.Maps.MapManeuverNotices' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Services.Maps.MapRoute' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Services.Maps.MapRouteDrivingOptions' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Services.Maps.MapRouteFinder' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Services.Maps.MapRouteFinderResult' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Services.Maps.MapRouteFinderStatus' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Services.Maps.MapRouteLeg' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Services.Maps.MapRouteManeuver' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Services.Maps.MapRouteManeuverKind' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Services.Maps.MapRouteOptimization' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Services.Maps.MapRouteRestrictions' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Services.Maps.MapService' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Services.Maps.Guidance.GuidanceAudioMeasurementSystem' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Services.Maps.Guidance.GuidanceAudioNotificationKind' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Services.Maps.Guidance.GuidanceAudioNotificationRequestedEventArgs' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Services.Maps.Guidance.GuidanceAudioNotifications' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Services.Maps.Guidance.GuidanceLaneInfo' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Services.Maps.Guidance.GuidanceLaneMarkers' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Services.Maps.Guidance.GuidanceManeuver' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Services.Maps.Guidance.GuidanceManeuverKind' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Services.Maps.Guidance.GuidanceMapMatchedCoordinate' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Services.Maps.Guidance.GuidanceMode' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Services.Maps.Guidance.GuidanceNavigator' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Services.Maps.Guidance.GuidanceReroutedEventArgs' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Services.Maps.Guidance.GuidanceRoadSegment' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Services.Maps.Guidance.GuidanceRoadSignpost' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Services.Maps.Guidance.GuidanceRoute' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Services.Maps.Guidance.GuidanceTelemetryCollector' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Services.Maps.Guidance.GuidanceUpdatedEventArgs' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Services.Maps.LocalSearch.LocalCategories' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Services.Maps.LocalSearch.LocalLocation' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Services.Maps.LocalSearch.LocalLocationFinder' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Services.Maps.LocalSearch.LocalLocationFinderResult' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Services.Maps.LocalSearch.LocalLocationFinderStatus' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Storage.ApplicationData' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Storage.ApplicationDataCompositeValue' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Storage.ApplicationDataContainer' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Storage.ApplicationDataContainerSettings' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Storage.ApplicationDataCreateDisposition' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Storage.ApplicationDataLocality' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Storage.ApplicationDataSetVersionHandler' does not inherit from base type 'System.MulticastDelegate' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Storage.CachedFileManager' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Storage.CreationCollisionOption' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Storage.DownloadsFolder' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Storage.FileAccessMode' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Storage.FileAttributes' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Storage.FileIO' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Storage.KnownFolderId' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Storage.KnownFolders' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Storage.KnownLibraryId' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Storage.NameCollisionOption' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Storage.PathIO' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Storage.SetVersionDeferral' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Storage.SetVersionRequest' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Storage.StorageDeleteOption' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Storage.StorageFile' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Storage.StorageFolder' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Storage.StorageItemTypes' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Storage.StorageLibrary' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Storage.StorageOpenOptions' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Storage.StorageProvider' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Storage.StorageStreamTransaction' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Storage.StreamedFileDataRequest' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Storage.StreamedFileDataRequestedHandler' does not inherit from base type 'System.MulticastDelegate' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Storage.StreamedFileFailureMode' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Storage.SystemAudioProperties' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Storage.SystemGPSProperties' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Storage.SystemImageProperties' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Storage.SystemMediaProperties' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Storage.SystemMusicProperties' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Storage.SystemPhotoProperties' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Storage.SystemProperties' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Storage.SystemVideoProperties' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Storage.AccessCache.AccessCacheOptions' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Storage.AccessCache.AccessListEntry' does not inherit from base type 'System.ValueType' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Storage.AccessCache.AccessListEntryView' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Storage.AccessCache.ItemRemovedEventArgs' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Storage.AccessCache.RecentStorageItemVisibility' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Storage.AccessCache.StorageApplicationPermissions' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Storage.AccessCache.StorageItemAccessList' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Storage.AccessCache.StorageItemMostRecentlyUsedList' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Storage.BulkAccess.FileInformation' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Storage.BulkAccess.FileInformationFactory' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Storage.BulkAccess.FolderInformation' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Storage.Compression.CompressAlgorithm' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Storage.Compression.Compressor' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Storage.Compression.Decompressor' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Storage.FileProperties.BasicProperties' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Storage.FileProperties.DocumentProperties' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Storage.FileProperties.GeotagHelper' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Storage.FileProperties.ImageProperties' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Storage.FileProperties.MusicProperties' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Storage.FileProperties.PhotoOrientation' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Storage.FileProperties.PropertyPrefetchOptions' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Storage.FileProperties.StorageItemContentProperties' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Storage.FileProperties.StorageItemThumbnail' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Storage.FileProperties.ThumbnailMode' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Storage.FileProperties.ThumbnailOptions' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Storage.FileProperties.ThumbnailType' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Storage.FileProperties.VideoOrientation' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Storage.FileProperties.VideoProperties' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Storage.Pickers.FileExtensionVector' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Storage.Pickers.FileOpenPicker' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Storage.Pickers.FilePickerFileTypesOrderedMap' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Storage.Pickers.FilePickerSelectedFilesArray' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Storage.Pickers.FileSavePicker' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Storage.Pickers.FolderPicker' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Storage.Pickers.PickerLocationId' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Storage.Pickers.PickerViewMode' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Storage.Pickers.Provider.AddFileResult' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Storage.Pickers.Provider.FileOpenPickerUI' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Storage.Pickers.Provider.FileRemovedEventArgs' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Storage.Pickers.Provider.FileSavePickerUI' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Storage.Pickers.Provider.FileSelectionMode' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Storage.Pickers.Provider.PickerClosingDeferral' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Storage.Pickers.Provider.PickerClosingEventArgs' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Storage.Pickers.Provider.PickerClosingOperation' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Storage.Pickers.Provider.SetFileNameResult' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Storage.Pickers.Provider.TargetFileRequest' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Storage.Pickers.Provider.TargetFileRequestDeferral' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Storage.Pickers.Provider.TargetFileRequestedEventArgs' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Storage.Provider.CachedFileOptions' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Storage.Provider.CachedFileTarget' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Storage.Provider.CachedFileUpdater' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Storage.Provider.CachedFileUpdaterUI' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Storage.Provider.FileUpdateRequest' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Storage.Provider.FileUpdateRequestDeferral' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Storage.Provider.FileUpdateRequestedEventArgs' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Storage.Provider.FileUpdateStatus' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Storage.Provider.ReadActivationMode' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Storage.Provider.UIStatus' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Storage.Provider.WriteActivationMode' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Storage.Search.CommonFileQuery' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Storage.Search.CommonFolderQuery' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Storage.Search.ContentIndexer' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Storage.Search.ContentIndexerQuery' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Storage.Search.DateStackOption' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Storage.Search.FolderDepth' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Storage.Search.IndexableContent' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Storage.Search.IndexedState' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Storage.Search.IndexerOption' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Storage.Search.QueryOptions' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Storage.Search.SortEntry' does not inherit from base type 'System.ValueType' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Storage.Search.SortEntryVector' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Storage.Search.StorageFileQueryResult' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Storage.Search.StorageFolderQueryResult' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Storage.Search.StorageItemQueryResult' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Storage.Search.StorageLibraryContentChangedTriggerDetails' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Storage.Search.ValueAndLanguage' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Storage.Streams.Buffer' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Storage.Streams.ByteOrder' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Storage.Streams.DataReader' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Storage.Streams.DataReaderLoadOperation' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Storage.Streams.DataWriter' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Storage.Streams.DataWriterStoreOperation' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Storage.Streams.FileInputStream' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Storage.Streams.FileOutputStream' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Storage.Streams.FileRandomAccessStream' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Storage.Streams.InMemoryRandomAccessStream' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Storage.Streams.InputStreamOptions' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Storage.Streams.InputStreamOverStream' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Storage.Streams.OutputStreamOverStream' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Storage.Streams.RandomAccessStream' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Storage.Streams.RandomAccessStreamOverStream' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Storage.Streams.RandomAccessStreamReference' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Storage.Streams.UnicodeEncoding' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.System.AppMemoryReport' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.System.AppMemoryUsageLevel' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.System.AppMemoryUsageLimitChangingEventArgs' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.System.FolderLauncherOptions' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.System.KnownUserProperties' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.System.Launcher' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.System.LauncherOptions' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.System.LauncherUIOptions' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.System.LaunchQuerySupportStatus' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.System.LaunchQuerySupportType' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.System.LaunchUriResult' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.System.LaunchUriStatus' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.System.MemoryManager' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.System.ProcessLauncher' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.System.ProcessLauncherOptions' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.System.ProcessLauncherResult' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.System.ProcessMemoryReport' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.System.ProcessorArchitecture' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.System.ProtocolForResultsOperation' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.System.ShutdownKind' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.System.ShutdownManager' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.System.SystemManagementContract' does not inherit from base type 'System.ValueType' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.System.TimeZoneSettings' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.System.User' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.System.UserAuthenticationStatus' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.System.UserAuthenticationStatusChangeDeferral' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.System.UserAuthenticationStatusChangingEventArgs' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.System.UserChangedEventArgs' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.System.UserPictureSize' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.System.UserType' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.System.UserWatcher' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.System.UserWatcherStatus' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.System.VirtualKey' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.System.VirtualKeyModifiers' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.System.Diagnostics.ProcessCpuUsage' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.System.Diagnostics.ProcessCpuUsageReport' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.System.Diagnostics.ProcessDiagnosticInfo' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.System.Diagnostics.ProcessDiskUsage' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.System.Diagnostics.ProcessDiskUsageReport' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.System.Diagnostics.ProcessMemoryUsage' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.System.Diagnostics.ProcessMemoryUsageReport' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.System.Display.DisplayRequest' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.System.Power.BackgroundEnergyManager' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.System.Power.BatteryStatus' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.System.Power.EnergySaverStatus' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.System.Power.ForegroundEnergyManager' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.System.Power.PowerManager' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.System.Power.PowerSupplyStatus' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.System.Power.Diagnostics.BackgroundEnergyDiagnostics' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.System.Power.Diagnostics.ForegroundEnergyDiagnostics' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.System.Profile.AnalyticsInfo' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.System.Profile.AnalyticsVersionInfo' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.System.Profile.HardwareIdentification' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.System.Profile.HardwareToken' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.System.Profile.KnownRetailInfoProperties' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.System.Profile.PlatformDataCollectionLevel' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.System.Profile.PlatformDiagnosticsAndUsageDataSettings' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.System.Profile.ProfileHardwareTokenContract' does not inherit from base type 'System.ValueType' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.System.Profile.ProfileRetailInfoContract' does not inherit from base type 'System.ValueType' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.System.Profile.ProfileSharedModeContract' does not inherit from base type 'System.ValueType' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.System.Profile.RetailInfo' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.System.Profile.SharedModeSettings' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.System.Profile.SystemManufacturers.SmbiosInformation' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.System.Profile.SystemManufacturers.SystemManufacturersContract' does not inherit from base type 'System.ValueType' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.System.RemoteDesktop.InteractiveSession' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.System.Threading.ThreadPool' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.System.Threading.ThreadPoolTimer' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.System.Threading.TimerDestroyedHandler' does not inherit from base type 'System.MulticastDelegate' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.System.Threading.TimerElapsedHandler' does not inherit from base type 'System.MulticastDelegate' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.System.Threading.WorkItemHandler' does not inherit from base type 'System.MulticastDelegate' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.System.Threading.WorkItemOptions' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.System.Threading.WorkItemPriority' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.System.Threading.Core.PreallocatedWorkItem' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.System.Threading.Core.SignalHandler' does not inherit from base type 'System.MulticastDelegate' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.System.Threading.Core.SignalNotifier' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.System.UserProfile.AccountPictureKind' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.System.UserProfile.AdvertisingManager' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.System.UserProfile.FirstSignInSettings' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.System.UserProfile.GlobalizationPreferences' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.System.UserProfile.LockScreen' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.System.UserProfile.SetAccountPictureResult' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.System.UserProfile.SetImageFeedResult' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.System.UserProfile.UserInformation' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.System.UserProfile.UserProfileContract' does not inherit from base type 'System.ValueType' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.System.UserProfile.UserProfileLockScreenContract' does not inherit from base type 'System.ValueType' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.System.UserProfile.UserProfilePersonalizationSettings' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Color' does not inherit from base type 'System.ValueType' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.ColorHelper' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Colors' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.ApplicationSettings.AccountsSettingsPane' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.ApplicationSettings.AccountsSettingsPaneCommandsRequestedEventArgs' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.ApplicationSettings.AccountsSettingsPaneEventDeferral' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.ApplicationSettings.ApplicationsSettingsContract' does not inherit from base type 'System.ValueType' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.ApplicationSettings.CredentialCommand' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.ApplicationSettings.CredentialCommandCredentialDeletedHandler' does not inherit from base type 'System.MulticastDelegate' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.ApplicationSettings.SettingsCommand' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.ApplicationSettings.SettingsEdgeLocation' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.ApplicationSettings.SettingsPane' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.ApplicationSettings.SettingsPaneCommandsRequest' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.ApplicationSettings.SettingsPaneCommandsRequestedEventArgs' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.ApplicationSettings.SupportedWebAccountActions' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.ApplicationSettings.WebAccountAction' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.ApplicationSettings.WebAccountCommand' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.ApplicationSettings.WebAccountCommandInvokedHandler' does not inherit from base type 'System.MulticastDelegate' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.ApplicationSettings.WebAccountInvokedArgs' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.ApplicationSettings.WebAccountProviderCommand' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.ApplicationSettings.WebAccountProviderCommandInvokedHandler' does not inherit from base type 'System.MulticastDelegate' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Composition.AnimationIterationBehavior' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Composition.AnimationStopBehavior' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Composition.ColorKeyFrameAnimation' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Composition.CompositionAnimation' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Composition.CompositionBackfaceVisibility' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Composition.CompositionBatchCompletedEventArgs' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Composition.CompositionBatchTypes' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Composition.CompositionBitmapInterpolationMode' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Composition.CompositionBorderMode' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Composition.CompositionBrush' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Composition.CompositionClip' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Composition.CompositionColorBrush' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Composition.CompositionColorSpace' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Composition.CompositionCommitBatch' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Composition.CompositionCompositeMode' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Composition.CompositionDrawingSurface' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Composition.CompositionEasingFunction' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Composition.CompositionEffectBrush' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Composition.CompositionEffectFactory' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Composition.CompositionEffectFactoryLoadStatus' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Composition.CompositionEffectSourceParameter' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Composition.CompositionGetValueStatus' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Composition.CompositionGraphicsDevice' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Composition.CompositionObject' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Composition.CompositionPropertySet' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Composition.CompositionScopedBatch' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Composition.CompositionStretch' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Composition.CompositionSurfaceBrush' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Composition.CompositionTarget' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Composition.Compositor' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Composition.ContainerVisual' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Composition.CubicBezierEasingFunction' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Composition.ExpressionAnimation' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Composition.InsetClip' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Composition.KeyFrameAnimation' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Composition.LinearEasingFunction' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Composition.QuaternionKeyFrameAnimation' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Composition.RenderingDeviceReplacedEventArgs' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Composition.ScalarKeyFrameAnimation' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Composition.SpriteVisual' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Composition.Vector2KeyFrameAnimation' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Composition.Vector3KeyFrameAnimation' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Composition.Vector4KeyFrameAnimation' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Composition.Visual' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Composition.VisualCollection' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Core.AcceleratorKeyEventArgs' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Core.AppViewBackButtonVisibility' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Core.AutomationProviderRequestedEventArgs' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Core.BackRequestedEventArgs' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Core.CharacterReceivedEventArgs' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Core.CoreAcceleratorKeyEventType' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Core.CoreAcceleratorKeys' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Core.CoreComponentInputSource' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Core.CoreCursor' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Core.CoreCursorType' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Core.CoreDispatcher' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Core.CoreDispatcherPriority' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Core.CoreIndependentInputSource' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Core.CoreInputDeviceTypes' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Core.CorePhysicalKeyStatus' does not inherit from base type 'System.ValueType' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Core.CoreProcessEventsOption' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Core.CoreProximityEvaluation' does not inherit from base type 'System.ValueType' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Core.CoreProximityEvaluationScore' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Core.CoreVirtualKeyStates' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Core.CoreWindow' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Core.CoreWindowActivationState' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Core.CoreWindowDialog' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Core.CoreWindowDialogsContract' does not inherit from base type 'System.ValueType' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Core.CoreWindowEventArgs' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Core.CoreWindowFlowDirection' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Core.CoreWindowFlyout' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Core.CoreWindowPopupShowingEventArgs' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Core.CoreWindowResizeManager' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Core.DispatchedHandler' does not inherit from base type 'System.MulticastDelegate' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Core.IdleDispatchedHandler' does not inherit from base type 'System.MulticastDelegate' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Core.IdleDispatchedHandlerArgs' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Core.InputEnabledEventArgs' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Core.KeyEventArgs' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Core.PointerEventArgs' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Core.SystemNavigationManager' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Core.TouchHitTestingEventArgs' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Core.VisibilityChangedEventArgs' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Core.WindowActivatedEventArgs' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Core.WindowSizeChangedEventArgs' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Core.AnimationMetrics.AnimationDescription' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Core.AnimationMetrics.AnimationEffect' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Core.AnimationMetrics.AnimationEffectTarget' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Core.AnimationMetrics.AnimationMetricsContract' does not inherit from base type 'System.ValueType' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Core.AnimationMetrics.OpacityAnimation' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Core.AnimationMetrics.PropertyAnimation' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Core.AnimationMetrics.PropertyAnimationType' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Core.AnimationMetrics.ScaleAnimation' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Core.AnimationMetrics.TranslationAnimation' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Input.CrossSlideThresholds' does not inherit from base type 'System.ValueType' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Input.CrossSlidingEventArgs' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Input.CrossSlidingState' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Input.DraggingEventArgs' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Input.DraggingState' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Input.EdgeGesture' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Input.EdgeGestureEventArgs' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Input.EdgeGestureKind' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Input.GestureRecognizer' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Input.GestureSettings' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Input.HoldingEventArgs' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Input.HoldingState' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Input.KeyboardDeliveryInterceptor' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Input.ManipulationCompletedEventArgs' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Input.ManipulationDelta' does not inherit from base type 'System.ValueType' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Input.ManipulationInertiaStartingEventArgs' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Input.ManipulationStartedEventArgs' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Input.ManipulationUpdatedEventArgs' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Input.ManipulationVelocities' does not inherit from base type 'System.ValueType' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Input.MouseWheelParameters' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Input.PointerPoint' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Input.PointerPointProperties' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Input.PointerUpdateKind' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Input.PointerVisualizationSettings' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Input.RightTappedEventArgs' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Input.TappedEventArgs' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Input.Inking.InkDrawingAttributes' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Input.Inking.InkInputProcessingConfiguration' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Input.Inking.InkInputProcessingMode' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Input.Inking.InkInputRightDragAction' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Input.Inking.InkManager' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Input.Inking.InkManipulationMode' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Input.Inking.InkPoint' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Input.Inking.InkPresenter' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Input.Inking.InkPresenterPredefinedConfiguration' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Input.Inking.InkRecognitionResult' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Input.Inking.InkRecognitionTarget' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Input.Inking.InkRecognizer' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Input.Inking.InkRecognizerContainer' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Input.Inking.InkStroke' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Input.Inking.InkStrokeBuilder' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Input.Inking.InkStrokeContainer' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Input.Inking.InkStrokeInput' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Input.Inking.InkStrokeRenderingSegment' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Input.Inking.InkStrokesCollectedEventArgs' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Input.Inking.InkStrokesErasedEventArgs' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Input.Inking.InkSynchronizer' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Input.Inking.InkUnprocessedInput' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Input.Inking.PenTipShape' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Input.Inking.Core.CoreInkIndependentInputSource' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Input.Spatial.SpatialGestureRecognizer' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Input.Spatial.SpatialGestureSettings' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Input.Spatial.SpatialHoldCanceledEventArgs' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Input.Spatial.SpatialHoldCompletedEventArgs' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Input.Spatial.SpatialHoldStartedEventArgs' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Input.Spatial.SpatialInteraction' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Input.Spatial.SpatialInteractionDetectedEventArgs' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Input.Spatial.SpatialInteractionManager' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Input.Spatial.SpatialInteractionSource' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Input.Spatial.SpatialInteractionSourceEventArgs' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Input.Spatial.SpatialInteractionSourceKind' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Input.Spatial.SpatialInteractionSourceLocation' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Input.Spatial.SpatialInteractionSourceProperties' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Input.Spatial.SpatialInteractionSourceState' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Input.Spatial.SpatialManipulationCanceledEventArgs' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Input.Spatial.SpatialManipulationCompletedEventArgs' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Input.Spatial.SpatialManipulationDelta' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Input.Spatial.SpatialManipulationStartedEventArgs' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Input.Spatial.SpatialManipulationUpdatedEventArgs' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Input.Spatial.SpatialNavigationCanceledEventArgs' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Input.Spatial.SpatialNavigationCompletedEventArgs' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Input.Spatial.SpatialNavigationStartedEventArgs' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Input.Spatial.SpatialNavigationUpdatedEventArgs' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Input.Spatial.SpatialPointerPose' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Input.Spatial.SpatialRecognitionEndedEventArgs' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Input.Spatial.SpatialRecognitionStartedEventArgs' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Input.Spatial.SpatialTappedEventArgs' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Notifications.BadgeNotification' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Notifications.BadgeTemplateType' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Notifications.BadgeUpdateManager' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Notifications.BadgeUpdater' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Notifications.NotificationSetting' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Notifications.PeriodicUpdateRecurrence' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Notifications.ScheduledTileNotification' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Notifications.ScheduledToastNotification' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Notifications.TileFlyoutNotification' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Notifications.TileFlyoutTemplateType' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Notifications.TileFlyoutUpdateManager' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Notifications.TileFlyoutUpdater' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Notifications.TileNotification' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Notifications.TileTemplateType' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Notifications.TileUpdateManager' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Notifications.TileUpdater' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Notifications.ToastActivatedEventArgs' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Notifications.ToastDismissalReason' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Notifications.ToastDismissedEventArgs' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Notifications.ToastFailedEventArgs' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Notifications.ToastHistoryChangedType' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Notifications.ToastNotification' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Notifications.ToastNotificationActionTriggerDetail' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Notifications.ToastNotificationHistory' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Notifications.ToastNotificationHistoryChangedTriggerDetail' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Notifications.ToastNotificationManager' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Notifications.ToastNotifier' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Notifications.ToastTemplateType' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Popups.MessageDialog' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Popups.MessageDialogOptions' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Popups.Placement' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Popups.PopupMenu' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Popups.UICommand' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Popups.UICommandInvokedHandler' does not inherit from base type 'System.MulticastDelegate' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Popups.UICommandSeparator' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.StartScreen.ForegroundText' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.StartScreen.JumpList' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.StartScreen.JumpListItem' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.StartScreen.JumpListItemKind' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.StartScreen.JumpListSystemGroupKind' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.StartScreen.SecondaryTile' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.StartScreen.SecondaryTileVisualElements' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.StartScreen.TileOptions' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.StartScreen.TileSize' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.StartScreen.VisualElementsRequest' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.StartScreen.VisualElementsRequestDeferral' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.StartScreen.VisualElementsRequestedEventArgs' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Text.CaretType' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Text.FindOptions' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Text.FontStretch' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Text.FontStyle' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Text.FontWeight' does not inherit from base type 'System.ValueType' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Text.FontWeights' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Text.FormatEffect' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Text.HorizontalCharacterAlignment' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Text.LetterCase' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Text.LineSpacingRule' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Text.LinkType' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Text.MarkerAlignment' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Text.MarkerStyle' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Text.MarkerType' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Text.ParagraphAlignment' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Text.ParagraphStyle' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Text.PointOptions' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Text.RangeGravity' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Text.SelectionOptions' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Text.SelectionType' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Text.TabAlignment' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Text.TabLeader' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Text.TextConstants' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Text.TextGetOptions' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Text.TextRangeUnit' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Text.TextScript' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Text.TextSetOptions' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Text.UnderlineType' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Text.VerticalCharacterAlignment' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Text.Core.CoreTextCompositionCompletedEventArgs' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Text.Core.CoreTextCompositionSegment' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Text.Core.CoreTextCompositionStartedEventArgs' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Text.Core.CoreTextEditContext' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Text.Core.CoreTextFormatUpdatingEventArgs' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Text.Core.CoreTextFormatUpdatingReason' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Text.Core.CoreTextFormatUpdatingResult' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Text.Core.CoreTextInputPaneDisplayPolicy' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Text.Core.CoreTextInputScope' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Text.Core.CoreTextLayoutBounds' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Text.Core.CoreTextLayoutRequest' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Text.Core.CoreTextLayoutRequestedEventArgs' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Text.Core.CoreTextRange' does not inherit from base type 'System.ValueType' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Text.Core.CoreTextSelectionRequest' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Text.Core.CoreTextSelectionRequestedEventArgs' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Text.Core.CoreTextSelectionUpdatingEventArgs' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Text.Core.CoreTextSelectionUpdatingResult' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Text.Core.CoreTextServicesConstants' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Text.Core.CoreTextServicesManager' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Text.Core.CoreTextTextRequest' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Text.Core.CoreTextTextRequestedEventArgs' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Text.Core.CoreTextTextUpdatingEventArgs' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Text.Core.CoreTextTextUpdatingResult' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.ViewManagement.AccessibilitySettings' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.ViewManagement.ActivationViewSwitcher' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.ViewManagement.ApplicationView' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.ViewManagement.ApplicationViewBoundsMode' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.ViewManagement.ApplicationViewConsolidatedEventArgs' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.ViewManagement.ApplicationViewOrientation' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.ViewManagement.ApplicationViewState' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.ViewManagement.ApplicationViewSwitcher' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.ViewManagement.ApplicationViewSwitchingOptions' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.ViewManagement.ApplicationViewTitleBar' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.ViewManagement.ApplicationViewTransferContext' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.ViewManagement.ApplicationViewWindowingMode' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.ViewManagement.FullScreenSystemOverlayMode' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.ViewManagement.HandPreference' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.ViewManagement.InputPane' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.ViewManagement.InputPaneVisibilityEventArgs' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.ViewManagement.ProjectionManager' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.ViewManagement.StatusBar' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.ViewManagement.StatusBarProgressIndicator' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.ViewManagement.UIColorType' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.ViewManagement.UIElementType' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.ViewManagement.UISettings' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.ViewManagement.UIViewSettings' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.ViewManagement.UserInteractionMode' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.ViewManagement.ViewSizePreference' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.WebUI.ActivatedDeferral' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.WebUI.ActivatedEventHandler' does not inherit from base type 'System.MulticastDelegate' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.WebUI.ActivatedOperation' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.WebUI.HtmlPrintDocumentSource' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.WebUI.NavigatedEventHandler' does not inherit from base type 'System.MulticastDelegate' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.WebUI.PrintContent' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.WebUI.ResumingEventHandler' does not inherit from base type 'System.MulticastDelegate' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.WebUI.SuspendingDeferral' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.WebUI.SuspendingEventArgs' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.WebUI.SuspendingEventHandler' does not inherit from base type 'System.MulticastDelegate' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.WebUI.SuspendingOperation' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.WebUI.WebUIApplication' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.WebUI.WebUIAppointmentsProviderAddAppointmentActivatedEventArgs' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.WebUI.WebUIAppointmentsProviderRemoveAppointmentActivatedEventArgs' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.WebUI.WebUIAppointmentsProviderReplaceAppointmentActivatedEventArgs' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.WebUI.WebUIAppointmentsProviderShowAppointmentDetailsActivatedEventArgs' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.WebUI.WebUIAppointmentsProviderShowTimeFrameActivatedEventArgs' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.WebUI.WebUIBackgroundTaskInstance' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.WebUI.WebUIBackgroundTaskInstanceRuntimeClass' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.WebUI.WebUICachedFileUpdaterActivatedEventArgs' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.WebUI.WebUICameraSettingsActivatedEventArgs' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.WebUI.WebUIContactCallActivatedEventArgs' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.WebUI.WebUIContactMapActivatedEventArgs' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.WebUI.WebUIContactMessageActivatedEventArgs' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.WebUI.WebUIContactPickerActivatedEventArgs' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.WebUI.WebUIContactPostActivatedEventArgs' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.WebUI.WebUIContactVideoCallActivatedEventArgs' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.WebUI.WebUIDeviceActivatedEventArgs' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.WebUI.WebUIDevicePairingActivatedEventArgs' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.WebUI.WebUIDialReceiverActivatedEventArgs' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.WebUI.WebUIFileActivatedEventArgs' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.WebUI.WebUIFileOpenPickerActivatedEventArgs' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.WebUI.WebUIFileOpenPickerContinuationEventArgs' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.WebUI.WebUIFileSavePickerActivatedEventArgs' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.WebUI.WebUIFileSavePickerContinuationEventArgs' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.WebUI.WebUIFolderPickerContinuationEventArgs' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.WebUI.WebUILaunchActivatedEventArgs' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.WebUI.WebUILockScreenActivatedEventArgs' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.WebUI.WebUILockScreenCallActivatedEventArgs' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.WebUI.WebUINavigatedDeferral' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.WebUI.WebUINavigatedEventArgs' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.WebUI.WebUINavigatedOperation' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.WebUI.WebUIPrint3DWorkflowActivatedEventArgs' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.WebUI.WebUIPrintTaskSettingsActivatedEventArgs' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.WebUI.WebUIProtocolActivatedEventArgs' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.WebUI.WebUIProtocolForResultsActivatedEventArgs' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.WebUI.WebUIRestrictedLaunchActivatedEventArgs' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.WebUI.WebUISearchActivatedEventArgs' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.WebUI.WebUIShareTargetActivatedEventArgs' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.WebUI.WebUIToastNotificationActivatedEventArgs' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.WebUI.WebUIVoiceCommandActivatedEventArgs' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.WebUI.WebUIWalletActionActivatedEventArgs' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.WebUI.WebUIWebAccountProviderActivatedEventArgs' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.WebUI.WebUIWebAuthenticationBrokerContinuationEventArgs' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.WebUI.Core.MenuClosedEventHandler' does not inherit from base type 'System.MulticastDelegate' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.WebUI.Core.MenuOpenedEventHandler' does not inherit from base type 'System.MulticastDelegate' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.WebUI.Core.SizeChangedEventHandler' does not inherit from base type 'System.MulticastDelegate' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.WebUI.Core.WebUICommandBar' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.WebUI.Core.WebUICommandBarBitmapIcon' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.WebUI.Core.WebUICommandBarClosedDisplayMode' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.WebUI.Core.WebUICommandBarConfirmationButton' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.WebUI.Core.WebUICommandBarContract' does not inherit from base type 'System.ValueType' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.WebUI.Core.WebUICommandBarIconButton' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.WebUI.Core.WebUICommandBarItemInvokedEventArgs' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.WebUI.Core.WebUICommandBarSizeChangedEventArgs' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.WebUI.Core.WebUICommandBarSymbolIcon' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.AdaptiveTrigger' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.Application' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.ApplicationInitializationCallback' does not inherit from base type 'System.MulticastDelegate' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.ApplicationInitializationCallbackParams' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.ApplicationTheme' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.AutomationTextAttributesEnum' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.BindingFailedEventArgs' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.BindingFailedEventHandler' does not inherit from base type 'System.MulticastDelegate' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.CornerRadius' does not inherit from base type 'System.ValueType' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.CornerRadiusHelper' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.CreateDefaultValueCallback' does not inherit from base type 'System.MulticastDelegate' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.DataContextChangedEventArgs' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.DataTemplate' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.DataTemplateKey' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.DebugSettings' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.DependencyObject' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.DependencyObjectCollection' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.DependencyProperty' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.DependencyPropertyChangedCallback' does not inherit from base type 'System.MulticastDelegate' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.DependencyPropertyChangedEventArgs' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.DependencyPropertyChangedEventHandler' does not inherit from base type 'System.MulticastDelegate' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.DispatcherTimer' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.DragEventArgs' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.DragEventHandler' does not inherit from base type 'System.MulticastDelegate' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.DragOperationDeferral' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.DragStartingEventArgs' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.DragUI' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.DragUIOverride' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.DropCompletedEventArgs' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.Duration' does not inherit from base type 'System.ValueType' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.DurationHelper' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.DurationType' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.ElementTheme' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.EventTrigger' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.ExceptionRoutedEventArgs' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.ExceptionRoutedEventHandler' does not inherit from base type 'System.MulticastDelegate' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.FlowDirection' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.FocusState' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.FontCapitals' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.FontEastAsianLanguage' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.FontEastAsianWidths' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.FontFraction' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.FontNumeralAlignment' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.FontNumeralStyle' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.FontVariants' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.FrameworkElement' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.FrameworkTemplate' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.FrameworkView' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.FrameworkViewSource' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.GridLength' does not inherit from base type 'System.ValueType' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.GridLengthHelper' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.GridUnitType' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.HorizontalAlignment' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.LineStackingStrategy' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.MediaFailedRoutedEventArgs' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.OpticalMarginAlignment' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.PointHelper' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.PropertyChangedCallback' does not inherit from base type 'System.MulticastDelegate' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.PropertyMetadata' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.PropertyPath' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.RectHelper' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.ResourceDictionary' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.RoutedEvent' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.RoutedEventArgs' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.RoutedEventHandler' does not inherit from base type 'System.MulticastDelegate' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.Setter' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.SetterBase' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.SetterBaseCollection' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.SizeChangedEventArgs' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.SizeChangedEventHandler' does not inherit from base type 'System.MulticastDelegate' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.SizeHelper' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.StateTrigger' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.StateTriggerBase' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.Style' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.StyleTypedPropertyAttribute' does not inherit from base type 'System.Attribute' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.SuspendingEventHandler' does not inherit from base type 'System.MulticastDelegate' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.TargetPropertyPath' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.TemplatePartAttribute' does not inherit from base type 'System.Attribute' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.TemplateVisualStateAttribute' does not inherit from base type 'System.Attribute' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.TextAlignment' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.TextLineBounds' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.TextReadingOrder' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.TextTrimming' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.TextWrapping' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.Thickness' does not inherit from base type 'System.ValueType' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.ThicknessHelper' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.TriggerAction' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.TriggerActionCollection' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.TriggerBase' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.TriggerCollection' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.UIElement' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.UnhandledExceptionEventArgs' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.UnhandledExceptionEventHandler' does not inherit from base type 'System.MulticastDelegate' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.VerticalAlignment' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.Visibility' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.VisualState' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.VisualStateChangedEventArgs' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.VisualStateChangedEventHandler' does not inherit from base type 'System.MulticastDelegate' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.VisualStateGroup' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.VisualStateManager' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.VisualTransition' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.Window' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.WindowActivatedEventHandler' does not inherit from base type 'System.MulticastDelegate' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.WindowClosedEventHandler' does not inherit from base type 'System.MulticastDelegate' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.WindowCreatedEventArgs' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.WindowSizeChangedEventHandler' does not inherit from base type 'System.MulticastDelegate' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.WindowVisibilityChangedEventHandler' does not inherit from base type 'System.MulticastDelegate' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.Automation.AnnotationPatternIdentifiers' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.Automation.AnnotationType' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.Automation.AutomationActiveEnd' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.Automation.AutomationAnimationStyle' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.Automation.AutomationAnnotation' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.Automation.AutomationBulletStyle' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.Automation.AutomationCaretBidiMode' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.Automation.AutomationCaretPosition' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.Automation.AutomationElementIdentifiers' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.Automation.AutomationFlowDirections' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.Automation.AutomationOutlineStyles' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.Automation.AutomationProperties' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.Automation.AutomationProperty' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.Automation.AutomationStyleId' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.Automation.AutomationTextDecorationLineStyle' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.Automation.AutomationTextEditChangeType' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.Automation.DockPatternIdentifiers' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.Automation.DockPosition' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.Automation.DragPatternIdentifiers' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.Automation.DropTargetPatternIdentifiers' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.Automation.ExpandCollapsePatternIdentifiers' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.Automation.ExpandCollapseState' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.Automation.GridItemPatternIdentifiers' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.Automation.GridPatternIdentifiers' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.Automation.MultipleViewPatternIdentifiers' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.Automation.RangeValuePatternIdentifiers' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.Automation.RowOrColumnMajor' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.Automation.ScrollAmount' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.Automation.ScrollPatternIdentifiers' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.Automation.SelectionItemPatternIdentifiers' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.Automation.SelectionPatternIdentifiers' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.Automation.SpreadsheetItemPatternIdentifiers' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.Automation.StylesPatternIdentifiers' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.Automation.SupportedTextSelection' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.Automation.SynchronizedInputType' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.Automation.TableItemPatternIdentifiers' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.Automation.TablePatternIdentifiers' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.Automation.TogglePatternIdentifiers' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.Automation.ToggleState' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.Automation.TransformPattern2Identifiers' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.Automation.TransformPatternIdentifiers' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.Automation.ValuePatternIdentifiers' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.Automation.WindowInteractionState' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.Automation.WindowPatternIdentifiers' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.Automation.WindowVisualState' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.Automation.ZoomUnit' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.Automation.Peers.AccessibilityView' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.Automation.Peers.AppBarAutomationPeer' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.Automation.Peers.AppBarButtonAutomationPeer' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.Automation.Peers.AppBarToggleButtonAutomationPeer' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.Automation.Peers.AutomationControlType' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.Automation.Peers.AutomationEvents' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.Automation.Peers.AutomationLandmarkType' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.Automation.Peers.AutomationLiveSetting' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.Automation.Peers.AutomationNavigationDirection' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.Automation.Peers.AutomationOrientation' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.Automation.Peers.AutomationPeer' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.Automation.Peers.AutomationPeerAnnotation' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.Automation.Peers.AutomationStructureChangeType' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.Automation.Peers.AutoSuggestBoxAutomationPeer' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.Automation.Peers.ButtonAutomationPeer' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.Automation.Peers.ButtonBaseAutomationPeer' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.Automation.Peers.CaptureElementAutomationPeer' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.Automation.Peers.CheckBoxAutomationPeer' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.Automation.Peers.ComboBoxAutomationPeer' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.Automation.Peers.ComboBoxItemAutomationPeer' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.Automation.Peers.ComboBoxItemDataAutomationPeer' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.Automation.Peers.DatePickerAutomationPeer' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.Automation.Peers.DatePickerFlyoutPresenterAutomationPeer' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.Automation.Peers.FlipViewAutomationPeer' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.Automation.Peers.FlipViewItemAutomationPeer' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.Automation.Peers.FlipViewItemDataAutomationPeer' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.Automation.Peers.FlyoutPresenterAutomationPeer' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.Automation.Peers.FrameworkElementAutomationPeer' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.Automation.Peers.GridViewAutomationPeer' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.Automation.Peers.GridViewHeaderItemAutomationPeer' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.Automation.Peers.GridViewItemAutomationPeer' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.Automation.Peers.GridViewItemDataAutomationPeer' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.Automation.Peers.GroupItemAutomationPeer' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.Automation.Peers.HubAutomationPeer' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.Automation.Peers.HubSectionAutomationPeer' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.Automation.Peers.HyperlinkButtonAutomationPeer' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.Automation.Peers.ImageAutomationPeer' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.Automation.Peers.ItemAutomationPeer' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.Automation.Peers.ItemsControlAutomationPeer' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.Automation.Peers.ListBoxAutomationPeer' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.Automation.Peers.ListBoxItemAutomationPeer' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.Automation.Peers.ListBoxItemDataAutomationPeer' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.Automation.Peers.ListPickerFlyoutPresenterAutomationPeer' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.Automation.Peers.ListViewAutomationPeer' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.Automation.Peers.ListViewBaseAutomationPeer' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.Automation.Peers.ListViewBaseHeaderItemAutomationPeer' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.Automation.Peers.ListViewHeaderItemAutomationPeer' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.Automation.Peers.ListViewItemAutomationPeer' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.Automation.Peers.ListViewItemDataAutomationPeer' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.Automation.Peers.LoopingSelectorAutomationPeer' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.Automation.Peers.LoopingSelectorItemAutomationPeer' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.Automation.Peers.LoopingSelectorItemDataAutomationPeer' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.Automation.Peers.MapControlAutomationPeer' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.Automation.Peers.MediaElementAutomationPeer' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.Automation.Peers.MediaTransportControlsAutomationPeer' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.Automation.Peers.MenuFlyoutItemAutomationPeer' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.Automation.Peers.MenuFlyoutPresenterAutomationPeer' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.Automation.Peers.PasswordBoxAutomationPeer' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.Automation.Peers.PatternInterface' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.Automation.Peers.PickerFlyoutPresenterAutomationPeer' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.Automation.Peers.PivotAutomationPeer' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.Automation.Peers.PivotItemAutomationPeer' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.Automation.Peers.PivotItemDataAutomationPeer' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.Automation.Peers.ProgressBarAutomationPeer' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.Automation.Peers.ProgressRingAutomationPeer' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.Automation.Peers.RadioButtonAutomationPeer' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.Automation.Peers.RangeBaseAutomationPeer' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.Automation.Peers.RawElementProviderRuntimeId' does not inherit from base type 'System.ValueType' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.Automation.Peers.RepeatButtonAutomationPeer' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.Automation.Peers.RichEditBoxAutomationPeer' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.Automation.Peers.RichTextBlockAutomationPeer' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.Automation.Peers.RichTextBlockOverflowAutomationPeer' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.Automation.Peers.ScrollBarAutomationPeer' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.Automation.Peers.ScrollViewerAutomationPeer' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.Automation.Peers.SearchBoxAutomationPeer' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.Automation.Peers.SelectorAutomationPeer' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.Automation.Peers.SelectorItemAutomationPeer' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.Automation.Peers.SemanticZoomAutomationPeer' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.Automation.Peers.SettingsFlyoutAutomationPeer' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.Automation.Peers.SliderAutomationPeer' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.Automation.Peers.TextBlockAutomationPeer' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.Automation.Peers.TextBoxAutomationPeer' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.Automation.Peers.ThumbAutomationPeer' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.Automation.Peers.TimePickerAutomationPeer' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.Automation.Peers.TimePickerFlyoutPresenterAutomationPeer' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.Automation.Peers.ToggleButtonAutomationPeer' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.Automation.Peers.ToggleMenuFlyoutItemAutomationPeer' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.Automation.Peers.ToggleSwitchAutomationPeer' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.Automation.Provider.IRawElementProviderSimple' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.Automation.Text.TextPatternRangeEndpoint' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.Automation.Text.TextUnit' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.Controls.AppBar' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.Controls.AppBarButton' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.Controls.AppBarClosedDisplayMode' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.Controls.AppBarSeparator' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.Controls.AppBarToggleButton' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.Controls.AutoSuggestBox' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.Controls.AutoSuggestBoxQuerySubmittedEventArgs' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.Controls.AutoSuggestBoxSuggestionChosenEventArgs' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.Controls.AutoSuggestBoxTextChangedEventArgs' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.Controls.AutoSuggestionBoxTextChangeReason' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.Controls.BackClickEventArgs' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.Controls.BackClickEventHandler' does not inherit from base type 'System.MulticastDelegate' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.Controls.BitmapIcon' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.Controls.Border' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.Controls.Button' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.Controls.CalendarDatePicker' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.Controls.CalendarDatePickerDateChangedEventArgs' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.Controls.CalendarView' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.Controls.CalendarViewDayItem' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.Controls.CalendarViewDayItemChangingEventArgs' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.Controls.CalendarViewDayItemChangingEventHandler' does not inherit from base type 'System.MulticastDelegate' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.Controls.CalendarViewDisplayMode' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.Controls.CalendarViewSelectedDatesChangedEventArgs' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.Controls.CalendarViewSelectionMode' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.Controls.CandidateWindowAlignment' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.Controls.CandidateWindowBoundsChangedEventArgs' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.Controls.Canvas' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.Controls.CaptureElement' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.Controls.CheckBox' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.Controls.ChoosingGroupHeaderContainerEventArgs' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.Controls.ChoosingItemContainerEventArgs' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.Controls.CleanUpVirtualizedItemEventArgs' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.Controls.CleanUpVirtualizedItemEventHandler' does not inherit from base type 'System.MulticastDelegate' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.Controls.ClickMode' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.Controls.ColumnDefinition' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.Controls.ColumnDefinitionCollection' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.Controls.ComboBox' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.Controls.ComboBoxItem' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.Controls.CommandBar' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.Controls.CommandBarOverflowPresenter' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.Controls.ContainerContentChangingEventArgs' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.Controls.ContentControl' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.Controls.ContentDialog' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.Controls.ContentDialogButtonClickDeferral' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.Controls.ContentDialogButtonClickEventArgs' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.Controls.ContentDialogClosedEventArgs' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.Controls.ContentDialogClosingDeferral' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.Controls.ContentDialogClosingEventArgs' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.Controls.ContentDialogOpenedEventArgs' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.Controls.ContentDialogResult' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.Controls.ContentPresenter' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.Controls.ContextMenuEventArgs' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.Controls.ContextMenuOpeningEventHandler' does not inherit from base type 'System.MulticastDelegate' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.Controls.Control' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.Controls.ControlTemplate' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.Controls.DataTemplateSelector' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.Controls.DatePickedEventArgs' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.Controls.DatePicker' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.Controls.DatePickerFlyout' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.Controls.DatePickerFlyoutItem' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.Controls.DatePickerFlyoutPresenter' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.Controls.DatePickerValueChangedEventArgs' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.Controls.DragItemsCompletedEventArgs' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.Controls.DragItemsStartingEventArgs' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.Controls.DragItemsStartingEventHandler' does not inherit from base type 'System.MulticastDelegate' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.Controls.FlipView' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.Controls.FlipViewItem' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.Controls.Flyout' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.Controls.FlyoutPresenter' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.Controls.FontIcon' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.Controls.Frame' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.Controls.Grid' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.Controls.GridView' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.Controls.GridViewHeaderItem' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.Controls.GridViewItem' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.Controls.GroupItem' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.Controls.GroupStyle' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.Controls.GroupStyleSelector' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.Controls.Hub' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.Controls.HubSection' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.Controls.HubSectionCollection' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.Controls.HubSectionHeaderClickEventArgs' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.Controls.HubSectionHeaderClickEventHandler' does not inherit from base type 'System.MulticastDelegate' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.Controls.HyperlinkButton' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.Controls.IconElement' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.Controls.Image' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.Controls.IncrementalLoadingTrigger' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.Controls.InkCanvas' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.Controls.ItemClickEventArgs' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.Controls.ItemClickEventHandler' does not inherit from base type 'System.MulticastDelegate' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.Controls.ItemCollection' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.Controls.ItemContainerGenerator' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.Controls.ItemsControl' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.Controls.ItemsPanelTemplate' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.Controls.ItemsPickedEventArgs' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.Controls.ItemsPresenter' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.Controls.ItemsStackPanel' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.Controls.ItemsUpdatingScrollMode' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.Controls.ItemsWrapGrid' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.Controls.ListBox' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.Controls.ListBoxItem' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.Controls.ListPickerFlyout' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.Controls.ListPickerFlyoutPresenter' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.Controls.ListPickerFlyoutSelectionMode' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.Controls.ListView' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.Controls.ListViewBase' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.Controls.ListViewBaseHeaderItem' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.Controls.ListViewHeaderItem' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.Controls.ListViewItem' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.Controls.ListViewItemToKeyHandler' does not inherit from base type 'System.MulticastDelegate' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.Controls.ListViewKeyToItemHandler' does not inherit from base type 'System.MulticastDelegate' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.Controls.ListViewPersistenceHelper' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.Controls.ListViewReorderMode' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.Controls.ListViewSelectionMode' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.Controls.MediaElement' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.Controls.MediaTransportControls' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.Controls.MediaTransportControlsHelper' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.Controls.MenuFlyout' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.Controls.MenuFlyoutItem' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.Controls.MenuFlyoutItemBase' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.Controls.MenuFlyoutPresenter' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.Controls.MenuFlyoutSeparator' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.Controls.MenuFlyoutSubItem' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.Controls.NotifyEventArgs' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.Controls.NotifyEventHandler' does not inherit from base type 'System.MulticastDelegate' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.Controls.Orientation' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.Controls.Page' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.Controls.Panel' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.Controls.PanelScrollingDirection' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.Controls.PasswordBox' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.Controls.PasswordRevealMode' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.Controls.PathIcon' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.Controls.PickerConfirmedEventArgs' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.Controls.PickerFlyout' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.Controls.PickerFlyoutPresenter' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.Controls.Pivot' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.Controls.PivotItem' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.Controls.PivotItemEventArgs' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.Controls.PivotSlideInAnimationGroup' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.Controls.ProgressBar' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.Controls.ProgressRing' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.Controls.RadioButton' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.Controls.RelativePanel' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.Controls.RichEditBox' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.Controls.RichEditBoxTextChangingEventArgs' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.Controls.RichEditClipboardFormat' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.Controls.RichTextBlock' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.Controls.RichTextBlockOverflow' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.Controls.RowDefinition' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.Controls.RowDefinitionCollection' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.Controls.ScrollBarVisibility' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.Controls.ScrollContentPresenter' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.Controls.ScrollIntoViewAlignment' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.Controls.ScrollMode' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.Controls.ScrollViewer' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.Controls.ScrollViewerView' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.Controls.ScrollViewerViewChangedEventArgs' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.Controls.ScrollViewerViewChangingEventArgs' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.Controls.SearchBox' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.Controls.SearchBoxQueryChangedEventArgs' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.Controls.SearchBoxQuerySubmittedEventArgs' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.Controls.SearchBoxResultSuggestionChosenEventArgs' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.Controls.SearchBoxSuggestionsRequestedEventArgs' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.Controls.SectionsInViewChangedEventArgs' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.Controls.SectionsInViewChangedEventHandler' does not inherit from base type 'System.MulticastDelegate' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.Controls.SelectionChangedEventArgs' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.Controls.SelectionChangedEventHandler' does not inherit from base type 'System.MulticastDelegate' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.Controls.SelectionMode' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.Controls.SemanticZoom' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.Controls.SemanticZoomLocation' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.Controls.SemanticZoomViewChangedEventArgs' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.Controls.SemanticZoomViewChangedEventHandler' does not inherit from base type 'System.MulticastDelegate' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.Controls.SettingsFlyout' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.Controls.Slider' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.Controls.SnapPointsType' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.Controls.SplitView' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.Controls.SplitViewDisplayMode' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.Controls.SplitViewPaneClosingEventArgs' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.Controls.SplitViewPanePlacement' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.Controls.StackPanel' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.Controls.StretchDirection' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.Controls.StyleSelector' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.Controls.SwapChainBackgroundPanel' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.Controls.SwapChainPanel' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.Controls.Symbol' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.Controls.SymbolIcon' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.Controls.TextBlock' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.Controls.TextBox' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.Controls.TextBoxTextChangingEventArgs' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.Controls.TextChangedEventArgs' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.Controls.TextChangedEventHandler' does not inherit from base type 'System.MulticastDelegate' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.Controls.TextCompositionChangedEventArgs' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.Controls.TextCompositionEndedEventArgs' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.Controls.TextCompositionStartedEventArgs' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.Controls.TextControlPasteEventArgs' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.Controls.TextControlPasteEventHandler' does not inherit from base type 'System.MulticastDelegate' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.Controls.TimePickedEventArgs' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.Controls.TimePicker' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.Controls.TimePickerFlyout' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.Controls.TimePickerFlyoutPresenter' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.Controls.TimePickerValueChangedEventArgs' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.Controls.ToggleMenuFlyoutItem' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.Controls.ToggleSwitch' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.Controls.ToolTip' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.Controls.ToolTipService' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.Controls.UIElementCollection' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.Controls.UserControl' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.Controls.VariableSizedWrapGrid' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.Controls.Viewbox' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.Controls.VirtualizationMode' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.Controls.VirtualizingPanel' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.Controls.VirtualizingStackPanel' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.Controls.WebView' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.Controls.WebViewBrush' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.Controls.WebViewContentLoadingEventArgs' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.Controls.WebViewDeferredPermissionRequest' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.Controls.WebViewDOMContentLoadedEventArgs' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.Controls.WebViewExecutionMode' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.Controls.WebViewLongRunningScriptDetectedEventArgs' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.Controls.WebViewNavigationCompletedEventArgs' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.Controls.WebViewNavigationFailedEventArgs' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.Controls.WebViewNavigationFailedEventHandler' does not inherit from base type 'System.MulticastDelegate' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.Controls.WebViewNavigationStartingEventArgs' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.Controls.WebViewNewWindowRequestedEventArgs' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.Controls.WebViewPermissionRequest' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.Controls.WebViewPermissionRequestedEventArgs' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.Controls.WebViewPermissionState' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.Controls.WebViewPermissionType' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.Controls.WebViewSettings' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.Controls.WebViewUnsupportedUriSchemeIdentifiedEventArgs' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.Controls.WebViewUnviewableContentIdentifiedEventArgs' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.Controls.WrapGrid' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.Controls.ZoomMode' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.Controls.Maps.CustomMapTileDataSource' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.Controls.Maps.HttpMapTileDataSource' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.Controls.Maps.LocalMapTileDataSource' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.Controls.Maps.MapActualCameraChangedEventArgs' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.Controls.Maps.MapActualCameraChangingEventArgs' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.Controls.Maps.MapAnimationKind' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.Controls.Maps.MapCamera' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.Controls.Maps.MapCameraChangeReason' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.Controls.Maps.MapColorScheme' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.Controls.Maps.MapControl' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.Controls.Maps.MapControlBusinessLandmarkClickEventArgs' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.Controls.Maps.MapControlBusinessLandmarkRightTappedEventArgs' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.Controls.Maps.MapControlDataHelper' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.Controls.Maps.MapControlTransitFeatureClickEventArgs' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.Controls.Maps.MapControlTransitFeatureRightTappedEventArgs' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.Controls.Maps.MapCustomExperience' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.Controls.Maps.MapCustomExperienceChangedEventArgs' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.Controls.Maps.MapElement' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.Controls.Maps.MapElementClickEventArgs' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.Controls.Maps.MapElementCollisionBehavior' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.Controls.Maps.MapElementPointerEnteredEventArgs' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.Controls.Maps.MapElementPointerExitedEventArgs' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.Controls.Maps.MapIcon' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.Controls.Maps.MapInputEventArgs' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.Controls.Maps.MapInteractionMode' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.Controls.Maps.MapItemsControl' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.Controls.Maps.MapLoadingStatus' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.Controls.Maps.MapPanInteractionMode' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.Controls.Maps.MapPolygon' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.Controls.Maps.MapPolyline' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.Controls.Maps.MapRightTappedEventArgs' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.Controls.Maps.MapRouteView' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.Controls.Maps.MapScene' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.Controls.Maps.MapStyle' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.Controls.Maps.MapTargetCameraChangedEventArgs' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.Controls.Maps.MapTileBitmapRequest' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.Controls.Maps.MapTileBitmapRequestDeferral' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.Controls.Maps.MapTileBitmapRequestedEventArgs' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.Controls.Maps.MapTileDataSource' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.Controls.Maps.MapTileLayer' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.Controls.Maps.MapTileSource' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.Controls.Maps.MapTileUriRequest' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.Controls.Maps.MapTileUriRequestDeferral' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.Controls.Maps.MapTileUriRequestedEventArgs' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.Controls.Maps.MapWatermarkMode' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.Controls.Maps.MapZoomLevelRange' does not inherit from base type 'System.ValueType' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.Controls.Maps.StreetsideExperience' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.Controls.Maps.StreetsidePanorama' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.Controls.Primitives.AnimationDirection' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.Controls.Primitives.AppBarTemplateSettings' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.Controls.Primitives.ButtonBase' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.Controls.Primitives.CalendarPanel' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.Controls.Primitives.CalendarViewTemplateSettings' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.Controls.Primitives.CarouselPanel' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.Controls.Primitives.ComboBoxTemplateSettings' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.Controls.Primitives.CommandBarTemplateSettings' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.Controls.Primitives.ComponentResourceLocation' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.Controls.Primitives.DragCompletedEventArgs' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.Controls.Primitives.DragCompletedEventHandler' does not inherit from base type 'System.MulticastDelegate' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.Controls.Primitives.DragDeltaEventArgs' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.Controls.Primitives.DragDeltaEventHandler' does not inherit from base type 'System.MulticastDelegate' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.Controls.Primitives.DragStartedEventArgs' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.Controls.Primitives.DragStartedEventHandler' does not inherit from base type 'System.MulticastDelegate' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.Controls.Primitives.EdgeTransitionLocation' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.Controls.Primitives.FlyoutBase' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.Controls.Primitives.FlyoutPlacementMode' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.Controls.Primitives.GeneratorDirection' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.Controls.Primitives.GeneratorPosition' does not inherit from base type 'System.ValueType' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.Controls.Primitives.GeneratorPositionHelper' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.Controls.Primitives.GridViewItemPresenter' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.Controls.Primitives.GridViewItemTemplateSettings' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.Controls.Primitives.GroupHeaderPlacement' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.Controls.Primitives.ItemsChangedEventArgs' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.Controls.Primitives.ItemsChangedEventHandler' does not inherit from base type 'System.MulticastDelegate' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.Controls.Primitives.JumpListItemBackgroundConverter' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.Controls.Primitives.JumpListItemForegroundConverter' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.Controls.Primitives.LayoutInformation' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.Controls.Primitives.ListViewItemPresenter' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.Controls.Primitives.ListViewItemPresenterCheckMode' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.Controls.Primitives.ListViewItemTemplateSettings' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.Controls.Primitives.LoopingSelector' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.Controls.Primitives.LoopingSelectorItem' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.Controls.Primitives.LoopingSelectorPanel' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.Controls.Primitives.MenuFlyoutPresenterTemplateSettings' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.Controls.Primitives.OrientedVirtualizingPanel' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.Controls.Primitives.PickerFlyoutBase' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.Controls.Primitives.PivotHeaderItem' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.Controls.Primitives.PivotHeaderPanel' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.Controls.Primitives.PivotPanel' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.Controls.Primitives.PlacementMode' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.Controls.Primitives.Popup' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.Controls.Primitives.ProgressBarTemplateSettings' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.Controls.Primitives.ProgressRingTemplateSettings' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.Controls.Primitives.RangeBase' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.Controls.Primitives.RangeBaseValueChangedEventArgs' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.Controls.Primitives.RangeBaseValueChangedEventHandler' does not inherit from base type 'System.MulticastDelegate' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.Controls.Primitives.RepeatButton' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.Controls.Primitives.ScrollBar' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.Controls.Primitives.ScrollEventArgs' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.Controls.Primitives.ScrollEventHandler' does not inherit from base type 'System.MulticastDelegate' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.Controls.Primitives.ScrollEventType' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.Controls.Primitives.ScrollingIndicatorMode' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.Controls.Primitives.Selector' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.Controls.Primitives.SelectorItem' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.Controls.Primitives.SettingsFlyoutTemplateSettings' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.Controls.Primitives.SliderSnapsTo' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.Controls.Primitives.SnapPointsAlignment' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.Controls.Primitives.SplitViewTemplateSettings' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.Controls.Primitives.Thumb' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.Controls.Primitives.TickBar' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.Controls.Primitives.TickPlacement' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.Controls.Primitives.ToggleButton' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.Controls.Primitives.ToggleSwitchTemplateSettings' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.Controls.Primitives.ToolTipTemplateSettings' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.Data.BindableAttribute' does not inherit from base type 'System.Attribute' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.Data.Binding' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.Data.BindingBase' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.Data.BindingExpression' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.Data.BindingExpressionBase' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.Data.BindingMode' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.Data.BindingOperations' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.Data.CollectionViewSource' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.Data.CurrentChangingEventArgs' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.Data.CurrentChangingEventHandler' does not inherit from base type 'System.MulticastDelegate' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.Data.ItemIndexRange' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.Data.LoadMoreItemsResult' does not inherit from base type 'System.ValueType' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.Data.PropertyChangedEventArgs' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.Data.PropertyChangedEventHandler' does not inherit from base type 'System.MulticastDelegate' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.Data.RelativeSource' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.Data.RelativeSourceMode' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.Data.UpdateSourceTrigger' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.Documents.Block' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.Documents.BlockCollection' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.Documents.Bold' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.Documents.Glyphs' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.Documents.Hyperlink' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.Documents.HyperlinkClickEventArgs' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.Documents.Inline' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.Documents.InlineCollection' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.Documents.InlineUIContainer' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.Documents.Italic' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.Documents.LineBreak' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.Documents.LogicalDirection' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.Documents.Paragraph' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.Documents.Run' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.Documents.Span' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.Documents.TextElement' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.Documents.TextPointer' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.Documents.Typography' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.Documents.Underline' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.Documents.UnderlineStyle' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.Hosting.ElementCompositionPreview' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.Hosting.HostingContract' does not inherit from base type 'System.ValueType' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.Hosting.XamlUIPresenter' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.Input.DoubleTappedEventHandler' does not inherit from base type 'System.MulticastDelegate' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.Input.DoubleTappedRoutedEventArgs' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.Input.FocusManager' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.Input.FocusNavigationDirection' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.Input.HoldingEventHandler' does not inherit from base type 'System.MulticastDelegate' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.Input.HoldingRoutedEventArgs' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.Input.InertiaExpansionBehavior' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.Input.InertiaRotationBehavior' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.Input.InertiaTranslationBehavior' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.Input.InputScope' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.Input.InputScopeName' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.Input.InputScopeNameValue' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.Input.KeyboardNavigationMode' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.Input.KeyEventHandler' does not inherit from base type 'System.MulticastDelegate' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.Input.KeyRoutedEventArgs' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.Input.ManipulationCompletedEventHandler' does not inherit from base type 'System.MulticastDelegate' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.Input.ManipulationCompletedRoutedEventArgs' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.Input.ManipulationDeltaEventHandler' does not inherit from base type 'System.MulticastDelegate' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.Input.ManipulationDeltaRoutedEventArgs' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.Input.ManipulationInertiaStartingEventHandler' does not inherit from base type 'System.MulticastDelegate' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.Input.ManipulationInertiaStartingRoutedEventArgs' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.Input.ManipulationModes' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.Input.ManipulationPivot' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.Input.ManipulationStartedEventHandler' does not inherit from base type 'System.MulticastDelegate' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.Input.ManipulationStartedRoutedEventArgs' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.Input.ManipulationStartingEventHandler' does not inherit from base type 'System.MulticastDelegate' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.Input.ManipulationStartingRoutedEventArgs' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.Input.Pointer' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.Input.PointerEventHandler' does not inherit from base type 'System.MulticastDelegate' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.Input.PointerRoutedEventArgs' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.Input.RightTappedEventHandler' does not inherit from base type 'System.MulticastDelegate' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.Input.RightTappedRoutedEventArgs' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.Input.TappedEventHandler' does not inherit from base type 'System.MulticastDelegate' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.Input.TappedRoutedEventArgs' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.Interop.BindableVectorChangedEventHandler' does not inherit from base type 'System.MulticastDelegate' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.Interop.NotifyCollectionChangedAction' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.Interop.NotifyCollectionChangedEventArgs' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.Interop.NotifyCollectionChangedEventHandler' does not inherit from base type 'System.MulticastDelegate' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.Interop.TypeKind' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.Interop.TypeName' does not inherit from base type 'System.ValueType' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.Markup.ContentPropertyAttribute' does not inherit from base type 'System.Attribute' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.Markup.XamlBinaryWriter' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.Markup.XamlBinaryWriterErrorInformation' does not inherit from base type 'System.ValueType' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.Markup.XamlBindingHelper' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.Markup.XamlReader' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.Markup.XmlnsDefinition' does not inherit from base type 'System.ValueType' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.Media.AlignmentX' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.Media.AlignmentY' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.Media.ArcSegment' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.Media.AudioCategory' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.Media.AudioDeviceType' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.Media.BezierSegment' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.Media.BitmapCache' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.Media.Brush' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.Media.BrushMappingMode' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.Media.CacheMode' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.Media.ColorInterpolationMode' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.Media.CompositeTransform' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.Media.CompositionTarget' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.Media.DoubleCollection' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.Media.ElementCompositeMode' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.Media.EllipseGeometry' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.Media.FillRule' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.Media.FontFamily' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.Media.GeneralTransform' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.Media.Geometry' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.Media.GeometryCollection' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.Media.GeometryGroup' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.Media.GradientBrush' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.Media.GradientSpreadMethod' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.Media.GradientStop' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.Media.GradientStopCollection' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.Media.ImageBrush' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.Media.ImageSource' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.Media.LinearGradientBrush' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.Media.LineGeometry' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.Media.LineSegment' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.Media.Matrix' does not inherit from base type 'System.ValueType' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.Media.Matrix3DProjection' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.Media.MatrixHelper' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.Media.MatrixTransform' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.Media.MediaCanPlayResponse' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.Media.MediaElementState' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.Media.PartialMediaFailureDetectedEventArgs' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.Media.PathFigure' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.Media.PathFigureCollection' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.Media.PathGeometry' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.Media.PathSegment' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.Media.PathSegmentCollection' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.Media.PenLineCap' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.Media.PenLineJoin' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.Media.PlaneProjection' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.Media.PointCollection' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.Media.PolyBezierSegment' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.Media.PolyLineSegment' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.Media.PolyQuadraticBezierSegment' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.Media.Projection' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.Media.QuadraticBezierSegment' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.Media.RateChangedRoutedEventArgs' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.Media.RateChangedRoutedEventHandler' does not inherit from base type 'System.MulticastDelegate' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.Media.RectangleGeometry' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.Media.RenderingEventArgs' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.Media.RotateTransform' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.Media.ScaleTransform' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.Media.SkewTransform' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.Media.SolidColorBrush' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.Media.Stereo3DVideoPackingMode' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.Media.Stereo3DVideoRenderMode' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.Media.Stretch' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.Media.StyleSimulations' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.Media.SweepDirection' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.Media.TileBrush' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.Media.TimelineMarker' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.Media.TimelineMarkerCollection' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.Media.TimelineMarkerRoutedEventArgs' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.Media.TimelineMarkerRoutedEventHandler' does not inherit from base type 'System.MulticastDelegate' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.Media.Transform' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.Media.TransformCollection' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.Media.TransformGroup' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.Media.TranslateTransform' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.Media.VisualTreeHelper' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.Media.Animation.AddDeleteThemeTransition' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.Media.Animation.BackEase' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.Media.Animation.BeginStoryboard' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.Media.Animation.BounceEase' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.Media.Animation.CircleEase' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.Media.Animation.ClockState' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.Media.Animation.ColorAnimation' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.Media.Animation.ColorAnimationUsingKeyFrames' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.Media.Animation.ColorKeyFrame' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.Media.Animation.ColorKeyFrameCollection' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.Media.Animation.CommonNavigationTransitionInfo' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.Media.Animation.ConditionallyIndependentlyAnimatableAttribute' does not inherit from base type 'System.Attribute' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.Media.Animation.ContentThemeTransition' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.Media.Animation.ContinuumNavigationTransitionInfo' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.Media.Animation.CubicEase' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.Media.Animation.DiscreteColorKeyFrame' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.Media.Animation.DiscreteDoubleKeyFrame' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.Media.Animation.DiscreteObjectKeyFrame' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.Media.Animation.DiscretePointKeyFrame' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.Media.Animation.DoubleAnimation' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.Media.Animation.DoubleAnimationUsingKeyFrames' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.Media.Animation.DoubleKeyFrame' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.Media.Animation.DoubleKeyFrameCollection' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.Media.Animation.DragItemThemeAnimation' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.Media.Animation.DragOverThemeAnimation' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.Media.Animation.DrillInNavigationTransitionInfo' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.Media.Animation.DrillInThemeAnimation' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.Media.Animation.DrillOutThemeAnimation' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.Media.Animation.DropTargetItemThemeAnimation' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.Media.Animation.EasingColorKeyFrame' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.Media.Animation.EasingDoubleKeyFrame' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.Media.Animation.EasingFunctionBase' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.Media.Animation.EasingMode' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.Media.Animation.EasingPointKeyFrame' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.Media.Animation.EdgeUIThemeTransition' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.Media.Animation.ElasticEase' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.Media.Animation.EntranceNavigationTransitionInfo' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.Media.Animation.EntranceThemeTransition' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.Media.Animation.ExponentialEase' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.Media.Animation.FadeInThemeAnimation' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.Media.Animation.FadeOutThemeAnimation' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.Media.Animation.FillBehavior' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.Media.Animation.IndependentlyAnimatableAttribute' does not inherit from base type 'System.Attribute' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.Media.Animation.KeySpline' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.Media.Animation.KeyTime' does not inherit from base type 'System.ValueType' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.Media.Animation.KeyTimeHelper' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.Media.Animation.LinearColorKeyFrame' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.Media.Animation.LinearDoubleKeyFrame' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.Media.Animation.LinearPointKeyFrame' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.Media.Animation.NavigationThemeTransition' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.Media.Animation.NavigationTransitionInfo' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.Media.Animation.ObjectAnimationUsingKeyFrames' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.Media.Animation.ObjectKeyFrame' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.Media.Animation.ObjectKeyFrameCollection' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.Media.Animation.PaneThemeTransition' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.Media.Animation.PointAnimation' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.Media.Animation.PointAnimationUsingKeyFrames' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.Media.Animation.PointerDownThemeAnimation' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.Media.Animation.PointerUpThemeAnimation' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.Media.Animation.PointKeyFrame' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.Media.Animation.PointKeyFrameCollection' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.Media.Animation.PopInThemeAnimation' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.Media.Animation.PopOutThemeAnimation' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.Media.Animation.PopupThemeTransition' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.Media.Animation.PowerEase' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.Media.Animation.QuadraticEase' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.Media.Animation.QuarticEase' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.Media.Animation.QuinticEase' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.Media.Animation.ReorderThemeTransition' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.Media.Animation.RepeatBehavior' does not inherit from base type 'System.ValueType' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.Media.Animation.RepeatBehaviorHelper' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.Media.Animation.RepeatBehaviorType' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.Media.Animation.RepositionThemeAnimation' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.Media.Animation.RepositionThemeTransition' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.Media.Animation.SineEase' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.Media.Animation.SlideNavigationTransitionInfo' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.Media.Animation.SplineColorKeyFrame' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.Media.Animation.SplineDoubleKeyFrame' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.Media.Animation.SplinePointKeyFrame' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.Media.Animation.SplitCloseThemeAnimation' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.Media.Animation.SplitOpenThemeAnimation' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.Media.Animation.Storyboard' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.Media.Animation.SuppressNavigationTransitionInfo' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.Media.Animation.SwipeBackThemeAnimation' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.Media.Animation.SwipeHintThemeAnimation' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.Media.Animation.Timeline' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.Media.Animation.TimelineCollection' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.Media.Animation.Transition' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.Media.Animation.TransitionCollection' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.Media.Imaging.BitmapCreateOptions' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.Media.Imaging.BitmapImage' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.Media.Imaging.BitmapSource' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.Media.Imaging.DecodePixelType' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.Media.Imaging.DownloadProgressEventArgs' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.Media.Imaging.DownloadProgressEventHandler' does not inherit from base type 'System.MulticastDelegate' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.Media.Imaging.RenderTargetBitmap' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.Media.Imaging.SoftwareBitmapSource' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.Media.Imaging.SurfaceImageSource' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.Media.Imaging.VirtualSurfaceImageSource' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.Media.Imaging.WriteableBitmap' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.Media.Imaging.XamlRenderingBackgroundTask' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.Media.Media3D.CompositeTransform3D' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.Media.Media3D.Matrix3D' does not inherit from base type 'System.ValueType' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.Media.Media3D.Matrix3DHelper' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.Media.Media3D.PerspectiveTransform3D' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.Media.Media3D.Transform3D' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.Navigation.LoadCompletedEventHandler' does not inherit from base type 'System.MulticastDelegate' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.Navigation.NavigatedEventHandler' does not inherit from base type 'System.MulticastDelegate' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.Navigation.NavigatingCancelEventArgs' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.Navigation.NavigatingCancelEventHandler' does not inherit from base type 'System.MulticastDelegate' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.Navigation.NavigationCacheMode' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.Navigation.NavigationEventArgs' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.Navigation.NavigationFailedEventArgs' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.Navigation.NavigationFailedEventHandler' does not inherit from base type 'System.MulticastDelegate' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.Navigation.NavigationMode' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.Navigation.NavigationStoppedEventHandler' does not inherit from base type 'System.MulticastDelegate' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.Navigation.PageStackEntry' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.Printing.AddPagesEventArgs' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.Printing.AddPagesEventHandler' does not inherit from base type 'System.MulticastDelegate' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.Printing.GetPreviewPageEventArgs' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.Printing.GetPreviewPageEventHandler' does not inherit from base type 'System.MulticastDelegate' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.Printing.PaginateEventArgs' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.Printing.PaginateEventHandler' does not inherit from base type 'System.MulticastDelegate' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.Printing.PreviewPageCountType' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.Printing.PrintDocument' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.Resources.CustomXamlResourceLoader' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.Shapes.Ellipse' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.Shapes.Line' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.Shapes.Path' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.Shapes.Polygon' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.Shapes.Polyline' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.Shapes.Rectangle' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.Shapes.Shape' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Web.WebError' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Web.WebErrorStatus' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Web.AtomPub.AtomPubClient' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Web.AtomPub.ResourceCollection' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Web.AtomPub.ServiceDocument' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Web.AtomPub.Workspace' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Web.Http.HttpBufferContent' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Web.Http.HttpClient' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Web.Http.HttpCompletionOption' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Web.Http.HttpCookie' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Web.Http.HttpCookieCollection' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Web.Http.HttpCookieManager' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Web.Http.HttpFormUrlEncodedContent' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Web.Http.HttpMethod' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Web.Http.HttpMultipartContent' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Web.Http.HttpMultipartFormDataContent' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Web.Http.HttpProgress' does not inherit from base type 'System.ValueType' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Web.Http.HttpProgressStage' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Web.Http.HttpRequestMessage' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Web.Http.HttpResponseMessage' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Web.Http.HttpResponseMessageSource' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Web.Http.HttpStatusCode' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Web.Http.HttpStreamContent' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Web.Http.HttpStringContent' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Web.Http.HttpTransportInformation' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Web.Http.HttpVersion' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Web.Http.Diagnostics.HttpDiagnosticProvider' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Web.Http.Diagnostics.HttpDiagnosticProviderRequestResponseCompletedEventArgs' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Web.Http.Diagnostics.HttpDiagnosticProviderRequestResponseTimestamps' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Web.Http.Diagnostics.HttpDiagnosticProviderRequestSentEventArgs' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Web.Http.Diagnostics.HttpDiagnosticProviderResponseReceivedEventArgs' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Web.Http.Diagnostics.HttpDiagnosticRequestInitiator' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Web.Http.Diagnostics.HttpDiagnosticsContract' does not inherit from base type 'System.ValueType' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Web.Http.Diagnostics.HttpDiagnosticSourceLocation' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Web.Http.Filters.HttpBaseProtocolFilter' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Web.Http.Filters.HttpCacheControl' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Web.Http.Filters.HttpCacheReadBehavior' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Web.Http.Filters.HttpCacheWriteBehavior' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Web.Http.Filters.HttpCookieUsageBehavior' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Web.Http.Headers.HttpCacheDirectiveHeaderValueCollection' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Web.Http.Headers.HttpChallengeHeaderValue' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Web.Http.Headers.HttpChallengeHeaderValueCollection' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Web.Http.Headers.HttpConnectionOptionHeaderValue' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Web.Http.Headers.HttpConnectionOptionHeaderValueCollection' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Web.Http.Headers.HttpContentCodingHeaderValue' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Web.Http.Headers.HttpContentCodingHeaderValueCollection' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Web.Http.Headers.HttpContentCodingWithQualityHeaderValue' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Web.Http.Headers.HttpContentCodingWithQualityHeaderValueCollection' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Web.Http.Headers.HttpContentDispositionHeaderValue' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Web.Http.Headers.HttpContentHeaderCollection' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Web.Http.Headers.HttpContentRangeHeaderValue' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Web.Http.Headers.HttpCookiePairHeaderValue' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Web.Http.Headers.HttpCookiePairHeaderValueCollection' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Web.Http.Headers.HttpCredentialsHeaderValue' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Web.Http.Headers.HttpDateOrDeltaHeaderValue' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Web.Http.Headers.HttpExpectationHeaderValue' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Web.Http.Headers.HttpExpectationHeaderValueCollection' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Web.Http.Headers.HttpLanguageHeaderValueCollection' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Web.Http.Headers.HttpLanguageRangeWithQualityHeaderValue' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Web.Http.Headers.HttpLanguageRangeWithQualityHeaderValueCollection' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Web.Http.Headers.HttpMediaTypeHeaderValue' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Web.Http.Headers.HttpMediaTypeWithQualityHeaderValue' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Web.Http.Headers.HttpMediaTypeWithQualityHeaderValueCollection' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Web.Http.Headers.HttpMethodHeaderValueCollection' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Web.Http.Headers.HttpNameValueHeaderValue' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Web.Http.Headers.HttpProductHeaderValue' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Web.Http.Headers.HttpProductInfoHeaderValue' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Web.Http.Headers.HttpProductInfoHeaderValueCollection' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Web.Http.Headers.HttpRequestHeaderCollection' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Web.Http.Headers.HttpResponseHeaderCollection' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Web.Http.Headers.HttpTransferCodingHeaderValue' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Web.Http.Headers.HttpTransferCodingHeaderValueCollection' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Web.Syndication.RetrievalProgress' does not inherit from base type 'System.ValueType' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Web.Syndication.SyndicationAttribute' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Web.Syndication.SyndicationCategory' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Web.Syndication.SyndicationClient' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Web.Syndication.SyndicationContent' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Web.Syndication.SyndicationError' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Web.Syndication.SyndicationErrorStatus' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Web.Syndication.SyndicationFeed' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Web.Syndication.SyndicationFormat' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Web.Syndication.SyndicationGenerator' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Web.Syndication.SyndicationItem' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Web.Syndication.SyndicationLink' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Web.Syndication.SyndicationNode' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Web.Syndication.SyndicationPerson' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Web.Syndication.SyndicationText' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Web.Syndication.SyndicationTextType' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Web.Syndication.TransferProgress' does not inherit from base type 'System.ValueType' in the implementation but it does in the contract. -Total Issues: 4410 +Compat issues with assembly System.Composition.AttributedModel: +TypesMustExist : Type 'System.Composition.ExportAttribute' does not exist in the implementation but it does exist in the contract. +TypesMustExist : Type 'System.Composition.ExportMetadataAttribute' does not exist in the implementation but it does exist in the contract. +TypesMustExist : Type 'System.Composition.ImportAttribute' does not exist in the implementation but it does exist in the contract. +TypesMustExist : Type 'System.Composition.ImportingConstructorAttribute' does not exist in the implementation but it does exist in the contract. +TypesMustExist : Type 'System.Composition.ImportManyAttribute' does not exist in the implementation but it does exist in the contract. +TypesMustExist : Type 'System.Composition.ImportMetadataConstraintAttribute' does not exist in the implementation but it does exist in the contract. +TypesMustExist : Type 'System.Composition.MetadataAttributeAttribute' does not exist in the implementation but it does exist in the contract. +TypesMustExist : Type 'System.Composition.OnImportsSatisfiedAttribute' does not exist in the implementation but it does exist in the contract. +TypesMustExist : Type 'System.Composition.PartMetadataAttribute' does not exist in the implementation but it does exist in the contract. +TypesMustExist : Type 'System.Composition.PartNotDiscoverableAttribute' does not exist in the implementation but it does exist in the contract. +TypesMustExist : Type 'System.Composition.SharedAttribute' does not exist in the implementation but it does exist in the contract. +TypesMustExist : Type 'System.Composition.SharingBoundaryAttribute' does not exist in the implementation but it does exist in the contract. +TypesMustExist : Type 'System.Composition.Convention.AttributedModelProvider' does not exist in the implementation but it does exist in the contract. +Compat issues with assembly System.Composition.Convention: +TypesMustExist : Type 'System.Composition.Convention.ConventionBuilder' does not exist in the implementation but it does exist in the contract. +TypesMustExist : Type 'System.Composition.Convention.ExportConventionBuilder' does not exist in the implementation but it does exist in the contract. +TypesMustExist : Type 'System.Composition.Convention.ImportConventionBuilder' does not exist in the implementation but it does exist in the contract. +TypesMustExist : Type 'System.Composition.Convention.ParameterImportConventionBuilder' does not exist in the implementation but it does exist in the contract. +TypesMustExist : Type 'System.Composition.Convention.PartConventionBuilder' does not exist in the implementation but it does exist in the contract. +TypesMustExist : Type 'System.Composition.Convention.PartConventionBuilder' does not exist in the implementation but it does exist in the contract. +Compat issues with assembly System.Composition.Hosting: +TypesMustExist : Type 'System.Composition.Hosting.CompositionHost' does not exist in the implementation but it does exist in the contract. +TypesMustExist : Type 'System.Composition.Hosting.Core.CompositeActivator' does not exist in the implementation but it does exist in the contract. +TypesMustExist : Type 'System.Composition.Hosting.Core.CompositionDependency' does not exist in the implementation but it does exist in the contract. +TypesMustExist : Type 'System.Composition.Hosting.Core.CompositionOperation' does not exist in the implementation but it does exist in the contract. +TypesMustExist : Type 'System.Composition.Hosting.Core.DependencyAccessor' does not exist in the implementation but it does exist in the contract. +TypesMustExist : Type 'System.Composition.Hosting.Core.ExportDescriptor' does not exist in the implementation but it does exist in the contract. +TypesMustExist : Type 'System.Composition.Hosting.Core.ExportDescriptorPromise' does not exist in the implementation but it does exist in the contract. +TypesMustExist : Type 'System.Composition.Hosting.Core.ExportDescriptorProvider' does not exist in the implementation but it does exist in the contract. +TypesMustExist : Type 'System.Composition.Hosting.Core.LifetimeContext' does not exist in the implementation but it does exist in the contract. +Compat issues with assembly System.Composition.Runtime: +TypesMustExist : Type 'System.Composition.CompositionContext' does not exist in the implementation but it does exist in the contract. +TypesMustExist : Type 'System.Composition.Export' does not exist in the implementation but it does exist in the contract. +TypesMustExist : Type 'System.Composition.ExportFactory' does not exist in the implementation but it does exist in the contract. +TypesMustExist : Type 'System.Composition.ExportFactory' does not exist in the implementation but it does exist in the contract. +TypesMustExist : Type 'System.Composition.Hosting.CompositionFailedException' does not exist in the implementation but it does exist in the contract. +TypesMustExist : Type 'System.Composition.Hosting.Core.CompositionContract' does not exist in the implementation but it does exist in the contract. +Compat issues with assembly System.Composition.TypedParts: +TypesMustExist : Type 'System.Composition.CompositionContextExtensions' does not exist in the implementation but it does exist in the contract. +TypesMustExist : Type 'System.Composition.Hosting.ContainerConfiguration' does not exist in the implementation but it does exist in the contract. +Compat issues with assembly System.Json: +TypesMustExist : Type 'System.Json.JsonArray' does not exist in the implementation but it does exist in the contract. +TypesMustExist : Type 'System.Json.JsonObject' does not exist in the implementation but it does exist in the contract. +TypesMustExist : Type 'System.Json.JsonPrimitive' does not exist in the implementation but it does exist in the contract. +TypesMustExist : Type 'System.Json.JsonType' does not exist in the implementation but it does exist in the contract. +TypesMustExist : Type 'System.Json.JsonValue' does not exist in the implementation but it does exist in the contract. +Compat issues with assembly System.Runtime.CompilerServices.Unsafe: +TypesMustExist : Type 'System.Runtime.CompilerServices.Unsafe' does not exist in the implementation but it does exist in the contract. +Compat issues with assembly System.Text.Encodings.Web: +TypesMustExist : Type 'System.Text.Encodings.Web.HtmlEncoder' does not exist in the implementation but it does exist in the contract. +TypesMustExist : Type 'System.Text.Encodings.Web.JavaScriptEncoder' does not exist in the implementation but it does exist in the contract. +TypesMustExist : Type 'System.Text.Encodings.Web.TextEncoder' does not exist in the implementation but it does exist in the contract. +TypesMustExist : Type 'System.Text.Encodings.Web.TextEncoderSettings' does not exist in the implementation but it does exist in the contract. +TypesMustExist : Type 'System.Text.Encodings.Web.UrlEncoder' does not exist in the implementation but it does exist in the contract. +TypesMustExist : Type 'System.Text.Unicode.UnicodeRange' does not exist in the implementation but it does exist in the contract. +TypesMustExist : Type 'System.Text.Unicode.UnicodeRanges' does not exist in the implementation but it does exist in the contract. +Compat issues with assembly System.Threading.Tasks.Dataflow: +TypesMustExist : Type 'System.Threading.Tasks.Dataflow.ActionBlock' does not exist in the implementation but it does exist in the contract. +TypesMustExist : Type 'System.Threading.Tasks.Dataflow.BatchBlock' does not exist in the implementation but it does exist in the contract. +TypesMustExist : Type 'System.Threading.Tasks.Dataflow.BatchedJoinBlock' does not exist in the implementation but it does exist in the contract. +TypesMustExist : Type 'System.Threading.Tasks.Dataflow.BatchedJoinBlock' does not exist in the implementation but it does exist in the contract. +TypesMustExist : Type 'System.Threading.Tasks.Dataflow.BroadcastBlock' does not exist in the implementation but it does exist in the contract. +TypesMustExist : Type 'System.Threading.Tasks.Dataflow.BufferBlock' does not exist in the implementation but it does exist in the contract. +TypesMustExist : Type 'System.Threading.Tasks.Dataflow.DataflowBlock' does not exist in the implementation but it does exist in the contract. +TypesMustExist : Type 'System.Threading.Tasks.Dataflow.DataflowBlockOptions' does not exist in the implementation but it does exist in the contract. +TypesMustExist : Type 'System.Threading.Tasks.Dataflow.DataflowLinkOptions' does not exist in the implementation but it does exist in the contract. +TypesMustExist : Type 'System.Threading.Tasks.Dataflow.DataflowMessageHeader' does not exist in the implementation but it does exist in the contract. +TypesMustExist : Type 'System.Threading.Tasks.Dataflow.DataflowMessageStatus' does not exist in the implementation but it does exist in the contract. +TypesMustExist : Type 'System.Threading.Tasks.Dataflow.ExecutionDataflowBlockOptions' does not exist in the implementation but it does exist in the contract. +TypesMustExist : Type 'System.Threading.Tasks.Dataflow.GroupingDataflowBlockOptions' does not exist in the implementation but it does exist in the contract. +TypesMustExist : Type 'System.Threading.Tasks.Dataflow.IDataflowBlock' does not exist in the implementation but it does exist in the contract. +TypesMustExist : Type 'System.Threading.Tasks.Dataflow.IPropagatorBlock' does not exist in the implementation but it does exist in the contract. +TypesMustExist : Type 'System.Threading.Tasks.Dataflow.IReceivableSourceBlock' does not exist in the implementation but it does exist in the contract. +TypesMustExist : Type 'System.Threading.Tasks.Dataflow.ISourceBlock' does not exist in the implementation but it does exist in the contract. +TypesMustExist : Type 'System.Threading.Tasks.Dataflow.ITargetBlock' does not exist in the implementation but it does exist in the contract. +TypesMustExist : Type 'System.Threading.Tasks.Dataflow.JoinBlock' does not exist in the implementation but it does exist in the contract. +TypesMustExist : Type 'System.Threading.Tasks.Dataflow.JoinBlock' does not exist in the implementation but it does exist in the contract. +TypesMustExist : Type 'System.Threading.Tasks.Dataflow.TransformBlock' does not exist in the implementation but it does exist in the contract. +TypesMustExist : Type 'System.Threading.Tasks.Dataflow.TransformManyBlock' does not exist in the implementation but it does exist in the contract. +TypesMustExist : Type 'System.Threading.Tasks.Dataflow.WriteOnceBlock' does not exist in the implementation but it does exist in the contract. +Total Issues: 144 diff --git a/src/libraries/shims/ApiCompatBaseline.uapaot.netfx461.txt b/src/libraries/shims/ApiCompatBaseline.uapaot.netfx461.txt index 4ecb4ed9fcfeb8..da71413b514c7c 100644 --- a/src/libraries/shims/ApiCompatBaseline.uapaot.netfx461.txt +++ b/src/libraries/shims/ApiCompatBaseline.uapaot.netfx461.txt @@ -108,7 +108,6 @@ TypesMustExist : Type 'System.AppDomainSetup' does not exist in the implementati CannotRemoveBaseTypeOrInterface : Type 'System.AppDomainUnloadedException' does not implement interface 'System.Runtime.InteropServices._Exception' in the implementation but it does in the contract. CannotRemoveBaseTypeOrInterface : Type 'System.ApplicationException' does not implement interface 'System.Runtime.InteropServices._Exception' in the implementation but it does in the contract. TypesMustExist : Type 'System.ApplicationIdentity' does not exist in the implementation but it does exist in the contract. -TypesMustExist : Type 'System.ArgIterator' does not exist in the implementation but it does exist in the contract. CannotRemoveBaseTypeOrInterface : Type 'System.ArgumentException' does not implement interface 'System.Runtime.InteropServices._Exception' in the implementation but it does in the contract. CannotRemoveBaseTypeOrInterface : Type 'System.ArgumentNullException' does not implement interface 'System.Runtime.InteropServices._Exception' in the implementation but it does in the contract. CannotRemoveBaseTypeOrInterface : Type 'System.ArgumentOutOfRangeException' does not implement interface 'System.Runtime.InteropServices._Exception' in the implementation but it does in the contract. @@ -119,8 +118,6 @@ CannotRemoveBaseTypeOrInterface : Type 'System.AttributeUsageAttribute' does not CannotRemoveBaseTypeOrInterface : Type 'System.BadImageFormatException' does not implement interface 'System.Runtime.InteropServices._Exception' in the implementation but it does in the contract. CannotRemoveBaseTypeOrInterface : Type 'System.CannotUnloadAppDomainException' does not implement interface 'System.Runtime.InteropServices._Exception' in the implementation but it does in the contract. CannotRemoveBaseTypeOrInterface : Type 'System.CLSCompliantAttribute' does not implement interface 'System.Runtime.InteropServices._Attribute' in the implementation but it does in the contract. -MembersMustExist : Member 'System.Console.Write(System.String, System.Object, System.Object, System.Object, System.Object, __arglist)' does not exist in the implementation but it does exist in the contract. -MembersMustExist : Member 'System.Console.WriteLine(System.String, System.Object, System.Object, System.Object, System.Object, __arglist)' does not exist in the implementation but it does exist in the contract. CannotRemoveBaseTypeOrInterface : Type 'System.ContextMarshalException' does not implement interface 'System.Runtime.InteropServices._Exception' in the implementation but it does in the contract. CannotRemoveBaseTypeOrInterface : Type 'System.ContextStaticAttribute' does not implement interface 'System.Runtime.InteropServices._Attribute' in the implementation but it does in the contract. TypesMustExist : Type 'System.CrossAppDomainDelegate' does not exist in the implementation but it does exist in the contract. @@ -164,18 +161,15 @@ CannotRemoveBaseTypeOrInterface : Type 'System.OverflowException' does not imple CannotRemoveBaseTypeOrInterface : Type 'System.ParamArrayAttribute' does not implement interface 'System.Runtime.InteropServices._Attribute' in the implementation but it does in the contract. CannotRemoveBaseTypeOrInterface : Type 'System.PlatformNotSupportedException' does not implement interface 'System.Runtime.InteropServices._Exception' in the implementation but it does in the contract. CannotRemoveBaseTypeOrInterface : Type 'System.RankException' does not implement interface 'System.Runtime.InteropServices._Exception' in the implementation but it does in the contract. -TypesMustExist : Type 'System.RuntimeArgumentHandle' does not exist in the implementation but it does exist in the contract. CannotRemoveBaseTypeOrInterface : Type 'System.SerializableAttribute' does not implement interface 'System.Runtime.InteropServices._Attribute' in the implementation but it does in the contract. CannotRemoveBaseTypeOrInterface : Type 'System.StackOverflowException' does not implement interface 'System.Runtime.InteropServices._Exception' in the implementation but it does in the contract. CannotRemoveBaseTypeOrInterface : Type 'System.STAThreadAttribute' does not implement interface 'System.Runtime.InteropServices._Attribute' in the implementation but it does in the contract. -MembersMustExist : Member 'System.String.Concat(System.Object, System.Object, System.Object, System.Object, __arglist)' does not exist in the implementation but it does exist in the contract. CannotRemoveBaseTypeOrInterface : Type 'System.SystemException' does not implement interface 'System.Runtime.InteropServices._Exception' in the implementation but it does in the contract. CannotRemoveBaseTypeOrInterface : Type 'System.ThreadStaticAttribute' does not implement interface 'System.Runtime.InteropServices._Attribute' in the implementation but it does in the contract. CannotRemoveBaseTypeOrInterface : Type 'System.TimeoutException' does not implement interface 'System.Runtime.InteropServices._Exception' in the implementation but it does in the contract. CannotRemoveBaseTypeOrInterface : Type 'System.TimeZoneNotFoundException' does not implement interface 'System.Runtime.InteropServices._Exception' in the implementation but it does in the contract. CannotRemoveBaseTypeOrInterface : Type 'System.Type' does not implement interface 'System.Runtime.InteropServices._Type' in the implementation but it does in the contract. CannotRemoveBaseTypeOrInterface : Type 'System.TypeAccessException' does not implement interface 'System.Runtime.InteropServices._Exception' in the implementation but it does in the contract. -TypesMustExist : Type 'System.TypedReference' does not exist in the implementation but it does exist in the contract. CannotRemoveBaseTypeOrInterface : Type 'System.TypeInitializationException' does not implement interface 'System.Runtime.InteropServices._Exception' in the implementation but it does in the contract. CannotRemoveBaseTypeOrInterface : Type 'System.TypeLoadException' does not implement interface 'System.Runtime.InteropServices._Exception' in the implementation but it does in the contract. CannotRemoveBaseTypeOrInterface : Type 'System.TypeUnloadedException' does not implement interface 'System.Runtime.InteropServices._Exception' in the implementation but it does in the contract. @@ -288,8 +282,6 @@ CannotRemoveBaseTypeOrInterface : Type 'System.Reflection.CustomAttributeFormatE CannotRemoveBaseTypeOrInterface : Type 'System.Reflection.DefaultMemberAttribute' does not implement interface 'System.Runtime.InteropServices._Attribute' in the implementation but it does in the contract. CannotRemoveBaseTypeOrInterface : Type 'System.Reflection.EventInfo' does not implement interface 'System.Runtime.InteropServices._EventInfo' in the implementation but it does in the contract. CannotRemoveBaseTypeOrInterface : Type 'System.Reflection.FieldInfo' does not implement interface 'System.Runtime.InteropServices._FieldInfo' in the implementation but it does in the contract. -MembersMustExist : Member 'System.Reflection.FieldInfo.GetValueDirect(System.TypedReference)' does not exist in the implementation but it does exist in the contract. -MembersMustExist : Member 'System.Reflection.FieldInfo.SetValueDirect(System.TypedReference, System.Object)' does not exist in the implementation but it does exist in the contract. CannotRemoveBaseTypeOrInterface : Type 'System.Reflection.InvalidFilterCriteriaException' does not implement interface 'System.Runtime.InteropServices._Exception' in the implementation but it does in the contract. CannotRemoveBaseTypeOrInterface : Type 'System.Reflection.MemberInfo' does not implement interface 'System.Runtime.InteropServices._MemberInfo' in the implementation but it does in the contract. CannotRemoveBaseTypeOrInterface : Type 'System.Reflection.MethodBase' does not implement interface 'System.Runtime.InteropServices._MethodBase' in the implementation but it does in the contract. @@ -1269,6 +1261,68 @@ TypesMustExist : Type 'System.Web.AspNetHostingPermission' does not exist in the TypesMustExist : Type 'System.Web.AspNetHostingPermissionAttribute' does not exist in the implementation but it does exist in the contract. TypesMustExist : Type 'System.Web.AspNetHostingPermissionLevel' does not exist in the implementation but it does exist in the contract. TypesMustExist : Type 'System.Windows.Markup.ValueSerializerAttribute' does not exist in the implementation but it does exist in the contract. +Compat issues with assembly System.ComponentModel.Composition: +TypesMustExist : Type 'System.ComponentModel.Composition.AttributedModelServices' does not exist in the implementation but it does exist in the contract. +TypesMustExist : Type 'System.ComponentModel.Composition.CatalogReflectionContextAttribute' does not exist in the implementation but it does exist in the contract. +TypesMustExist : Type 'System.ComponentModel.Composition.ChangeRejectedException' does not exist in the implementation but it does exist in the contract. +TypesMustExist : Type 'System.ComponentModel.Composition.CompositionContractMismatchException' does not exist in the implementation but it does exist in the contract. +TypesMustExist : Type 'System.ComponentModel.Composition.CompositionError' does not exist in the implementation but it does exist in the contract. +TypesMustExist : Type 'System.ComponentModel.Composition.CompositionException' does not exist in the implementation but it does exist in the contract. +TypesMustExist : Type 'System.ComponentModel.Composition.CreationPolicy' does not exist in the implementation but it does exist in the contract. +TypesMustExist : Type 'System.ComponentModel.Composition.ExportAttribute' does not exist in the implementation but it does exist in the contract. +TypesMustExist : Type 'System.ComponentModel.Composition.ExportFactory' does not exist in the implementation but it does exist in the contract. +TypesMustExist : Type 'System.ComponentModel.Composition.ExportFactory' does not exist in the implementation but it does exist in the contract. +TypesMustExist : Type 'System.ComponentModel.Composition.ExportLifetimeContext' does not exist in the implementation but it does exist in the contract. +TypesMustExist : Type 'System.ComponentModel.Composition.ExportMetadataAttribute' does not exist in the implementation but it does exist in the contract. +TypesMustExist : Type 'System.ComponentModel.Composition.ICompositionService' does not exist in the implementation but it does exist in the contract. +TypesMustExist : Type 'System.ComponentModel.Composition.ImportAttribute' does not exist in the implementation but it does exist in the contract. +TypesMustExist : Type 'System.ComponentModel.Composition.ImportCardinalityMismatchException' does not exist in the implementation but it does exist in the contract. +TypesMustExist : Type 'System.ComponentModel.Composition.ImportingConstructorAttribute' does not exist in the implementation but it does exist in the contract. +TypesMustExist : Type 'System.ComponentModel.Composition.ImportManyAttribute' does not exist in the implementation but it does exist in the contract. +TypesMustExist : Type 'System.ComponentModel.Composition.ImportSource' does not exist in the implementation but it does exist in the contract. +TypesMustExist : Type 'System.ComponentModel.Composition.InheritedExportAttribute' does not exist in the implementation but it does exist in the contract. +TypesMustExist : Type 'System.ComponentModel.Composition.IPartImportsSatisfiedNotification' does not exist in the implementation but it does exist in the contract. +TypesMustExist : Type 'System.ComponentModel.Composition.MetadataAttributeAttribute' does not exist in the implementation but it does exist in the contract. +TypesMustExist : Type 'System.ComponentModel.Composition.MetadataViewImplementationAttribute' does not exist in the implementation but it does exist in the contract. +TypesMustExist : Type 'System.ComponentModel.Composition.PartCreationPolicyAttribute' does not exist in the implementation but it does exist in the contract. +TypesMustExist : Type 'System.ComponentModel.Composition.PartMetadataAttribute' does not exist in the implementation but it does exist in the contract. +TypesMustExist : Type 'System.ComponentModel.Composition.PartNotDiscoverableAttribute' does not exist in the implementation but it does exist in the contract. +TypesMustExist : Type 'System.ComponentModel.Composition.Hosting.AggregateCatalog' does not exist in the implementation but it does exist in the contract. +TypesMustExist : Type 'System.ComponentModel.Composition.Hosting.AggregateExportProvider' does not exist in the implementation but it does exist in the contract. +TypesMustExist : Type 'System.ComponentModel.Composition.Hosting.ApplicationCatalog' does not exist in the implementation but it does exist in the contract. +TypesMustExist : Type 'System.ComponentModel.Composition.Hosting.AssemblyCatalog' does not exist in the implementation but it does exist in the contract. +TypesMustExist : Type 'System.ComponentModel.Composition.Hosting.AtomicComposition' does not exist in the implementation but it does exist in the contract. +TypesMustExist : Type 'System.ComponentModel.Composition.Hosting.CatalogExportProvider' does not exist in the implementation but it does exist in the contract. +TypesMustExist : Type 'System.ComponentModel.Composition.Hosting.CatalogExtensions' does not exist in the implementation but it does exist in the contract. +TypesMustExist : Type 'System.ComponentModel.Composition.Hosting.ComposablePartCatalogChangeEventArgs' does not exist in the implementation but it does exist in the contract. +TypesMustExist : Type 'System.ComponentModel.Composition.Hosting.ComposablePartExportProvider' does not exist in the implementation but it does exist in the contract. +TypesMustExist : Type 'System.ComponentModel.Composition.Hosting.CompositionBatch' does not exist in the implementation but it does exist in the contract. +TypesMustExist : Type 'System.ComponentModel.Composition.Hosting.CompositionConstants' does not exist in the implementation but it does exist in the contract. +TypesMustExist : Type 'System.ComponentModel.Composition.Hosting.CompositionContainer' does not exist in the implementation but it does exist in the contract. +TypesMustExist : Type 'System.ComponentModel.Composition.Hosting.CompositionOptions' does not exist in the implementation but it does exist in the contract. +TypesMustExist : Type 'System.ComponentModel.Composition.Hosting.CompositionScopeDefinition' does not exist in the implementation but it does exist in the contract. +TypesMustExist : Type 'System.ComponentModel.Composition.Hosting.CompositionService' does not exist in the implementation but it does exist in the contract. +TypesMustExist : Type 'System.ComponentModel.Composition.Hosting.DirectoryCatalog' does not exist in the implementation but it does exist in the contract. +TypesMustExist : Type 'System.ComponentModel.Composition.Hosting.ExportProvider' does not exist in the implementation but it does exist in the contract. +TypesMustExist : Type 'System.ComponentModel.Composition.Hosting.ExportsChangeEventArgs' does not exist in the implementation but it does exist in the contract. +TypesMustExist : Type 'System.ComponentModel.Composition.Hosting.FilteredCatalog' does not exist in the implementation but it does exist in the contract. +TypesMustExist : Type 'System.ComponentModel.Composition.Hosting.ImportEngine' does not exist in the implementation but it does exist in the contract. +TypesMustExist : Type 'System.ComponentModel.Composition.Hosting.INotifyComposablePartCatalogChanged' does not exist in the implementation but it does exist in the contract. +TypesMustExist : Type 'System.ComponentModel.Composition.Hosting.ScopingExtensions' does not exist in the implementation but it does exist in the contract. +TypesMustExist : Type 'System.ComponentModel.Composition.Hosting.TypeCatalog' does not exist in the implementation but it does exist in the contract. +TypesMustExist : Type 'System.ComponentModel.Composition.Primitives.ComposablePart' does not exist in the implementation but it does exist in the contract. +TypesMustExist : Type 'System.ComponentModel.Composition.Primitives.ComposablePartCatalog' does not exist in the implementation but it does exist in the contract. +TypesMustExist : Type 'System.ComponentModel.Composition.Primitives.ComposablePartDefinition' does not exist in the implementation but it does exist in the contract. +TypesMustExist : Type 'System.ComponentModel.Composition.Primitives.ComposablePartException' does not exist in the implementation but it does exist in the contract. +TypesMustExist : Type 'System.ComponentModel.Composition.Primitives.ContractBasedImportDefinition' does not exist in the implementation but it does exist in the contract. +TypesMustExist : Type 'System.ComponentModel.Composition.Primitives.Export' does not exist in the implementation but it does exist in the contract. +TypesMustExist : Type 'System.ComponentModel.Composition.Primitives.ExportDefinition' does not exist in the implementation but it does exist in the contract. +TypesMustExist : Type 'System.ComponentModel.Composition.Primitives.ExportedDelegate' does not exist in the implementation but it does exist in the contract. +TypesMustExist : Type 'System.ComponentModel.Composition.Primitives.ICompositionElement' does not exist in the implementation but it does exist in the contract. +TypesMustExist : Type 'System.ComponentModel.Composition.Primitives.ImportCardinality' does not exist in the implementation but it does exist in the contract. +TypesMustExist : Type 'System.ComponentModel.Composition.Primitives.ImportDefinition' does not exist in the implementation but it does exist in the contract. +TypesMustExist : Type 'System.ComponentModel.Composition.ReflectionModel.LazyMemberInfo' does not exist in the implementation but it does exist in the contract. +TypesMustExist : Type 'System.ComponentModel.Composition.ReflectionModel.ReflectionModelServices' does not exist in the implementation but it does exist in the contract. Compat issues with assembly System.Core: CannotRemoveBaseTypeOrInterface : Type 'System.InvalidTimeZoneException' does not implement interface 'System.Runtime.InteropServices._Exception' in the implementation but it does in the contract. CannotRemoveBaseTypeOrInterface : Type 'System.TimeZoneNotFoundException' does not implement interface 'System.Runtime.InteropServices._Exception' in the implementation but it does in the contract. @@ -1392,6 +1446,243 @@ TypesMustExist : Type 'System.Security.Cryptography.X509Certificates.Authenticod TypesMustExist : Type 'System.Security.Cryptography.X509Certificates.TimestampInformation' does not exist in the implementation but it does exist in the contract. TypesMustExist : Type 'System.Security.Cryptography.X509Certificates.TrustStatus' does not exist in the implementation but it does exist in the contract. CannotRemoveBaseTypeOrInterface : Type 'System.Threading.LockRecursionException' does not implement interface 'System.Runtime.InteropServices._Exception' in the implementation but it does in the contract. +Compat issues with assembly System.Data: +TypesMustExist : Type 'Microsoft.SqlServer.Server.DataAccessKind' does not exist in the implementation but it does exist in the contract. +TypesMustExist : Type 'Microsoft.SqlServer.Server.Format' does not exist in the implementation but it does exist in the contract. +TypesMustExist : Type 'Microsoft.SqlServer.Server.IBinarySerialize' does not exist in the implementation but it does exist in the contract. +TypesMustExist : Type 'Microsoft.SqlServer.Server.InvalidUdtException' does not exist in the implementation but it does exist in the contract. +TypesMustExist : Type 'Microsoft.SqlServer.Server.SqlContext' does not exist in the implementation but it does exist in the contract. +CannotRemoveBaseTypeOrInterface : Type 'Microsoft.SqlServer.Server.SqlDataRecord' does not implement interface 'System.Data.IDataRecord' in the implementation but it does in the contract. +TypesMustExist : Type 'Microsoft.SqlServer.Server.SqlFacetAttribute' does not exist in the implementation but it does exist in the contract. +TypesMustExist : Type 'Microsoft.SqlServer.Server.SqlFunctionAttribute' does not exist in the implementation but it does exist in the contract. +MembersMustExist : Member 'Microsoft.SqlServer.Server.SqlMetaData..ctor(System.String, System.Data.SqlDbType, System.Type)' does not exist in the implementation but it does exist in the contract. +MembersMustExist : Member 'Microsoft.SqlServer.Server.SqlMetaData..ctor(System.String, System.Data.SqlDbType, System.Type, System.String)' does not exist in the implementation but it does exist in the contract. +MembersMustExist : Member 'Microsoft.SqlServer.Server.SqlMetaData..ctor(System.String, System.Data.SqlDbType, System.Type, System.String, System.Boolean, System.Boolean, System.Data.SqlClient.SortOrder, System.Int32)' does not exist in the implementation but it does exist in the contract. +MembersMustExist : Member 'Microsoft.SqlServer.Server.SqlMetaData.DbType.get()' does not exist in the implementation but it does exist in the contract. +MembersMustExist : Member 'Microsoft.SqlServer.Server.SqlMetaData.Type.get()' does not exist in the implementation but it does exist in the contract. +TypesMustExist : Type 'Microsoft.SqlServer.Server.SqlMethodAttribute' does not exist in the implementation but it does exist in the contract. +TypesMustExist : Type 'Microsoft.SqlServer.Server.SqlPipe' does not exist in the implementation but it does exist in the contract. +TypesMustExist : Type 'Microsoft.SqlServer.Server.SqlProcedureAttribute' does not exist in the implementation but it does exist in the contract. +TypesMustExist : Type 'Microsoft.SqlServer.Server.SqlTriggerAttribute' does not exist in the implementation but it does exist in the contract. +TypesMustExist : Type 'Microsoft.SqlServer.Server.SqlTriggerContext' does not exist in the implementation but it does exist in the contract. +TypesMustExist : Type 'Microsoft.SqlServer.Server.SqlUserDefinedAggregateAttribute' does not exist in the implementation but it does exist in the contract. +TypesMustExist : Type 'Microsoft.SqlServer.Server.SqlUserDefinedTypeAttribute' does not exist in the implementation but it does exist in the contract. +TypesMustExist : Type 'Microsoft.SqlServer.Server.SystemDataAccessKind' does not exist in the implementation but it does exist in the contract. +TypesMustExist : Type 'Microsoft.SqlServer.Server.TriggerAction' does not exist in the implementation but it does exist in the contract. +CannotRemoveBaseTypeOrInterface : Type 'System.Data.ConstraintException' does not implement interface 'System.Runtime.InteropServices._Exception' in the implementation but it does in the contract. +CannotRemoveBaseTypeOrInterface : Type 'System.Data.DataException' does not implement interface 'System.Runtime.InteropServices._Exception' in the implementation but it does in the contract. +TypesMustExist : Type 'System.Data.DataSetSchemaImporterExtension' does not exist in the implementation but it does exist in the contract. +CannotRemoveBaseTypeOrInterface : Type 'System.Data.DataSysDescriptionAttribute' does not implement interface 'System.Runtime.InteropServices._Attribute' in the implementation but it does in the contract. +CannotRemoveBaseTypeOrInterface : Type 'System.Data.DBConcurrencyException' does not implement interface 'System.Runtime.InteropServices._Exception' in the implementation but it does in the contract. +CannotRemoveBaseTypeOrInterface : Type 'System.Data.DeletedRowInaccessibleException' does not implement interface 'System.Runtime.InteropServices._Exception' in the implementation but it does in the contract. +CannotRemoveBaseTypeOrInterface : Type 'System.Data.DuplicateNameException' does not implement interface 'System.Runtime.InteropServices._Exception' in the implementation but it does in the contract. +CannotRemoveBaseTypeOrInterface : Type 'System.Data.EvaluateException' does not implement interface 'System.Runtime.InteropServices._Exception' in the implementation but it does in the contract. +CannotRemoveBaseTypeOrInterface : Type 'System.Data.InRowChangingEventException' does not implement interface 'System.Runtime.InteropServices._Exception' in the implementation but it does in the contract. +CannotRemoveBaseTypeOrInterface : Type 'System.Data.InvalidConstraintException' does not implement interface 'System.Runtime.InteropServices._Exception' in the implementation but it does in the contract. +CannotRemoveBaseTypeOrInterface : Type 'System.Data.InvalidExpressionException' does not implement interface 'System.Runtime.InteropServices._Exception' in the implementation but it does in the contract. +CannotRemoveBaseTypeOrInterface : Type 'System.Data.MissingPrimaryKeyException' does not implement interface 'System.Runtime.InteropServices._Exception' in the implementation but it does in the contract. +CannotRemoveBaseTypeOrInterface : Type 'System.Data.NoNullAllowedException' does not implement interface 'System.Runtime.InteropServices._Exception' in the implementation but it does in the contract. +TypesMustExist : Type 'System.Data.OperationAbortedException' does not exist in the implementation but it does exist in the contract. +TypesMustExist : Type 'System.Data.PropertyAttributes' does not exist in the implementation but it does exist in the contract. +CannotRemoveBaseTypeOrInterface : Type 'System.Data.ReadOnlyException' does not implement interface 'System.Runtime.InteropServices._Exception' in the implementation but it does in the contract. +CannotRemoveBaseTypeOrInterface : Type 'System.Data.RowNotInTableException' does not implement interface 'System.Runtime.InteropServices._Exception' in the implementation but it does in the contract. +CannotRemoveBaseTypeOrInterface : Type 'System.Data.StrongTypingException' does not implement interface 'System.Runtime.InteropServices._Exception' in the implementation but it does in the contract. +CannotRemoveBaseTypeOrInterface : Type 'System.Data.SyntaxErrorException' does not implement interface 'System.Runtime.InteropServices._Exception' in the implementation but it does in the contract. +TypesMustExist : Type 'System.Data.TypedDataSetGenerator' does not exist in the implementation but it does exist in the contract. +TypesMustExist : Type 'System.Data.TypedDataSetGeneratorException' does not exist in the implementation but it does exist in the contract. +CannotRemoveBaseTypeOrInterface : Type 'System.Data.VersionNotFoundException' does not implement interface 'System.Runtime.InteropServices._Exception' in the implementation but it does in the contract. +TypesMustExist : Type 'System.Data.Common.DBDataPermission' does not exist in the implementation but it does exist in the contract. +TypesMustExist : Type 'System.Data.Common.DBDataPermissionAttribute' does not exist in the implementation but it does exist in the contract. +CannotRemoveBaseTypeOrInterface : Type 'System.Data.Common.DbException' does not implement interface 'System.Runtime.InteropServices._Exception' in the implementation but it does in the contract. +TypesMustExist : Type 'System.Data.Common.DbProviderConfigurationHandler' does not exist in the implementation but it does exist in the contract. +TypesMustExist : Type 'System.Data.Common.DbProviderFactories' does not exist in the implementation but it does exist in the contract. +TypesMustExist : Type 'System.Data.Common.DbProviderFactoriesConfigurationHandler' does not exist in the implementation but it does exist in the contract. +MembersMustExist : Member 'System.Data.Common.DbProviderFactory.CreatePermission(System.Security.Permissions.PermissionState)' does not exist in the implementation but it does exist in the contract. +CannotRemoveBaseTypeOrInterface : Type 'System.Data.Common.DbProviderSpecificTypePropertyAttribute' does not implement interface 'System.Runtime.InteropServices._Attribute' in the implementation but it does in the contract. +TypesMustExist : Type 'System.Data.Odbc.OdbcCommand' does not exist in the implementation but it does exist in the contract. +TypesMustExist : Type 'System.Data.Odbc.OdbcCommandBuilder' does not exist in the implementation but it does exist in the contract. +TypesMustExist : Type 'System.Data.Odbc.OdbcConnection' does not exist in the implementation but it does exist in the contract. +TypesMustExist : Type 'System.Data.Odbc.OdbcConnectionStringBuilder' does not exist in the implementation but it does exist in the contract. +TypesMustExist : Type 'System.Data.Odbc.OdbcDataAdapter' does not exist in the implementation but it does exist in the contract. +TypesMustExist : Type 'System.Data.Odbc.OdbcDataReader' does not exist in the implementation but it does exist in the contract. +TypesMustExist : Type 'System.Data.Odbc.OdbcError' does not exist in the implementation but it does exist in the contract. +TypesMustExist : Type 'System.Data.Odbc.OdbcErrorCollection' does not exist in the implementation but it does exist in the contract. +TypesMustExist : Type 'System.Data.Odbc.OdbcException' does not exist in the implementation but it does exist in the contract. +TypesMustExist : Type 'System.Data.Odbc.OdbcFactory' does not exist in the implementation but it does exist in the contract. +TypesMustExist : Type 'System.Data.Odbc.OdbcInfoMessageEventArgs' does not exist in the implementation but it does exist in the contract. +TypesMustExist : Type 'System.Data.Odbc.OdbcInfoMessageEventHandler' does not exist in the implementation but it does exist in the contract. +TypesMustExist : Type 'System.Data.Odbc.OdbcMetaDataCollectionNames' does not exist in the implementation but it does exist in the contract. +TypesMustExist : Type 'System.Data.Odbc.OdbcMetaDataColumnNames' does not exist in the implementation but it does exist in the contract. +TypesMustExist : Type 'System.Data.Odbc.OdbcParameter' does not exist in the implementation but it does exist in the contract. +TypesMustExist : Type 'System.Data.Odbc.OdbcParameterCollection' does not exist in the implementation but it does exist in the contract. +TypesMustExist : Type 'System.Data.Odbc.OdbcPermission' does not exist in the implementation but it does exist in the contract. +TypesMustExist : Type 'System.Data.Odbc.OdbcPermissionAttribute' does not exist in the implementation but it does exist in the contract. +TypesMustExist : Type 'System.Data.Odbc.OdbcRowUpdatedEventArgs' does not exist in the implementation but it does exist in the contract. +TypesMustExist : Type 'System.Data.Odbc.OdbcRowUpdatedEventHandler' does not exist in the implementation but it does exist in the contract. +TypesMustExist : Type 'System.Data.Odbc.OdbcRowUpdatingEventArgs' does not exist in the implementation but it does exist in the contract. +TypesMustExist : Type 'System.Data.Odbc.OdbcRowUpdatingEventHandler' does not exist in the implementation but it does exist in the contract. +TypesMustExist : Type 'System.Data.Odbc.OdbcTransaction' does not exist in the implementation but it does exist in the contract. +TypesMustExist : Type 'System.Data.Odbc.OdbcType' does not exist in the implementation but it does exist in the contract. +TypesMustExist : Type 'System.Data.OleDb.OleDbCommand' does not exist in the implementation but it does exist in the contract. +TypesMustExist : Type 'System.Data.OleDb.OleDbCommandBuilder' does not exist in the implementation but it does exist in the contract. +TypesMustExist : Type 'System.Data.OleDb.OleDbConnection' does not exist in the implementation but it does exist in the contract. +TypesMustExist : Type 'System.Data.OleDb.OleDbConnectionStringBuilder' does not exist in the implementation but it does exist in the contract. +TypesMustExist : Type 'System.Data.OleDb.OleDbDataAdapter' does not exist in the implementation but it does exist in the contract. +TypesMustExist : Type 'System.Data.OleDb.OleDbDataReader' does not exist in the implementation but it does exist in the contract. +TypesMustExist : Type 'System.Data.OleDb.OleDbEnumerator' does not exist in the implementation but it does exist in the contract. +TypesMustExist : Type 'System.Data.OleDb.OleDbError' does not exist in the implementation but it does exist in the contract. +TypesMustExist : Type 'System.Data.OleDb.OleDbErrorCollection' does not exist in the implementation but it does exist in the contract. +TypesMustExist : Type 'System.Data.OleDb.OleDbException' does not exist in the implementation but it does exist in the contract. +TypesMustExist : Type 'System.Data.OleDb.OleDbFactory' does not exist in the implementation but it does exist in the contract. +TypesMustExist : Type 'System.Data.OleDb.OleDbInfoMessageEventArgs' does not exist in the implementation but it does exist in the contract. +TypesMustExist : Type 'System.Data.OleDb.OleDbInfoMessageEventHandler' does not exist in the implementation but it does exist in the contract. +TypesMustExist : Type 'System.Data.OleDb.OleDbLiteral' does not exist in the implementation but it does exist in the contract. +TypesMustExist : Type 'System.Data.OleDb.OleDbMetaDataCollectionNames' does not exist in the implementation but it does exist in the contract. +TypesMustExist : Type 'System.Data.OleDb.OleDbMetaDataColumnNames' does not exist in the implementation but it does exist in the contract. +TypesMustExist : Type 'System.Data.OleDb.OleDbParameter' does not exist in the implementation but it does exist in the contract. +TypesMustExist : Type 'System.Data.OleDb.OleDbParameterCollection' does not exist in the implementation but it does exist in the contract. +TypesMustExist : Type 'System.Data.OleDb.OleDbPermission' does not exist in the implementation but it does exist in the contract. +TypesMustExist : Type 'System.Data.OleDb.OleDbPermissionAttribute' does not exist in the implementation but it does exist in the contract. +TypesMustExist : Type 'System.Data.OleDb.OleDbRowUpdatedEventArgs' does not exist in the implementation but it does exist in the contract. +TypesMustExist : Type 'System.Data.OleDb.OleDbRowUpdatedEventHandler' does not exist in the implementation but it does exist in the contract. +TypesMustExist : Type 'System.Data.OleDb.OleDbRowUpdatingEventArgs' does not exist in the implementation but it does exist in the contract. +TypesMustExist : Type 'System.Data.OleDb.OleDbRowUpdatingEventHandler' does not exist in the implementation but it does exist in the contract. +TypesMustExist : Type 'System.Data.OleDb.OleDbSchemaGuid' does not exist in the implementation but it does exist in the contract. +TypesMustExist : Type 'System.Data.OleDb.OleDbTransaction' does not exist in the implementation but it does exist in the contract. +TypesMustExist : Type 'System.Data.OleDb.OleDbType' does not exist in the implementation but it does exist in the contract. +TypesMustExist : Type 'System.Data.Sql.SqlDataSourceEnumerator' does not exist in the implementation but it does exist in the contract. +TypesMustExist : Type 'System.Data.Sql.SqlNotificationRequest' does not exist in the implementation but it does exist in the contract. +TypesMustExist : Type 'System.Data.SqlClient.OnChangeEventHandler' does not exist in the implementation but it does exist in the contract. +TypesMustExist : Type 'System.Data.SqlClient.SqlAuthenticationMethod' does not exist in the implementation but it does exist in the contract. +MembersMustExist : Member 'System.Data.SqlClient.SqlBulkCopy.WriteToServer(System.Data.DataRow[])' does not exist in the implementation but it does exist in the contract. +MembersMustExist : Member 'System.Data.SqlClient.SqlBulkCopy.WriteToServer(System.Data.DataTable)' does not exist in the implementation but it does exist in the contract. +MembersMustExist : Member 'System.Data.SqlClient.SqlBulkCopy.WriteToServer(System.Data.DataTable, System.Data.DataRowState)' does not exist in the implementation but it does exist in the contract. +MembersMustExist : Member 'System.Data.SqlClient.SqlBulkCopy.WriteToServer(System.Data.IDataReader)' does not exist in the implementation but it does exist in the contract. +MembersMustExist : Member 'System.Data.SqlClient.SqlBulkCopy.WriteToServerAsync(System.Data.DataRow[])' does not exist in the implementation but it does exist in the contract. +MembersMustExist : Member 'System.Data.SqlClient.SqlBulkCopy.WriteToServerAsync(System.Data.DataRow[], System.Threading.CancellationToken)' does not exist in the implementation but it does exist in the contract. +MembersMustExist : Member 'System.Data.SqlClient.SqlBulkCopy.WriteToServerAsync(System.Data.DataTable)' does not exist in the implementation but it does exist in the contract. +MembersMustExist : Member 'System.Data.SqlClient.SqlBulkCopy.WriteToServerAsync(System.Data.DataTable, System.Data.DataRowState)' does not exist in the implementation but it does exist in the contract. +MembersMustExist : Member 'System.Data.SqlClient.SqlBulkCopy.WriteToServerAsync(System.Data.DataTable, System.Data.DataRowState, System.Threading.CancellationToken)' does not exist in the implementation but it does exist in the contract. +MembersMustExist : Member 'System.Data.SqlClient.SqlBulkCopy.WriteToServerAsync(System.Data.DataTable, System.Threading.CancellationToken)' does not exist in the implementation but it does exist in the contract. +MembersMustExist : Member 'System.Data.SqlClient.SqlBulkCopy.WriteToServerAsync(System.Data.IDataReader)' does not exist in the implementation but it does exist in the contract. +MembersMustExist : Member 'System.Data.SqlClient.SqlBulkCopy.WriteToServerAsync(System.Data.IDataReader, System.Threading.CancellationToken)' does not exist in the implementation but it does exist in the contract. +CannotRemoveBaseTypeOrInterface : Type 'System.Data.SqlClient.SqlBulkCopyColumnMappingCollection' does not inherit from base type 'System.Collections.CollectionBase' in the implementation but it does in the contract. +MembersMustExist : Member 'System.Data.SqlClient.SqlBulkCopyOptions System.Data.SqlClient.SqlBulkCopyOptions.AllowEncryptedValueModifications' does not exist in the implementation but it does exist in the contract. +CannotRemoveBaseTypeOrInterface : Type 'System.Data.SqlClient.SqlClientFactory' does not implement interface 'System.IServiceProvider' in the implementation but it does in the contract. +MembersMustExist : Member 'System.Data.SqlClient.SqlClientFactory.CreatePermission(System.Security.Permissions.PermissionState)' does not exist in the implementation but it does exist in the contract. +TypesMustExist : Type 'System.Data.SqlClient.SqlClientMetaDataCollectionNames' does not exist in the implementation but it does exist in the contract. +TypesMustExist : Type 'System.Data.SqlClient.SqlClientPermission' does not exist in the implementation but it does exist in the contract. +TypesMustExist : Type 'System.Data.SqlClient.SqlClientPermissionAttribute' does not exist in the implementation but it does exist in the contract. +TypesMustExist : Type 'System.Data.SqlClient.SqlColumnEncryptionCertificateStoreProvider' does not exist in the implementation but it does exist in the contract. +TypesMustExist : Type 'System.Data.SqlClient.SqlColumnEncryptionCngProvider' does not exist in the implementation but it does exist in the contract. +TypesMustExist : Type 'System.Data.SqlClient.SqlColumnEncryptionCspProvider' does not exist in the implementation but it does exist in the contract. +TypesMustExist : Type 'System.Data.SqlClient.SqlColumnEncryptionKeyStoreProvider' does not exist in the implementation but it does exist in the contract. +CannotRemoveBaseTypeOrInterface : Type 'System.Data.SqlClient.SqlCommand' does not implement interface 'System.ICloneable' in the implementation but it does in the contract. +MembersMustExist : Member 'System.Data.SqlClient.SqlCommand..ctor(System.String, System.Data.SqlClient.SqlConnection, System.Data.SqlClient.SqlTransaction, System.Data.SqlClient.SqlCommandColumnEncryptionSetting)' does not exist in the implementation but it does exist in the contract. +MembersMustExist : Member 'System.Data.SqlClient.SqlCommand.BeginExecuteNonQuery()' does not exist in the implementation but it does exist in the contract. +MembersMustExist : Member 'System.Data.SqlClient.SqlCommand.BeginExecuteNonQuery(System.AsyncCallback, System.Object)' does not exist in the implementation but it does exist in the contract. +MembersMustExist : Member 'System.Data.SqlClient.SqlCommand.BeginExecuteReader()' does not exist in the implementation but it does exist in the contract. +MembersMustExist : Member 'System.Data.SqlClient.SqlCommand.BeginExecuteReader(System.AsyncCallback, System.Object)' does not exist in the implementation but it does exist in the contract. +MembersMustExist : Member 'System.Data.SqlClient.SqlCommand.BeginExecuteReader(System.AsyncCallback, System.Object, System.Data.CommandBehavior)' does not exist in the implementation but it does exist in the contract. +MembersMustExist : Member 'System.Data.SqlClient.SqlCommand.BeginExecuteReader(System.Data.CommandBehavior)' does not exist in the implementation but it does exist in the contract. +MembersMustExist : Member 'System.Data.SqlClient.SqlCommand.BeginExecuteXmlReader()' does not exist in the implementation but it does exist in the contract. +MembersMustExist : Member 'System.Data.SqlClient.SqlCommand.BeginExecuteXmlReader(System.AsyncCallback, System.Object)' does not exist in the implementation but it does exist in the contract. +MembersMustExist : Member 'System.Data.SqlClient.SqlCommand.Clone()' does not exist in the implementation but it does exist in the contract. +MembersMustExist : Member 'System.Data.SqlClient.SqlCommand.ColumnEncryptionSetting.get()' does not exist in the implementation but it does exist in the contract. +MembersMustExist : Member 'System.Data.SqlClient.SqlCommand.EndExecuteNonQuery(System.IAsyncResult)' does not exist in the implementation but it does exist in the contract. +MembersMustExist : Member 'System.Data.SqlClient.SqlCommand.EndExecuteReader(System.IAsyncResult)' does not exist in the implementation but it does exist in the contract. +MembersMustExist : Member 'System.Data.SqlClient.SqlCommand.EndExecuteXmlReader(System.IAsyncResult)' does not exist in the implementation but it does exist in the contract. +MembersMustExist : Member 'System.Data.SqlClient.SqlCommand.Notification.get()' does not exist in the implementation but it does exist in the contract. +MembersMustExist : Member 'System.Data.SqlClient.SqlCommand.Notification.set(System.Data.Sql.SqlNotificationRequest)' does not exist in the implementation but it does exist in the contract. +MembersMustExist : Member 'System.Data.SqlClient.SqlCommand.NotificationAutoEnlist.get()' does not exist in the implementation but it does exist in the contract. +MembersMustExist : Member 'System.Data.SqlClient.SqlCommand.NotificationAutoEnlist.set(System.Boolean)' does not exist in the implementation but it does exist in the contract. +MembersMustExist : Member 'System.Data.SqlClient.SqlCommand.ResetCommandTimeout()' does not exist in the implementation but it does exist in the contract. +TypesMustExist : Type 'System.Data.SqlClient.SqlCommandBuilder' does not exist in the implementation but it does exist in the contract. +TypesMustExist : Type 'System.Data.SqlClient.SqlCommandColumnEncryptionSetting' does not exist in the implementation but it does exist in the contract. +CannotRemoveBaseTypeOrInterface : Type 'System.Data.SqlClient.SqlConnection' does not implement interface 'System.ICloneable' in the implementation but it does in the contract. +MembersMustExist : Member 'System.Data.SqlClient.SqlConnection..ctor(System.String, System.Data.SqlClient.SqlCredential)' does not exist in the implementation but it does exist in the contract. +MembersMustExist : Member 'System.Data.SqlClient.SqlConnection.AccessToken.get()' does not exist in the implementation but it does exist in the contract. +MembersMustExist : Member 'System.Data.SqlClient.SqlConnection.AccessToken.set(System.String)' does not exist in the implementation but it does exist in the contract. +MembersMustExist : Member 'System.Data.SqlClient.SqlConnection.ChangePassword(System.String, System.Data.SqlClient.SqlCredential, System.Security.SecureString)' does not exist in the implementation but it does exist in the contract. +MembersMustExist : Member 'System.Data.SqlClient.SqlConnection.ChangePassword(System.String, System.String)' does not exist in the implementation but it does exist in the contract. +MembersMustExist : Member 'System.Data.SqlClient.SqlConnection.ColumnEncryptionTrustedMasterKeyPaths.get()' does not exist in the implementation but it does exist in the contract. +MembersMustExist : Member 'System.Data.SqlClient.SqlConnection.Credential.get()' does not exist in the implementation but it does exist in the contract. +MembersMustExist : Member 'System.Data.SqlClient.SqlConnection.Credential.set(System.Data.SqlClient.SqlCredential)' does not exist in the implementation but it does exist in the contract. +MembersMustExist : Member 'System.Data.SqlClient.SqlConnection.EnlistDistributedTransaction(System.EnterpriseServices.ITransaction)' does not exist in the implementation but it does exist in the contract. +MembersMustExist : Member 'System.Data.SqlClient.SqlConnection.RegisterColumnEncryptionKeyStoreProviders(System.Collections.Generic.IDictionary)' does not exist in the implementation but it does exist in the contract. +TypesMustExist : Type 'System.Data.SqlClient.SqlConnectionColumnEncryptionSetting' does not exist in the implementation but it does exist in the contract. +MembersMustExist : Member 'System.Data.SqlClient.SqlConnectionStringBuilder.AsynchronousProcessing.get()' does not exist in the implementation but it does exist in the contract. +MembersMustExist : Member 'System.Data.SqlClient.SqlConnectionStringBuilder.AsynchronousProcessing.set(System.Boolean)' does not exist in the implementation but it does exist in the contract. +MembersMustExist : Member 'System.Data.SqlClient.SqlConnectionStringBuilder.Authentication.get()' does not exist in the implementation but it does exist in the contract. +MembersMustExist : Member 'System.Data.SqlClient.SqlConnectionStringBuilder.Authentication.set(System.Data.SqlClient.SqlAuthenticationMethod)' does not exist in the implementation but it does exist in the contract. +MembersMustExist : Member 'System.Data.SqlClient.SqlConnectionStringBuilder.ColumnEncryptionSetting.get()' does not exist in the implementation but it does exist in the contract. +MembersMustExist : Member 'System.Data.SqlClient.SqlConnectionStringBuilder.ColumnEncryptionSetting.set(System.Data.SqlClient.SqlConnectionColumnEncryptionSetting)' does not exist in the implementation but it does exist in the contract. +MembersMustExist : Member 'System.Data.SqlClient.SqlConnectionStringBuilder.ConnectionReset.get()' does not exist in the implementation but it does exist in the contract. +MembersMustExist : Member 'System.Data.SqlClient.SqlConnectionStringBuilder.ConnectionReset.set(System.Boolean)' does not exist in the implementation but it does exist in the contract. +MembersMustExist : Member 'System.Data.SqlClient.SqlConnectionStringBuilder.ContextConnection.get()' does not exist in the implementation but it does exist in the contract. +MembersMustExist : Member 'System.Data.SqlClient.SqlConnectionStringBuilder.ContextConnection.set(System.Boolean)' does not exist in the implementation but it does exist in the contract. +MembersMustExist : Member 'System.Data.SqlClient.SqlConnectionStringBuilder.Enlist.get()' does not exist in the implementation but it does exist in the contract. +MembersMustExist : Member 'System.Data.SqlClient.SqlConnectionStringBuilder.Enlist.set(System.Boolean)' does not exist in the implementation but it does exist in the contract. +MembersMustExist : Member 'System.Data.SqlClient.SqlConnectionStringBuilder.NetworkLibrary.get()' does not exist in the implementation but it does exist in the contract. +MembersMustExist : Member 'System.Data.SqlClient.SqlConnectionStringBuilder.NetworkLibrary.set(System.String)' does not exist in the implementation but it does exist in the contract. +MembersMustExist : Member 'System.Data.SqlClient.SqlConnectionStringBuilder.TransactionBinding.get()' does not exist in the implementation but it does exist in the contract. +MembersMustExist : Member 'System.Data.SqlClient.SqlConnectionStringBuilder.TransactionBinding.set(System.String)' does not exist in the implementation but it does exist in the contract. +MembersMustExist : Member 'System.Data.SqlClient.SqlConnectionStringBuilder.TransparentNetworkIPResolution.get()' does not exist in the implementation but it does exist in the contract. +MembersMustExist : Member 'System.Data.SqlClient.SqlConnectionStringBuilder.TransparentNetworkIPResolution.set(System.Boolean)' does not exist in the implementation but it does exist in the contract. +TypesMustExist : Type 'System.Data.SqlClient.SqlCredential' does not exist in the implementation but it does exist in the contract. +TypesMustExist : Type 'System.Data.SqlClient.SqlDataAdapter' does not exist in the implementation but it does exist in the contract. +MembersMustExist : Member 'System.Data.SqlClient.SqlDataReader.IsCommandBehavior(System.Data.CommandBehavior)' does not exist in the implementation but it does exist in the contract. +TypesMustExist : Type 'System.Data.SqlClient.SQLDebugging' does not exist in the implementation but it does exist in the contract. +TypesMustExist : Type 'System.Data.SqlClient.SqlDependency' does not exist in the implementation but it does exist in the contract. +CannotRemoveBaseTypeOrInterface : Type 'System.Data.SqlClient.SqlException' does not implement interface 'System.Runtime.InteropServices._Exception' in the implementation but it does in the contract. +TypesMustExist : Type 'System.Data.SqlClient.SqlNotificationEventArgs' does not exist in the implementation but it does exist in the contract. +TypesMustExist : Type 'System.Data.SqlClient.SqlNotificationInfo' does not exist in the implementation but it does exist in the contract. +TypesMustExist : Type 'System.Data.SqlClient.SqlNotificationSource' does not exist in the implementation but it does exist in the contract. +TypesMustExist : Type 'System.Data.SqlClient.SqlNotificationType' does not exist in the implementation but it does exist in the contract. +CannotRemoveBaseTypeOrInterface : Type 'System.Data.SqlClient.SqlParameter' does not implement interface 'System.ICloneable' in the implementation but it does in the contract. +MembersMustExist : Member 'System.Data.SqlClient.SqlParameter..ctor(System.String, System.Data.SqlDbType, System.Int32, System.Data.ParameterDirection, System.Boolean, System.Byte, System.Byte, System.String, System.Data.DataRowVersion, System.Object)' does not exist in the implementation but it does exist in the contract. +MembersMustExist : Member 'System.Data.SqlClient.SqlParameter..ctor(System.String, System.Data.SqlDbType, System.Int32, System.Data.ParameterDirection, System.Byte, System.Byte, System.String, System.Data.DataRowVersion, System.Boolean, System.Object, System.String, System.String, System.String)' does not exist in the implementation but it does exist in the contract. +MembersMustExist : Member 'System.Data.SqlClient.SqlParameter.ForceColumnEncryption.get()' does not exist in the implementation but it does exist in the contract. +MembersMustExist : Member 'System.Data.SqlClient.SqlParameter.ForceColumnEncryption.set(System.Boolean)' does not exist in the implementation but it does exist in the contract. +MembersMustExist : Member 'System.Data.SqlClient.SqlParameter.UdtTypeName.get()' does not exist in the implementation but it does exist in the contract. +MembersMustExist : Member 'System.Data.SqlClient.SqlParameter.UdtTypeName.set(System.String)' does not exist in the implementation but it does exist in the contract. +MembersMustExist : Member 'System.Data.SqlClient.SqlParameterCollection.Add(System.String, System.Data.SqlDbType, System.Int32, System.String)' does not exist in the implementation but it does exist in the contract. +MembersMustExist : Member 'System.Data.SqlClient.SqlParameterCollection.Add(System.String, System.Object)' does not exist in the implementation but it does exist in the contract. +TypesMustExist : Type 'System.Data.SqlClient.SqlRowUpdatedEventArgs' does not exist in the implementation but it does exist in the contract. +TypesMustExist : Type 'System.Data.SqlClient.SqlRowUpdatedEventHandler' does not exist in the implementation but it does exist in the contract. +TypesMustExist : Type 'System.Data.SqlClient.SqlRowUpdatingEventArgs' does not exist in the implementation but it does exist in the contract. +TypesMustExist : Type 'System.Data.SqlClient.SqlRowUpdatingEventHandler' does not exist in the implementation but it does exist in the contract. +CannotRemoveBaseTypeOrInterface : Type 'System.Data.SqlTypes.SqlAlreadyFilledException' does not implement interface 'System.Runtime.InteropServices._Exception' in the implementation but it does in the contract. +TypesMustExist : Type 'System.Data.SqlTypes.SqlFileStream' does not exist in the implementation but it does exist in the contract. +CannotRemoveBaseTypeOrInterface : Type 'System.Data.SqlTypes.SqlNotFilledException' does not implement interface 'System.Runtime.InteropServices._Exception' in the implementation but it does in the contract. +CannotRemoveBaseTypeOrInterface : Type 'System.Data.SqlTypes.SqlNullValueException' does not implement interface 'System.Runtime.InteropServices._Exception' in the implementation but it does in the contract. +CannotRemoveBaseTypeOrInterface : Type 'System.Data.SqlTypes.SqlTruncateException' does not implement interface 'System.Runtime.InteropServices._Exception' in the implementation but it does in the contract. +CannotRemoveBaseTypeOrInterface : Type 'System.Data.SqlTypes.SqlTypeException' does not implement interface 'System.Runtime.InteropServices._Exception' in the implementation but it does in the contract. +TypesMustExist : Type 'System.Data.SqlTypes.SqlTypesSchemaImporterExtensionHelper' does not exist in the implementation but it does exist in the contract. +TypesMustExist : Type 'System.Data.SqlTypes.TypeBigIntSchemaImporterExtension' does not exist in the implementation but it does exist in the contract. +TypesMustExist : Type 'System.Data.SqlTypes.TypeBinarySchemaImporterExtension' does not exist in the implementation but it does exist in the contract. +TypesMustExist : Type 'System.Data.SqlTypes.TypeBitSchemaImporterExtension' does not exist in the implementation but it does exist in the contract. +TypesMustExist : Type 'System.Data.SqlTypes.TypeCharSchemaImporterExtension' does not exist in the implementation but it does exist in the contract. +TypesMustExist : Type 'System.Data.SqlTypes.TypeDateTimeSchemaImporterExtension' does not exist in the implementation but it does exist in the contract. +TypesMustExist : Type 'System.Data.SqlTypes.TypeDecimalSchemaImporterExtension' does not exist in the implementation but it does exist in the contract. +TypesMustExist : Type 'System.Data.SqlTypes.TypeFloatSchemaImporterExtension' does not exist in the implementation but it does exist in the contract. +TypesMustExist : Type 'System.Data.SqlTypes.TypeIntSchemaImporterExtension' does not exist in the implementation but it does exist in the contract. +TypesMustExist : Type 'System.Data.SqlTypes.TypeMoneySchemaImporterExtension' does not exist in the implementation but it does exist in the contract. +TypesMustExist : Type 'System.Data.SqlTypes.TypeNCharSchemaImporterExtension' does not exist in the implementation but it does exist in the contract. +TypesMustExist : Type 'System.Data.SqlTypes.TypeNTextSchemaImporterExtension' does not exist in the implementation but it does exist in the contract. +TypesMustExist : Type 'System.Data.SqlTypes.TypeNumericSchemaImporterExtension' does not exist in the implementation but it does exist in the contract. +TypesMustExist : Type 'System.Data.SqlTypes.TypeNVarCharSchemaImporterExtension' does not exist in the implementation but it does exist in the contract. +TypesMustExist : Type 'System.Data.SqlTypes.TypeRealSchemaImporterExtension' does not exist in the implementation but it does exist in the contract. +TypesMustExist : Type 'System.Data.SqlTypes.TypeSmallDateTimeSchemaImporterExtension' does not exist in the implementation but it does exist in the contract. +TypesMustExist : Type 'System.Data.SqlTypes.TypeSmallIntSchemaImporterExtension' does not exist in the implementation but it does exist in the contract. +TypesMustExist : Type 'System.Data.SqlTypes.TypeSmallMoneySchemaImporterExtension' does not exist in the implementation but it does exist in the contract. +TypesMustExist : Type 'System.Data.SqlTypes.TypeTextSchemaImporterExtension' does not exist in the implementation but it does exist in the contract. +TypesMustExist : Type 'System.Data.SqlTypes.TypeTinyIntSchemaImporterExtension' does not exist in the implementation but it does exist in the contract. +TypesMustExist : Type 'System.Data.SqlTypes.TypeUniqueIdentifierSchemaImporterExtension' does not exist in the implementation but it does exist in the contract. +TypesMustExist : Type 'System.Data.SqlTypes.TypeVarBinarySchemaImporterExtension' does not exist in the implementation but it does exist in the contract. +TypesMustExist : Type 'System.Data.SqlTypes.TypeVarCharSchemaImporterExtension' does not exist in the implementation but it does exist in the contract. +TypesMustExist : Type 'System.Data.SqlTypes.TypeVarImageSchemaImporterExtension' does not exist in the implementation but it does exist in the contract. +TypesMustExist : Type 'System.Xml.XmlDataDocument' does not exist in the implementation but it does exist in the contract. Compat issues with assembly System.Drawing: TypesMustExist : Type 'System.Drawing.Bitmap' does not exist in the implementation but it does exist in the contract. TypesMustExist : Type 'System.Drawing.BitmapSuffixInSameAssemblyAttribute' does not exist in the implementation but it does exist in the contract. @@ -3045,4 +3336,4 @@ CannotRemoveBaseTypeOrInterface : Type 'System.Xml.Xsl.XsltException' does not i MembersMustExist : Member 'System.Xml.Xsl.XslTransform.Load(System.Xml.XmlReader, System.Xml.XmlResolver, System.Security.Policy.Evidence)' does not exist in the implementation but it does exist in the contract. MembersMustExist : Member 'System.Xml.Xsl.XslTransform.Load(System.Xml.XPath.IXPathNavigable, System.Xml.XmlResolver, System.Security.Policy.Evidence)' does not exist in the implementation but it does exist in the contract. MembersMustExist : Member 'System.Xml.Xsl.XslTransform.Load(System.Xml.XPath.XPathNavigator, System.Xml.XmlResolver, System.Security.Policy.Evidence)' does not exist in the implementation but it does exist in the contract. -Total Issues: 3036 +Total Issues: 3325 diff --git a/src/libraries/shims/ApiCompatBaseline.uapaot.netstandard20.txt b/src/libraries/shims/ApiCompatBaseline.uapaot.netstandard20.txt index a07410928cba49..e687e936b287fc 100644 --- a/src/libraries/shims/ApiCompatBaseline.uapaot.netstandard20.txt +++ b/src/libraries/shims/ApiCompatBaseline.uapaot.netstandard20.txt @@ -1,25 +1,5 @@ -DEFAULT_APPNAME Error: 0 : Failed to find or load matching assembly 'System.ComponentModel.Composition'. -DEFAULT_APPNAME Error: 0 : Failed to find or load matching assembly 'System.Data'. -DEFAULT_APPNAME Error: 0 : Failed to find or load matching assembly 'System.IO.Compression.FileSystem'. DEFAULT_APPNAME Warning: 0 : Found 'System.Transactions' with PublicKeyToken 'b03f5f7f11d50a3a' instead of 'b77a5c561934e089'. -DEFAULT_APPNAME Error: 0 : Unable to resolve assembly 'Assembly(Name=, Version=0.0.-1.-1, Culture=neutral, PublicKeyToken=null)' referenced by the implementation assembly 'Assembly(Name=Windows, Version=255.255.255.255, Culture=neutral, PublicKeyToken=null, Location=F:\git\corefx\bin/ref/uap/Windows.winmd, ContentType=WindowsRuntime)'. -Compat issues with assembly mscorlib: -TypesMustExist : Type 'Microsoft.Win32.SafeHandles.SafeProcessHandle' does not exist in the implementation but it does exist in the contract. -TypesMustExist : Type 'System.ArgIterator' does not exist in the implementation but it does exist in the contract. -MembersMustExist : Member 'System.Console.Write(System.String, System.Object, System.Object, System.Object, System.Object, __arglist)' does not exist in the implementation but it does exist in the contract. -MembersMustExist : Member 'System.Console.WriteLine(System.String, System.Object, System.Object, System.Object, System.Object, __arglist)' does not exist in the implementation but it does exist in the contract. -TypesMustExist : Type 'System.RuntimeArgumentHandle' does not exist in the implementation but it does exist in the contract. -MembersMustExist : Member 'System.String.Concat(System.Object, System.Object, System.Object, System.Object, __arglist)' does not exist in the implementation but it does exist in the contract. -TypesMustExist : Type 'System.TypedReference' does not exist in the implementation but it does exist in the contract. -MembersMustExist : Member 'System.Reflection.FieldInfo.GetValueDirect(System.TypedReference)' does not exist in the implementation but it does exist in the contract. -MembersMustExist : Member 'System.Reflection.FieldInfo.SetValueDirect(System.TypedReference, System.Object)' does not exist in the implementation but it does exist in the contract. Compat issues with assembly netstandard: -TypesMustExist : Type 'System.ArgIterator' does not exist in the implementation but it does exist in the contract. -MembersMustExist : Member 'System.Console.Write(System.String, System.Object, System.Object, System.Object, System.Object, __arglist)' does not exist in the implementation but it does exist in the contract. -MembersMustExist : Member 'System.Console.WriteLine(System.String, System.Object, System.Object, System.Object, System.Object, __arglist)' does not exist in the implementation but it does exist in the contract. -TypesMustExist : Type 'System.RuntimeArgumentHandle' does not exist in the implementation but it does exist in the contract. -MembersMustExist : Member 'System.String.Concat(System.Object, System.Object, System.Object, System.Object, __arglist)' does not exist in the implementation but it does exist in the contract. -TypesMustExist : Type 'System.TypedReference' does not exist in the implementation but it does exist in the contract. TypesMustExist : Type 'System.Net.AuthenticationSchemeSelector' does not exist in the implementation but it does exist in the contract. TypesMustExist : Type 'System.Net.HttpListener' does not exist in the implementation but it does exist in the contract. TypesMustExist : Type 'System.Net.HttpListenerBasicIdentity' does not exist in the implementation but it does exist in the contract. @@ -56,8 +36,6 @@ TypesMustExist : Type 'System.Net.Mime.DispositionTypeNames' does not exist in t TypesMustExist : Type 'System.Net.Mime.MediaTypeNames' does not exist in the implementation but it does exist in the contract. TypesMustExist : Type 'System.Net.Mime.TransferEncoding' does not exist in the implementation but it does exist in the contract. TypesMustExist : Type 'System.Net.WebSockets.HttpListenerWebSocketContext' does not exist in the implementation but it does exist in the contract. -MembersMustExist : Member 'System.Reflection.FieldInfo.GetValueDirect(System.TypedReference)' does not exist in the implementation but it does exist in the contract. -MembersMustExist : Member 'System.Reflection.FieldInfo.SetValueDirect(System.TypedReference, System.Object)' does not exist in the implementation but it does exist in the contract. Compat issues with assembly System: TypesMustExist : Type 'System.Net.AuthenticationSchemeSelector' does not exist in the implementation but it does exist in the contract. TypesMustExist : Type 'System.Net.HttpListener' does not exist in the implementation but it does exist in the contract. @@ -95,4332 +73,4 @@ TypesMustExist : Type 'System.Net.Mime.DispositionTypeNames' does not exist in t TypesMustExist : Type 'System.Net.Mime.MediaTypeNames' does not exist in the implementation but it does exist in the contract. TypesMustExist : Type 'System.Net.Mime.TransferEncoding' does not exist in the implementation but it does exist in the contract. TypesMustExist : Type 'System.Net.WebSockets.HttpListenerWebSocketContext' does not exist in the implementation but it does exist in the contract. -Compat issues with assembly System.ComponentModel.Composition: -TypesMustExist : Type 'System.Lazy' does not exist in the implementation but it does exist in the contract. -Compat issues with assembly System.Console: -MembersMustExist : Member 'System.Console.Write(System.String, System.Object, System.Object, System.Object, System.Object, __arglist)' does not exist in the implementation but it does exist in the contract. -MembersMustExist : Member 'System.Console.WriteLine(System.String, System.Object, System.Object, System.Object, System.Object, __arglist)' does not exist in the implementation but it does exist in the contract. -Compat issues with assembly System.Data: -TypesMustExist : Type 'System.Data.AcceptRejectRule' does not exist in the implementation but it does exist in the contract. -TypesMustExist : Type 'System.Data.CommandBehavior' does not exist in the implementation but it does exist in the contract. -TypesMustExist : Type 'System.Data.CommandType' does not exist in the implementation but it does exist in the contract. -TypesMustExist : Type 'System.Data.ConflictOption' does not exist in the implementation but it does exist in the contract. -TypesMustExist : Type 'System.Data.ConnectionState' does not exist in the implementation but it does exist in the contract. -TypesMustExist : Type 'System.Data.Constraint' does not exist in the implementation but it does exist in the contract. -TypesMustExist : Type 'System.Data.ConstraintCollection' does not exist in the implementation but it does exist in the contract. -TypesMustExist : Type 'System.Data.ConstraintException' does not exist in the implementation but it does exist in the contract. -TypesMustExist : Type 'System.Data.DataColumn' does not exist in the implementation but it does exist in the contract. -TypesMustExist : Type 'System.Data.DataColumnChangeEventArgs' does not exist in the implementation but it does exist in the contract. -TypesMustExist : Type 'System.Data.DataColumnChangeEventHandler' does not exist in the implementation but it does exist in the contract. -TypesMustExist : Type 'System.Data.DataColumnCollection' does not exist in the implementation but it does exist in the contract. -TypesMustExist : Type 'System.Data.DataException' does not exist in the implementation but it does exist in the contract. -TypesMustExist : Type 'System.Data.DataRelation' does not exist in the implementation but it does exist in the contract. -TypesMustExist : Type 'System.Data.DataRelationCollection' does not exist in the implementation but it does exist in the contract. -TypesMustExist : Type 'System.Data.DataRow' does not exist in the implementation but it does exist in the contract. -TypesMustExist : Type 'System.Data.DataRowAction' does not exist in the implementation but it does exist in the contract. -TypesMustExist : Type 'System.Data.DataRowBuilder' does not exist in the implementation but it does exist in the contract. -TypesMustExist : Type 'System.Data.DataRowChangeEventArgs' does not exist in the implementation but it does exist in the contract. -TypesMustExist : Type 'System.Data.DataRowChangeEventHandler' does not exist in the implementation but it does exist in the contract. -TypesMustExist : Type 'System.Data.DataRowCollection' does not exist in the implementation but it does exist in the contract. -TypesMustExist : Type 'System.Data.DataRowState' does not exist in the implementation but it does exist in the contract. -TypesMustExist : Type 'System.Data.DataRowVersion' does not exist in the implementation but it does exist in the contract. -TypesMustExist : Type 'System.Data.DataRowView' does not exist in the implementation but it does exist in the contract. -TypesMustExist : Type 'System.Data.DataSet' does not exist in the implementation but it does exist in the contract. -TypesMustExist : Type 'System.Data.DataSetDateTime' does not exist in the implementation but it does exist in the contract. -TypesMustExist : Type 'System.Data.DataSysDescriptionAttribute' does not exist in the implementation but it does exist in the contract. -TypesMustExist : Type 'System.Data.DataTable' does not exist in the implementation but it does exist in the contract. -TypesMustExist : Type 'System.Data.DataTableClearEventArgs' does not exist in the implementation but it does exist in the contract. -TypesMustExist : Type 'System.Data.DataTableClearEventHandler' does not exist in the implementation but it does exist in the contract. -TypesMustExist : Type 'System.Data.DataTableCollection' does not exist in the implementation but it does exist in the contract. -TypesMustExist : Type 'System.Data.DataTableNewRowEventArgs' does not exist in the implementation but it does exist in the contract. -TypesMustExist : Type 'System.Data.DataTableNewRowEventHandler' does not exist in the implementation but it does exist in the contract. -TypesMustExist : Type 'System.Data.DataTableReader' does not exist in the implementation but it does exist in the contract. -TypesMustExist : Type 'System.Data.DataView' does not exist in the implementation but it does exist in the contract. -TypesMustExist : Type 'System.Data.DataViewManager' does not exist in the implementation but it does exist in the contract. -TypesMustExist : Type 'System.Data.DataViewRowState' does not exist in the implementation but it does exist in the contract. -TypesMustExist : Type 'System.Data.DataViewSetting' does not exist in the implementation but it does exist in the contract. -TypesMustExist : Type 'System.Data.DataViewSettingCollection' does not exist in the implementation but it does exist in the contract. -TypesMustExist : Type 'System.Data.DBConcurrencyException' does not exist in the implementation but it does exist in the contract. -TypesMustExist : Type 'System.Data.DbType' does not exist in the implementation but it does exist in the contract. -TypesMustExist : Type 'System.Data.DeletedRowInaccessibleException' does not exist in the implementation but it does exist in the contract. -TypesMustExist : Type 'System.Data.DuplicateNameException' does not exist in the implementation but it does exist in the contract. -TypesMustExist : Type 'System.Data.EvaluateException' does not exist in the implementation but it does exist in the contract. -TypesMustExist : Type 'System.Data.FillErrorEventArgs' does not exist in the implementation but it does exist in the contract. -TypesMustExist : Type 'System.Data.FillErrorEventHandler' does not exist in the implementation but it does exist in the contract. -TypesMustExist : Type 'System.Data.ForeignKeyConstraint' does not exist in the implementation but it does exist in the contract. -TypesMustExist : Type 'System.Data.IColumnMapping' does not exist in the implementation but it does exist in the contract. -TypesMustExist : Type 'System.Data.IColumnMappingCollection' does not exist in the implementation but it does exist in the contract. -TypesMustExist : Type 'System.Data.IDataAdapter' does not exist in the implementation but it does exist in the contract. -TypesMustExist : Type 'System.Data.IDataParameter' does not exist in the implementation but it does exist in the contract. -TypesMustExist : Type 'System.Data.IDataParameterCollection' does not exist in the implementation but it does exist in the contract. -TypesMustExist : Type 'System.Data.IDataReader' does not exist in the implementation but it does exist in the contract. -TypesMustExist : Type 'System.Data.IDataRecord' does not exist in the implementation but it does exist in the contract. -TypesMustExist : Type 'System.Data.IDbCommand' does not exist in the implementation but it does exist in the contract. -TypesMustExist : Type 'System.Data.IDbConnection' does not exist in the implementation but it does exist in the contract. -TypesMustExist : Type 'System.Data.IDbDataAdapter' does not exist in the implementation but it does exist in the contract. -TypesMustExist : Type 'System.Data.IDbDataParameter' does not exist in the implementation but it does exist in the contract. -TypesMustExist : Type 'System.Data.IDbTransaction' does not exist in the implementation but it does exist in the contract. -TypesMustExist : Type 'System.Data.InRowChangingEventException' does not exist in the implementation but it does exist in the contract. -TypesMustExist : Type 'System.Data.InternalDataCollectionBase' does not exist in the implementation but it does exist in the contract. -TypesMustExist : Type 'System.Data.InvalidConstraintException' does not exist in the implementation but it does exist in the contract. -TypesMustExist : Type 'System.Data.InvalidExpressionException' does not exist in the implementation but it does exist in the contract. -TypesMustExist : Type 'System.Data.IsolationLevel' does not exist in the implementation but it does exist in the contract. -TypesMustExist : Type 'System.Data.ITableMapping' does not exist in the implementation but it does exist in the contract. -TypesMustExist : Type 'System.Data.ITableMappingCollection' does not exist in the implementation but it does exist in the contract. -TypesMustExist : Type 'System.Data.KeyRestrictionBehavior' does not exist in the implementation but it does exist in the contract. -TypesMustExist : Type 'System.Data.LoadOption' does not exist in the implementation but it does exist in the contract. -TypesMustExist : Type 'System.Data.MappingType' does not exist in the implementation but it does exist in the contract. -TypesMustExist : Type 'System.Data.MergeFailedEventArgs' does not exist in the implementation but it does exist in the contract. -TypesMustExist : Type 'System.Data.MergeFailedEventHandler' does not exist in the implementation but it does exist in the contract. -TypesMustExist : Type 'System.Data.MissingMappingAction' does not exist in the implementation but it does exist in the contract. -TypesMustExist : Type 'System.Data.MissingPrimaryKeyException' does not exist in the implementation but it does exist in the contract. -TypesMustExist : Type 'System.Data.MissingSchemaAction' does not exist in the implementation but it does exist in the contract. -TypesMustExist : Type 'System.Data.NoNullAllowedException' does not exist in the implementation but it does exist in the contract. -TypesMustExist : Type 'System.Data.ParameterDirection' does not exist in the implementation but it does exist in the contract. -TypesMustExist : Type 'System.Data.PropertyCollection' does not exist in the implementation but it does exist in the contract. -TypesMustExist : Type 'System.Data.ReadOnlyException' does not exist in the implementation but it does exist in the contract. -TypesMustExist : Type 'System.Data.RowNotInTableException' does not exist in the implementation but it does exist in the contract. -TypesMustExist : Type 'System.Data.Rule' does not exist in the implementation but it does exist in the contract. -TypesMustExist : Type 'System.Data.SchemaSerializationMode' does not exist in the implementation but it does exist in the contract. -TypesMustExist : Type 'System.Data.SchemaType' does not exist in the implementation but it does exist in the contract. -TypesMustExist : Type 'System.Data.SerializationFormat' does not exist in the implementation but it does exist in the contract. -TypesMustExist : Type 'System.Data.SqlDbType' does not exist in the implementation but it does exist in the contract. -TypesMustExist : Type 'System.Data.StateChangeEventArgs' does not exist in the implementation but it does exist in the contract. -TypesMustExist : Type 'System.Data.StateChangeEventHandler' does not exist in the implementation but it does exist in the contract. -TypesMustExist : Type 'System.Data.StatementCompletedEventArgs' does not exist in the implementation but it does exist in the contract. -TypesMustExist : Type 'System.Data.StatementCompletedEventHandler' does not exist in the implementation but it does exist in the contract. -TypesMustExist : Type 'System.Data.StatementType' does not exist in the implementation but it does exist in the contract. -TypesMustExist : Type 'System.Data.StrongTypingException' does not exist in the implementation but it does exist in the contract. -TypesMustExist : Type 'System.Data.SyntaxErrorException' does not exist in the implementation but it does exist in the contract. -TypesMustExist : Type 'System.Data.UniqueConstraint' does not exist in the implementation but it does exist in the contract. -TypesMustExist : Type 'System.Data.UpdateRowSource' does not exist in the implementation but it does exist in the contract. -TypesMustExist : Type 'System.Data.UpdateStatus' does not exist in the implementation but it does exist in the contract. -TypesMustExist : Type 'System.Data.VersionNotFoundException' does not exist in the implementation but it does exist in the contract. -TypesMustExist : Type 'System.Data.XmlReadMode' does not exist in the implementation but it does exist in the contract. -TypesMustExist : Type 'System.Data.XmlWriteMode' does not exist in the implementation but it does exist in the contract. -TypesMustExist : Type 'System.Data.Common.CatalogLocation' does not exist in the implementation but it does exist in the contract. -TypesMustExist : Type 'System.Data.Common.DataAdapter' does not exist in the implementation but it does exist in the contract. -TypesMustExist : Type 'System.Data.Common.DataColumnMapping' does not exist in the implementation but it does exist in the contract. -TypesMustExist : Type 'System.Data.Common.DataColumnMappingCollection' does not exist in the implementation but it does exist in the contract. -TypesMustExist : Type 'System.Data.Common.DataTableMapping' does not exist in the implementation but it does exist in the contract. -TypesMustExist : Type 'System.Data.Common.DataTableMappingCollection' does not exist in the implementation but it does exist in the contract. -TypesMustExist : Type 'System.Data.Common.DbCommand' does not exist in the implementation but it does exist in the contract. -TypesMustExist : Type 'System.Data.Common.DbCommandBuilder' does not exist in the implementation but it does exist in the contract. -TypesMustExist : Type 'System.Data.Common.DbConnection' does not exist in the implementation but it does exist in the contract. -TypesMustExist : Type 'System.Data.Common.DbConnectionStringBuilder' does not exist in the implementation but it does exist in the contract. -TypesMustExist : Type 'System.Data.Common.DbDataAdapter' does not exist in the implementation but it does exist in the contract. -TypesMustExist : Type 'System.Data.Common.DbDataReader' does not exist in the implementation but it does exist in the contract. -TypesMustExist : Type 'System.Data.Common.DbDataRecord' does not exist in the implementation but it does exist in the contract. -TypesMustExist : Type 'System.Data.Common.DbDataSourceEnumerator' does not exist in the implementation but it does exist in the contract. -TypesMustExist : Type 'System.Data.Common.DbEnumerator' does not exist in the implementation but it does exist in the contract. -TypesMustExist : Type 'System.Data.Common.DbException' does not exist in the implementation but it does exist in the contract. -TypesMustExist : Type 'System.Data.Common.DbMetaDataCollectionNames' does not exist in the implementation but it does exist in the contract. -TypesMustExist : Type 'System.Data.Common.DbMetaDataColumnNames' does not exist in the implementation but it does exist in the contract. -TypesMustExist : Type 'System.Data.Common.DbParameter' does not exist in the implementation but it does exist in the contract. -TypesMustExist : Type 'System.Data.Common.DbParameterCollection' does not exist in the implementation but it does exist in the contract. -TypesMustExist : Type 'System.Data.Common.DbProviderFactory' does not exist in the implementation but it does exist in the contract. -TypesMustExist : Type 'System.Data.Common.DbProviderSpecificTypePropertyAttribute' does not exist in the implementation but it does exist in the contract. -TypesMustExist : Type 'System.Data.Common.DbTransaction' does not exist in the implementation but it does exist in the contract. -TypesMustExist : Type 'System.Data.Common.GroupByBehavior' does not exist in the implementation but it does exist in the contract. -TypesMustExist : Type 'System.Data.Common.IdentifierCase' does not exist in the implementation but it does exist in the contract. -TypesMustExist : Type 'System.Data.Common.RowUpdatedEventArgs' does not exist in the implementation but it does exist in the contract. -TypesMustExist : Type 'System.Data.Common.RowUpdatingEventArgs' does not exist in the implementation but it does exist in the contract. -TypesMustExist : Type 'System.Data.Common.SchemaTableColumn' does not exist in the implementation but it does exist in the contract. -TypesMustExist : Type 'System.Data.Common.SchemaTableOptionalColumn' does not exist in the implementation but it does exist in the contract. -TypesMustExist : Type 'System.Data.Common.SupportedJoinOperators' does not exist in the implementation but it does exist in the contract. -TypesMustExist : Type 'System.Data.SqlTypes.INullable' does not exist in the implementation but it does exist in the contract. -TypesMustExist : Type 'System.Data.SqlTypes.SqlAlreadyFilledException' does not exist in the implementation but it does exist in the contract. -TypesMustExist : Type 'System.Data.SqlTypes.SqlBinary' does not exist in the implementation but it does exist in the contract. -TypesMustExist : Type 'System.Data.SqlTypes.SqlBoolean' does not exist in the implementation but it does exist in the contract. -TypesMustExist : Type 'System.Data.SqlTypes.SqlByte' does not exist in the implementation but it does exist in the contract. -TypesMustExist : Type 'System.Data.SqlTypes.SqlBytes' does not exist in the implementation but it does exist in the contract. -TypesMustExist : Type 'System.Data.SqlTypes.SqlChars' does not exist in the implementation but it does exist in the contract. -TypesMustExist : Type 'System.Data.SqlTypes.SqlCompareOptions' does not exist in the implementation but it does exist in the contract. -TypesMustExist : Type 'System.Data.SqlTypes.SqlDateTime' does not exist in the implementation but it does exist in the contract. -TypesMustExist : Type 'System.Data.SqlTypes.SqlDecimal' does not exist in the implementation but it does exist in the contract. -TypesMustExist : Type 'System.Data.SqlTypes.SqlDouble' does not exist in the implementation but it does exist in the contract. -TypesMustExist : Type 'System.Data.SqlTypes.SqlGuid' does not exist in the implementation but it does exist in the contract. -TypesMustExist : Type 'System.Data.SqlTypes.SqlInt16' does not exist in the implementation but it does exist in the contract. -TypesMustExist : Type 'System.Data.SqlTypes.SqlInt32' does not exist in the implementation but it does exist in the contract. -TypesMustExist : Type 'System.Data.SqlTypes.SqlInt64' does not exist in the implementation but it does exist in the contract. -TypesMustExist : Type 'System.Data.SqlTypes.SqlMoney' does not exist in the implementation but it does exist in the contract. -TypesMustExist : Type 'System.Data.SqlTypes.SqlNotFilledException' does not exist in the implementation but it does exist in the contract. -TypesMustExist : Type 'System.Data.SqlTypes.SqlNullValueException' does not exist in the implementation but it does exist in the contract. -TypesMustExist : Type 'System.Data.SqlTypes.SqlSingle' does not exist in the implementation but it does exist in the contract. -TypesMustExist : Type 'System.Data.SqlTypes.SqlString' does not exist in the implementation but it does exist in the contract. -TypesMustExist : Type 'System.Data.SqlTypes.SqlTruncateException' does not exist in the implementation but it does exist in the contract. -TypesMustExist : Type 'System.Data.SqlTypes.SqlTypeException' does not exist in the implementation but it does exist in the contract. -TypesMustExist : Type 'System.Data.SqlTypes.SqlXml' does not exist in the implementation but it does exist in the contract. -TypesMustExist : Type 'System.Data.SqlTypes.StorageState' does not exist in the implementation but it does exist in the contract. -Compat issues with assembly System.IO.Compression.FileSystem: -TypesMustExist : Type 'System.IO.Compression.ZipFile' does not exist in the implementation but it does exist in the contract. -TypesMustExist : Type 'System.IO.Compression.ZipFileExtensions' does not exist in the implementation but it does exist in the contract. -Compat issues with assembly System.Reflection: -MembersMustExist : Member 'System.Reflection.FieldInfo.GetValueDirect(System.TypedReference)' does not exist in the implementation but it does exist in the contract. -MembersMustExist : Member 'System.Reflection.FieldInfo.SetValueDirect(System.TypedReference, System.Object)' does not exist in the implementation but it does exist in the contract. -Compat issues with assembly System.Runtime: -MembersMustExist : Member 'System.String.Concat(System.Object, System.Object, System.Object, System.Object, __arglist)' does not exist in the implementation but it does exist in the contract. -Compat issues with assembly Windows: -CannotRemoveBaseTypeOrInterface : Type 'Windows.ApplicationModel.AppDisplayInfo' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.ApplicationModel.AppInfo' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.ApplicationModel.CameraApplicationManager' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.ApplicationModel.DesignMode' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.ApplicationModel.Package' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.ApplicationModel.PackageId' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.ApplicationModel.PackageStatus' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.ApplicationModel.PackageVersion' does not inherit from base type 'System.ValueType' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.ApplicationModel.SuspendingDeferral' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.ApplicationModel.SuspendingEventArgs' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.ApplicationModel.SuspendingOperation' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.ApplicationModel.Activation.ActivatedEventsContract' does not inherit from base type 'System.ValueType' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.ApplicationModel.Activation.ActivationCameraSettingsContract' does not inherit from base type 'System.ValueType' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.ApplicationModel.Activation.ActivationKind' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.ApplicationModel.Activation.ApplicationExecutionState' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.ApplicationModel.Activation.AppointmentsProviderAddAppointmentActivatedEventArgs' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.ApplicationModel.Activation.AppointmentsProviderRemoveAppointmentActivatedEventArgs' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.ApplicationModel.Activation.AppointmentsProviderReplaceAppointmentActivatedEventArgs' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.ApplicationModel.Activation.AppointmentsProviderShowAppointmentDetailsActivatedEventArgs' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.ApplicationModel.Activation.AppointmentsProviderShowTimeFrameActivatedEventArgs' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.ApplicationModel.Activation.CachedFileUpdaterActivatedEventArgs' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.ApplicationModel.Activation.CameraSettingsActivatedEventArgs' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.ApplicationModel.Activation.ContactActivatedEventsContract' does not inherit from base type 'System.ValueType' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.ApplicationModel.Activation.ContactCallActivatedEventArgs' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.ApplicationModel.Activation.ContactMapActivatedEventArgs' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.ApplicationModel.Activation.ContactMessageActivatedEventArgs' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.ApplicationModel.Activation.ContactPickerActivatedEventArgs' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.ApplicationModel.Activation.ContactPostActivatedEventArgs' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.ApplicationModel.Activation.ContactVideoCallActivatedEventArgs' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.ApplicationModel.Activation.DeviceActivatedEventArgs' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.ApplicationModel.Activation.DevicePairingActivatedEventArgs' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.ApplicationModel.Activation.DialReceiverActivatedEventArgs' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.ApplicationModel.Activation.FileActivatedEventArgs' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.ApplicationModel.Activation.FileOpenPickerActivatedEventArgs' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.ApplicationModel.Activation.FileOpenPickerContinuationEventArgs' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.ApplicationModel.Activation.FileSavePickerActivatedEventArgs' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.ApplicationModel.Activation.FileSavePickerContinuationEventArgs' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.ApplicationModel.Activation.FolderPickerContinuationEventArgs' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.ApplicationModel.Activation.LaunchActivatedEventArgs' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.ApplicationModel.Activation.LockScreenActivatedEventArgs' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.ApplicationModel.Activation.LockScreenCallActivatedEventArgs' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.ApplicationModel.Activation.PickerReturnedActivatedEventArgs' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.ApplicationModel.Activation.Print3DWorkflowActivatedEventArgs' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.ApplicationModel.Activation.PrintTaskSettingsActivatedEventArgs' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.ApplicationModel.Activation.ProtocolActivatedEventArgs' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.ApplicationModel.Activation.ProtocolForResultsActivatedEventArgs' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.ApplicationModel.Activation.RestrictedLaunchActivatedEventArgs' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.ApplicationModel.Activation.SearchActivatedEventArgs' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.ApplicationModel.Activation.ShareTargetActivatedEventArgs' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.ApplicationModel.Activation.SplashScreen' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.ApplicationModel.Activation.ToastNotificationActivatedEventArgs' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.ApplicationModel.Activation.VoiceCommandActivatedEventArgs' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.ApplicationModel.Activation.WalletActionActivatedEventArgs' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.ApplicationModel.Activation.WebAccountProviderActivatedEventArgs' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.ApplicationModel.Activation.WebAuthenticationBrokerContinuationEventArgs' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.ApplicationModel.Activation.WebUISearchActivatedEventsContract' does not inherit from base type 'System.ValueType' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.ApplicationModel.Appointments.Appointment' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.ApplicationModel.Appointments.AppointmentBusyStatus' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.ApplicationModel.Appointments.AppointmentCalendar' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.ApplicationModel.Appointments.AppointmentCalendarOtherAppReadAccess' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.ApplicationModel.Appointments.AppointmentCalendarOtherAppWriteAccess' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.ApplicationModel.Appointments.AppointmentCalendarSyncManager' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.ApplicationModel.Appointments.AppointmentCalendarSyncStatus' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.ApplicationModel.Appointments.AppointmentConflictResult' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.ApplicationModel.Appointments.AppointmentConflictType' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.ApplicationModel.Appointments.AppointmentDaysOfWeek' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.ApplicationModel.Appointments.AppointmentDetailsKind' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.ApplicationModel.Appointments.AppointmentException' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.ApplicationModel.Appointments.AppointmentInvitee' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.ApplicationModel.Appointments.AppointmentManager' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.ApplicationModel.Appointments.AppointmentOrganizer' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.ApplicationModel.Appointments.AppointmentParticipantResponse' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.ApplicationModel.Appointments.AppointmentParticipantRole' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.ApplicationModel.Appointments.AppointmentProperties' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.ApplicationModel.Appointments.AppointmentRecurrence' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.ApplicationModel.Appointments.AppointmentRecurrenceUnit' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.ApplicationModel.Appointments.AppointmentSensitivity' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.ApplicationModel.Appointments.AppointmentStore' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.ApplicationModel.Appointments.AppointmentStoreAccessType' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.ApplicationModel.Appointments.AppointmentStoreChange' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.ApplicationModel.Appointments.AppointmentStoreChangedDeferral' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.ApplicationModel.Appointments.AppointmentStoreChangedEventArgs' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.ApplicationModel.Appointments.AppointmentStoreChangeReader' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.ApplicationModel.Appointments.AppointmentStoreChangeTracker' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.ApplicationModel.Appointments.AppointmentStoreChangeType' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.ApplicationModel.Appointments.AppointmentStoreNotificationTriggerDetails' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.ApplicationModel.Appointments.AppointmentSummaryCardView' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.ApplicationModel.Appointments.AppointmentWeekOfMonth' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.ApplicationModel.Appointments.FindAppointmentCalendarsOptions' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.ApplicationModel.Appointments.FindAppointmentsOptions' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.ApplicationModel.Appointments.RecurrenceType' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.ApplicationModel.Appointments.AppointmentsProvider.AddAppointmentOperation' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.ApplicationModel.Appointments.AppointmentsProvider.AppointmentsProviderLaunchActionVerbs' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.ApplicationModel.Appointments.AppointmentsProvider.RemoveAppointmentOperation' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.ApplicationModel.Appointments.AppointmentsProvider.ReplaceAppointmentOperation' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.ApplicationModel.AppService.AppServiceCatalog' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.ApplicationModel.AppService.AppServiceClosedEventArgs' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.ApplicationModel.AppService.AppServiceClosedStatus' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.ApplicationModel.AppService.AppServiceConnection' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.ApplicationModel.AppService.AppServiceConnectionStatus' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.ApplicationModel.AppService.AppServiceDeferral' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.ApplicationModel.AppService.AppServiceRequest' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.ApplicationModel.AppService.AppServiceRequestReceivedEventArgs' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.ApplicationModel.AppService.AppServiceResponse' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.ApplicationModel.AppService.AppServiceResponseStatus' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.ApplicationModel.AppService.AppServiceTriggerDetails' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.ApplicationModel.Background.ActivitySensorTrigger' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.ApplicationModel.Background.AlarmAccessStatus' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.ApplicationModel.Background.AlarmApplicationManager' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.ApplicationModel.Background.ApplicationTrigger' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.ApplicationModel.Background.ApplicationTriggerDetails' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.ApplicationModel.Background.ApplicationTriggerResult' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.ApplicationModel.Background.AppointmentStoreNotificationTrigger' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.ApplicationModel.Background.BackgroundAccessStatus' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.ApplicationModel.Background.BackgroundAlarmApplicationContract' does not inherit from base type 'System.ValueType' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.ApplicationModel.Background.BackgroundExecutionManager' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.ApplicationModel.Background.BackgroundTaskBuilder' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.ApplicationModel.Background.BackgroundTaskCanceledEventHandler' does not inherit from base type 'System.MulticastDelegate' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.ApplicationModel.Background.BackgroundTaskCancellationReason' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.ApplicationModel.Background.BackgroundTaskCompletedEventArgs' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.ApplicationModel.Background.BackgroundTaskCompletedEventHandler' does not inherit from base type 'System.MulticastDelegate' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.ApplicationModel.Background.BackgroundTaskDeferral' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.ApplicationModel.Background.BackgroundTaskProgressEventArgs' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.ApplicationModel.Background.BackgroundTaskProgressEventHandler' does not inherit from base type 'System.MulticastDelegate' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.ApplicationModel.Background.BackgroundTaskRegistration' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.ApplicationModel.Background.BackgroundTaskThrottleCounter' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.ApplicationModel.Background.BackgroundWorkCost' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.ApplicationModel.Background.BackgroundWorkCostValue' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.ApplicationModel.Background.BluetoothLEAdvertisementPublisherTrigger' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.ApplicationModel.Background.BluetoothLEAdvertisementWatcherTrigger' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.ApplicationModel.Background.CachedFileUpdaterTrigger' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.ApplicationModel.Background.CachedFileUpdaterTriggerDetails' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.ApplicationModel.Background.ChatMessageNotificationTrigger' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.ApplicationModel.Background.ChatMessageReceivedNotificationTrigger' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.ApplicationModel.Background.CommunicationBlockingAppSetAsActiveTrigger' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.ApplicationModel.Background.ContactStoreNotificationTrigger' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.ApplicationModel.Background.ContentPrefetchTrigger' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.ApplicationModel.Background.DeviceConnectionChangeTrigger' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.ApplicationModel.Background.DeviceManufacturerNotificationTrigger' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.ApplicationModel.Background.DeviceServicingTrigger' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.ApplicationModel.Background.DeviceTriggerResult' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.ApplicationModel.Background.DeviceUseTrigger' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.ApplicationModel.Background.DeviceWatcherTrigger' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.ApplicationModel.Background.EmailStoreNotificationTrigger' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.ApplicationModel.Background.GattCharacteristicNotificationTrigger' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.ApplicationModel.Background.LocationTrigger' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.ApplicationModel.Background.LocationTriggerType' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.ApplicationModel.Background.MaintenanceTrigger' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.ApplicationModel.Background.MediaProcessingTrigger' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.ApplicationModel.Background.MediaProcessingTriggerResult' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.ApplicationModel.Background.MobileBroadbandDeviceServiceNotificationTrigger' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.ApplicationModel.Background.MobileBroadbandPinLockStateChangeTrigger' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.ApplicationModel.Background.MobileBroadbandRadioStateChangeTrigger' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.ApplicationModel.Background.MobileBroadbandRegistrationStateChangeTrigger' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.ApplicationModel.Background.NetworkOperatorHotspotAuthenticationTrigger' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.ApplicationModel.Background.NetworkOperatorNotificationTrigger' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.ApplicationModel.Background.PhoneTrigger' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.ApplicationModel.Background.PushNotificationTrigger' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.ApplicationModel.Background.RcsEndUserMessageAvailableTrigger' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.ApplicationModel.Background.RfcommConnectionTrigger' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.ApplicationModel.Background.SensorDataThresholdTrigger' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.ApplicationModel.Background.SmartCardTrigger' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.ApplicationModel.Background.SmsMessageReceivedTrigger' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.ApplicationModel.Background.SocketActivityTrigger' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.ApplicationModel.Background.StorageLibraryContentChangedTrigger' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.ApplicationModel.Background.SystemCondition' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.ApplicationModel.Background.SystemConditionType' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.ApplicationModel.Background.SystemTrigger' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.ApplicationModel.Background.SystemTriggerType' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.ApplicationModel.Background.TimeTrigger' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.ApplicationModel.Background.ToastNotificationActionTrigger' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.ApplicationModel.Background.ToastNotificationHistoryChangedTrigger' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.ApplicationModel.Calls.CallAnswerEventArgs' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.ApplicationModel.Calls.CallRejectEventArgs' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.ApplicationModel.Calls.CallsPhoneContract' does not inherit from base type 'System.ValueType' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.ApplicationModel.Calls.CallStateChangeEventArgs' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.ApplicationModel.Calls.CallsVoipContract' does not inherit from base type 'System.ValueType' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.ApplicationModel.Calls.CellularDtmfMode' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.ApplicationModel.Calls.LockScreenCallContract' does not inherit from base type 'System.ValueType' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.ApplicationModel.Calls.LockScreenCallEndCallDeferral' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.ApplicationModel.Calls.LockScreenCallEndRequestedEventArgs' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.ApplicationModel.Calls.LockScreenCallUI' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.ApplicationModel.Calls.MuteChangeEventArgs' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.ApplicationModel.Calls.PhoneAudioRoutingEndpoint' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.ApplicationModel.Calls.PhoneCallBlocking' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.ApplicationModel.Calls.PhoneCallHistoryEntry' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.ApplicationModel.Calls.PhoneCallHistoryEntryAddress' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.ApplicationModel.Calls.PhoneCallHistoryEntryMedia' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.ApplicationModel.Calls.PhoneCallHistoryEntryOtherAppReadAccess' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.ApplicationModel.Calls.PhoneCallHistoryEntryQueryDesiredMedia' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.ApplicationModel.Calls.PhoneCallHistoryEntryQueryOptions' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.ApplicationModel.Calls.PhoneCallHistoryEntryRawAddressKind' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.ApplicationModel.Calls.PhoneCallHistoryEntryReader' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.ApplicationModel.Calls.PhoneCallHistoryManager' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.ApplicationModel.Calls.PhoneCallHistorySourceIdKind' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.ApplicationModel.Calls.PhoneCallHistoryStore' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.ApplicationModel.Calls.PhoneCallHistoryStoreAccessType' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.ApplicationModel.Calls.PhoneCallManager' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.ApplicationModel.Calls.PhoneCallMedia' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.ApplicationModel.Calls.PhoneCallStore' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.ApplicationModel.Calls.PhoneCallVideoCapabilities' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.ApplicationModel.Calls.PhoneCallVideoCapabilitiesManager' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.ApplicationModel.Calls.PhoneDialOptions' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.ApplicationModel.Calls.PhoneLine' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.ApplicationModel.Calls.PhoneLineCellularDetails' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.ApplicationModel.Calls.PhoneLineConfiguration' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.ApplicationModel.Calls.PhoneLineNetworkOperatorDisplayTextLocation' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.ApplicationModel.Calls.PhoneLineTransport' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.ApplicationModel.Calls.PhoneLineWatcher' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.ApplicationModel.Calls.PhoneLineWatcherEventArgs' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.ApplicationModel.Calls.PhoneLineWatcherStatus' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.ApplicationModel.Calls.PhoneNetworkState' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.ApplicationModel.Calls.PhoneSimState' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.ApplicationModel.Calls.PhoneVoicemail' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.ApplicationModel.Calls.PhoneVoicemailType' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.ApplicationModel.Calls.VoipCallCoordinator' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.ApplicationModel.Calls.VoipPhoneCall' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.ApplicationModel.Calls.VoipPhoneCallMedia' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.ApplicationModel.Calls.VoipPhoneCallRejectReason' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.ApplicationModel.Calls.VoipPhoneCallResourceReservationStatus' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.ApplicationModel.Calls.VoipPhoneCallState' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.ApplicationModel.Calls.Background.CallsBackgroundContract' does not inherit from base type 'System.ValueType' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.ApplicationModel.Calls.Background.PhoneCallBlockedReason' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.ApplicationModel.Calls.Background.PhoneCallBlockedTriggerDetails' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.ApplicationModel.Calls.Background.PhoneCallOriginDataRequestTriggerDetails' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.ApplicationModel.Calls.Background.PhoneLineChangedTriggerDetails' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.ApplicationModel.Calls.Background.PhoneLineChangeKind' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.ApplicationModel.Calls.Background.PhoneLineProperties' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.ApplicationModel.Calls.Background.PhoneNewVoicemailMessageTriggerDetails' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.ApplicationModel.Calls.Background.PhoneTriggerType' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.ApplicationModel.Calls.Provider.PhoneCallOrigin' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.ApplicationModel.Calls.Provider.PhoneCallOriginManager' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.ApplicationModel.Chat.ChatCapabilities' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.ApplicationModel.Chat.ChatCapabilitiesManager' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.ApplicationModel.Chat.ChatConversation' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.ApplicationModel.Chat.ChatConversationReader' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.ApplicationModel.Chat.ChatConversationThreadingInfo' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.ApplicationModel.Chat.ChatConversationThreadingKind' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.ApplicationModel.Chat.ChatItemKind' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.ApplicationModel.Chat.ChatMessage' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.ApplicationModel.Chat.ChatMessageAttachment' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.ApplicationModel.Chat.ChatMessageBlocking' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.ApplicationModel.Chat.ChatMessageChange' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.ApplicationModel.Chat.ChatMessageChangedDeferral' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.ApplicationModel.Chat.ChatMessageChangedEventArgs' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.ApplicationModel.Chat.ChatMessageChangeReader' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.ApplicationModel.Chat.ChatMessageChangeTracker' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.ApplicationModel.Chat.ChatMessageChangeType' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.ApplicationModel.Chat.ChatMessageKind' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.ApplicationModel.Chat.ChatMessageManager' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.ApplicationModel.Chat.ChatMessageNotificationTriggerDetails' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.ApplicationModel.Chat.ChatMessageOperatorKind' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.ApplicationModel.Chat.ChatMessageReader' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.ApplicationModel.Chat.ChatMessageStatus' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.ApplicationModel.Chat.ChatMessageStore' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.ApplicationModel.Chat.ChatMessageStoreChangedEventArgs' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.ApplicationModel.Chat.ChatMessageTransport' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.ApplicationModel.Chat.ChatMessageTransportConfiguration' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.ApplicationModel.Chat.ChatMessageTransportKind' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.ApplicationModel.Chat.ChatMessageValidationResult' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.ApplicationModel.Chat.ChatMessageValidationStatus' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.ApplicationModel.Chat.ChatQueryOptions' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.ApplicationModel.Chat.ChatRecipientDeliveryInfo' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.ApplicationModel.Chat.ChatSearchReader' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.ApplicationModel.Chat.ChatStoreChangedEventKind' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.ApplicationModel.Chat.ChatTransportErrorCodeCategory' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.ApplicationModel.Chat.ChatTransportInterpretedErrorCode' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.ApplicationModel.Chat.RcsEndUserMessage' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.ApplicationModel.Chat.RcsEndUserMessageAction' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.ApplicationModel.Chat.RcsEndUserMessageAvailableEventArgs' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.ApplicationModel.Chat.RcsEndUserMessageAvailableTriggerDetails' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.ApplicationModel.Chat.RcsEndUserMessageManager' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.ApplicationModel.Chat.RcsManager' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.ApplicationModel.Chat.RcsServiceKind' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.ApplicationModel.Chat.RcsServiceKindSupportedChangedEventArgs' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.ApplicationModel.Chat.RcsTransport' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.ApplicationModel.Chat.RcsTransportConfiguration' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.ApplicationModel.Chat.RemoteParticipantComposingChangedEventArgs' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.ApplicationModel.CommunicationBlocking.CommunicationBlockingAccessManager' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.ApplicationModel.CommunicationBlocking.CommunicationBlockingAppManager' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.ApplicationModel.CommunicationBlocking.CommunicationBlockingContract' does not inherit from base type 'System.ValueType' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.ApplicationModel.Contacts.AggregateContactManager' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.ApplicationModel.Contacts.Contact' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.ApplicationModel.Contacts.ContactAddress' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.ApplicationModel.Contacts.ContactAddressKind' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.ApplicationModel.Contacts.ContactAnnotation' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.ApplicationModel.Contacts.ContactAnnotationList' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.ApplicationModel.Contacts.ContactAnnotationOperations' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.ApplicationModel.Contacts.ContactAnnotationStore' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.ApplicationModel.Contacts.ContactAnnotationStoreAccessType' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.ApplicationModel.Contacts.ContactBatch' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.ApplicationModel.Contacts.ContactBatchStatus' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.ApplicationModel.Contacts.ContactCardDelayedDataLoader' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.ApplicationModel.Contacts.ContactCardHeaderKind' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.ApplicationModel.Contacts.ContactCardOptions' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.ApplicationModel.Contacts.ContactCardTabKind' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.ApplicationModel.Contacts.ContactChange' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.ApplicationModel.Contacts.ContactChangedDeferral' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.ApplicationModel.Contacts.ContactChangedEventArgs' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.ApplicationModel.Contacts.ContactChangeReader' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.ApplicationModel.Contacts.ContactChangeTracker' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.ApplicationModel.Contacts.ContactChangeType' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.ApplicationModel.Contacts.ContactConnectedServiceAccount' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.ApplicationModel.Contacts.ContactDate' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.ApplicationModel.Contacts.ContactDateKind' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.ApplicationModel.Contacts.ContactEmail' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.ApplicationModel.Contacts.ContactEmailKind' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.ApplicationModel.Contacts.ContactField' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.ApplicationModel.Contacts.ContactFieldCategory' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.ApplicationModel.Contacts.ContactFieldFactory' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.ApplicationModel.Contacts.ContactFieldType' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.ApplicationModel.Contacts.ContactInformation' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.ApplicationModel.Contacts.ContactInstantMessageField' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.ApplicationModel.Contacts.ContactJobInfo' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.ApplicationModel.Contacts.ContactLaunchActionVerbs' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.ApplicationModel.Contacts.ContactList' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.ApplicationModel.Contacts.ContactListOtherAppReadAccess' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.ApplicationModel.Contacts.ContactListOtherAppWriteAccess' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.ApplicationModel.Contacts.ContactListSyncManager' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.ApplicationModel.Contacts.ContactListSyncStatus' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.ApplicationModel.Contacts.ContactLocationField' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.ApplicationModel.Contacts.ContactManager' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.ApplicationModel.Contacts.ContactMatchReason' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.ApplicationModel.Contacts.ContactMatchReasonKind' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.ApplicationModel.Contacts.ContactNameOrder' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.ApplicationModel.Contacts.ContactPhone' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.ApplicationModel.Contacts.ContactPhoneKind' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.ApplicationModel.Contacts.ContactPicker' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.ApplicationModel.Contacts.ContactQueryDesiredFields' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.ApplicationModel.Contacts.ContactQueryOptions' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.ApplicationModel.Contacts.ContactQuerySearchFields' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.ApplicationModel.Contacts.ContactQuerySearchScope' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.ApplicationModel.Contacts.ContactQueryTextSearch' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.ApplicationModel.Contacts.ContactReader' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.ApplicationModel.Contacts.ContactRelationship' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.ApplicationModel.Contacts.ContactSelectionMode' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.ApplicationModel.Contacts.ContactSignificantOther' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.ApplicationModel.Contacts.ContactStore' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.ApplicationModel.Contacts.ContactStoreAccessType' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.ApplicationModel.Contacts.ContactStoreNotificationTriggerDetails' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.ApplicationModel.Contacts.ContactWebsite' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.ApplicationModel.Contacts.FullContactCardOptions' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.ApplicationModel.Contacts.KnownContactField' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.ApplicationModel.Contacts.Provider.AddContactResult' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.ApplicationModel.Contacts.Provider.ContactPickerUI' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.ApplicationModel.Contacts.Provider.ContactRemovedEventArgs' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.ApplicationModel.Core.AppListEntry' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.ApplicationModel.Core.CoreApplication' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.ApplicationModel.Core.CoreApplicationView' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.ApplicationModel.Core.CoreApplicationViewTitleBar' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.ApplicationModel.Core.HostedViewClosingEventArgs' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.ApplicationModel.Core.UnhandledError' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.ApplicationModel.Core.UnhandledErrorDetectedEventArgs' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.ApplicationModel.DataTransfer.Clipboard' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.ApplicationModel.DataTransfer.DataPackage' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.ApplicationModel.DataTransfer.DataPackageOperation' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.ApplicationModel.DataTransfer.DataPackagePropertySet' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.ApplicationModel.DataTransfer.DataPackagePropertySetView' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.ApplicationModel.DataTransfer.DataPackageView' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.ApplicationModel.DataTransfer.DataProviderDeferral' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.ApplicationModel.DataTransfer.DataProviderHandler' does not inherit from base type 'System.MulticastDelegate' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.ApplicationModel.DataTransfer.DataProviderRequest' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.ApplicationModel.DataTransfer.DataRequest' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.ApplicationModel.DataTransfer.DataRequestDeferral' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.ApplicationModel.DataTransfer.DataRequestedEventArgs' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.ApplicationModel.DataTransfer.DataTransferManager' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.ApplicationModel.DataTransfer.HtmlFormatHelper' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.ApplicationModel.DataTransfer.OperationCompletedEventArgs' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.ApplicationModel.DataTransfer.SharedStorageAccessManager' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.ApplicationModel.DataTransfer.StandardDataFormats' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.ApplicationModel.DataTransfer.TargetApplicationChosenEventArgs' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.ApplicationModel.DataTransfer.DragDrop.DragDropModifiers' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.ApplicationModel.DataTransfer.DragDrop.Core.CoreDragDropManager' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.ApplicationModel.DataTransfer.DragDrop.Core.CoreDragInfo' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.ApplicationModel.DataTransfer.DragDrop.Core.CoreDragOperation' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.ApplicationModel.DataTransfer.DragDrop.Core.CoreDragUIContentMode' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.ApplicationModel.DataTransfer.DragDrop.Core.CoreDragUIOverride' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.ApplicationModel.DataTransfer.DragDrop.Core.CoreDropOperationTargetRequestedEventArgs' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.ApplicationModel.DataTransfer.ShareTarget.QuickLink' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.ApplicationModel.DataTransfer.ShareTarget.ShareOperation' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.ApplicationModel.Email.EmailAttachment' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.ApplicationModel.Email.EmailAttachmentDownloadState' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.ApplicationModel.Email.EmailBatchStatus' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.ApplicationModel.Email.EmailCertificateValidationStatus' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.ApplicationModel.Email.EmailConversation' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.ApplicationModel.Email.EmailConversationBatch' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.ApplicationModel.Email.EmailConversationReader' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.ApplicationModel.Email.EmailFlagState' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.ApplicationModel.Email.EmailFolder' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.ApplicationModel.Email.EmailImportance' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.ApplicationModel.Email.EmailIrmInfo' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.ApplicationModel.Email.EmailIrmTemplate' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.ApplicationModel.Email.EmailItemCounts' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.ApplicationModel.Email.EmailMailbox' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.ApplicationModel.Email.EmailMailboxAction' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.ApplicationModel.Email.EmailMailboxActionKind' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.ApplicationModel.Email.EmailMailboxAllowedSmimeEncryptionAlgorithmNegotiation' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.ApplicationModel.Email.EmailMailboxAutoReply' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.ApplicationModel.Email.EmailMailboxAutoReplyMessageResponseKind' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.ApplicationModel.Email.EmailMailboxAutoReplySettings' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.ApplicationModel.Email.EmailMailboxCapabilities' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.ApplicationModel.Email.EmailMailboxChange' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.ApplicationModel.Email.EmailMailboxChangedDeferral' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.ApplicationModel.Email.EmailMailboxChangedEventArgs' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.ApplicationModel.Email.EmailMailboxChangeReader' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.ApplicationModel.Email.EmailMailboxChangeTracker' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.ApplicationModel.Email.EmailMailboxChangeType' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.ApplicationModel.Email.EmailMailboxCreateFolderResult' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.ApplicationModel.Email.EmailMailboxCreateFolderStatus' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.ApplicationModel.Email.EmailMailboxDeleteFolderStatus' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.ApplicationModel.Email.EmailMailboxEmptyFolderStatus' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.ApplicationModel.Email.EmailMailboxOtherAppReadAccess' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.ApplicationModel.Email.EmailMailboxOtherAppWriteAccess' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.ApplicationModel.Email.EmailMailboxPolicies' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.ApplicationModel.Email.EmailMailboxSmimeEncryptionAlgorithm' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.ApplicationModel.Email.EmailMailboxSmimeSigningAlgorithm' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.ApplicationModel.Email.EmailMailboxSyncManager' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.ApplicationModel.Email.EmailMailboxSyncStatus' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.ApplicationModel.Email.EmailManager' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.ApplicationModel.Email.EmailMeetingInfo' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.ApplicationModel.Email.EmailMeetingResponseType' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.ApplicationModel.Email.EmailMessage' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.ApplicationModel.Email.EmailMessageBatch' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.ApplicationModel.Email.EmailMessageBodyKind' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.ApplicationModel.Email.EmailMessageDownloadState' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.ApplicationModel.Email.EmailMessageReader' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.ApplicationModel.Email.EmailMessageResponseKind' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.ApplicationModel.Email.EmailMessageSmimeKind' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.ApplicationModel.Email.EmailQueryKind' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.ApplicationModel.Email.EmailQueryOptions' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.ApplicationModel.Email.EmailQuerySearchFields' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.ApplicationModel.Email.EmailQuerySearchScope' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.ApplicationModel.Email.EmailQuerySortDirection' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.ApplicationModel.Email.EmailQuerySortProperty' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.ApplicationModel.Email.EmailQueryTextSearch' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.ApplicationModel.Email.EmailRecipient' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.ApplicationModel.Email.EmailRecipientResolutionResult' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.ApplicationModel.Email.EmailRecipientResolutionStatus' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.ApplicationModel.Email.EmailSpecialFolderKind' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.ApplicationModel.Email.EmailStore' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.ApplicationModel.Email.EmailStoreAccessType' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.ApplicationModel.Email.EmailStoreNotificationTriggerDetails' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.ApplicationModel.ExtendedExecution.ExtendedExecutionReason' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.ApplicationModel.ExtendedExecution.ExtendedExecutionResult' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.ApplicationModel.ExtendedExecution.ExtendedExecutionRevokedEventArgs' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.ApplicationModel.ExtendedExecution.ExtendedExecutionRevokedReason' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.ApplicationModel.ExtendedExecution.ExtendedExecutionSession' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.ApplicationModel.ExtendedExecution.Foreground.ExtendedExecutionForegroundReason' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.ApplicationModel.ExtendedExecution.Foreground.ExtendedExecutionForegroundResult' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.ApplicationModel.ExtendedExecution.Foreground.ExtendedExecutionForegroundRevokedEventArgs' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.ApplicationModel.ExtendedExecution.Foreground.ExtendedExecutionForegroundRevokedReason' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.ApplicationModel.ExtendedExecution.Foreground.ExtendedExecutionForegroundSession' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.ApplicationModel.LockScreen.LockApplicationHost' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.ApplicationModel.LockScreen.LockScreenBadge' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.ApplicationModel.LockScreen.LockScreenInfo' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.ApplicationModel.LockScreen.LockScreenUnlockingDeferral' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.ApplicationModel.LockScreen.LockScreenUnlockingEventArgs' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.ApplicationModel.Resources.ResourceLoader' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.ApplicationModel.Resources.Core.NamedResource' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.ApplicationModel.Resources.Core.ResourceCandidate' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.ApplicationModel.Resources.Core.ResourceCandidateVectorView' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.ApplicationModel.Resources.Core.ResourceContext' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.ApplicationModel.Resources.Core.ResourceContextLanguagesVectorView' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.ApplicationModel.Resources.Core.ResourceLayoutInfo' does not inherit from base type 'System.ValueType' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.ApplicationModel.Resources.Core.ResourceManager' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.ApplicationModel.Resources.Core.ResourceMap' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.ApplicationModel.Resources.Core.ResourceMapIterator' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.ApplicationModel.Resources.Core.ResourceMapMapView' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.ApplicationModel.Resources.Core.ResourceMapMapViewIterator' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.ApplicationModel.Resources.Core.ResourceQualifier' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.ApplicationModel.Resources.Core.ResourceQualifierMapView' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.ApplicationModel.Resources.Core.ResourceQualifierObservableMap' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.ApplicationModel.Resources.Core.ResourceQualifierPersistence' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.ApplicationModel.Resources.Core.ResourceQualifierVectorView' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.ApplicationModel.Resources.Management.IndexedResourceCandidate' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.ApplicationModel.Resources.Management.IndexedResourceQualifier' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.ApplicationModel.Resources.Management.IndexedResourceType' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.ApplicationModel.Resources.Management.ResourceIndexer' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.ApplicationModel.Resources.Management.ResourceIndexerContract' does not inherit from base type 'System.ValueType' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.ApplicationModel.Search.LocalContentSuggestionSettings' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.ApplicationModel.Search.SearchContract' does not inherit from base type 'System.ValueType' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.ApplicationModel.Search.SearchPane' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.ApplicationModel.Search.SearchPaneQueryChangedEventArgs' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.ApplicationModel.Search.SearchPaneQueryLinguisticDetails' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.ApplicationModel.Search.SearchPaneQuerySubmittedEventArgs' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.ApplicationModel.Search.SearchPaneResultSuggestionChosenEventArgs' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.ApplicationModel.Search.SearchPaneSuggestionsRequest' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.ApplicationModel.Search.SearchPaneSuggestionsRequestDeferral' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.ApplicationModel.Search.SearchPaneSuggestionsRequestedEventArgs' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.ApplicationModel.Search.SearchPaneVisibilityChangedEventArgs' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.ApplicationModel.Search.SearchQueryLinguisticDetails' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.ApplicationModel.Search.SearchSuggestionCollection' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.ApplicationModel.Search.SearchSuggestionsRequest' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.ApplicationModel.Search.SearchSuggestionsRequestDeferral' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.ApplicationModel.Search.Core.RequestingFocusOnKeyboardInputEventArgs' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.ApplicationModel.Search.Core.SearchCoreContract' does not inherit from base type 'System.ValueType' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.ApplicationModel.Search.Core.SearchSuggestion' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.ApplicationModel.Search.Core.SearchSuggestionKind' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.ApplicationModel.Search.Core.SearchSuggestionManager' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.ApplicationModel.Search.Core.SearchSuggestionsRequestedEventArgs' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.ApplicationModel.SocialInfo.SocialFeedChildItem' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.ApplicationModel.SocialInfo.SocialFeedContent' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.ApplicationModel.SocialInfo.SocialFeedItem' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.ApplicationModel.SocialInfo.SocialFeedItemStyle' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.ApplicationModel.SocialInfo.SocialFeedKind' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.ApplicationModel.SocialInfo.SocialFeedSharedItem' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.ApplicationModel.SocialInfo.SocialFeedUpdateMode' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.ApplicationModel.SocialInfo.SocialInfoContract' does not inherit from base type 'System.ValueType' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.ApplicationModel.SocialInfo.SocialItemBadgeStyle' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.ApplicationModel.SocialInfo.SocialItemThumbnail' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.ApplicationModel.SocialInfo.SocialUserInfo' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.ApplicationModel.SocialInfo.Provider.SocialDashboardItemUpdater' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.ApplicationModel.SocialInfo.Provider.SocialFeedUpdater' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.ApplicationModel.SocialInfo.Provider.SocialInfoProviderManager' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.ApplicationModel.Store.CurrentApp' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.ApplicationModel.Store.CurrentAppSimulator' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.ApplicationModel.Store.FulfillmentResult' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.ApplicationModel.Store.LicenseChangedEventHandler' does not inherit from base type 'System.MulticastDelegate' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.ApplicationModel.Store.LicenseInformation' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.ApplicationModel.Store.ListingInformation' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.ApplicationModel.Store.ProductLicense' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.ApplicationModel.Store.ProductListing' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.ApplicationModel.Store.ProductPurchaseDisplayProperties' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.ApplicationModel.Store.ProductPurchaseStatus' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.ApplicationModel.Store.ProductType' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.ApplicationModel.Store.PurchaseResults' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.ApplicationModel.Store.UnfulfilledConsumable' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.ApplicationModel.Store.Preview.StoreConfiguration' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.ApplicationModel.Store.Preview.StoreHardwareManufacturerInfo' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.ApplicationModel.Store.Preview.StorePreview' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.ApplicationModel.Store.Preview.StorePreviewProductInfo' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.ApplicationModel.Store.Preview.StorePreviewProductPurchaseStatus' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.ApplicationModel.Store.Preview.StorePreviewPurchaseResults' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.ApplicationModel.Store.Preview.StorePreviewSkuInfo' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.ApplicationModel.Store.Preview.StoreSystemFeature' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.ApplicationModel.Store.Preview.InstallControl.AppInstallItem' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.ApplicationModel.Store.Preview.InstallControl.AppInstallManager' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.ApplicationModel.Store.Preview.InstallControl.AppInstallManagerItemEventArgs' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.ApplicationModel.Store.Preview.InstallControl.AppInstallState' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.ApplicationModel.Store.Preview.InstallControl.AppInstallStatus' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.ApplicationModel.Store.Preview.InstallControl.AppInstallType' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.ApplicationModel.Store.Preview.InstallControl.AutoUpdateSetting' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.ApplicationModel.UserDataAccounts.UserDataAccount' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.ApplicationModel.UserDataAccounts.UserDataAccountContentKinds' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.ApplicationModel.UserDataAccounts.UserDataAccountManager' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.ApplicationModel.UserDataAccounts.UserDataAccountOtherAppReadAccess' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.ApplicationModel.UserDataAccounts.UserDataAccountStore' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.ApplicationModel.UserDataAccounts.UserDataAccountStoreAccessType' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.ApplicationModel.UserDataAccounts.SystemAccess.DeviceAccountConfiguration' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.ApplicationModel.UserDataAccounts.SystemAccess.DeviceAccountServerType' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.ApplicationModel.UserDataAccounts.SystemAccess.UserDataAccountSystemAccessManager' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.ApplicationModel.VoiceCommands.VoiceCommand' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.ApplicationModel.VoiceCommands.VoiceCommandCompletedEventArgs' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.ApplicationModel.VoiceCommands.VoiceCommandCompletionReason' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.ApplicationModel.VoiceCommands.VoiceCommandConfirmationResult' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.ApplicationModel.VoiceCommands.VoiceCommandContentTile' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.ApplicationModel.VoiceCommands.VoiceCommandContentTileType' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.ApplicationModel.VoiceCommands.VoiceCommandDefinition' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.ApplicationModel.VoiceCommands.VoiceCommandDefinitionManager' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.ApplicationModel.VoiceCommands.VoiceCommandDisambiguationResult' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.ApplicationModel.VoiceCommands.VoiceCommandResponse' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.ApplicationModel.VoiceCommands.VoiceCommandServiceConnection' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.ApplicationModel.VoiceCommands.VoiceCommandUserMessage' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.ApplicationModel.Wallet.WalletActionKind' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.ApplicationModel.Wallet.WalletBarcode' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.ApplicationModel.Wallet.WalletBarcodeSymbology' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.ApplicationModel.Wallet.WalletContract' does not inherit from base type 'System.ValueType' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.ApplicationModel.Wallet.WalletDetailViewPosition' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.ApplicationModel.Wallet.WalletItem' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.ApplicationModel.Wallet.WalletItemCustomProperty' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.ApplicationModel.Wallet.WalletItemKind' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.ApplicationModel.Wallet.WalletItemStore' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.ApplicationModel.Wallet.WalletManager' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.ApplicationModel.Wallet.WalletRelevantLocation' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.ApplicationModel.Wallet.WalletSummaryViewPosition' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.ApplicationModel.Wallet.WalletTransaction' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.ApplicationModel.Wallet.WalletVerb' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.ApplicationModel.Wallet.System.WalletItemAppAssociation' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.ApplicationModel.Wallet.System.WalletItemSystemStore' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.ApplicationModel.Wallet.System.WalletManagerSystem' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Data.Html.HtmlUtilities' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Data.Json.JsonArray' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Data.Json.JsonError' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Data.Json.JsonErrorStatus' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Data.Json.JsonObject' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Data.Json.JsonValue' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Data.Json.JsonValueType' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Data.Pdf.PdfDocument' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Data.Pdf.PdfPage' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Data.Pdf.PdfPageDimensions' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Data.Pdf.PdfPageRenderOptions' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Data.Pdf.PdfPageRotation' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Data.Text.AlternateNormalizationFormat' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Data.Text.AlternateWordForm' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Data.Text.SelectableWordSegment' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Data.Text.SelectableWordSegmentsTokenizingHandler' does not inherit from base type 'System.MulticastDelegate' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Data.Text.SelectableWordsSegmenter' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Data.Text.SemanticTextQuery' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Data.Text.TextConversionGenerator' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Data.Text.TextPredictionGenerator' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Data.Text.TextReverseConversionGenerator' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Data.Text.TextSegment' does not inherit from base type 'System.ValueType' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Data.Text.UnicodeCharacters' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Data.Text.UnicodeGeneralCategory' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Data.Text.UnicodeNumericType' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Data.Text.WordSegment' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Data.Text.WordSegmentsTokenizingHandler' does not inherit from base type 'System.MulticastDelegate' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Data.Text.WordsSegmenter' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Data.Xml.Dom.DtdEntity' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Data.Xml.Dom.DtdNotation' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Data.Xml.Dom.NodeType' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Data.Xml.Dom.XmlAttribute' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Data.Xml.Dom.XmlCDataSection' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Data.Xml.Dom.XmlComment' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Data.Xml.Dom.XmlDocument' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Data.Xml.Dom.XmlDocumentFragment' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Data.Xml.Dom.XmlDocumentType' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Data.Xml.Dom.XmlDomImplementation' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Data.Xml.Dom.XmlElement' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Data.Xml.Dom.XmlEntityReference' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Data.Xml.Dom.XmlLoadSettings' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Data.Xml.Dom.XmlNamedNodeMap' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Data.Xml.Dom.XmlNodeList' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Data.Xml.Dom.XmlProcessingInstruction' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Data.Xml.Dom.XmlText' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Data.Xml.Xsl.XsltProcessor' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Devices.DevicesLowLevelContract' does not inherit from base type 'System.ValueType' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Devices.LowLevelDevicesAggregateProvider' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Devices.LowLevelDevicesController' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Devices.Adc.AdcChannel' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Devices.Adc.AdcChannelMode' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Devices.Adc.AdcController' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Devices.Adc.Provider.ProviderAdcChannelMode' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Devices.AllJoyn.AllJoynAboutData' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Devices.AllJoyn.AllJoynAboutDataView' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Devices.AllJoyn.AllJoynAcceptSessionJoinerEventArgs' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Devices.AllJoyn.AllJoynAuthenticationCompleteEventArgs' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Devices.AllJoyn.AllJoynAuthenticationMechanism' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Devices.AllJoyn.AllJoynBusAttachment' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Devices.AllJoyn.AllJoynBusAttachmentState' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Devices.AllJoyn.AllJoynBusAttachmentStateChangedEventArgs' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Devices.AllJoyn.AllJoynCredentials' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Devices.AllJoyn.AllJoynCredentialsRequestedEventArgs' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Devices.AllJoyn.AllJoynCredentialsVerificationRequestedEventArgs' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Devices.AllJoyn.AllJoynMessageInfo' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Devices.AllJoyn.AllJoynProducerStoppedEventArgs' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Devices.AllJoyn.AllJoynServiceInfo' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Devices.AllJoyn.AllJoynServiceInfoRemovedEventArgs' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Devices.AllJoyn.AllJoynSessionLostEventArgs' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Devices.AllJoyn.AllJoynSessionLostReason' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Devices.AllJoyn.AllJoynSessionMemberAddedEventArgs' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Devices.AllJoyn.AllJoynSessionMemberRemovedEventArgs' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Devices.AllJoyn.AllJoynStatus' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Devices.AllJoyn.AllJoynTrafficType' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Devices.AllJoyn.AllJoynWatcherStoppedEventArgs' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Devices.Background.DeviceServicingDetails' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Devices.Background.DeviceUseDetails' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Devices.Bluetooth.BluetoothAddressType' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Devices.Bluetooth.BluetoothCacheMode' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Devices.Bluetooth.BluetoothClassOfDevice' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Devices.Bluetooth.BluetoothConnectionStatus' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Devices.Bluetooth.BluetoothDevice' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Devices.Bluetooth.BluetoothError' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Devices.Bluetooth.BluetoothLEAppearance' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Devices.Bluetooth.BluetoothLEAppearanceCategories' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Devices.Bluetooth.BluetoothLEAppearanceSubcategories' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Devices.Bluetooth.BluetoothLEDevice' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Devices.Bluetooth.BluetoothMajorClass' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Devices.Bluetooth.BluetoothMinorClass' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Devices.Bluetooth.BluetoothServiceCapabilities' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Devices.Bluetooth.BluetoothSignalStrengthFilter' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Devices.Bluetooth.Advertisement.BluetoothLEAdvertisement' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Devices.Bluetooth.Advertisement.BluetoothLEAdvertisementBytePattern' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Devices.Bluetooth.Advertisement.BluetoothLEAdvertisementDataSection' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Devices.Bluetooth.Advertisement.BluetoothLEAdvertisementDataTypes' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Devices.Bluetooth.Advertisement.BluetoothLEAdvertisementFilter' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Devices.Bluetooth.Advertisement.BluetoothLEAdvertisementFlags' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Devices.Bluetooth.Advertisement.BluetoothLEAdvertisementPublisher' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Devices.Bluetooth.Advertisement.BluetoothLEAdvertisementPublisherStatus' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Devices.Bluetooth.Advertisement.BluetoothLEAdvertisementPublisherStatusChangedEventArgs' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Devices.Bluetooth.Advertisement.BluetoothLEAdvertisementReceivedEventArgs' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Devices.Bluetooth.Advertisement.BluetoothLEAdvertisementType' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Devices.Bluetooth.Advertisement.BluetoothLEAdvertisementWatcher' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Devices.Bluetooth.Advertisement.BluetoothLEAdvertisementWatcherStatus' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Devices.Bluetooth.Advertisement.BluetoothLEAdvertisementWatcherStoppedEventArgs' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Devices.Bluetooth.Advertisement.BluetoothLEManufacturerData' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Devices.Bluetooth.Advertisement.BluetoothLEScanningMode' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Devices.Bluetooth.Background.BluetoothLEAdvertisementPublisherTriggerDetails' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Devices.Bluetooth.Background.BluetoothLEAdvertisementWatcherTriggerDetails' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Devices.Bluetooth.Background.GattCharacteristicNotificationTriggerDetails' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Devices.Bluetooth.Background.RfcommConnectionTriggerDetails' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Devices.Bluetooth.Background.RfcommInboundConnectionInformation' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Devices.Bluetooth.Background.RfcommOutboundConnectionInformation' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Devices.Bluetooth.GenericAttributeProfile.GattCharacteristic' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Devices.Bluetooth.GenericAttributeProfile.GattCharacteristicProperties' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Devices.Bluetooth.GenericAttributeProfile.GattCharacteristicUuids' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Devices.Bluetooth.GenericAttributeProfile.GattClientCharacteristicConfigurationDescriptorValue' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Devices.Bluetooth.GenericAttributeProfile.GattCommunicationStatus' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Devices.Bluetooth.GenericAttributeProfile.GattDescriptor' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Devices.Bluetooth.GenericAttributeProfile.GattDescriptorUuids' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Devices.Bluetooth.GenericAttributeProfile.GattDeviceService' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Devices.Bluetooth.GenericAttributeProfile.GattPresentationFormat' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Devices.Bluetooth.GenericAttributeProfile.GattPresentationFormatTypes' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Devices.Bluetooth.GenericAttributeProfile.GattProtectionLevel' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Devices.Bluetooth.GenericAttributeProfile.GattReadClientCharacteristicConfigurationDescriptorResult' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Devices.Bluetooth.GenericAttributeProfile.GattReadResult' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Devices.Bluetooth.GenericAttributeProfile.GattReliableWriteTransaction' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Devices.Bluetooth.GenericAttributeProfile.GattServiceUuids' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Devices.Bluetooth.GenericAttributeProfile.GattValueChangedEventArgs' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Devices.Bluetooth.GenericAttributeProfile.GattWriteOption' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Devices.Bluetooth.Rfcomm.RfcommDeviceService' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Devices.Bluetooth.Rfcomm.RfcommServiceId' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Devices.Bluetooth.Rfcomm.RfcommServiceProvider' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Devices.Custom.CustomDevice' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Devices.Custom.CustomDeviceContract' does not inherit from base type 'System.ValueType' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Devices.Custom.DeviceAccessMode' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Devices.Custom.DeviceSharingMode' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Devices.Custom.IOControlAccessMode' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Devices.Custom.IOControlBufferingMethod' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Devices.Custom.IOControlCode' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Devices.Custom.KnownDeviceTypes' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Devices.Enumeration.DeviceAccessChangedEventArgs' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Devices.Enumeration.DeviceAccessInformation' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Devices.Enumeration.DeviceAccessStatus' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Devices.Enumeration.DeviceClass' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Devices.Enumeration.DeviceConnectionChangeTriggerDetails' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Devices.Enumeration.DeviceDisconnectButtonClickedEventArgs' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Devices.Enumeration.DeviceInformation' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Devices.Enumeration.DeviceInformationCollection' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Devices.Enumeration.DeviceInformationCustomPairing' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Devices.Enumeration.DeviceInformationKind' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Devices.Enumeration.DeviceInformationPairing' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Devices.Enumeration.DeviceInformationUpdate' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Devices.Enumeration.DevicePairingKinds' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Devices.Enumeration.DevicePairingProtectionLevel' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Devices.Enumeration.DevicePairingRequestedEventArgs' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Devices.Enumeration.DevicePairingResult' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Devices.Enumeration.DevicePairingResultStatus' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Devices.Enumeration.DevicePicker' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Devices.Enumeration.DevicePickerAppearance' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Devices.Enumeration.DevicePickerDisplayStatusOptions' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Devices.Enumeration.DevicePickerFilter' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Devices.Enumeration.DeviceSelectedEventArgs' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Devices.Enumeration.DeviceThumbnail' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Devices.Enumeration.DeviceUnpairingResult' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Devices.Enumeration.DeviceUnpairingResultStatus' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Devices.Enumeration.DeviceWatcher' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Devices.Enumeration.DeviceWatcherEvent' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Devices.Enumeration.DeviceWatcherEventKind' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Devices.Enumeration.DeviceWatcherStatus' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Devices.Enumeration.DeviceWatcherTriggerDetails' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Devices.Enumeration.EnclosureLocation' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Devices.Enumeration.Panel' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Devices.Enumeration.Pnp.PnpObject' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Devices.Enumeration.Pnp.PnpObjectCollection' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Devices.Enumeration.Pnp.PnpObjectType' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Devices.Enumeration.Pnp.PnpObjectUpdate' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Devices.Enumeration.Pnp.PnpObjectWatcher' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Devices.Geolocation.AltitudeReferenceSystem' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Devices.Geolocation.BasicGeoposition' does not inherit from base type 'System.ValueType' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Devices.Geolocation.CivicAddress' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Devices.Geolocation.GeoboundingBox' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Devices.Geolocation.Geocircle' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Devices.Geolocation.Geocoordinate' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Devices.Geolocation.GeocoordinateSatelliteData' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Devices.Geolocation.GeolocationAccessStatus' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Devices.Geolocation.Geolocator' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Devices.Geolocation.Geopath' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Devices.Geolocation.Geopoint' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Devices.Geolocation.Geoposition' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Devices.Geolocation.GeoshapeType' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Devices.Geolocation.PositionAccuracy' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Devices.Geolocation.PositionChangedEventArgs' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Devices.Geolocation.PositionSource' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Devices.Geolocation.PositionStatus' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Devices.Geolocation.StatusChangedEventArgs' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Devices.Geolocation.VenueData' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Devices.Geolocation.Geofencing.Geofence' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Devices.Geolocation.Geofencing.GeofenceMonitor' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Devices.Geolocation.Geofencing.GeofenceMonitorStatus' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Devices.Geolocation.Geofencing.GeofenceRemovalReason' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Devices.Geolocation.Geofencing.GeofenceState' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Devices.Geolocation.Geofencing.GeofenceStateChangeReport' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Devices.Geolocation.Geofencing.MonitoredGeofenceStates' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Devices.Gpio.GpioController' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Devices.Gpio.GpioOpenStatus' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Devices.Gpio.GpioPin' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Devices.Gpio.GpioPinDriveMode' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Devices.Gpio.GpioPinEdge' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Devices.Gpio.GpioPinValue' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Devices.Gpio.GpioPinValueChangedEventArgs' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Devices.Gpio.GpioSharingMode' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Devices.Gpio.Provider.GpioPinProviderValueChangedEventArgs' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Devices.Gpio.Provider.ProviderGpioPinDriveMode' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Devices.Gpio.Provider.ProviderGpioPinEdge' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Devices.Gpio.Provider.ProviderGpioPinValue' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Devices.Gpio.Provider.ProviderGpioSharingMode' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Devices.HumanInterfaceDevice.HidBooleanControl' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Devices.HumanInterfaceDevice.HidBooleanControlDescription' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Devices.HumanInterfaceDevice.HidCollection' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Devices.HumanInterfaceDevice.HidCollectionType' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Devices.HumanInterfaceDevice.HidDevice' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Devices.HumanInterfaceDevice.HidFeatureReport' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Devices.HumanInterfaceDevice.HidInputReport' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Devices.HumanInterfaceDevice.HidInputReportReceivedEventArgs' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Devices.HumanInterfaceDevice.HidNumericControl' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Devices.HumanInterfaceDevice.HidNumericControlDescription' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Devices.HumanInterfaceDevice.HidOutputReport' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Devices.HumanInterfaceDevice.HidReportType' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Devices.I2c.I2cBusSpeed' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Devices.I2c.I2cConnectionSettings' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Devices.I2c.I2cController' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Devices.I2c.I2cDevice' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Devices.I2c.I2cSharingMode' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Devices.I2c.I2cTransferResult' does not inherit from base type 'System.ValueType' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Devices.I2c.I2cTransferStatus' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Devices.I2c.Provider.ProviderI2cBusSpeed' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Devices.I2c.Provider.ProviderI2cConnectionSettings' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Devices.I2c.Provider.ProviderI2cSharingMode' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Devices.I2c.Provider.ProviderI2cTransferResult' does not inherit from base type 'System.ValueType' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Devices.I2c.Provider.ProviderI2cTransferStatus' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Devices.Input.KeyboardCapabilities' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Devices.Input.MouseCapabilities' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Devices.Input.MouseDelta' does not inherit from base type 'System.ValueType' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Devices.Input.MouseDevice' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Devices.Input.MouseEventArgs' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Devices.Input.PointerDevice' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Devices.Input.PointerDeviceType' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Devices.Input.PointerDeviceUsage' does not inherit from base type 'System.ValueType' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Devices.Input.TouchCapabilities' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Devices.Lights.Lamp' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Devices.Lights.LampAvailabilityChangedEventArgs' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Devices.Midi.MidiActiveSensingMessage' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Devices.Midi.MidiChannelPressureMessage' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Devices.Midi.MidiContinueMessage' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Devices.Midi.MidiControlChangeMessage' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Devices.Midi.MidiInPort' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Devices.Midi.MidiMessageReceivedEventArgs' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Devices.Midi.MidiMessageType' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Devices.Midi.MidiNoteOffMessage' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Devices.Midi.MidiNoteOnMessage' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Devices.Midi.MidiOutPort' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Devices.Midi.MidiPitchBendChangeMessage' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Devices.Midi.MidiPolyphonicKeyPressureMessage' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Devices.Midi.MidiProgramChangeMessage' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Devices.Midi.MidiSongPositionPointerMessage' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Devices.Midi.MidiSongSelectMessage' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Devices.Midi.MidiStartMessage' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Devices.Midi.MidiStopMessage' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Devices.Midi.MidiSynthesizer' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Devices.Midi.MidiSystemExclusiveMessage' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Devices.Midi.MidiSystemResetMessage' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Devices.Midi.MidiTimeCodeMessage' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Devices.Midi.MidiTimingClockMessage' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Devices.Midi.MidiTuneRequestMessage' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Devices.Perception.KnownCameraIntrinsicsProperties' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Devices.Perception.KnownPerceptionColorFrameSourceProperties' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Devices.Perception.KnownPerceptionDepthFrameSourceProperties' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Devices.Perception.KnownPerceptionFrameSourceProperties' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Devices.Perception.KnownPerceptionInfraredFrameSourceProperties' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Devices.Perception.KnownPerceptionVideoFrameSourceProperties' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Devices.Perception.KnownPerceptionVideoProfileProperties' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Devices.Perception.PerceptionColorFrame' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Devices.Perception.PerceptionColorFrameArrivedEventArgs' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Devices.Perception.PerceptionColorFrameReader' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Devices.Perception.PerceptionColorFrameSource' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Devices.Perception.PerceptionColorFrameSourceAddedEventArgs' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Devices.Perception.PerceptionColorFrameSourceRemovedEventArgs' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Devices.Perception.PerceptionColorFrameSourceWatcher' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Devices.Perception.PerceptionControlSession' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Devices.Perception.PerceptionDepthCorrelatedCameraIntrinsics' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Devices.Perception.PerceptionDepthCorrelatedCoordinateMapper' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Devices.Perception.PerceptionDepthFrame' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Devices.Perception.PerceptionDepthFrameArrivedEventArgs' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Devices.Perception.PerceptionDepthFrameReader' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Devices.Perception.PerceptionDepthFrameSource' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Devices.Perception.PerceptionDepthFrameSourceAddedEventArgs' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Devices.Perception.PerceptionDepthFrameSourceRemovedEventArgs' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Devices.Perception.PerceptionDepthFrameSourceWatcher' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Devices.Perception.PerceptionFrameSourceAccessStatus' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Devices.Perception.PerceptionFrameSourcePropertiesChangedEventArgs' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Devices.Perception.PerceptionFrameSourcePropertyChangeResult' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Devices.Perception.PerceptionFrameSourcePropertyChangeStatus' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Devices.Perception.PerceptionInfraredFrame' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Devices.Perception.PerceptionInfraredFrameArrivedEventArgs' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Devices.Perception.PerceptionInfraredFrameReader' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Devices.Perception.PerceptionInfraredFrameSource' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Devices.Perception.PerceptionInfraredFrameSourceAddedEventArgs' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Devices.Perception.PerceptionInfraredFrameSourceRemovedEventArgs' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Devices.Perception.PerceptionInfraredFrameSourceWatcher' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Devices.Perception.PerceptionVideoProfile' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Devices.Perception.Provider.KnownPerceptionFrameKind' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Devices.Perception.Provider.PerceptionControlGroup' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Devices.Perception.Provider.PerceptionCorrelation' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Devices.Perception.Provider.PerceptionCorrelationGroup' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Devices.Perception.Provider.PerceptionFaceAuthenticationGroup' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Devices.Perception.Provider.PerceptionFrame' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Devices.Perception.Provider.PerceptionFrameProviderInfo' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Devices.Perception.Provider.PerceptionFrameProviderManagerService' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Devices.Perception.Provider.PerceptionPropertyChangeRequest' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Devices.Perception.Provider.PerceptionStartFaceAuthenticationHandler' does not inherit from base type 'System.MulticastDelegate' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Devices.Perception.Provider.PerceptionStopFaceAuthenticationHandler' does not inherit from base type 'System.MulticastDelegate' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Devices.Perception.Provider.PerceptionVideoFrameAllocator' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Devices.PointOfService.BarcodeScanner' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Devices.PointOfService.BarcodeScannerCapabilities' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Devices.PointOfService.BarcodeScannerDataReceivedEventArgs' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Devices.PointOfService.BarcodeScannerErrorOccurredEventArgs' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Devices.PointOfService.BarcodeScannerImagePreviewReceivedEventArgs' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Devices.PointOfService.BarcodeScannerReport' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Devices.PointOfService.BarcodeScannerStatus' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Devices.PointOfService.BarcodeScannerStatusUpdatedEventArgs' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Devices.PointOfService.BarcodeSymbologies' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Devices.PointOfService.CashDrawer' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Devices.PointOfService.CashDrawerCapabilities' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Devices.PointOfService.CashDrawerCloseAlarm' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Devices.PointOfService.CashDrawerClosedEventArgs' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Devices.PointOfService.CashDrawerEventSource' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Devices.PointOfService.CashDrawerOpenedEventArgs' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Devices.PointOfService.CashDrawerStatus' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Devices.PointOfService.CashDrawerStatusKind' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Devices.PointOfService.CashDrawerStatusUpdatedEventArgs' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Devices.PointOfService.ClaimedBarcodeScanner' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Devices.PointOfService.ClaimedCashDrawer' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Devices.PointOfService.ClaimedJournalPrinter' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Devices.PointOfService.ClaimedMagneticStripeReader' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Devices.PointOfService.ClaimedPosPrinter' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Devices.PointOfService.ClaimedReceiptPrinter' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Devices.PointOfService.ClaimedSlipPrinter' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Devices.PointOfService.JournalPrinterCapabilities' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Devices.PointOfService.JournalPrintJob' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Devices.PointOfService.MagneticStripeReader' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Devices.PointOfService.MagneticStripeReaderAamvaCardDataReceivedEventArgs' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Devices.PointOfService.MagneticStripeReaderAuthenticationLevel' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Devices.PointOfService.MagneticStripeReaderAuthenticationProtocol' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Devices.PointOfService.MagneticStripeReaderBankCardDataReceivedEventArgs' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Devices.PointOfService.MagneticStripeReaderCapabilities' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Devices.PointOfService.MagneticStripeReaderCardTypes' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Devices.PointOfService.MagneticStripeReaderEncryptionAlgorithms' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Devices.PointOfService.MagneticStripeReaderErrorOccurredEventArgs' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Devices.PointOfService.MagneticStripeReaderErrorReportingType' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Devices.PointOfService.MagneticStripeReaderReport' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Devices.PointOfService.MagneticStripeReaderStatus' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Devices.PointOfService.MagneticStripeReaderStatusUpdatedEventArgs' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Devices.PointOfService.MagneticStripeReaderTrackData' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Devices.PointOfService.MagneticStripeReaderTrackErrorType' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Devices.PointOfService.MagneticStripeReaderTrackIds' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Devices.PointOfService.MagneticStripeReaderVendorSpecificCardDataReceivedEventArgs' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Devices.PointOfService.PosPrinter' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Devices.PointOfService.PosPrinterAlignment' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Devices.PointOfService.PosPrinterBarcodeTextPosition' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Devices.PointOfService.PosPrinterCapabilities' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Devices.PointOfService.PosPrinterCartridgeSensors' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Devices.PointOfService.PosPrinterCharacterSetIds' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Devices.PointOfService.PosPrinterColorCapabilities' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Devices.PointOfService.PosPrinterColorCartridge' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Devices.PointOfService.PosPrinterLineDirection' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Devices.PointOfService.PosPrinterLineStyle' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Devices.PointOfService.PosPrinterMapMode' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Devices.PointOfService.PosPrinterMarkFeedCapabilities' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Devices.PointOfService.PosPrinterMarkFeedKind' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Devices.PointOfService.PosPrinterPrintSide' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Devices.PointOfService.PosPrinterReleaseDeviceRequestedEventArgs' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Devices.PointOfService.PosPrinterRotation' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Devices.PointOfService.PosPrinterRuledLineCapabilities' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Devices.PointOfService.PosPrinterStatus' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Devices.PointOfService.PosPrinterStatusKind' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Devices.PointOfService.PosPrinterStatusUpdatedEventArgs' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Devices.PointOfService.ReceiptPrinterCapabilities' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Devices.PointOfService.ReceiptPrintJob' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Devices.PointOfService.SlipPrinterCapabilities' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Devices.PointOfService.SlipPrintJob' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Devices.PointOfService.UnifiedPosErrorData' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Devices.PointOfService.UnifiedPosErrorReason' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Devices.PointOfService.UnifiedPosErrorSeverity' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Devices.PointOfService.UnifiedPosHealthCheckLevel' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Devices.PointOfService.UnifiedPosPowerReportingType' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Devices.Portable.PortableDeviceContract' does not inherit from base type 'System.ValueType' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Devices.Portable.ServiceDevice' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Devices.Portable.ServiceDeviceType' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Devices.Portable.StorageDevice' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Devices.Power.Battery' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Devices.Power.BatteryReport' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Devices.Printers.Print3DDevice' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Devices.Printers.PrintersContract' does not inherit from base type 'System.ValueType' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Devices.Printers.PrintSchema' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Devices.Printers.Extensions.ExtensionsContract' does not inherit from base type 'System.ValueType' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Devices.Printers.Extensions.Print3DWorkflow' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Devices.Printers.Extensions.Print3DWorkflowDetail' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Devices.Printers.Extensions.Print3DWorkflowPrintRequestedEventArgs' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Devices.Printers.Extensions.Print3DWorkflowStatus' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Devices.Printers.Extensions.PrintExtensionContext' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Devices.Printers.Extensions.PrintNotificationEventDetails' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Devices.Printers.Extensions.PrintTaskConfiguration' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Devices.Printers.Extensions.PrintTaskConfigurationSaveRequest' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Devices.Printers.Extensions.PrintTaskConfigurationSaveRequestedDeferral' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Devices.Printers.Extensions.PrintTaskConfigurationSaveRequestedEventArgs' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Devices.Pwm.PwmController' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Devices.Pwm.PwmPin' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Devices.Pwm.PwmPulsePolarity' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Devices.Radios.Radio' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Devices.Radios.RadioAccessStatus' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Devices.Radios.RadioKind' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Devices.Radios.RadioState' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Devices.Scanners.ImageScanner' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Devices.Scanners.ImageScannerAutoConfiguration' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Devices.Scanners.ImageScannerAutoCroppingMode' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Devices.Scanners.ImageScannerColorMode' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Devices.Scanners.ImageScannerFeederConfiguration' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Devices.Scanners.ImageScannerFlatbedConfiguration' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Devices.Scanners.ImageScannerFormat' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Devices.Scanners.ImageScannerPreviewResult' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Devices.Scanners.ImageScannerResolution' does not inherit from base type 'System.ValueType' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Devices.Scanners.ImageScannerScanResult' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Devices.Scanners.ImageScannerScanSource' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Devices.Scanners.ScannerDeviceContract' does not inherit from base type 'System.ValueType' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Devices.Sensors.Accelerometer' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Devices.Sensors.AccelerometerReading' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Devices.Sensors.AccelerometerReadingChangedEventArgs' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Devices.Sensors.AccelerometerShakenEventArgs' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Devices.Sensors.ActivitySensor' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Devices.Sensors.ActivitySensorReading' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Devices.Sensors.ActivitySensorReadingChangedEventArgs' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Devices.Sensors.ActivitySensorReadingChangeReport' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Devices.Sensors.ActivitySensorReadingConfidence' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Devices.Sensors.ActivitySensorTriggerDetails' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Devices.Sensors.ActivityType' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Devices.Sensors.Altimeter' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Devices.Sensors.AltimeterReading' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Devices.Sensors.AltimeterReadingChangedEventArgs' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Devices.Sensors.Barometer' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Devices.Sensors.BarometerReading' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Devices.Sensors.BarometerReadingChangedEventArgs' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Devices.Sensors.Compass' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Devices.Sensors.CompassReading' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Devices.Sensors.CompassReadingChangedEventArgs' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Devices.Sensors.Gyrometer' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Devices.Sensors.GyrometerReading' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Devices.Sensors.GyrometerReadingChangedEventArgs' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Devices.Sensors.Inclinometer' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Devices.Sensors.InclinometerReading' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Devices.Sensors.InclinometerReadingChangedEventArgs' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Devices.Sensors.LightSensor' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Devices.Sensors.LightSensorReading' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Devices.Sensors.LightSensorReadingChangedEventArgs' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Devices.Sensors.Magnetometer' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Devices.Sensors.MagnetometerAccuracy' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Devices.Sensors.MagnetometerReading' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Devices.Sensors.MagnetometerReadingChangedEventArgs' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Devices.Sensors.OrientationSensor' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Devices.Sensors.OrientationSensorReading' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Devices.Sensors.OrientationSensorReadingChangedEventArgs' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Devices.Sensors.Pedometer' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Devices.Sensors.PedometerDataThreshold' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Devices.Sensors.PedometerReading' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Devices.Sensors.PedometerReadingChangedEventArgs' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Devices.Sensors.PedometerStepKind' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Devices.Sensors.ProximitySensor' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Devices.Sensors.ProximitySensorDataThreshold' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Devices.Sensors.ProximitySensorDisplayOnOffController' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Devices.Sensors.ProximitySensorReading' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Devices.Sensors.ProximitySensorReadingChangedEventArgs' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Devices.Sensors.SensorDataThresholdTriggerDetails' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Devices.Sensors.SensorQuaternion' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Devices.Sensors.SensorReadingType' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Devices.Sensors.SensorRotationMatrix' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Devices.Sensors.SensorType' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Devices.Sensors.SimpleOrientation' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Devices.Sensors.SimpleOrientationSensor' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Devices.Sensors.SimpleOrientationSensorOrientationChangedEventArgs' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Devices.Sensors.Custom.CustomSensor' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Devices.Sensors.Custom.CustomSensorReading' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Devices.Sensors.Custom.CustomSensorReadingChangedEventArgs' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Devices.SerialCommunication.ErrorReceivedEventArgs' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Devices.SerialCommunication.PinChangedEventArgs' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Devices.SerialCommunication.SerialDevice' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Devices.SerialCommunication.SerialError' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Devices.SerialCommunication.SerialHandshake' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Devices.SerialCommunication.SerialParity' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Devices.SerialCommunication.SerialPinChange' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Devices.SerialCommunication.SerialStopBitCount' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Devices.SmartCards.CardAddedEventArgs' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Devices.SmartCards.CardRemovedEventArgs' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Devices.SmartCards.SmartCard' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Devices.SmartCards.SmartCardActivationPolicyChangeResult' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Devices.SmartCards.SmartCardAppletIdGroup' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Devices.SmartCards.SmartCardAppletIdGroupActivationPolicy' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Devices.SmartCards.SmartCardAppletIdGroupRegistration' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Devices.SmartCards.SmartCardAutomaticResponseApdu' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Devices.SmartCards.SmartCardAutomaticResponseStatus' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Devices.SmartCards.SmartCardBackgroundTriggerContract' does not inherit from base type 'System.ValueType' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Devices.SmartCards.SmartCardChallengeContext' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Devices.SmartCards.SmartCardConnection' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Devices.SmartCards.SmartCardCryptogramAlgorithm' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Devices.SmartCards.SmartCardCryptogramGenerator' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Devices.SmartCards.SmartCardCryptogramGeneratorOperationStatus' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Devices.SmartCards.SmartCardCryptogramMaterialPackageConfirmationResponseFormat' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Devices.SmartCards.SmartCardCryptogramMaterialPackageFormat' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Devices.SmartCards.SmartCardCryptogramMaterialPossessionProof' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Devices.SmartCards.SmartCardCryptogramMaterialType' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Devices.SmartCards.SmartCardCryptogramPlacementOptions' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Devices.SmartCards.SmartCardCryptogramPlacementStep' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Devices.SmartCards.SmartCardCryptogramStorageKeyAlgorithm' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Devices.SmartCards.SmartCardCryptogramStorageKeyCapabilities' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Devices.SmartCards.SmartCardCryptogramStorageKeyInfo' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Devices.SmartCards.SmartCardCryptographicKeyAttestationStatus' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Devices.SmartCards.SmartCardEmulationCategory' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Devices.SmartCards.SmartCardEmulationType' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Devices.SmartCards.SmartCardEmulator' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Devices.SmartCards.SmartCardEmulatorApduReceivedEventArgs' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Devices.SmartCards.SmartCardEmulatorConnectionDeactivatedEventArgs' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Devices.SmartCards.SmartCardEmulatorConnectionDeactivatedReason' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Devices.SmartCards.SmartCardEmulatorConnectionProperties' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Devices.SmartCards.SmartCardEmulatorConnectionSource' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Devices.SmartCards.SmartCardEmulatorContract' does not inherit from base type 'System.ValueType' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Devices.SmartCards.SmartCardEmulatorEnablementPolicy' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Devices.SmartCards.SmartCardLaunchBehavior' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Devices.SmartCards.SmartCardPinCharacterPolicyOption' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Devices.SmartCards.SmartCardPinPolicy' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Devices.SmartCards.SmartCardPinResetDeferral' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Devices.SmartCards.SmartCardPinResetHandler' does not inherit from base type 'System.MulticastDelegate' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Devices.SmartCards.SmartCardPinResetRequest' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Devices.SmartCards.SmartCardProvisioning' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Devices.SmartCards.SmartCardReader' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Devices.SmartCards.SmartCardReaderKind' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Devices.SmartCards.SmartCardReaderStatus' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Devices.SmartCards.SmartCardStatus' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Devices.SmartCards.SmartCardTriggerDetails' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Devices.SmartCards.SmartCardTriggerType' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Devices.SmartCards.SmartCardUnlockPromptingBehavior' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Devices.Sms.CellularClass' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Devices.Sms.DeleteSmsMessageOperation' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Devices.Sms.DeleteSmsMessagesOperation' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Devices.Sms.GetSmsDeviceOperation' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Devices.Sms.GetSmsMessageOperation' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Devices.Sms.GetSmsMessagesOperation' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Devices.Sms.LegacySmsApiContract' does not inherit from base type 'System.ValueType' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Devices.Sms.SendSmsMessageOperation' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Devices.Sms.SmsAppMessage' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Devices.Sms.SmsBinaryMessage' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Devices.Sms.SmsBroadcastMessage' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Devices.Sms.SmsBroadcastType' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Devices.Sms.SmsDataFormat' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Devices.Sms.SmsDevice' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Devices.Sms.SmsDevice2' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Devices.Sms.SmsDeviceMessageStore' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Devices.Sms.SmsDeviceStatus' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Devices.Sms.SmsDeviceStatusChangedEventHandler' does not inherit from base type 'System.MulticastDelegate' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Devices.Sms.SmsEncodedLength' does not inherit from base type 'System.ValueType' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Devices.Sms.SmsEncoding' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Devices.Sms.SmsFilterActionType' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Devices.Sms.SmsFilterRule' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Devices.Sms.SmsFilterRules' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Devices.Sms.SmsGeographicalScope' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Devices.Sms.SmsMessageClass' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Devices.Sms.SmsMessageFilter' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Devices.Sms.SmsMessageReceivedEventArgs' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Devices.Sms.SmsMessageReceivedEventHandler' does not inherit from base type 'System.MulticastDelegate' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Devices.Sms.SmsMessageReceivedTriggerDetails' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Devices.Sms.SmsMessageRegistration' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Devices.Sms.SmsMessageType' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Devices.Sms.SmsModemErrorCode' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Devices.Sms.SmsReceivedEventDetails' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Devices.Sms.SmsSendMessageResult' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Devices.Sms.SmsStatusMessage' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Devices.Sms.SmsTextMessage' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Devices.Sms.SmsTextMessage2' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Devices.Sms.SmsVoicemailMessage' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Devices.Sms.SmsWapMessage' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Devices.Spi.SpiBusInfo' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Devices.Spi.SpiConnectionSettings' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Devices.Spi.SpiController' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Devices.Spi.SpiDevice' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Devices.Spi.SpiMode' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Devices.Spi.SpiSharingMode' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Devices.Spi.Provider.ProviderSpiConnectionSettings' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Devices.Spi.Provider.ProviderSpiMode' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Devices.Spi.Provider.ProviderSpiSharingMode' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Devices.Usb.UsbBulkInEndpointDescriptor' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Devices.Usb.UsbBulkInPipe' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Devices.Usb.UsbBulkOutEndpointDescriptor' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Devices.Usb.UsbBulkOutPipe' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Devices.Usb.UsbConfiguration' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Devices.Usb.UsbConfigurationDescriptor' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Devices.Usb.UsbControlRecipient' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Devices.Usb.UsbControlRequestType' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Devices.Usb.UsbControlTransferType' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Devices.Usb.UsbDescriptor' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Devices.Usb.UsbDevice' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Devices.Usb.UsbDeviceClass' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Devices.Usb.UsbDeviceClasses' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Devices.Usb.UsbDeviceDescriptor' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Devices.Usb.UsbEndpointDescriptor' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Devices.Usb.UsbEndpointType' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Devices.Usb.UsbInterface' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Devices.Usb.UsbInterfaceDescriptor' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Devices.Usb.UsbInterfaceSetting' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Devices.Usb.UsbInterruptInEndpointDescriptor' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Devices.Usb.UsbInterruptInEventArgs' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Devices.Usb.UsbInterruptInPipe' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Devices.Usb.UsbInterruptOutEndpointDescriptor' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Devices.Usb.UsbInterruptOutPipe' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Devices.Usb.UsbReadOptions' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Devices.Usb.UsbSetupPacket' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Devices.Usb.UsbTransferDirection' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Devices.Usb.UsbWriteOptions' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Devices.WiFi.WiFiAccessStatus' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Devices.WiFi.WiFiAdapter' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Devices.WiFi.WiFiAvailableNetwork' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Devices.WiFi.WiFiConnectionResult' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Devices.WiFi.WiFiConnectionStatus' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Devices.WiFi.WiFiNetworkKind' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Devices.WiFi.WiFiNetworkReport' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Devices.WiFi.WiFiPhyKind' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Devices.WiFi.WiFiReconnectionKind' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Devices.WiFiDirect.WiFiDirectAdvertisement' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Devices.WiFiDirect.WiFiDirectAdvertisementListenStateDiscoverability' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Devices.WiFiDirect.WiFiDirectAdvertisementPublisher' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Devices.WiFiDirect.WiFiDirectAdvertisementPublisherStatus' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Devices.WiFiDirect.WiFiDirectAdvertisementPublisherStatusChangedEventArgs' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Devices.WiFiDirect.WiFiDirectConfigurationMethod' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Devices.WiFiDirect.WiFiDirectConnectionListener' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Devices.WiFiDirect.WiFiDirectConnectionParameters' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Devices.WiFiDirect.WiFiDirectConnectionRequest' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Devices.WiFiDirect.WiFiDirectConnectionRequestedEventArgs' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Devices.WiFiDirect.WiFiDirectConnectionStatus' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Devices.WiFiDirect.WiFiDirectDevice' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Devices.WiFiDirect.WiFiDirectDeviceSelectorType' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Devices.WiFiDirect.WiFiDirectError' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Devices.WiFiDirect.WiFiDirectInformationElement' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Devices.WiFiDirect.WiFiDirectLegacySettings' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Devices.WiFiDirect.WiFiDirectPairingProcedure' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Devices.WiFiDirect.Services.WiFiDirectService' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Devices.WiFiDirect.Services.WiFiDirectServiceAdvertisementStatus' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Devices.WiFiDirect.Services.WiFiDirectServiceAdvertiser' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Devices.WiFiDirect.Services.WiFiDirectServiceAutoAcceptSessionConnectedEventArgs' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Devices.WiFiDirect.Services.WiFiDirectServiceConfigurationMethod' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Devices.WiFiDirect.Services.WiFiDirectServiceError' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Devices.WiFiDirect.Services.WiFiDirectServiceIPProtocol' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Devices.WiFiDirect.Services.WiFiDirectServiceProvisioningInfo' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Devices.WiFiDirect.Services.WiFiDirectServiceRemotePortAddedEventArgs' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Devices.WiFiDirect.Services.WiFiDirectServiceSession' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Devices.WiFiDirect.Services.WiFiDirectServiceSessionDeferredEventArgs' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Devices.WiFiDirect.Services.WiFiDirectServiceSessionErrorStatus' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Devices.WiFiDirect.Services.WiFiDirectServiceSessionRequest' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Devices.WiFiDirect.Services.WiFiDirectServiceSessionRequestedEventArgs' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Devices.WiFiDirect.Services.WiFiDirectServiceSessionStatus' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Devices.WiFiDirect.Services.WiFiDirectServiceStatus' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Embedded.DeviceLockdown.DeviceLockdownContract' does not inherit from base type 'System.ValueType' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Embedded.DeviceLockdown.DeviceLockdownProfile' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Embedded.DeviceLockdown.DeviceLockdownProfileInformation' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Foundation.AsyncActionCompletedHandler' does not inherit from base type 'System.MulticastDelegate' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Foundation.AsyncActionProgressHandler' does not inherit from base type 'System.MulticastDelegate' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Foundation.AsyncActionWithProgressCompletedHandler' does not inherit from base type 'System.MulticastDelegate' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Foundation.AsyncOperationCompletedHandler' does not inherit from base type 'System.MulticastDelegate' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Foundation.AsyncOperationProgressHandler' does not inherit from base type 'System.MulticastDelegate' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Foundation.AsyncOperationWithProgressCompletedHandler' does not inherit from base type 'System.MulticastDelegate' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Foundation.AsyncStatus' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Foundation.DateTime' does not inherit from base type 'System.ValueType' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Foundation.Deferral' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Foundation.DeferralCompletedHandler' does not inherit from base type 'System.MulticastDelegate' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Foundation.EventHandler' does not inherit from base type 'System.MulticastDelegate' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Foundation.EventRegistrationToken' does not inherit from base type 'System.ValueType' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Foundation.FoundationContract' does not inherit from base type 'System.ValueType' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Foundation.HResult' does not inherit from base type 'System.ValueType' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Foundation.MemoryBuffer' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Foundation.Point' does not inherit from base type 'System.ValueType' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Foundation.PropertyType' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Foundation.PropertyValue' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Foundation.Rect' does not inherit from base type 'System.ValueType' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Foundation.Size' does not inherit from base type 'System.ValueType' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Foundation.TimeSpan' does not inherit from base type 'System.ValueType' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Foundation.TypedEventHandler' does not inherit from base type 'System.MulticastDelegate' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Foundation.UniversalApiContract' does not inherit from base type 'System.ValueType' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Foundation.Uri' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Foundation.WwwFormUrlDecoder' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Foundation.WwwFormUrlDecoderEntry' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Foundation.Collections.CollectionChange' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Foundation.Collections.MapChangedEventHandler' does not inherit from base type 'System.MulticastDelegate' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Foundation.Collections.PropertySet' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Foundation.Collections.StringMap' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Foundation.Collections.ValueSet' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Foundation.Collections.VectorChangedEventHandler' does not inherit from base type 'System.MulticastDelegate' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Foundation.Diagnostics.AsyncCausalityTracer' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Foundation.Diagnostics.CausalityRelation' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Foundation.Diagnostics.CausalitySource' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Foundation.Diagnostics.CausalitySynchronousWork' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Foundation.Diagnostics.CausalityTraceLevel' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Foundation.Diagnostics.ErrorDetails' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Foundation.Diagnostics.ErrorOptions' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Foundation.Diagnostics.FileLoggingSession' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Foundation.Diagnostics.LogFileGeneratedEventArgs' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Foundation.Diagnostics.LoggingActivity' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Foundation.Diagnostics.LoggingChannel' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Foundation.Diagnostics.LoggingChannelOptions' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Foundation.Diagnostics.LoggingFieldFormat' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Foundation.Diagnostics.LoggingFields' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Foundation.Diagnostics.LoggingLevel' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Foundation.Diagnostics.LoggingOpcode' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Foundation.Diagnostics.LoggingOptions' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Foundation.Diagnostics.LoggingSession' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Foundation.Diagnostics.RuntimeBrokerErrorSettings' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Foundation.Diagnostics.TracingStatusChangedEventArgs' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Foundation.Metadata.ActivatableAttribute' does not inherit from base type 'System.Attribute' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Foundation.Metadata.AllowForWebAttribute' does not inherit from base type 'System.Attribute' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Foundation.Metadata.AllowMultipleAttribute' does not inherit from base type 'System.Attribute' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Foundation.Metadata.ApiContractAttribute' does not inherit from base type 'System.Attribute' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Foundation.Metadata.ApiInformation' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Foundation.Metadata.AttributeTargets' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Foundation.Metadata.AttributeUsageAttribute' does not inherit from base type 'System.Attribute' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Foundation.Metadata.ComposableAttribute' does not inherit from base type 'System.Attribute' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Foundation.Metadata.CompositionType' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Foundation.Metadata.ContractVersionAttribute' does not inherit from base type 'System.Attribute' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Foundation.Metadata.DefaultAttribute' does not inherit from base type 'System.Attribute' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Foundation.Metadata.DefaultOverloadAttribute' does not inherit from base type 'System.Attribute' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Foundation.Metadata.DeprecatedAttribute' does not inherit from base type 'System.Attribute' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Foundation.Metadata.DeprecationType' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Foundation.Metadata.DualApiPartitionAttribute' does not inherit from base type 'System.Attribute' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Foundation.Metadata.ExclusiveToAttribute' does not inherit from base type 'System.Attribute' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Foundation.Metadata.ExperimentalAttribute' does not inherit from base type 'System.Attribute' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Foundation.Metadata.GCPressureAmount' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Foundation.Metadata.GCPressureAttribute' does not inherit from base type 'System.Attribute' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Foundation.Metadata.GuidAttribute' does not inherit from base type 'System.Attribute' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Foundation.Metadata.HasVariantAttribute' does not inherit from base type 'System.Attribute' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Foundation.Metadata.InternalAttribute' does not inherit from base type 'System.Attribute' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Foundation.Metadata.LengthIsAttribute' does not inherit from base type 'System.Attribute' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Foundation.Metadata.MarshalingBehaviorAttribute' does not inherit from base type 'System.Attribute' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Foundation.Metadata.MarshalingType' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Foundation.Metadata.MetadataMarshalAttribute' does not inherit from base type 'System.Attribute' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Foundation.Metadata.MuseAttribute' does not inherit from base type 'System.Attribute' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Foundation.Metadata.OverloadAttribute' does not inherit from base type 'System.Attribute' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Foundation.Metadata.OverridableAttribute' does not inherit from base type 'System.Attribute' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Foundation.Metadata.Platform' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Foundation.Metadata.PlatformAttribute' does not inherit from base type 'System.Attribute' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Foundation.Metadata.PreviousContractVersionAttribute' does not inherit from base type 'System.Attribute' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Foundation.Metadata.ProtectedAttribute' does not inherit from base type 'System.Attribute' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Foundation.Metadata.RangeAttribute' does not inherit from base type 'System.Attribute' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Foundation.Metadata.RemoteAsyncAttribute' does not inherit from base type 'System.Attribute' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Foundation.Metadata.StaticAttribute' does not inherit from base type 'System.Attribute' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Foundation.Metadata.ThreadingAttribute' does not inherit from base type 'System.Attribute' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Foundation.Metadata.ThreadingModel' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Foundation.Metadata.VariantAttribute' does not inherit from base type 'System.Attribute' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Foundation.Metadata.VersionAttribute' does not inherit from base type 'System.Attribute' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Foundation.Metadata.WebHostHiddenAttribute' does not inherit from base type 'System.Attribute' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Foundation.Numerics.Matrix3x2' does not inherit from base type 'System.ValueType' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Foundation.Numerics.Matrix4x4' does not inherit from base type 'System.ValueType' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Foundation.Numerics.Plane' does not inherit from base type 'System.ValueType' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Foundation.Numerics.Quaternion' does not inherit from base type 'System.ValueType' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Foundation.Numerics.Vector2' does not inherit from base type 'System.ValueType' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Foundation.Numerics.Vector3' does not inherit from base type 'System.ValueType' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Foundation.Numerics.Vector4' does not inherit from base type 'System.ValueType' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Gaming.Input.Gamepad' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Gaming.Input.GamepadButtons' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Gaming.Input.GamepadReading' does not inherit from base type 'System.ValueType' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Gaming.Input.GamepadVibration' does not inherit from base type 'System.ValueType' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Gaming.Input.Headset' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Gaming.Preview.GamesEnumerationContract' does not inherit from base type 'System.ValueType' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Gaming.Preview.GamesEnumeration.GameList' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Gaming.Preview.GamesEnumeration.GameListCategory' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Gaming.Preview.GamesEnumeration.GameListChangedEventHandler' does not inherit from base type 'System.MulticastDelegate' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Gaming.Preview.GamesEnumeration.GameListEntry' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Gaming.Preview.GamesEnumeration.GameListRemovedEventHandler' does not inherit from base type 'System.MulticastDelegate' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Gaming.UI.GameBar' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Globalization.ApplicationLanguages' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Globalization.Calendar' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Globalization.CalendarIdentifiers' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Globalization.ClockIdentifiers' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Globalization.CurrencyIdentifiers' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Globalization.DayOfWeek' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Globalization.GeographicRegion' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Globalization.GlobalizationJapanesePhoneticAnalyzerContract' does not inherit from base type 'System.ValueType' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Globalization.JapanesePhoneme' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Globalization.JapanesePhoneticAnalyzer' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Globalization.Language' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Globalization.NumeralSystemIdentifiers' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Globalization.Collation.CharacterGrouping' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Globalization.Collation.CharacterGroupings' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Globalization.DateTimeFormatting.DateTimeFormatter' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Globalization.DateTimeFormatting.DayFormat' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Globalization.DateTimeFormatting.DayOfWeekFormat' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Globalization.DateTimeFormatting.HourFormat' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Globalization.DateTimeFormatting.MinuteFormat' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Globalization.DateTimeFormatting.MonthFormat' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Globalization.DateTimeFormatting.SecondFormat' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Globalization.DateTimeFormatting.YearFormat' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Globalization.Fonts.LanguageFont' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Globalization.Fonts.LanguageFontGroup' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Globalization.NumberFormatting.CurrencyFormatter' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Globalization.NumberFormatting.CurrencyFormatterMode' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Globalization.NumberFormatting.DecimalFormatter' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Globalization.NumberFormatting.IncrementNumberRounder' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Globalization.NumberFormatting.NumeralSystemTranslator' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Globalization.NumberFormatting.PercentFormatter' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Globalization.NumberFormatting.PermilleFormatter' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Globalization.NumberFormatting.RoundingAlgorithm' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Globalization.NumberFormatting.SignificantDigitsNumberRounder' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Graphics.DirectX.DirectXAlphaMode' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Graphics.DirectX.DirectXPixelFormat' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Graphics.DirectX.Direct3D11.Direct3DBindings' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Graphics.DirectX.Direct3D11.Direct3DMultisampleDescription' does not inherit from base type 'System.ValueType' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Graphics.DirectX.Direct3D11.Direct3DSurfaceDescription' does not inherit from base type 'System.ValueType' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Graphics.DirectX.Direct3D11.Direct3DUsage' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Graphics.Display.DisplayInformation' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Graphics.Display.DisplayOrientations' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Graphics.Display.DisplayProperties' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Graphics.Display.DisplayPropertiesEventHandler' does not inherit from base type 'System.MulticastDelegate' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Graphics.Display.ResolutionScale' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Graphics.Holographic.HolographicAdapterId' does not inherit from base type 'System.ValueType' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Graphics.Holographic.HolographicCamera' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Graphics.Holographic.HolographicCameraPose' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Graphics.Holographic.HolographicCameraRenderingParameters' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Graphics.Holographic.HolographicFrame' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Graphics.Holographic.HolographicFramePrediction' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Graphics.Holographic.HolographicFramePresentResult' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Graphics.Holographic.HolographicFramePresentWaitBehavior' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Graphics.Holographic.HolographicSpace' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Graphics.Holographic.HolographicSpaceCameraAddedEventArgs' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Graphics.Holographic.HolographicSpaceCameraRemovedEventArgs' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Graphics.Holographic.HolographicStereoTransform' does not inherit from base type 'System.ValueType' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Graphics.Imaging.BitmapAlphaMode' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Graphics.Imaging.BitmapBounds' does not inherit from base type 'System.ValueType' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Graphics.Imaging.BitmapBuffer' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Graphics.Imaging.BitmapBufferAccessMode' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Graphics.Imaging.BitmapCodecInformation' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Graphics.Imaging.BitmapDecoder' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Graphics.Imaging.BitmapEncoder' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Graphics.Imaging.BitmapFlip' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Graphics.Imaging.BitmapFrame' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Graphics.Imaging.BitmapInterpolationMode' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Graphics.Imaging.BitmapPixelFormat' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Graphics.Imaging.BitmapPlaneDescription' does not inherit from base type 'System.ValueType' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Graphics.Imaging.BitmapProperties' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Graphics.Imaging.BitmapPropertiesView' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Graphics.Imaging.BitmapPropertySet' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Graphics.Imaging.BitmapRotation' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Graphics.Imaging.BitmapSize' does not inherit from base type 'System.ValueType' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Graphics.Imaging.BitmapTransform' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Graphics.Imaging.BitmapTypedValue' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Graphics.Imaging.ColorManagementMode' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Graphics.Imaging.ExifOrientationMode' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Graphics.Imaging.ImageStream' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Graphics.Imaging.JpegSubsamplingMode' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Graphics.Imaging.PixelDataProvider' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Graphics.Imaging.PngFilterMode' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Graphics.Imaging.SoftwareBitmap' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Graphics.Imaging.TiffCompressionMode' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Graphics.Printing.PrintBinding' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Graphics.Printing.PrintCollation' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Graphics.Printing.PrintColorMode' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Graphics.Printing.PrintDuplex' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Graphics.Printing.PrintHolePunch' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Graphics.Printing.PrintManager' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Graphics.Printing.PrintMediaSize' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Graphics.Printing.PrintMediaType' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Graphics.Printing.PrintOrientation' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Graphics.Printing.PrintPageDescription' does not inherit from base type 'System.ValueType' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Graphics.Printing.PrintQuality' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Graphics.Printing.PrintStaple' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Graphics.Printing.PrintTask' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Graphics.Printing.PrintTaskCompletedEventArgs' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Graphics.Printing.PrintTaskCompletion' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Graphics.Printing.PrintTaskOptions' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Graphics.Printing.PrintTaskProgressingEventArgs' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Graphics.Printing.PrintTaskRequest' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Graphics.Printing.PrintTaskRequestedDeferral' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Graphics.Printing.PrintTaskRequestedEventArgs' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Graphics.Printing.PrintTaskSourceRequestedArgs' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Graphics.Printing.PrintTaskSourceRequestedDeferral' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Graphics.Printing.PrintTaskSourceRequestedHandler' does not inherit from base type 'System.MulticastDelegate' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Graphics.Printing.StandardPrintTaskOptions' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Graphics.Printing.OptionDetails.PrintBindingOptionDetails' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Graphics.Printing.OptionDetails.PrintCollationOptionDetails' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Graphics.Printing.OptionDetails.PrintColorModeOptionDetails' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Graphics.Printing.OptionDetails.PrintCopiesOptionDetails' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Graphics.Printing.OptionDetails.PrintCustomItemDetails' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Graphics.Printing.OptionDetails.PrintCustomItemListOptionDetails' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Graphics.Printing.OptionDetails.PrintCustomTextOptionDetails' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Graphics.Printing.OptionDetails.PrintDuplexOptionDetails' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Graphics.Printing.OptionDetails.PrintHolePunchOptionDetails' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Graphics.Printing.OptionDetails.PrintMediaSizeOptionDetails' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Graphics.Printing.OptionDetails.PrintMediaTypeOptionDetails' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Graphics.Printing.OptionDetails.PrintOptionStates' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Graphics.Printing.OptionDetails.PrintOptionType' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Graphics.Printing.OptionDetails.PrintOrientationOptionDetails' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Graphics.Printing.OptionDetails.PrintQualityOptionDetails' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Graphics.Printing.OptionDetails.PrintStapleOptionDetails' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Graphics.Printing.OptionDetails.PrintTaskOptionChangedEventArgs' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Graphics.Printing.OptionDetails.PrintTaskOptionDetails' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Graphics.Printing3D.Print3DManager' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Graphics.Printing3D.Print3DTask' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Graphics.Printing3D.Print3DTaskCompletedEventArgs' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Graphics.Printing3D.Print3DTaskCompletion' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Graphics.Printing3D.Print3DTaskDetail' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Graphics.Printing3D.Print3DTaskRequest' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Graphics.Printing3D.Print3DTaskRequestedEventArgs' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Graphics.Printing3D.Print3DTaskSourceChangedEventArgs' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Graphics.Printing3D.Print3DTaskSourceRequestedArgs' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Graphics.Printing3D.Print3DTaskSourceRequestedHandler' does not inherit from base type 'System.MulticastDelegate' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Graphics.Printing3D.Printing3D3MFPackage' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Graphics.Printing3D.Printing3DBaseMaterial' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Graphics.Printing3D.Printing3DBaseMaterialGroup' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Graphics.Printing3D.Printing3DBufferDescription' does not inherit from base type 'System.ValueType' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Graphics.Printing3D.Printing3DBufferFormat' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Graphics.Printing3D.Printing3DColorMaterial' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Graphics.Printing3D.Printing3DColorMaterialGroup' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Graphics.Printing3D.Printing3DComponent' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Graphics.Printing3D.Printing3DComponentWithMatrix' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Graphics.Printing3D.Printing3DCompositeMaterial' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Graphics.Printing3D.Printing3DCompositeMaterialGroup' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Graphics.Printing3D.Printing3DContract' does not inherit from base type 'System.ValueType' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Graphics.Printing3D.Printing3DMaterial' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Graphics.Printing3D.Printing3DMesh' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Graphics.Printing3D.Printing3DMeshVerificationMode' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Graphics.Printing3D.Printing3DMeshVerificationResult' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Graphics.Printing3D.Printing3DModel' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Graphics.Printing3D.Printing3DModelTexture' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Graphics.Printing3D.Printing3DModelUnit' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Graphics.Printing3D.Printing3DMultiplePropertyMaterial' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Graphics.Printing3D.Printing3DMultiplePropertyMaterialGroup' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Graphics.Printing3D.Printing3DObjectType' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Graphics.Printing3D.Printing3DTexture2CoordMaterial' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Graphics.Printing3D.Printing3DTexture2CoordMaterialGroup' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Graphics.Printing3D.Printing3DTextureEdgeBehavior' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Graphics.Printing3D.Printing3DTextureResource' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Management.Core.ApplicationDataManager' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Management.Deployment.DeploymentOptions' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Management.Deployment.DeploymentProgress' does not inherit from base type 'System.ValueType' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Management.Deployment.DeploymentProgressState' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Management.Deployment.DeploymentResult' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Management.Deployment.PackageInstallState' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Management.Deployment.PackageManager' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Management.Deployment.PackageState' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Management.Deployment.PackageStatus' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Management.Deployment.PackageTypes' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Management.Deployment.PackageUserInformation' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Management.Deployment.PackageVolume' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Management.Deployment.RemovalOptions' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Management.Deployment.Preview.ClassicAppManager' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Management.Deployment.Preview.DeploymentPreviewContract' does not inherit from base type 'System.ValueType' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Management.Deployment.Preview.InstalledClassicAppInfo' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Management.Orchestration.CurrentAppOrchestration' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Management.Orchestration.OrchestrationContract' does not inherit from base type 'System.ValueType' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Management.Orchestration.SingleAppModeContext' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Management.Workplace.MdmPolicy' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Management.Workplace.WorkplaceSettings' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Management.Workplace.WorkplaceSettingsContract' does not inherit from base type 'System.ValueType' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Media.AudioBuffer' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Media.AudioBufferAccessMode' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Media.AudioFrame' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Media.AudioProcessing' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Media.AutoRepeatModeChangeRequestedEventArgs' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Media.ImageDisplayProperties' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Media.MediaControl' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Media.MediaControlContract' does not inherit from base type 'System.ValueType' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Media.MediaExtensionManager' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Media.MediaMarkerTypes' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Media.MediaPlaybackAutoRepeatMode' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Media.MediaPlaybackStatus' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Media.MediaPlaybackType' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Media.MediaProcessingTriggerDetails' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Media.MusicDisplayProperties' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Media.PlaybackPositionChangeRequestedEventArgs' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Media.PlaybackRateChangeRequestedEventArgs' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Media.ShuffleEnabledChangeRequestedEventArgs' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Media.SoundLevel' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Media.SystemMediaTransportControls' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Media.SystemMediaTransportControlsButton' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Media.SystemMediaTransportControlsButtonPressedEventArgs' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Media.SystemMediaTransportControlsDisplayUpdater' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Media.SystemMediaTransportControlsProperty' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Media.SystemMediaTransportControlsPropertyChangedEventArgs' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Media.SystemMediaTransportControlsTimelineProperties' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Media.VideoDisplayProperties' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Media.VideoEffects' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Media.VideoFrame' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Media.Audio.AudioDeviceInputNode' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Media.Audio.AudioDeviceNodeCreationStatus' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Media.Audio.AudioDeviceOutputNode' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Media.Audio.AudioFileInputNode' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Media.Audio.AudioFileNodeCreationStatus' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Media.Audio.AudioFileOutputNode' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Media.Audio.AudioFrameCompletedEventArgs' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Media.Audio.AudioFrameInputNode' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Media.Audio.AudioFrameOutputNode' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Media.Audio.AudioGraph' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Media.Audio.AudioGraphConnection' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Media.Audio.AudioGraphCreationStatus' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Media.Audio.AudioGraphSettings' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Media.Audio.AudioGraphUnrecoverableError' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Media.Audio.AudioGraphUnrecoverableErrorOccurredEventArgs' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Media.Audio.AudioSubmixNode' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Media.Audio.CreateAudioDeviceInputNodeResult' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Media.Audio.CreateAudioDeviceOutputNodeResult' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Media.Audio.CreateAudioFileInputNodeResult' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Media.Audio.CreateAudioFileOutputNodeResult' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Media.Audio.CreateAudioGraphResult' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Media.Audio.EchoEffectDefinition' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Media.Audio.EqualizerBand' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Media.Audio.EqualizerEffectDefinition' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Media.Audio.FrameInputNodeQuantumStartedEventArgs' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Media.Audio.LimiterEffectDefinition' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Media.Audio.QuantumSizeSelectionMode' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Media.Audio.ReverbEffectDefinition' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Media.Capture.AdvancedCapturedPhoto' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Media.Capture.AdvancedPhotoCapture' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Media.Capture.AppCapture' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Media.Capture.AppCaptureAlternateShortcutKeys' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Media.Capture.AppCaptureContract' does not inherit from base type 'System.ValueType' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Media.Capture.AppCaptureHistoricalBufferLengthUnit' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Media.Capture.AppCaptureManager' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Media.Capture.AppCaptureSettings' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Media.Capture.AppCaptureVideoEncodingBitrateMode' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Media.Capture.AppCaptureVideoEncodingResolutionMode' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Media.Capture.CameraCaptureUI' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Media.Capture.CameraCaptureUIContract' does not inherit from base type 'System.ValueType' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Media.Capture.CameraCaptureUIMaxPhotoResolution' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Media.Capture.CameraCaptureUIMaxVideoResolution' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Media.Capture.CameraCaptureUIMode' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Media.Capture.CameraCaptureUIPhotoCaptureSettings' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Media.Capture.CameraCaptureUIPhotoFormat' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Media.Capture.CameraCaptureUIVideoCaptureSettings' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Media.Capture.CameraCaptureUIVideoFormat' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Media.Capture.CameraOptionsUI' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Media.Capture.CapturedFrame' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Media.Capture.CapturedFrameControlValues' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Media.Capture.CapturedPhoto' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Media.Capture.KnownVideoProfile' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Media.Capture.LowLagMediaRecording' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Media.Capture.LowLagPhotoCapture' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Media.Capture.LowLagPhotoSequenceCapture' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Media.Capture.MediaCapture' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Media.Capture.MediaCaptureFailedEventArgs' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Media.Capture.MediaCaptureFailedEventHandler' does not inherit from base type 'System.MulticastDelegate' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Media.Capture.MediaCaptureFocusChangedEventArgs' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Media.Capture.MediaCaptureInitializationSettings' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Media.Capture.MediaCaptureSettings' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Media.Capture.MediaCaptureThermalStatus' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Media.Capture.MediaCaptureVideoProfile' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Media.Capture.MediaCaptureVideoProfileMediaDescription' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Media.Capture.MediaCategory' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Media.Capture.MediaStreamType' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Media.Capture.OptionalReferencePhotoCapturedEventArgs' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Media.Capture.PhotoCapturedEventArgs' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Media.Capture.PhotoCaptureSource' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Media.Capture.PhotoConfirmationCapturedEventArgs' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Media.Capture.PowerlineFrequency' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Media.Capture.RecordLimitationExceededEventHandler' does not inherit from base type 'System.MulticastDelegate' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Media.Capture.ScreenCapture' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Media.Capture.SourceSuspensionChangedEventArgs' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Media.Capture.StreamingCaptureMode' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Media.Capture.VideoDeviceCharacteristic' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Media.Capture.VideoRotation' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Media.Capture.VideoStreamConfiguration' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Media.Capture.WhiteBalanceGain' does not inherit from base type 'System.ValueType' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Media.Capture.Core.VariablePhotoCapturedEventArgs' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Media.Capture.Core.VariablePhotoSequenceCapture' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Media.Casting.CastingConnection' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Media.Casting.CastingConnectionErrorOccurredEventArgs' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Media.Casting.CastingConnectionErrorStatus' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Media.Casting.CastingConnectionState' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Media.Casting.CastingDevice' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Media.Casting.CastingDevicePicker' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Media.Casting.CastingDevicePickerFilter' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Media.Casting.CastingDeviceSelectedEventArgs' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Media.Casting.CastingPlaybackTypes' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Media.Casting.CastingSource' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Media.ClosedCaptioning.ClosedCaptionColor' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Media.ClosedCaptioning.ClosedCaptionEdgeEffect' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Media.ClosedCaptioning.ClosedCaptionOpacity' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Media.ClosedCaptioning.ClosedCaptionProperties' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Media.ClosedCaptioning.ClosedCaptionSize' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Media.ClosedCaptioning.ClosedCaptionStyle' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Media.ContentRestrictions.ContentAccessRestrictionLevel' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Media.ContentRestrictions.ContentRestrictionsBrowsePolicy' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Media.ContentRestrictions.RatedContentCategory' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Media.ContentRestrictions.RatedContentDescription' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Media.ContentRestrictions.RatedContentRestrictions' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Media.Core.AudioStreamDescriptor' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Media.Core.AudioTrack' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Media.Core.DataCue' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Media.Core.FaceDetectedEventArgs' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Media.Core.FaceDetectionEffect' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Media.Core.FaceDetectionEffectDefinition' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Media.Core.FaceDetectionEffectFrame' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Media.Core.FaceDetectionMode' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Media.Core.HighDynamicRangeControl' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Media.Core.HighDynamicRangeOutput' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Media.Core.MediaBinder' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Media.Core.MediaBindingEventArgs' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Media.Core.MediaCueEventArgs' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Media.Core.MediaSource' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Media.Core.MediaSourceError' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Media.Core.MediaSourceOpenOperationCompletedEventArgs' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Media.Core.MediaSourceState' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Media.Core.MediaSourceStateChangedEventArgs' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Media.Core.MediaStreamSample' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Media.Core.MediaStreamSamplePropertySet' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Media.Core.MediaStreamSampleProtectionProperties' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Media.Core.MediaStreamSource' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Media.Core.MediaStreamSourceClosedEventArgs' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Media.Core.MediaStreamSourceClosedReason' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Media.Core.MediaStreamSourceClosedRequest' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Media.Core.MediaStreamSourceErrorStatus' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Media.Core.MediaStreamSourceSampleRequest' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Media.Core.MediaStreamSourceSampleRequestDeferral' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Media.Core.MediaStreamSourceSampleRequestedEventArgs' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Media.Core.MediaStreamSourceStartingEventArgs' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Media.Core.MediaStreamSourceStartingRequest' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Media.Core.MediaStreamSourceStartingRequestDeferral' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Media.Core.MediaStreamSourceSwitchStreamsRequest' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Media.Core.MediaStreamSourceSwitchStreamsRequestDeferral' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Media.Core.MediaStreamSourceSwitchStreamsRequestedEventArgs' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Media.Core.MediaTrackKind' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Media.Core.MseAppendMode' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Media.Core.MseEndOfStreamStatus' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Media.Core.MseReadyState' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Media.Core.MseSourceBuffer' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Media.Core.MseSourceBufferList' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Media.Core.MseStreamSource' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Media.Core.MseTimeRange' does not inherit from base type 'System.ValueType' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Media.Core.SceneAnalysisEffect' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Media.Core.SceneAnalysisEffectDefinition' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Media.Core.SceneAnalysisEffectFrame' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Media.Core.SceneAnalyzedEventArgs' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Media.Core.TimedMetadataKind' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Media.Core.TimedMetadataTrack' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Media.Core.TimedMetadataTrackError' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Media.Core.TimedMetadataTrackErrorCode' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Media.Core.TimedMetadataTrackFailedEventArgs' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Media.Core.TimedTextCue' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Media.Core.TimedTextDisplayAlignment' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Media.Core.TimedTextDouble' does not inherit from base type 'System.ValueType' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Media.Core.TimedTextFlowDirection' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Media.Core.TimedTextLine' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Media.Core.TimedTextLineAlignment' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Media.Core.TimedTextPadding' does not inherit from base type 'System.ValueType' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Media.Core.TimedTextPoint' does not inherit from base type 'System.ValueType' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Media.Core.TimedTextRegion' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Media.Core.TimedTextScrollMode' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Media.Core.TimedTextSize' does not inherit from base type 'System.ValueType' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Media.Core.TimedTextSource' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Media.Core.TimedTextSourceResolveResultEventArgs' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Media.Core.TimedTextStyle' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Media.Core.TimedTextSubformat' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Media.Core.TimedTextUnit' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Media.Core.TimedTextWeight' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Media.Core.TimedTextWrapping' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Media.Core.TimedTextWritingMode' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Media.Core.VideoStabilizationEffect' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Media.Core.VideoStabilizationEffectDefinition' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Media.Core.VideoStabilizationEffectEnabledChangedEventArgs' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Media.Core.VideoStabilizationEffectEnabledChangedReason' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Media.Core.VideoStreamDescriptor' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Media.Core.VideoTrack' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Media.Devices.AdvancedPhotoCaptureSettings' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Media.Devices.AdvancedPhotoControl' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Media.Devices.AdvancedPhotoMode' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Media.Devices.AudioDeviceController' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Media.Devices.AudioDeviceRole' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Media.Devices.AutoFocusRange' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Media.Devices.CallControl' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Media.Devices.CallControlContract' does not inherit from base type 'System.ValueType' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Media.Devices.CallControlEventHandler' does not inherit from base type 'System.MulticastDelegate' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Media.Devices.CameraStreamState' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Media.Devices.CaptureSceneMode' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Media.Devices.CaptureUse' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Media.Devices.ColorTemperaturePreset' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Media.Devices.DefaultAudioCaptureDeviceChangedEventArgs' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Media.Devices.DefaultAudioRenderDeviceChangedEventArgs' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Media.Devices.DialRequestedEventArgs' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Media.Devices.DialRequestedEventHandler' does not inherit from base type 'System.MulticastDelegate' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Media.Devices.ExposureCompensationControl' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Media.Devices.ExposureControl' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Media.Devices.ExposurePriorityVideoControl' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Media.Devices.FlashControl' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Media.Devices.FocusControl' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Media.Devices.FocusMode' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Media.Devices.FocusPreset' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Media.Devices.FocusSettings' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Media.Devices.HdrVideoControl' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Media.Devices.HdrVideoMode' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Media.Devices.IsoSpeedControl' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Media.Devices.IsoSpeedPreset' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Media.Devices.KeypadPressedEventArgs' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Media.Devices.KeypadPressedEventHandler' does not inherit from base type 'System.MulticastDelegate' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Media.Devices.LowLagPhotoControl' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Media.Devices.LowLagPhotoSequenceControl' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Media.Devices.ManualFocusDistance' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Media.Devices.MediaCaptureFocusState' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Media.Devices.MediaCaptureOptimization' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Media.Devices.MediaCapturePauseBehavior' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Media.Devices.MediaDevice' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Media.Devices.MediaDeviceControl' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Media.Devices.MediaDeviceControlCapabilities' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Media.Devices.OpticalImageStabilizationControl' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Media.Devices.OpticalImageStabilizationMode' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Media.Devices.PhotoConfirmationControl' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Media.Devices.RedialRequestedEventArgs' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Media.Devices.RedialRequestedEventHandler' does not inherit from base type 'System.MulticastDelegate' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Media.Devices.RegionOfInterest' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Media.Devices.RegionOfInterestType' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Media.Devices.RegionsOfInterestControl' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Media.Devices.SceneModeControl' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Media.Devices.TelephonyKey' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Media.Devices.TorchControl' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Media.Devices.VideoDeviceController' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Media.Devices.WhiteBalanceControl' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Media.Devices.ZoomControl' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Media.Devices.ZoomSettings' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Media.Devices.ZoomTransitionMode' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Media.Devices.Core.CameraIntrinsics' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Media.Devices.Core.FrameControlCapabilities' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Media.Devices.Core.FrameController' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Media.Devices.Core.FrameExposureCapabilities' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Media.Devices.Core.FrameExposureCompensationCapabilities' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Media.Devices.Core.FrameExposureCompensationControl' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Media.Devices.Core.FrameExposureControl' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Media.Devices.Core.FrameFlashCapabilities' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Media.Devices.Core.FrameFlashControl' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Media.Devices.Core.FrameFlashMode' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Media.Devices.Core.FrameFocusCapabilities' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Media.Devices.Core.FrameFocusControl' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Media.Devices.Core.FrameIsoSpeedCapabilities' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Media.Devices.Core.FrameIsoSpeedControl' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Media.Devices.Core.VariablePhotoSequenceController' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Media.DialProtocol.DialApp' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Media.DialProtocol.DialAppLaunchResult' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Media.DialProtocol.DialAppState' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Media.DialProtocol.DialAppStateDetails' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Media.DialProtocol.DialAppStopResult' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Media.DialProtocol.DialDevice' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Media.DialProtocol.DialDeviceDisplayStatus' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Media.DialProtocol.DialDevicePicker' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Media.DialProtocol.DialDevicePickerFilter' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Media.DialProtocol.DialDeviceSelectedEventArgs' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Media.DialProtocol.DialDisconnectButtonClickedEventArgs' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Media.Editing.BackgroundAudioTrack' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Media.Editing.EmbeddedAudioTrack' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Media.Editing.MediaClip' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Media.Editing.MediaComposition' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Media.Editing.MediaOverlay' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Media.Editing.MediaOverlayLayer' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Media.Editing.MediaTrimmingPreference' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Media.Editing.VideoFramePrecision' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Media.Effects.AudioCaptureEffectsManager' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Media.Effects.AudioEffect' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Media.Effects.AudioEffectDefinition' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Media.Effects.AudioEffectsManager' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Media.Effects.AudioEffectType' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Media.Effects.AudioRenderEffectsManager' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Media.Effects.CompositeVideoFrameContext' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Media.Effects.MediaEffectClosedReason' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Media.Effects.MediaMemoryTypes' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Media.Effects.ProcessAudioFrameContext' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Media.Effects.ProcessVideoFrameContext' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Media.Effects.SlowMotionEffectDefinition' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Media.Effects.VideoCompositorDefinition' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Media.Effects.VideoEffectDefinition' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Media.Effects.VideoTransformEffectDefinition' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Media.FaceAnalysis.DetectedFace' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Media.FaceAnalysis.FaceDetector' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Media.FaceAnalysis.FaceTracker' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Media.Import.PhotoImportAccessMode' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Media.Import.PhotoImportConnectionTransport' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Media.Import.PhotoImportContentType' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Media.Import.PhotoImportContentTypeFilter' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Media.Import.PhotoImportDeleteImportedItemsFromSourceResult' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Media.Import.PhotoImportFindItemsResult' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Media.Import.PhotoImportImportItemsResult' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Media.Import.PhotoImportImportMode' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Media.Import.PhotoImportItem' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Media.Import.PhotoImportItemImportedEventArgs' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Media.Import.PhotoImportItemSelectionMode' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Media.Import.PhotoImportManager' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Media.Import.PhotoImportOperation' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Media.Import.PhotoImportPowerSource' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Media.Import.PhotoImportProgress' does not inherit from base type 'System.ValueType' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Media.Import.PhotoImportSelectionChangedEventArgs' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Media.Import.PhotoImportSession' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Media.Import.PhotoImportSidecar' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Media.Import.PhotoImportSource' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Media.Import.PhotoImportSourceType' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Media.Import.PhotoImportStage' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Media.Import.PhotoImportStorageMedium' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Media.Import.PhotoImportStorageMediumType' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Media.Import.PhotoImportSubfolderCreationMode' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Media.Import.PhotoImportVideoSegment' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Media.MediaProperties.AudioEncodingProperties' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Media.MediaProperties.AudioEncodingQuality' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Media.MediaProperties.ContainerEncodingProperties' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Media.MediaProperties.H264ProfileIds' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Media.MediaProperties.ImageEncodingProperties' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Media.MediaProperties.MediaEncodingProfile' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Media.MediaProperties.MediaEncodingSubtypes' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Media.MediaProperties.MediaMirroringOptions' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Media.MediaProperties.MediaPixelFormat' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Media.MediaProperties.MediaPropertySet' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Media.MediaProperties.MediaRatio' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Media.MediaProperties.MediaRotation' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Media.MediaProperties.MediaThumbnailFormat' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Media.MediaProperties.Mpeg2ProfileIds' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Media.MediaProperties.VideoEncodingProperties' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Media.MediaProperties.VideoEncodingQuality' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Media.Ocr.OcrEngine' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Media.Ocr.OcrLine' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Media.Ocr.OcrResult' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Media.Ocr.OcrWord' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Media.Playback.BackgroundMediaPlayer' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Media.Playback.CurrentMediaPlaybackItemChangedEventArgs' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Media.Playback.FailedMediaStreamKind' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Media.Playback.MediaPlaybackAudioTrackList' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Media.Playback.MediaPlaybackItem' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Media.Playback.MediaPlaybackItemError' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Media.Playback.MediaPlaybackItemErrorCode' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Media.Playback.MediaPlaybackItemFailedEventArgs' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Media.Playback.MediaPlaybackItemOpenedEventArgs' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Media.Playback.MediaPlaybackList' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Media.Playback.MediaPlaybackTimedMetadataTrackList' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Media.Playback.MediaPlaybackVideoTrackList' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Media.Playback.MediaPlayer' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Media.Playback.MediaPlayerAudioCategory' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Media.Playback.MediaPlayerAudioDeviceType' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Media.Playback.MediaPlayerDataReceivedEventArgs' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Media.Playback.MediaPlayerError' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Media.Playback.MediaPlayerFailedEventArgs' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Media.Playback.MediaPlayerRateChangedEventArgs' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Media.Playback.MediaPlayerState' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Media.Playback.PlaybackMediaMarker' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Media.Playback.PlaybackMediaMarkerReachedEventArgs' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Media.Playback.PlaybackMediaMarkerSequence' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Media.Playback.TimedMetadataPresentationModeChangedEventArgs' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Media.Playback.TimedMetadataTrackPresentationMode' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Media.Playlists.Playlist' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Media.Playlists.PlaylistFormat' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Media.Playlists.PlaylistsContract' does not inherit from base type 'System.ValueType' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Media.PlayTo.CurrentTimeChangeRequestedEventArgs' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Media.PlayTo.MuteChangeRequestedEventArgs' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Media.PlayTo.PlaybackRateChangeRequestedEventArgs' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Media.PlayTo.PlayToConnection' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Media.PlayTo.PlayToConnectionError' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Media.PlayTo.PlayToConnectionErrorEventArgs' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Media.PlayTo.PlayToConnectionState' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Media.PlayTo.PlayToConnectionStateChangedEventArgs' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Media.PlayTo.PlayToConnectionTransferredEventArgs' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Media.PlayTo.PlayToManager' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Media.PlayTo.PlayToReceiver' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Media.PlayTo.PlayToSource' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Media.PlayTo.PlayToSourceDeferral' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Media.PlayTo.PlayToSourceRequest' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Media.PlayTo.PlayToSourceRequestedEventArgs' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Media.PlayTo.PlayToSourceSelectedEventArgs' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Media.PlayTo.SourceChangeRequestedEventArgs' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Media.PlayTo.VolumeChangeRequestedEventArgs' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Media.Protection.ComponentLoadFailedEventArgs' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Media.Protection.ComponentLoadFailedEventHandler' does not inherit from base type 'System.MulticastDelegate' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Media.Protection.ComponentRenewal' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Media.Protection.GraphicsTrustStatus' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Media.Protection.MediaProtectionManager' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Media.Protection.MediaProtectionPMPServer' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Media.Protection.MediaProtectionServiceCompletion' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Media.Protection.ProtectionCapabilities' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Media.Protection.ProtectionCapabilityResult' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Media.Protection.ProtectionRenewalContract' does not inherit from base type 'System.ValueType' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Media.Protection.RebootNeededEventHandler' does not inherit from base type 'System.MulticastDelegate' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Media.Protection.RenewalStatus' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Media.Protection.RevocationAndRenewalInformation' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Media.Protection.RevocationAndRenewalItem' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Media.Protection.RevocationAndRenewalReasons' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Media.Protection.ServiceRequestedEventArgs' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Media.Protection.ServiceRequestedEventHandler' does not inherit from base type 'System.MulticastDelegate' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Media.Protection.PlayReady.NDCertificateFeature' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Media.Protection.PlayReady.NDCertificatePlatformID' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Media.Protection.PlayReady.NDCertificateType' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Media.Protection.PlayReady.NDClient' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Media.Protection.PlayReady.NDClosedCaptionFormat' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Media.Protection.PlayReady.NDContentIDType' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Media.Protection.PlayReady.NDCustomData' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Media.Protection.PlayReady.NDDownloadEngineNotifier' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Media.Protection.PlayReady.NDLicenseFetchDescriptor' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Media.Protection.PlayReady.NDMediaStreamType' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Media.Protection.PlayReady.NDProximityDetectionType' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Media.Protection.PlayReady.NDStartAsyncOptions' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Media.Protection.PlayReady.NDStorageFileHelper' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Media.Protection.PlayReady.NDStreamParserNotifier' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Media.Protection.PlayReady.NDTCPMessenger' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Media.Protection.PlayReady.PlayReadyContentHeader' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Media.Protection.PlayReady.PlayReadyContentResolver' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Media.Protection.PlayReady.PlayReadyDecryptorSetup' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Media.Protection.PlayReady.PlayReadyDomain' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Media.Protection.PlayReady.PlayReadyDomainIterable' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Media.Protection.PlayReady.PlayReadyDomainIterator' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Media.Protection.PlayReady.PlayReadyDomainJoinServiceRequest' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Media.Protection.PlayReady.PlayReadyDomainLeaveServiceRequest' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Media.Protection.PlayReady.PlayReadyEncryptionAlgorithm' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Media.Protection.PlayReady.PlayReadyHardwareDRMFeatures' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Media.Protection.PlayReady.PlayReadyIndividualizationServiceRequest' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Media.Protection.PlayReady.PlayReadyITADataFormat' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Media.Protection.PlayReady.PlayReadyITADataGenerator' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Media.Protection.PlayReady.PlayReadyLicense' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Media.Protection.PlayReady.PlayReadyLicenseAcquisitionServiceRequest' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Media.Protection.PlayReady.PlayReadyLicenseIterable' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Media.Protection.PlayReady.PlayReadyLicenseIterator' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Media.Protection.PlayReady.PlayReadyLicenseManagement' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Media.Protection.PlayReady.PlayReadyLicenseSession' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Media.Protection.PlayReady.PlayReadyMeteringReportServiceRequest' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Media.Protection.PlayReady.PlayReadyRevocationServiceRequest' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Media.Protection.PlayReady.PlayReadySecureStopIterable' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Media.Protection.PlayReady.PlayReadySecureStopIterator' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Media.Protection.PlayReady.PlayReadySecureStopServiceRequest' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Media.Protection.PlayReady.PlayReadySoapMessage' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Media.Protection.PlayReady.PlayReadyStatics' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Media.Render.AudioRenderCategory' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Media.SpeechRecognition.SpeechContinuousRecognitionCompletedEventArgs' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Media.SpeechRecognition.SpeechContinuousRecognitionMode' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Media.SpeechRecognition.SpeechContinuousRecognitionResultGeneratedEventArgs' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Media.SpeechRecognition.SpeechContinuousRecognitionSession' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Media.SpeechRecognition.SpeechRecognitionAudioProblem' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Media.SpeechRecognition.SpeechRecognitionCompilationResult' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Media.SpeechRecognition.SpeechRecognitionConfidence' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Media.SpeechRecognition.SpeechRecognitionConstraintProbability' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Media.SpeechRecognition.SpeechRecognitionConstraintType' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Media.SpeechRecognition.SpeechRecognitionGrammarFileConstraint' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Media.SpeechRecognition.SpeechRecognitionHypothesis' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Media.SpeechRecognition.SpeechRecognitionHypothesisGeneratedEventArgs' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Media.SpeechRecognition.SpeechRecognitionListConstraint' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Media.SpeechRecognition.SpeechRecognitionQualityDegradingEventArgs' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Media.SpeechRecognition.SpeechRecognitionResult' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Media.SpeechRecognition.SpeechRecognitionResultStatus' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Media.SpeechRecognition.SpeechRecognitionScenario' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Media.SpeechRecognition.SpeechRecognitionSemanticInterpretation' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Media.SpeechRecognition.SpeechRecognitionTopicConstraint' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Media.SpeechRecognition.SpeechRecognitionVoiceCommandDefinitionConstraint' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Media.SpeechRecognition.SpeechRecognizer' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Media.SpeechRecognition.SpeechRecognizerState' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Media.SpeechRecognition.SpeechRecognizerStateChangedEventArgs' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Media.SpeechRecognition.SpeechRecognizerTimeouts' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Media.SpeechRecognition.SpeechRecognizerUIOptions' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Media.SpeechRecognition.VoiceCommandManager' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Media.SpeechRecognition.VoiceCommandSet' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Media.SpeechSynthesis.SpeechSynthesisStream' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Media.SpeechSynthesis.SpeechSynthesizer' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Media.SpeechSynthesis.VoiceGender' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Media.SpeechSynthesis.VoiceInformation' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Media.Streaming.Adaptive.AdaptiveMediaSource' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Media.Streaming.Adaptive.AdaptiveMediaSourceAdvancedSettings' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Media.Streaming.Adaptive.AdaptiveMediaSourceCreationResult' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Media.Streaming.Adaptive.AdaptiveMediaSourceCreationStatus' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Media.Streaming.Adaptive.AdaptiveMediaSourceDownloadBitrateChangedEventArgs' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Media.Streaming.Adaptive.AdaptiveMediaSourceDownloadCompletedEventArgs' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Media.Streaming.Adaptive.AdaptiveMediaSourceDownloadFailedEventArgs' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Media.Streaming.Adaptive.AdaptiveMediaSourceDownloadRequestedDeferral' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Media.Streaming.Adaptive.AdaptiveMediaSourceDownloadRequestedEventArgs' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Media.Streaming.Adaptive.AdaptiveMediaSourceDownloadResult' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Media.Streaming.Adaptive.AdaptiveMediaSourcePlaybackBitrateChangedEventArgs' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Media.Streaming.Adaptive.AdaptiveMediaSourceResourceType' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Media.Transcoding.MediaTranscoder' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Media.Transcoding.MediaVideoProcessingAlgorithm' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Media.Transcoding.PrepareTranscodeResult' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Media.Transcoding.TranscodeFailureReason' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Networking.DomainNameType' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Networking.EndpointPair' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Networking.HostName' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Networking.HostNameSortOptions' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Networking.HostNameType' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Networking.BackgroundTransfer.BackgroundDownloader' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Networking.BackgroundTransfer.BackgroundDownloadProgress' does not inherit from base type 'System.ValueType' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Networking.BackgroundTransfer.BackgroundTransferBehavior' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Networking.BackgroundTransfer.BackgroundTransferCompletionGroup' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Networking.BackgroundTransfer.BackgroundTransferCompletionGroupTriggerDetails' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Networking.BackgroundTransfer.BackgroundTransferContentPart' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Networking.BackgroundTransfer.BackgroundTransferCostPolicy' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Networking.BackgroundTransfer.BackgroundTransferError' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Networking.BackgroundTransfer.BackgroundTransferGroup' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Networking.BackgroundTransfer.BackgroundTransferPriority' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Networking.BackgroundTransfer.BackgroundTransferStatus' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Networking.BackgroundTransfer.BackgroundUploader' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Networking.BackgroundTransfer.BackgroundUploadProgress' does not inherit from base type 'System.ValueType' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Networking.BackgroundTransfer.ContentPrefetcher' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Networking.BackgroundTransfer.DownloadOperation' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Networking.BackgroundTransfer.ResponseInformation' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Networking.BackgroundTransfer.UnconstrainedTransferRequestResult' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Networking.BackgroundTransfer.UploadOperation' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Networking.Connectivity.AttributedNetworkUsage' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Networking.Connectivity.CellularApnAuthenticationType' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Networking.Connectivity.CellularApnContext' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Networking.Connectivity.ConnectionCost' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Networking.Connectivity.ConnectionProfile' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Networking.Connectivity.ConnectionProfileFilter' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Networking.Connectivity.ConnectionSession' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Networking.Connectivity.ConnectivityInterval' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Networking.Connectivity.ConnectivityManager' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Networking.Connectivity.DataPlanStatus' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Networking.Connectivity.DataPlanUsage' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Networking.Connectivity.DataUsage' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Networking.Connectivity.DataUsageGranularity' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Networking.Connectivity.DomainConnectivityLevel' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Networking.Connectivity.IPInformation' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Networking.Connectivity.LanIdentifier' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Networking.Connectivity.LanIdentifierData' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Networking.Connectivity.NetworkAdapter' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Networking.Connectivity.NetworkAuthenticationType' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Networking.Connectivity.NetworkConnectivityLevel' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Networking.Connectivity.NetworkCostType' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Networking.Connectivity.NetworkEncryptionType' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Networking.Connectivity.NetworkInformation' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Networking.Connectivity.NetworkItem' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Networking.Connectivity.NetworkSecuritySettings' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Networking.Connectivity.NetworkStateChangeEventDetails' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Networking.Connectivity.NetworkStatusChangedEventHandler' does not inherit from base type 'System.MulticastDelegate' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Networking.Connectivity.NetworkTypes' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Networking.Connectivity.NetworkUsage' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Networking.Connectivity.NetworkUsageStates' does not inherit from base type 'System.ValueType' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Networking.Connectivity.ProxyConfiguration' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Networking.Connectivity.RoamingStates' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Networking.Connectivity.RoutePolicy' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Networking.Connectivity.TriStates' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Networking.Connectivity.WlanConnectionProfileDetails' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Networking.Connectivity.WwanConnectionProfileDetails' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Networking.Connectivity.WwanContract' does not inherit from base type 'System.ValueType' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Networking.Connectivity.WwanDataClass' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Networking.Connectivity.WwanNetworkRegistrationState' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Networking.NetworkOperators.DataClasses' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Networking.NetworkOperators.FdnAccessManager' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Networking.NetworkOperators.HotspotAuthenticationContext' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Networking.NetworkOperators.HotspotAuthenticationEventDetails' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Networking.NetworkOperators.HotspotAuthenticationResponseCode' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Networking.NetworkOperators.HotspotCredentialsAuthenticationResult' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Networking.NetworkOperators.KnownCSimFilePaths' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Networking.NetworkOperators.KnownRuimFilePaths' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Networking.NetworkOperators.KnownSimFilePaths' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Networking.NetworkOperators.KnownUSimFilePaths' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Networking.NetworkOperators.LegacyNetworkOperatorsContract' does not inherit from base type 'System.ValueType' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Networking.NetworkOperators.MobileBroadbandAccount' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Networking.NetworkOperators.MobileBroadbandAccountEventArgs' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Networking.NetworkOperators.MobileBroadbandAccountUpdatedEventArgs' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Networking.NetworkOperators.MobileBroadbandAccountWatcher' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Networking.NetworkOperators.MobileBroadbandAccountWatcherStatus' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Networking.NetworkOperators.MobileBroadbandDeviceInformation' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Networking.NetworkOperators.MobileBroadbandDeviceService' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Networking.NetworkOperators.MobileBroadbandDeviceServiceCommandResult' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Networking.NetworkOperators.MobileBroadbandDeviceServiceCommandSession' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Networking.NetworkOperators.MobileBroadbandDeviceServiceDataReceivedEventArgs' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Networking.NetworkOperators.MobileBroadbandDeviceServiceDataSession' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Networking.NetworkOperators.MobileBroadbandDeviceServiceInformation' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Networking.NetworkOperators.MobileBroadbandDeviceServiceTriggerDetails' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Networking.NetworkOperators.MobileBroadbandDeviceType' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Networking.NetworkOperators.MobileBroadbandModem' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Networking.NetworkOperators.MobileBroadbandModemConfiguration' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Networking.NetworkOperators.MobileBroadbandNetwork' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Networking.NetworkOperators.MobileBroadbandNetworkRegistrationStateChange' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Networking.NetworkOperators.MobileBroadbandNetworkRegistrationStateChangeTriggerDetails' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Networking.NetworkOperators.MobileBroadbandPin' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Networking.NetworkOperators.MobileBroadbandPinFormat' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Networking.NetworkOperators.MobileBroadbandPinLockState' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Networking.NetworkOperators.MobileBroadbandPinLockStateChange' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Networking.NetworkOperators.MobileBroadbandPinLockStateChangeTriggerDetails' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Networking.NetworkOperators.MobileBroadbandPinManager' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Networking.NetworkOperators.MobileBroadbandPinOperationResult' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Networking.NetworkOperators.MobileBroadbandPinType' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Networking.NetworkOperators.MobileBroadbandRadioState' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Networking.NetworkOperators.MobileBroadbandRadioStateChange' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Networking.NetworkOperators.MobileBroadbandRadioStateChangeTriggerDetails' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Networking.NetworkOperators.MobileBroadbandUicc' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Networking.NetworkOperators.MobileBroadbandUiccApp' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Networking.NetworkOperators.MobileBroadbandUiccAppOperationStatus' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Networking.NetworkOperators.MobileBroadbandUiccAppReadRecordResult' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Networking.NetworkOperators.MobileBroadbandUiccAppRecordDetailsResult' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Networking.NetworkOperators.MobileBroadbandUiccAppsResult' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Networking.NetworkOperators.NetworkDeviceStatus' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Networking.NetworkOperators.NetworkOperatorEventMessageType' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Networking.NetworkOperators.NetworkOperatorNotificationEventDetails' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Networking.NetworkOperators.NetworkOperatorsFdnContract' does not inherit from base type 'System.ValueType' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Networking.NetworkOperators.NetworkOperatorTetheringAccessPointConfiguration' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Networking.NetworkOperators.NetworkOperatorTetheringClient' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Networking.NetworkOperators.NetworkOperatorTetheringManager' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Networking.NetworkOperators.NetworkOperatorTetheringOperationResult' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Networking.NetworkOperators.NetworkRegistrationState' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Networking.NetworkOperators.ProfileMediaType' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Networking.NetworkOperators.ProfileUsage' does not inherit from base type 'System.ValueType' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Networking.NetworkOperators.ProvisionedProfile' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Networking.NetworkOperators.ProvisionFromXmlDocumentResults' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Networking.NetworkOperators.ProvisioningAgent' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Networking.NetworkOperators.TetheringCapability' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Networking.NetworkOperators.TetheringOperationalState' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Networking.NetworkOperators.TetheringOperationStatus' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Networking.NetworkOperators.UiccAccessCondition' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Networking.NetworkOperators.UiccAppKind' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Networking.NetworkOperators.UiccAppRecordKind' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Networking.NetworkOperators.UssdMessage' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Networking.NetworkOperators.UssdReply' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Networking.NetworkOperators.UssdResultCode' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Networking.NetworkOperators.UssdSession' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Networking.Proximity.ConnectionRequestedEventArgs' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Networking.Proximity.DeviceArrivedEventHandler' does not inherit from base type 'System.MulticastDelegate' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Networking.Proximity.DeviceDepartedEventHandler' does not inherit from base type 'System.MulticastDelegate' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Networking.Proximity.MessageReceivedHandler' does not inherit from base type 'System.MulticastDelegate' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Networking.Proximity.MessageTransmittedHandler' does not inherit from base type 'System.MulticastDelegate' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Networking.Proximity.PeerDiscoveryTypes' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Networking.Proximity.PeerFinder' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Networking.Proximity.PeerInformation' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Networking.Proximity.PeerRole' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Networking.Proximity.PeerWatcher' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Networking.Proximity.PeerWatcherStatus' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Networking.Proximity.ProximityDevice' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Networking.Proximity.ProximityMessage' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Networking.Proximity.TriggeredConnectionStateChangedEventArgs' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Networking.Proximity.TriggeredConnectState' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Networking.PushNotifications.PushNotificationChannel' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Networking.PushNotifications.PushNotificationChannelManager' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Networking.PushNotifications.PushNotificationReceivedEventArgs' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Networking.PushNotifications.PushNotificationType' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Networking.PushNotifications.RawNotification' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Networking.ServiceDiscovery.Dnssd.DnssdRegistrationResult' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Networking.ServiceDiscovery.Dnssd.DnssdRegistrationStatus' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Networking.ServiceDiscovery.Dnssd.DnssdServiceInstance' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Networking.ServiceDiscovery.Dnssd.DnssdServiceInstanceCollection' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Networking.ServiceDiscovery.Dnssd.DnssdServiceWatcher' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Networking.ServiceDiscovery.Dnssd.DnssdServiceWatcherStatus' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Networking.Sockets.BandwidthStatistics' does not inherit from base type 'System.ValueType' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Networking.Sockets.ControlChannelTrigger' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Networking.Sockets.ControlChannelTriggerContract' does not inherit from base type 'System.ValueType' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Networking.Sockets.ControlChannelTriggerResetReason' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Networking.Sockets.ControlChannelTriggerResourceType' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Networking.Sockets.ControlChannelTriggerStatus' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Networking.Sockets.DatagramSocket' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Networking.Sockets.DatagramSocketControl' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Networking.Sockets.DatagramSocketInformation' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Networking.Sockets.DatagramSocketMessageReceivedEventArgs' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Networking.Sockets.MessageWebSocket' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Networking.Sockets.MessageWebSocketControl' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Networking.Sockets.MessageWebSocketInformation' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Networking.Sockets.MessageWebSocketMessageReceivedEventArgs' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Networking.Sockets.RoundTripTimeStatistics' does not inherit from base type 'System.ValueType' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Networking.Sockets.SocketActivityConnectedStandbyAction' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Networking.Sockets.SocketActivityContext' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Networking.Sockets.SocketActivityInformation' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Networking.Sockets.SocketActivityKind' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Networking.Sockets.SocketActivityTriggerDetails' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Networking.Sockets.SocketActivityTriggerReason' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Networking.Sockets.SocketError' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Networking.Sockets.SocketErrorStatus' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Networking.Sockets.SocketMessageType' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Networking.Sockets.SocketProtectionLevel' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Networking.Sockets.SocketQualityOfService' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Networking.Sockets.SocketSslErrorSeverity' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Networking.Sockets.StreamSocket' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Networking.Sockets.StreamSocketControl' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Networking.Sockets.StreamSocketInformation' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Networking.Sockets.StreamSocketListener' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Networking.Sockets.StreamSocketListenerConnectionReceivedEventArgs' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Networking.Sockets.StreamSocketListenerControl' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Networking.Sockets.StreamSocketListenerInformation' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Networking.Sockets.StreamWebSocket' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Networking.Sockets.StreamWebSocketControl' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Networking.Sockets.StreamWebSocketInformation' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Networking.Sockets.WebSocketClosedEventArgs' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Networking.Sockets.WebSocketError' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Networking.Sockets.WebSocketKeepAlive' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Networking.Vpn.VpnAppId' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Networking.Vpn.VpnAppIdType' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Networking.Vpn.VpnAuthenticationMethod' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Networking.Vpn.VpnChannel' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Networking.Vpn.VpnChannelActivityEventArgs' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Networking.Vpn.VpnChannelActivityEventType' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Networking.Vpn.VpnChannelActivityStateChangedArgs' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Networking.Vpn.VpnChannelConfiguration' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Networking.Vpn.VpnChannelRequestCredentialsOptions' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Networking.Vpn.VpnCredential' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Networking.Vpn.VpnCredentialType' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Networking.Vpn.VpnCustomCheckBox' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Networking.Vpn.VpnCustomComboBox' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Networking.Vpn.VpnCustomEditBox' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Networking.Vpn.VpnCustomErrorBox' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Networking.Vpn.VpnCustomPromptBooleanInput' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Networking.Vpn.VpnCustomPromptOptionSelector' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Networking.Vpn.VpnCustomPromptText' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Networking.Vpn.VpnCustomPromptTextInput' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Networking.Vpn.VpnCustomTextBox' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Networking.Vpn.VpnDataPathType' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Networking.Vpn.VpnDomainNameAssignment' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Networking.Vpn.VpnDomainNameInfo' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Networking.Vpn.VpnDomainNameType' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Networking.Vpn.VpnInterfaceId' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Networking.Vpn.VpnIPProtocol' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Networking.Vpn.VpnManagementAgent' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Networking.Vpn.VpnManagementErrorStatus' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Networking.Vpn.VpnNamespaceAssignment' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Networking.Vpn.VpnNamespaceInfo' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Networking.Vpn.VpnNativeProfile' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Networking.Vpn.VpnNativeProtocolType' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Networking.Vpn.VpnPacketBuffer' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Networking.Vpn.VpnPacketBufferList' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Networking.Vpn.VpnPacketBufferStatus' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Networking.Vpn.VpnPickedCredential' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Networking.Vpn.VpnPlugInProfile' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Networking.Vpn.VpnRoute' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Networking.Vpn.VpnRouteAssignment' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Networking.Vpn.VpnRoutingPolicyType' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Networking.Vpn.VpnSystemHealth' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Networking.Vpn.VpnTrafficFilter' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Networking.Vpn.VpnTrafficFilterAssignment' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Perception.PerceptionTimestamp' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Perception.PerceptionTimestampHelper' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Perception.People.HeadPose' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Perception.Spatial.SpatialAnchor' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Perception.Spatial.SpatialAnchorManager' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Perception.Spatial.SpatialAnchorRawCoordinateSystemAdjustedEventArgs' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Perception.Spatial.SpatialAnchorStore' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Perception.Spatial.SpatialAnchorTransferManager' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Perception.Spatial.SpatialBoundingBox' does not inherit from base type 'System.ValueType' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Perception.Spatial.SpatialBoundingFrustum' does not inherit from base type 'System.ValueType' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Perception.Spatial.SpatialBoundingOrientedBox' does not inherit from base type 'System.ValueType' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Perception.Spatial.SpatialBoundingSphere' does not inherit from base type 'System.ValueType' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Perception.Spatial.SpatialBoundingVolume' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Perception.Spatial.SpatialCoordinateSystem' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Perception.Spatial.SpatialLocatability' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Perception.Spatial.SpatialLocation' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Perception.Spatial.SpatialLocator' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Perception.Spatial.SpatialLocatorAttachedFrameOfReference' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Perception.Spatial.SpatialLocatorPositionalTrackingDeactivatingEventArgs' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Perception.Spatial.SpatialPerceptionAccessStatus' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Perception.Spatial.SpatialStationaryFrameOfReference' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Perception.Spatial.Surfaces.SpatialSurfaceInfo' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Perception.Spatial.Surfaces.SpatialSurfaceMesh' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Perception.Spatial.Surfaces.SpatialSurfaceMeshBuffer' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Perception.Spatial.Surfaces.SpatialSurfaceMeshOptions' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Perception.Spatial.Surfaces.SpatialSurfaceObserver' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Phone.PhoneContract' does not inherit from base type 'System.ValueType' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Phone.ApplicationModel.ApplicationProfile' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Phone.ApplicationModel.ApplicationProfileModes' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Phone.Devices.Notification.VibrationDevice' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Phone.Devices.Power.Battery' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Phone.Management.Deployment.Enterprise' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Phone.Management.Deployment.EnterpriseEnrollmentManager' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Phone.Management.Deployment.EnterpriseEnrollmentResult' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Phone.Management.Deployment.EnterpriseEnrollmentStatus' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Phone.Management.Deployment.EnterpriseStatus' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Phone.Management.Deployment.InstallationManager' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Phone.Management.Deployment.PackageInstallResult' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Phone.Media.Devices.AudioRoutingEndpoint' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Phone.Media.Devices.AudioRoutingManager' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Phone.Media.Devices.AvailableAudioRoutingEndpoints' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Phone.Notification.Management.AccessoryManager' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Phone.Notification.Management.AccessoryNotificationType' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Phone.Notification.Management.AlarmNotificationTriggerDetails' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Phone.Notification.Management.AppNotificationInfo' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Phone.Notification.Management.BinaryId' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Phone.Notification.Management.CalendarChangedEvent' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Phone.Notification.Management.CalendarChangedNotificationTriggerDetails' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Phone.Notification.Management.CortanaTileNotificationTriggerDetails' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Phone.Notification.Management.EmailAccountInfo' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Phone.Notification.Management.EmailFolderInfo' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Phone.Notification.Management.EmailNotificationTriggerDetails' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Phone.Notification.Management.EmailReadNotificationTriggerDetails' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Phone.Notification.Management.MediaControlsTriggerDetails' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Phone.Notification.Management.MediaMetadata' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Phone.Notification.Management.PhoneCallAudioEndpoint' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Phone.Notification.Management.PhoneCallDetails' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Phone.Notification.Management.PhoneCallDirection' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Phone.Notification.Management.PhoneCallState' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Phone.Notification.Management.PhoneCallTransport' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Phone.Notification.Management.PhoneLineDetails' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Phone.Notification.Management.PhoneLineRegistrationState' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Phone.Notification.Management.PhoneMediaType' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Phone.Notification.Management.PhoneNotificationTriggerDetails' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Phone.Notification.Management.PhoneNotificationType' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Phone.Notification.Management.PlaybackCapability' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Phone.Notification.Management.PlaybackCommand' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Phone.Notification.Management.PlaybackStatus' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Phone.Notification.Management.ReminderNotificationTriggerDetails' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Phone.Notification.Management.ReminderState' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Phone.Notification.Management.SpeedDialEntry' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Phone.Notification.Management.TextResponse' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Phone.Notification.Management.ToastNotificationTriggerDetails' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Phone.Notification.Management.VibrateState' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Phone.Notification.Management.VolumeInfo' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Phone.PersonalInformation.ContactAddress' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Phone.PersonalInformation.ContactChangeRecord' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Phone.PersonalInformation.ContactChangeType' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Phone.PersonalInformation.ContactInformation' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Phone.PersonalInformation.ContactQueryOptions' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Phone.PersonalInformation.ContactQueryResult' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Phone.PersonalInformation.ContactQueryResultOrdering' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Phone.PersonalInformation.ContactStore' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Phone.PersonalInformation.ContactStoreApplicationAccessMode' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Phone.PersonalInformation.ContactStoreSystemAccessMode' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Phone.PersonalInformation.KnownContactProperties' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Phone.PersonalInformation.StoredContact' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Phone.PersonalInformation.VCardFormat' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Phone.PersonalInformation.Provisioning.ContactPartnerProvisioningManager' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Phone.PersonalInformation.Provisioning.MessagePartnerProvisioningManager' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Phone.Speech.Recognition.SpeechRecognitionUIStatus' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Phone.StartScreen.DualSimTile' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Phone.StartScreen.DualSimTileContract' does not inherit from base type 'System.ValueType' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Phone.System.SystemProtection' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Phone.System.Power.PowerManager' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Phone.System.Power.PowerSavingMode' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Phone.System.Profile.RetailMode' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Phone.System.UserProfile.GameServices.Core.GameService' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Phone.System.UserProfile.GameServices.Core.GameServiceGameOutcome' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Phone.System.UserProfile.GameServices.Core.GameServicePropertyCollection' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Phone.System.UserProfile.GameServices.Core.GameServiceScoreKind' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Phone.UI.Input.BackPressedEventArgs' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Phone.UI.Input.CameraEventArgs' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Phone.UI.Input.HardwareButtons' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Security.Authentication.OnlineId.CredentialPromptType' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Security.Authentication.OnlineId.OnlineIdAuthenticator' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Security.Authentication.OnlineId.OnlineIdServiceTicket' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Security.Authentication.OnlineId.OnlineIdServiceTicketRequest' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Security.Authentication.OnlineId.SignOutUserOperation' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Security.Authentication.OnlineId.UserAuthenticationOperation' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Security.Authentication.OnlineId.UserIdentity' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Security.Authentication.Web.TokenBindingKeyType' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Security.Authentication.Web.WebAuthenticationBroker' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Security.Authentication.Web.WebAuthenticationOptions' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Security.Authentication.Web.WebAuthenticationResult' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Security.Authentication.Web.WebAuthenticationStatus' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Security.Authentication.Web.Core.WebAuthenticationCoreManager' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Security.Authentication.Web.Core.WebProviderError' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Security.Authentication.Web.Core.WebTokenRequest' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Security.Authentication.Web.Core.WebTokenRequestPromptType' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Security.Authentication.Web.Core.WebTokenRequestResult' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Security.Authentication.Web.Core.WebTokenRequestStatus' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Security.Authentication.Web.Core.WebTokenResponse' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Security.Authentication.Web.Provider.WebAccountClientView' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Security.Authentication.Web.Provider.WebAccountClientViewType' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Security.Authentication.Web.Provider.WebAccountManager' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Security.Authentication.Web.Provider.WebAccountProviderAddAccountOperation' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Security.Authentication.Web.Provider.WebAccountProviderDeleteAccountOperation' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Security.Authentication.Web.Provider.WebAccountProviderGetTokenSilentOperation' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Security.Authentication.Web.Provider.WebAccountProviderManageAccountOperation' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Security.Authentication.Web.Provider.WebAccountProviderOperationKind' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Security.Authentication.Web.Provider.WebAccountProviderRequestTokenOperation' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Security.Authentication.Web.Provider.WebAccountProviderRetrieveCookiesOperation' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Security.Authentication.Web.Provider.WebAccountProviderSignOutAccountOperation' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Security.Authentication.Web.Provider.WebAccountProviderTriggerDetails' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Security.Authentication.Web.Provider.WebAccountScope' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Security.Authentication.Web.Provider.WebAccountSelectionOptions' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Security.Authentication.Web.Provider.WebProviderTokenRequest' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Security.Authentication.Web.Provider.WebProviderTokenResponse' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Security.Credentials.KeyCredential' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Security.Credentials.KeyCredentialAttestationResult' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Security.Credentials.KeyCredentialAttestationStatus' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Security.Credentials.KeyCredentialCreationOption' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Security.Credentials.KeyCredentialManager' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Security.Credentials.KeyCredentialOperationResult' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Security.Credentials.KeyCredentialRetrievalResult' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Security.Credentials.KeyCredentialStatus' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Security.Credentials.PasswordCredential' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Security.Credentials.PasswordCredentialPropertyStore' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Security.Credentials.PasswordVault' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Security.Credentials.WebAccount' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Security.Credentials.WebAccountPictureSize' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Security.Credentials.WebAccountProvider' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Security.Credentials.WebAccountState' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Security.Credentials.UI.AuthenticationProtocol' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Security.Credentials.UI.CredentialPicker' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Security.Credentials.UI.CredentialPickerOptions' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Security.Credentials.UI.CredentialPickerResults' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Security.Credentials.UI.CredentialSaveOption' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Security.Credentials.UI.UserConsentVerificationResult' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Security.Credentials.UI.UserConsentVerifier' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Security.Credentials.UI.UserConsentVerifierAvailability' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Security.Cryptography.BinaryStringEncoding' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Security.Cryptography.CryptographicBuffer' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Security.Cryptography.Certificates.Certificate' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Security.Cryptography.Certificates.CertificateChain' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Security.Cryptography.Certificates.CertificateChainPolicy' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Security.Cryptography.Certificates.CertificateEnrollmentManager' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Security.Cryptography.Certificates.CertificateKeyUsages' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Security.Cryptography.Certificates.CertificateQuery' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Security.Cryptography.Certificates.CertificateRequestProperties' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Security.Cryptography.Certificates.CertificateStore' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Security.Cryptography.Certificates.CertificateStores' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Security.Cryptography.Certificates.ChainBuildingParameters' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Security.Cryptography.Certificates.ChainValidationParameters' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Security.Cryptography.Certificates.ChainValidationResult' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Security.Cryptography.Certificates.CmsAttachedSignature' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Security.Cryptography.Certificates.CmsDetachedSignature' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Security.Cryptography.Certificates.CmsSignerInfo' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Security.Cryptography.Certificates.CmsTimestampInfo' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Security.Cryptography.Certificates.EnrollKeyUsages' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Security.Cryptography.Certificates.ExportOption' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Security.Cryptography.Certificates.InstallOptions' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Security.Cryptography.Certificates.KeyAlgorithmNames' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Security.Cryptography.Certificates.KeyAttestationHelper' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Security.Cryptography.Certificates.KeyProtectionLevel' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Security.Cryptography.Certificates.KeySize' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Security.Cryptography.Certificates.KeyStorageProviderNames' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Security.Cryptography.Certificates.PfxImportParameters' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Security.Cryptography.Certificates.SignatureValidationResult' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Security.Cryptography.Certificates.SubjectAlternativeNameInfo' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Security.Cryptography.Certificates.UserCertificateEnrollmentManager' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Security.Cryptography.Core.AsymmetricAlgorithmNames' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Security.Cryptography.Core.AsymmetricKeyAlgorithmProvider' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Security.Cryptography.Core.Capi1KdfTargetAlgorithm' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Security.Cryptography.Core.CryptographicEngine' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Security.Cryptography.Core.CryptographicHash' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Security.Cryptography.Core.CryptographicKey' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Security.Cryptography.Core.CryptographicPadding' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Security.Cryptography.Core.CryptographicPrivateKeyBlobType' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Security.Cryptography.Core.CryptographicPublicKeyBlobType' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Security.Cryptography.Core.EccCurveNames' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Security.Cryptography.Core.EncryptedAndAuthenticatedData' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Security.Cryptography.Core.HashAlgorithmNames' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Security.Cryptography.Core.HashAlgorithmProvider' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Security.Cryptography.Core.KeyDerivationAlgorithmNames' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Security.Cryptography.Core.KeyDerivationAlgorithmProvider' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Security.Cryptography.Core.KeyDerivationParameters' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Security.Cryptography.Core.MacAlgorithmNames' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Security.Cryptography.Core.MacAlgorithmProvider' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Security.Cryptography.Core.PersistedKeyProvider' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Security.Cryptography.Core.SymmetricAlgorithmNames' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Security.Cryptography.Core.SymmetricKeyAlgorithmProvider' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Security.Cryptography.DataProtection.DataProtectionProvider' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Security.EnterpriseData.BufferProtectUnprotectResult' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Security.EnterpriseData.DataProtectionInfo' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Security.EnterpriseData.DataProtectionManager' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Security.EnterpriseData.DataProtectionStatus' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Security.EnterpriseData.EnforcementLevel' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Security.EnterpriseData.EnterpriseDataContract' does not inherit from base type 'System.ValueType' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Security.EnterpriseData.FileProtectionInfo' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Security.EnterpriseData.FileProtectionManager' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Security.EnterpriseData.FileProtectionStatus' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Security.EnterpriseData.FileRevocationManager' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Security.EnterpriseData.ProtectedAccessResumedEventArgs' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Security.EnterpriseData.ProtectedAccessSuspendingEventArgs' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Security.EnterpriseData.ProtectedContainerExportResult' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Security.EnterpriseData.ProtectedContainerImportResult' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Security.EnterpriseData.ProtectedContentRevokedEventArgs' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Security.EnterpriseData.ProtectedFileCreateResult' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Security.EnterpriseData.ProtectedImportExportStatus' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Security.EnterpriseData.ProtectionPolicyEvaluationResult' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Security.EnterpriseData.ProtectionPolicyManager' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Security.EnterpriseData.ThreadNetworkContext' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Security.ExchangeActiveSyncProvisioning.EasClientDeviceInformation' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Security.ExchangeActiveSyncProvisioning.EasClientSecurityPolicy' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Security.ExchangeActiveSyncProvisioning.EasComplianceResults' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Security.ExchangeActiveSyncProvisioning.EasContract' does not inherit from base type 'System.ValueType' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Security.ExchangeActiveSyncProvisioning.EasDisallowConvenienceLogonResult' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Security.ExchangeActiveSyncProvisioning.EasEncryptionProviderType' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Security.ExchangeActiveSyncProvisioning.EasMaxInactivityTimeLockResult' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Security.ExchangeActiveSyncProvisioning.EasMaxPasswordFailedAttemptsResult' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Security.ExchangeActiveSyncProvisioning.EasMinPasswordComplexCharactersResult' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Security.ExchangeActiveSyncProvisioning.EasMinPasswordLengthResult' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Security.ExchangeActiveSyncProvisioning.EasPasswordExpirationResult' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Security.ExchangeActiveSyncProvisioning.EasPasswordHistoryResult' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Security.ExchangeActiveSyncProvisioning.EasRequireEncryptionResult' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Services.Maps.GuidanceContract' does not inherit from base type 'System.ValueType' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Services.Maps.LocalSearchContract' does not inherit from base type 'System.ValueType' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Services.Maps.MapAddress' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Services.Maps.MapLocation' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Services.Maps.MapLocationFinder' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Services.Maps.MapLocationFinderResult' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Services.Maps.MapLocationFinderStatus' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Services.Maps.MapManager' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Services.Maps.MapManeuverNotices' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Services.Maps.MapRoute' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Services.Maps.MapRouteDrivingOptions' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Services.Maps.MapRouteFinder' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Services.Maps.MapRouteFinderResult' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Services.Maps.MapRouteFinderStatus' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Services.Maps.MapRouteLeg' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Services.Maps.MapRouteManeuver' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Services.Maps.MapRouteManeuverKind' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Services.Maps.MapRouteOptimization' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Services.Maps.MapRouteRestrictions' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Services.Maps.MapService' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Services.Maps.Guidance.GuidanceAudioMeasurementSystem' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Services.Maps.Guidance.GuidanceAudioNotificationKind' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Services.Maps.Guidance.GuidanceAudioNotificationRequestedEventArgs' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Services.Maps.Guidance.GuidanceAudioNotifications' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Services.Maps.Guidance.GuidanceLaneInfo' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Services.Maps.Guidance.GuidanceLaneMarkers' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Services.Maps.Guidance.GuidanceManeuver' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Services.Maps.Guidance.GuidanceManeuverKind' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Services.Maps.Guidance.GuidanceMapMatchedCoordinate' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Services.Maps.Guidance.GuidanceMode' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Services.Maps.Guidance.GuidanceNavigator' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Services.Maps.Guidance.GuidanceReroutedEventArgs' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Services.Maps.Guidance.GuidanceRoadSegment' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Services.Maps.Guidance.GuidanceRoadSignpost' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Services.Maps.Guidance.GuidanceRoute' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Services.Maps.Guidance.GuidanceTelemetryCollector' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Services.Maps.Guidance.GuidanceUpdatedEventArgs' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Services.Maps.LocalSearch.LocalCategories' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Services.Maps.LocalSearch.LocalLocation' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Services.Maps.LocalSearch.LocalLocationFinder' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Services.Maps.LocalSearch.LocalLocationFinderResult' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Services.Maps.LocalSearch.LocalLocationFinderStatus' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Storage.ApplicationData' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Storage.ApplicationDataCompositeValue' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Storage.ApplicationDataContainer' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Storage.ApplicationDataContainerSettings' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Storage.ApplicationDataCreateDisposition' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Storage.ApplicationDataLocality' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Storage.ApplicationDataSetVersionHandler' does not inherit from base type 'System.MulticastDelegate' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Storage.CachedFileManager' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Storage.CreationCollisionOption' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Storage.DownloadsFolder' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Storage.FileAccessMode' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Storage.FileAttributes' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Storage.FileIO' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Storage.KnownFolderId' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Storage.KnownFolders' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Storage.KnownLibraryId' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Storage.NameCollisionOption' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Storage.PathIO' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Storage.SetVersionDeferral' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Storage.SetVersionRequest' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Storage.StorageDeleteOption' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Storage.StorageFile' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Storage.StorageFolder' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Storage.StorageItemTypes' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Storage.StorageLibrary' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Storage.StorageOpenOptions' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Storage.StorageProvider' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Storage.StorageStreamTransaction' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Storage.StreamedFileDataRequest' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Storage.StreamedFileDataRequestedHandler' does not inherit from base type 'System.MulticastDelegate' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Storage.StreamedFileFailureMode' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Storage.SystemAudioProperties' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Storage.SystemGPSProperties' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Storage.SystemImageProperties' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Storage.SystemMediaProperties' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Storage.SystemMusicProperties' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Storage.SystemPhotoProperties' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Storage.SystemProperties' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Storage.SystemVideoProperties' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Storage.AccessCache.AccessCacheOptions' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Storage.AccessCache.AccessListEntry' does not inherit from base type 'System.ValueType' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Storage.AccessCache.AccessListEntryView' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Storage.AccessCache.ItemRemovedEventArgs' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Storage.AccessCache.RecentStorageItemVisibility' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Storage.AccessCache.StorageApplicationPermissions' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Storage.AccessCache.StorageItemAccessList' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Storage.AccessCache.StorageItemMostRecentlyUsedList' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Storage.BulkAccess.FileInformation' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Storage.BulkAccess.FileInformationFactory' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Storage.BulkAccess.FolderInformation' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Storage.Compression.CompressAlgorithm' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Storage.Compression.Compressor' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Storage.Compression.Decompressor' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Storage.FileProperties.BasicProperties' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Storage.FileProperties.DocumentProperties' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Storage.FileProperties.GeotagHelper' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Storage.FileProperties.ImageProperties' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Storage.FileProperties.MusicProperties' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Storage.FileProperties.PhotoOrientation' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Storage.FileProperties.PropertyPrefetchOptions' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Storage.FileProperties.StorageItemContentProperties' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Storage.FileProperties.StorageItemThumbnail' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Storage.FileProperties.ThumbnailMode' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Storage.FileProperties.ThumbnailOptions' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Storage.FileProperties.ThumbnailType' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Storage.FileProperties.VideoOrientation' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Storage.FileProperties.VideoProperties' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Storage.Pickers.FileExtensionVector' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Storage.Pickers.FileOpenPicker' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Storage.Pickers.FilePickerFileTypesOrderedMap' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Storage.Pickers.FilePickerSelectedFilesArray' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Storage.Pickers.FileSavePicker' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Storage.Pickers.FolderPicker' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Storage.Pickers.PickerLocationId' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Storage.Pickers.PickerViewMode' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Storage.Pickers.Provider.AddFileResult' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Storage.Pickers.Provider.FileOpenPickerUI' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Storage.Pickers.Provider.FileRemovedEventArgs' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Storage.Pickers.Provider.FileSavePickerUI' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Storage.Pickers.Provider.FileSelectionMode' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Storage.Pickers.Provider.PickerClosingDeferral' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Storage.Pickers.Provider.PickerClosingEventArgs' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Storage.Pickers.Provider.PickerClosingOperation' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Storage.Pickers.Provider.SetFileNameResult' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Storage.Pickers.Provider.TargetFileRequest' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Storage.Pickers.Provider.TargetFileRequestDeferral' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Storage.Pickers.Provider.TargetFileRequestedEventArgs' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Storage.Provider.CachedFileOptions' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Storage.Provider.CachedFileTarget' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Storage.Provider.CachedFileUpdater' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Storage.Provider.CachedFileUpdaterUI' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Storage.Provider.FileUpdateRequest' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Storage.Provider.FileUpdateRequestDeferral' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Storage.Provider.FileUpdateRequestedEventArgs' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Storage.Provider.FileUpdateStatus' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Storage.Provider.ReadActivationMode' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Storage.Provider.UIStatus' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Storage.Provider.WriteActivationMode' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Storage.Search.CommonFileQuery' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Storage.Search.CommonFolderQuery' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Storage.Search.ContentIndexer' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Storage.Search.ContentIndexerQuery' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Storage.Search.DateStackOption' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Storage.Search.FolderDepth' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Storage.Search.IndexableContent' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Storage.Search.IndexedState' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Storage.Search.IndexerOption' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Storage.Search.QueryOptions' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Storage.Search.SortEntry' does not inherit from base type 'System.ValueType' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Storage.Search.SortEntryVector' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Storage.Search.StorageFileQueryResult' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Storage.Search.StorageFolderQueryResult' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Storage.Search.StorageItemQueryResult' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Storage.Search.StorageLibraryContentChangedTriggerDetails' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Storage.Search.ValueAndLanguage' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Storage.Streams.Buffer' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Storage.Streams.ByteOrder' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Storage.Streams.DataReader' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Storage.Streams.DataReaderLoadOperation' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Storage.Streams.DataWriter' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Storage.Streams.DataWriterStoreOperation' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Storage.Streams.FileInputStream' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Storage.Streams.FileOutputStream' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Storage.Streams.FileRandomAccessStream' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Storage.Streams.InMemoryRandomAccessStream' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Storage.Streams.InputStreamOptions' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Storage.Streams.InputStreamOverStream' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Storage.Streams.OutputStreamOverStream' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Storage.Streams.RandomAccessStream' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Storage.Streams.RandomAccessStreamOverStream' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Storage.Streams.RandomAccessStreamReference' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Storage.Streams.UnicodeEncoding' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.System.AppMemoryReport' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.System.AppMemoryUsageLevel' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.System.AppMemoryUsageLimitChangingEventArgs' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.System.FolderLauncherOptions' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.System.KnownUserProperties' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.System.Launcher' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.System.LauncherOptions' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.System.LauncherUIOptions' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.System.LaunchQuerySupportStatus' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.System.LaunchQuerySupportType' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.System.LaunchUriResult' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.System.LaunchUriStatus' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.System.MemoryManager' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.System.ProcessLauncher' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.System.ProcessLauncherOptions' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.System.ProcessLauncherResult' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.System.ProcessMemoryReport' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.System.ProcessorArchitecture' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.System.ProtocolForResultsOperation' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.System.ShutdownKind' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.System.ShutdownManager' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.System.SystemManagementContract' does not inherit from base type 'System.ValueType' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.System.TimeZoneSettings' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.System.User' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.System.UserAuthenticationStatus' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.System.UserAuthenticationStatusChangeDeferral' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.System.UserAuthenticationStatusChangingEventArgs' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.System.UserChangedEventArgs' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.System.UserPictureSize' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.System.UserType' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.System.UserWatcher' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.System.UserWatcherStatus' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.System.VirtualKey' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.System.VirtualKeyModifiers' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.System.Diagnostics.ProcessCpuUsage' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.System.Diagnostics.ProcessCpuUsageReport' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.System.Diagnostics.ProcessDiagnosticInfo' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.System.Diagnostics.ProcessDiskUsage' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.System.Diagnostics.ProcessDiskUsageReport' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.System.Diagnostics.ProcessMemoryUsage' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.System.Diagnostics.ProcessMemoryUsageReport' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.System.Display.DisplayRequest' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.System.Power.BackgroundEnergyManager' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.System.Power.BatteryStatus' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.System.Power.EnergySaverStatus' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.System.Power.ForegroundEnergyManager' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.System.Power.PowerManager' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.System.Power.PowerSupplyStatus' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.System.Power.Diagnostics.BackgroundEnergyDiagnostics' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.System.Power.Diagnostics.ForegroundEnergyDiagnostics' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.System.Profile.AnalyticsInfo' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.System.Profile.AnalyticsVersionInfo' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.System.Profile.HardwareIdentification' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.System.Profile.HardwareToken' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.System.Profile.KnownRetailInfoProperties' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.System.Profile.PlatformDataCollectionLevel' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.System.Profile.PlatformDiagnosticsAndUsageDataSettings' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.System.Profile.ProfileHardwareTokenContract' does not inherit from base type 'System.ValueType' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.System.Profile.ProfileRetailInfoContract' does not inherit from base type 'System.ValueType' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.System.Profile.ProfileSharedModeContract' does not inherit from base type 'System.ValueType' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.System.Profile.RetailInfo' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.System.Profile.SharedModeSettings' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.System.Profile.SystemManufacturers.SmbiosInformation' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.System.Profile.SystemManufacturers.SystemManufacturersContract' does not inherit from base type 'System.ValueType' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.System.RemoteDesktop.InteractiveSession' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.System.Threading.ThreadPool' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.System.Threading.ThreadPoolTimer' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.System.Threading.TimerDestroyedHandler' does not inherit from base type 'System.MulticastDelegate' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.System.Threading.TimerElapsedHandler' does not inherit from base type 'System.MulticastDelegate' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.System.Threading.WorkItemHandler' does not inherit from base type 'System.MulticastDelegate' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.System.Threading.WorkItemOptions' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.System.Threading.WorkItemPriority' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.System.Threading.Core.PreallocatedWorkItem' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.System.Threading.Core.SignalHandler' does not inherit from base type 'System.MulticastDelegate' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.System.Threading.Core.SignalNotifier' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.System.UserProfile.AccountPictureKind' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.System.UserProfile.AdvertisingManager' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.System.UserProfile.FirstSignInSettings' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.System.UserProfile.GlobalizationPreferences' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.System.UserProfile.LockScreen' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.System.UserProfile.SetAccountPictureResult' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.System.UserProfile.SetImageFeedResult' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.System.UserProfile.UserInformation' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.System.UserProfile.UserProfileContract' does not inherit from base type 'System.ValueType' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.System.UserProfile.UserProfileLockScreenContract' does not inherit from base type 'System.ValueType' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.System.UserProfile.UserProfilePersonalizationSettings' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Color' does not inherit from base type 'System.ValueType' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.ColorHelper' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Colors' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.ApplicationSettings.AccountsSettingsPane' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.ApplicationSettings.AccountsSettingsPaneCommandsRequestedEventArgs' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.ApplicationSettings.AccountsSettingsPaneEventDeferral' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.ApplicationSettings.ApplicationsSettingsContract' does not inherit from base type 'System.ValueType' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.ApplicationSettings.CredentialCommand' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.ApplicationSettings.CredentialCommandCredentialDeletedHandler' does not inherit from base type 'System.MulticastDelegate' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.ApplicationSettings.SettingsCommand' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.ApplicationSettings.SettingsEdgeLocation' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.ApplicationSettings.SettingsPane' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.ApplicationSettings.SettingsPaneCommandsRequest' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.ApplicationSettings.SettingsPaneCommandsRequestedEventArgs' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.ApplicationSettings.SupportedWebAccountActions' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.ApplicationSettings.WebAccountAction' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.ApplicationSettings.WebAccountCommand' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.ApplicationSettings.WebAccountCommandInvokedHandler' does not inherit from base type 'System.MulticastDelegate' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.ApplicationSettings.WebAccountInvokedArgs' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.ApplicationSettings.WebAccountProviderCommand' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.ApplicationSettings.WebAccountProviderCommandInvokedHandler' does not inherit from base type 'System.MulticastDelegate' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Composition.AnimationIterationBehavior' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Composition.AnimationStopBehavior' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Composition.ColorKeyFrameAnimation' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Composition.CompositionAnimation' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Composition.CompositionBackfaceVisibility' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Composition.CompositionBatchCompletedEventArgs' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Composition.CompositionBatchTypes' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Composition.CompositionBitmapInterpolationMode' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Composition.CompositionBorderMode' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Composition.CompositionBrush' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Composition.CompositionClip' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Composition.CompositionColorBrush' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Composition.CompositionColorSpace' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Composition.CompositionCommitBatch' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Composition.CompositionCompositeMode' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Composition.CompositionDrawingSurface' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Composition.CompositionEasingFunction' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Composition.CompositionEffectBrush' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Composition.CompositionEffectFactory' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Composition.CompositionEffectFactoryLoadStatus' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Composition.CompositionEffectSourceParameter' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Composition.CompositionGetValueStatus' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Composition.CompositionGraphicsDevice' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Composition.CompositionObject' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Composition.CompositionPropertySet' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Composition.CompositionScopedBatch' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Composition.CompositionStretch' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Composition.CompositionSurfaceBrush' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Composition.CompositionTarget' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Composition.Compositor' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Composition.ContainerVisual' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Composition.CubicBezierEasingFunction' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Composition.ExpressionAnimation' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Composition.InsetClip' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Composition.KeyFrameAnimation' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Composition.LinearEasingFunction' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Composition.QuaternionKeyFrameAnimation' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Composition.RenderingDeviceReplacedEventArgs' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Composition.ScalarKeyFrameAnimation' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Composition.SpriteVisual' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Composition.Vector2KeyFrameAnimation' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Composition.Vector3KeyFrameAnimation' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Composition.Vector4KeyFrameAnimation' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Composition.Visual' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Composition.VisualCollection' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Core.AcceleratorKeyEventArgs' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Core.AppViewBackButtonVisibility' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Core.AutomationProviderRequestedEventArgs' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Core.BackRequestedEventArgs' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Core.CharacterReceivedEventArgs' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Core.CoreAcceleratorKeyEventType' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Core.CoreAcceleratorKeys' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Core.CoreComponentInputSource' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Core.CoreCursor' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Core.CoreCursorType' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Core.CoreDispatcher' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Core.CoreDispatcherPriority' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Core.CoreIndependentInputSource' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Core.CoreInputDeviceTypes' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Core.CorePhysicalKeyStatus' does not inherit from base type 'System.ValueType' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Core.CoreProcessEventsOption' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Core.CoreProximityEvaluation' does not inherit from base type 'System.ValueType' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Core.CoreProximityEvaluationScore' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Core.CoreVirtualKeyStates' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Core.CoreWindow' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Core.CoreWindowActivationState' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Core.CoreWindowDialog' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Core.CoreWindowDialogsContract' does not inherit from base type 'System.ValueType' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Core.CoreWindowEventArgs' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Core.CoreWindowFlowDirection' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Core.CoreWindowFlyout' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Core.CoreWindowPopupShowingEventArgs' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Core.CoreWindowResizeManager' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Core.DispatchedHandler' does not inherit from base type 'System.MulticastDelegate' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Core.IdleDispatchedHandler' does not inherit from base type 'System.MulticastDelegate' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Core.IdleDispatchedHandlerArgs' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Core.InputEnabledEventArgs' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Core.KeyEventArgs' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Core.PointerEventArgs' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Core.SystemNavigationManager' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Core.TouchHitTestingEventArgs' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Core.VisibilityChangedEventArgs' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Core.WindowActivatedEventArgs' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Core.WindowSizeChangedEventArgs' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Core.AnimationMetrics.AnimationDescription' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Core.AnimationMetrics.AnimationEffect' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Core.AnimationMetrics.AnimationEffectTarget' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Core.AnimationMetrics.AnimationMetricsContract' does not inherit from base type 'System.ValueType' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Core.AnimationMetrics.OpacityAnimation' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Core.AnimationMetrics.PropertyAnimation' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Core.AnimationMetrics.PropertyAnimationType' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Core.AnimationMetrics.ScaleAnimation' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Core.AnimationMetrics.TranslationAnimation' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Input.CrossSlideThresholds' does not inherit from base type 'System.ValueType' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Input.CrossSlidingEventArgs' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Input.CrossSlidingState' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Input.DraggingEventArgs' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Input.DraggingState' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Input.EdgeGesture' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Input.EdgeGestureEventArgs' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Input.EdgeGestureKind' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Input.GestureRecognizer' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Input.GestureSettings' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Input.HoldingEventArgs' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Input.HoldingState' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Input.KeyboardDeliveryInterceptor' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Input.ManipulationCompletedEventArgs' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Input.ManipulationDelta' does not inherit from base type 'System.ValueType' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Input.ManipulationInertiaStartingEventArgs' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Input.ManipulationStartedEventArgs' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Input.ManipulationUpdatedEventArgs' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Input.ManipulationVelocities' does not inherit from base type 'System.ValueType' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Input.MouseWheelParameters' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Input.PointerPoint' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Input.PointerPointProperties' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Input.PointerUpdateKind' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Input.PointerVisualizationSettings' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Input.RightTappedEventArgs' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Input.TappedEventArgs' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Input.Inking.InkDrawingAttributes' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Input.Inking.InkInputProcessingConfiguration' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Input.Inking.InkInputProcessingMode' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Input.Inking.InkInputRightDragAction' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Input.Inking.InkManager' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Input.Inking.InkManipulationMode' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Input.Inking.InkPoint' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Input.Inking.InkPresenter' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Input.Inking.InkPresenterPredefinedConfiguration' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Input.Inking.InkRecognitionResult' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Input.Inking.InkRecognitionTarget' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Input.Inking.InkRecognizer' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Input.Inking.InkRecognizerContainer' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Input.Inking.InkStroke' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Input.Inking.InkStrokeBuilder' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Input.Inking.InkStrokeContainer' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Input.Inking.InkStrokeInput' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Input.Inking.InkStrokeRenderingSegment' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Input.Inking.InkStrokesCollectedEventArgs' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Input.Inking.InkStrokesErasedEventArgs' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Input.Inking.InkSynchronizer' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Input.Inking.InkUnprocessedInput' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Input.Inking.PenTipShape' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Input.Inking.Core.CoreInkIndependentInputSource' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Input.Spatial.SpatialGestureRecognizer' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Input.Spatial.SpatialGestureSettings' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Input.Spatial.SpatialHoldCanceledEventArgs' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Input.Spatial.SpatialHoldCompletedEventArgs' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Input.Spatial.SpatialHoldStartedEventArgs' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Input.Spatial.SpatialInteraction' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Input.Spatial.SpatialInteractionDetectedEventArgs' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Input.Spatial.SpatialInteractionManager' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Input.Spatial.SpatialInteractionSource' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Input.Spatial.SpatialInteractionSourceEventArgs' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Input.Spatial.SpatialInteractionSourceKind' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Input.Spatial.SpatialInteractionSourceLocation' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Input.Spatial.SpatialInteractionSourceProperties' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Input.Spatial.SpatialInteractionSourceState' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Input.Spatial.SpatialManipulationCanceledEventArgs' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Input.Spatial.SpatialManipulationCompletedEventArgs' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Input.Spatial.SpatialManipulationDelta' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Input.Spatial.SpatialManipulationStartedEventArgs' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Input.Spatial.SpatialManipulationUpdatedEventArgs' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Input.Spatial.SpatialNavigationCanceledEventArgs' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Input.Spatial.SpatialNavigationCompletedEventArgs' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Input.Spatial.SpatialNavigationStartedEventArgs' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Input.Spatial.SpatialNavigationUpdatedEventArgs' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Input.Spatial.SpatialPointerPose' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Input.Spatial.SpatialRecognitionEndedEventArgs' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Input.Spatial.SpatialRecognitionStartedEventArgs' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Input.Spatial.SpatialTappedEventArgs' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Notifications.BadgeNotification' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Notifications.BadgeTemplateType' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Notifications.BadgeUpdateManager' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Notifications.BadgeUpdater' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Notifications.NotificationSetting' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Notifications.PeriodicUpdateRecurrence' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Notifications.ScheduledTileNotification' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Notifications.ScheduledToastNotification' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Notifications.TileFlyoutNotification' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Notifications.TileFlyoutTemplateType' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Notifications.TileFlyoutUpdateManager' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Notifications.TileFlyoutUpdater' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Notifications.TileNotification' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Notifications.TileTemplateType' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Notifications.TileUpdateManager' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Notifications.TileUpdater' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Notifications.ToastActivatedEventArgs' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Notifications.ToastDismissalReason' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Notifications.ToastDismissedEventArgs' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Notifications.ToastFailedEventArgs' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Notifications.ToastHistoryChangedType' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Notifications.ToastNotification' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Notifications.ToastNotificationActionTriggerDetail' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Notifications.ToastNotificationHistory' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Notifications.ToastNotificationHistoryChangedTriggerDetail' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Notifications.ToastNotificationManager' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Notifications.ToastNotifier' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Notifications.ToastTemplateType' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Popups.MessageDialog' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Popups.MessageDialogOptions' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Popups.Placement' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Popups.PopupMenu' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Popups.UICommand' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Popups.UICommandInvokedHandler' does not inherit from base type 'System.MulticastDelegate' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Popups.UICommandSeparator' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.StartScreen.ForegroundText' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.StartScreen.JumpList' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.StartScreen.JumpListItem' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.StartScreen.JumpListItemKind' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.StartScreen.JumpListSystemGroupKind' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.StartScreen.SecondaryTile' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.StartScreen.SecondaryTileVisualElements' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.StartScreen.TileOptions' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.StartScreen.TileSize' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.StartScreen.VisualElementsRequest' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.StartScreen.VisualElementsRequestDeferral' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.StartScreen.VisualElementsRequestedEventArgs' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Text.CaretType' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Text.FindOptions' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Text.FontStretch' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Text.FontStyle' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Text.FontWeight' does not inherit from base type 'System.ValueType' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Text.FontWeights' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Text.FormatEffect' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Text.HorizontalCharacterAlignment' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Text.LetterCase' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Text.LineSpacingRule' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Text.LinkType' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Text.MarkerAlignment' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Text.MarkerStyle' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Text.MarkerType' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Text.ParagraphAlignment' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Text.ParagraphStyle' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Text.PointOptions' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Text.RangeGravity' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Text.SelectionOptions' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Text.SelectionType' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Text.TabAlignment' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Text.TabLeader' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Text.TextConstants' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Text.TextGetOptions' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Text.TextRangeUnit' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Text.TextScript' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Text.TextSetOptions' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Text.UnderlineType' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Text.VerticalCharacterAlignment' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Text.Core.CoreTextCompositionCompletedEventArgs' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Text.Core.CoreTextCompositionSegment' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Text.Core.CoreTextCompositionStartedEventArgs' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Text.Core.CoreTextEditContext' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Text.Core.CoreTextFormatUpdatingEventArgs' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Text.Core.CoreTextFormatUpdatingReason' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Text.Core.CoreTextFormatUpdatingResult' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Text.Core.CoreTextInputPaneDisplayPolicy' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Text.Core.CoreTextInputScope' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Text.Core.CoreTextLayoutBounds' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Text.Core.CoreTextLayoutRequest' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Text.Core.CoreTextLayoutRequestedEventArgs' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Text.Core.CoreTextRange' does not inherit from base type 'System.ValueType' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Text.Core.CoreTextSelectionRequest' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Text.Core.CoreTextSelectionRequestedEventArgs' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Text.Core.CoreTextSelectionUpdatingEventArgs' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Text.Core.CoreTextSelectionUpdatingResult' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Text.Core.CoreTextServicesConstants' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Text.Core.CoreTextServicesManager' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Text.Core.CoreTextTextRequest' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Text.Core.CoreTextTextRequestedEventArgs' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Text.Core.CoreTextTextUpdatingEventArgs' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Text.Core.CoreTextTextUpdatingResult' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.ViewManagement.AccessibilitySettings' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.ViewManagement.ActivationViewSwitcher' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.ViewManagement.ApplicationView' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.ViewManagement.ApplicationViewBoundsMode' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.ViewManagement.ApplicationViewConsolidatedEventArgs' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.ViewManagement.ApplicationViewOrientation' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.ViewManagement.ApplicationViewState' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.ViewManagement.ApplicationViewSwitcher' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.ViewManagement.ApplicationViewSwitchingOptions' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.ViewManagement.ApplicationViewTitleBar' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.ViewManagement.ApplicationViewTransferContext' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.ViewManagement.ApplicationViewWindowingMode' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.ViewManagement.FullScreenSystemOverlayMode' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.ViewManagement.HandPreference' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.ViewManagement.InputPane' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.ViewManagement.InputPaneVisibilityEventArgs' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.ViewManagement.ProjectionManager' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.ViewManagement.StatusBar' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.ViewManagement.StatusBarProgressIndicator' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.ViewManagement.UIColorType' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.ViewManagement.UIElementType' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.ViewManagement.UISettings' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.ViewManagement.UIViewSettings' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.ViewManagement.UserInteractionMode' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.ViewManagement.ViewSizePreference' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.WebUI.ActivatedDeferral' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.WebUI.ActivatedEventHandler' does not inherit from base type 'System.MulticastDelegate' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.WebUI.ActivatedOperation' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.WebUI.HtmlPrintDocumentSource' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.WebUI.NavigatedEventHandler' does not inherit from base type 'System.MulticastDelegate' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.WebUI.PrintContent' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.WebUI.ResumingEventHandler' does not inherit from base type 'System.MulticastDelegate' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.WebUI.SuspendingDeferral' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.WebUI.SuspendingEventArgs' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.WebUI.SuspendingEventHandler' does not inherit from base type 'System.MulticastDelegate' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.WebUI.SuspendingOperation' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.WebUI.WebUIApplication' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.WebUI.WebUIAppointmentsProviderAddAppointmentActivatedEventArgs' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.WebUI.WebUIAppointmentsProviderRemoveAppointmentActivatedEventArgs' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.WebUI.WebUIAppointmentsProviderReplaceAppointmentActivatedEventArgs' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.WebUI.WebUIAppointmentsProviderShowAppointmentDetailsActivatedEventArgs' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.WebUI.WebUIAppointmentsProviderShowTimeFrameActivatedEventArgs' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.WebUI.WebUIBackgroundTaskInstance' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.WebUI.WebUIBackgroundTaskInstanceRuntimeClass' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.WebUI.WebUICachedFileUpdaterActivatedEventArgs' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.WebUI.WebUICameraSettingsActivatedEventArgs' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.WebUI.WebUIContactCallActivatedEventArgs' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.WebUI.WebUIContactMapActivatedEventArgs' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.WebUI.WebUIContactMessageActivatedEventArgs' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.WebUI.WebUIContactPickerActivatedEventArgs' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.WebUI.WebUIContactPostActivatedEventArgs' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.WebUI.WebUIContactVideoCallActivatedEventArgs' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.WebUI.WebUIDeviceActivatedEventArgs' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.WebUI.WebUIDevicePairingActivatedEventArgs' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.WebUI.WebUIDialReceiverActivatedEventArgs' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.WebUI.WebUIFileActivatedEventArgs' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.WebUI.WebUIFileOpenPickerActivatedEventArgs' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.WebUI.WebUIFileOpenPickerContinuationEventArgs' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.WebUI.WebUIFileSavePickerActivatedEventArgs' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.WebUI.WebUIFileSavePickerContinuationEventArgs' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.WebUI.WebUIFolderPickerContinuationEventArgs' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.WebUI.WebUILaunchActivatedEventArgs' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.WebUI.WebUILockScreenActivatedEventArgs' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.WebUI.WebUILockScreenCallActivatedEventArgs' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.WebUI.WebUINavigatedDeferral' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.WebUI.WebUINavigatedEventArgs' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.WebUI.WebUINavigatedOperation' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.WebUI.WebUIPrint3DWorkflowActivatedEventArgs' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.WebUI.WebUIPrintTaskSettingsActivatedEventArgs' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.WebUI.WebUIProtocolActivatedEventArgs' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.WebUI.WebUIProtocolForResultsActivatedEventArgs' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.WebUI.WebUIRestrictedLaunchActivatedEventArgs' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.WebUI.WebUISearchActivatedEventArgs' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.WebUI.WebUIShareTargetActivatedEventArgs' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.WebUI.WebUIToastNotificationActivatedEventArgs' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.WebUI.WebUIVoiceCommandActivatedEventArgs' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.WebUI.WebUIWalletActionActivatedEventArgs' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.WebUI.WebUIWebAccountProviderActivatedEventArgs' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.WebUI.WebUIWebAuthenticationBrokerContinuationEventArgs' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.WebUI.Core.MenuClosedEventHandler' does not inherit from base type 'System.MulticastDelegate' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.WebUI.Core.MenuOpenedEventHandler' does not inherit from base type 'System.MulticastDelegate' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.WebUI.Core.SizeChangedEventHandler' does not inherit from base type 'System.MulticastDelegate' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.WebUI.Core.WebUICommandBar' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.WebUI.Core.WebUICommandBarBitmapIcon' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.WebUI.Core.WebUICommandBarClosedDisplayMode' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.WebUI.Core.WebUICommandBarConfirmationButton' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.WebUI.Core.WebUICommandBarContract' does not inherit from base type 'System.ValueType' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.WebUI.Core.WebUICommandBarIconButton' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.WebUI.Core.WebUICommandBarItemInvokedEventArgs' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.WebUI.Core.WebUICommandBarSizeChangedEventArgs' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.WebUI.Core.WebUICommandBarSymbolIcon' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.AdaptiveTrigger' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.Application' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.ApplicationInitializationCallback' does not inherit from base type 'System.MulticastDelegate' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.ApplicationInitializationCallbackParams' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.ApplicationTheme' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.AutomationTextAttributesEnum' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.BindingFailedEventArgs' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.BindingFailedEventHandler' does not inherit from base type 'System.MulticastDelegate' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.CornerRadius' does not inherit from base type 'System.ValueType' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.CornerRadiusHelper' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.CreateDefaultValueCallback' does not inherit from base type 'System.MulticastDelegate' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.DataContextChangedEventArgs' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.DataTemplate' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.DataTemplateKey' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.DebugSettings' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.DependencyObject' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.DependencyObjectCollection' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.DependencyProperty' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.DependencyPropertyChangedCallback' does not inherit from base type 'System.MulticastDelegate' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.DependencyPropertyChangedEventArgs' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.DependencyPropertyChangedEventHandler' does not inherit from base type 'System.MulticastDelegate' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.DispatcherTimer' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.DragEventArgs' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.DragEventHandler' does not inherit from base type 'System.MulticastDelegate' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.DragOperationDeferral' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.DragStartingEventArgs' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.DragUI' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.DragUIOverride' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.DropCompletedEventArgs' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.Duration' does not inherit from base type 'System.ValueType' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.DurationHelper' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.DurationType' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.ElementTheme' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.EventTrigger' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.ExceptionRoutedEventArgs' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.ExceptionRoutedEventHandler' does not inherit from base type 'System.MulticastDelegate' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.FlowDirection' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.FocusState' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.FontCapitals' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.FontEastAsianLanguage' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.FontEastAsianWidths' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.FontFraction' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.FontNumeralAlignment' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.FontNumeralStyle' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.FontVariants' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.FrameworkElement' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.FrameworkTemplate' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.FrameworkView' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.FrameworkViewSource' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.GridLength' does not inherit from base type 'System.ValueType' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.GridLengthHelper' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.GridUnitType' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.HorizontalAlignment' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.LineStackingStrategy' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.MediaFailedRoutedEventArgs' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.OpticalMarginAlignment' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.PointHelper' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.PropertyChangedCallback' does not inherit from base type 'System.MulticastDelegate' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.PropertyMetadata' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.PropertyPath' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.RectHelper' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.ResourceDictionary' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.RoutedEvent' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.RoutedEventArgs' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.RoutedEventHandler' does not inherit from base type 'System.MulticastDelegate' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.Setter' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.SetterBase' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.SetterBaseCollection' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.SizeChangedEventArgs' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.SizeChangedEventHandler' does not inherit from base type 'System.MulticastDelegate' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.SizeHelper' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.StateTrigger' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.StateTriggerBase' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.Style' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.StyleTypedPropertyAttribute' does not inherit from base type 'System.Attribute' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.SuspendingEventHandler' does not inherit from base type 'System.MulticastDelegate' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.TargetPropertyPath' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.TemplatePartAttribute' does not inherit from base type 'System.Attribute' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.TemplateVisualStateAttribute' does not inherit from base type 'System.Attribute' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.TextAlignment' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.TextLineBounds' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.TextReadingOrder' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.TextTrimming' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.TextWrapping' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.Thickness' does not inherit from base type 'System.ValueType' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.ThicknessHelper' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.TriggerAction' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.TriggerActionCollection' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.TriggerBase' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.TriggerCollection' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.UIElement' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.UnhandledExceptionEventArgs' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.UnhandledExceptionEventHandler' does not inherit from base type 'System.MulticastDelegate' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.VerticalAlignment' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.Visibility' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.VisualState' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.VisualStateChangedEventArgs' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.VisualStateChangedEventHandler' does not inherit from base type 'System.MulticastDelegate' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.VisualStateGroup' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.VisualStateManager' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.VisualTransition' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.Window' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.WindowActivatedEventHandler' does not inherit from base type 'System.MulticastDelegate' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.WindowClosedEventHandler' does not inherit from base type 'System.MulticastDelegate' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.WindowCreatedEventArgs' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.WindowSizeChangedEventHandler' does not inherit from base type 'System.MulticastDelegate' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.WindowVisibilityChangedEventHandler' does not inherit from base type 'System.MulticastDelegate' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.Automation.AnnotationPatternIdentifiers' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.Automation.AnnotationType' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.Automation.AutomationActiveEnd' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.Automation.AutomationAnimationStyle' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.Automation.AutomationAnnotation' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.Automation.AutomationBulletStyle' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.Automation.AutomationCaretBidiMode' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.Automation.AutomationCaretPosition' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.Automation.AutomationElementIdentifiers' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.Automation.AutomationFlowDirections' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.Automation.AutomationOutlineStyles' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.Automation.AutomationProperties' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.Automation.AutomationProperty' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.Automation.AutomationStyleId' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.Automation.AutomationTextDecorationLineStyle' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.Automation.AutomationTextEditChangeType' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.Automation.DockPatternIdentifiers' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.Automation.DockPosition' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.Automation.DragPatternIdentifiers' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.Automation.DropTargetPatternIdentifiers' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.Automation.ExpandCollapsePatternIdentifiers' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.Automation.ExpandCollapseState' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.Automation.GridItemPatternIdentifiers' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.Automation.GridPatternIdentifiers' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.Automation.MultipleViewPatternIdentifiers' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.Automation.RangeValuePatternIdentifiers' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.Automation.RowOrColumnMajor' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.Automation.ScrollAmount' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.Automation.ScrollPatternIdentifiers' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.Automation.SelectionItemPatternIdentifiers' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.Automation.SelectionPatternIdentifiers' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.Automation.SpreadsheetItemPatternIdentifiers' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.Automation.StylesPatternIdentifiers' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.Automation.SupportedTextSelection' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.Automation.SynchronizedInputType' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.Automation.TableItemPatternIdentifiers' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.Automation.TablePatternIdentifiers' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.Automation.TogglePatternIdentifiers' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.Automation.ToggleState' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.Automation.TransformPattern2Identifiers' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.Automation.TransformPatternIdentifiers' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.Automation.ValuePatternIdentifiers' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.Automation.WindowInteractionState' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.Automation.WindowPatternIdentifiers' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.Automation.WindowVisualState' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.Automation.ZoomUnit' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.Automation.Peers.AccessibilityView' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.Automation.Peers.AppBarAutomationPeer' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.Automation.Peers.AppBarButtonAutomationPeer' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.Automation.Peers.AppBarToggleButtonAutomationPeer' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.Automation.Peers.AutomationControlType' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.Automation.Peers.AutomationEvents' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.Automation.Peers.AutomationLandmarkType' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.Automation.Peers.AutomationLiveSetting' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.Automation.Peers.AutomationNavigationDirection' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.Automation.Peers.AutomationOrientation' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.Automation.Peers.AutomationPeer' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.Automation.Peers.AutomationPeerAnnotation' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.Automation.Peers.AutomationStructureChangeType' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.Automation.Peers.AutoSuggestBoxAutomationPeer' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.Automation.Peers.ButtonAutomationPeer' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.Automation.Peers.ButtonBaseAutomationPeer' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.Automation.Peers.CaptureElementAutomationPeer' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.Automation.Peers.CheckBoxAutomationPeer' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.Automation.Peers.ComboBoxAutomationPeer' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.Automation.Peers.ComboBoxItemAutomationPeer' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.Automation.Peers.ComboBoxItemDataAutomationPeer' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.Automation.Peers.DatePickerAutomationPeer' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.Automation.Peers.DatePickerFlyoutPresenterAutomationPeer' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.Automation.Peers.FlipViewAutomationPeer' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.Automation.Peers.FlipViewItemAutomationPeer' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.Automation.Peers.FlipViewItemDataAutomationPeer' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.Automation.Peers.FlyoutPresenterAutomationPeer' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.Automation.Peers.FrameworkElementAutomationPeer' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.Automation.Peers.GridViewAutomationPeer' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.Automation.Peers.GridViewHeaderItemAutomationPeer' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.Automation.Peers.GridViewItemAutomationPeer' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.Automation.Peers.GridViewItemDataAutomationPeer' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.Automation.Peers.GroupItemAutomationPeer' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.Automation.Peers.HubAutomationPeer' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.Automation.Peers.HubSectionAutomationPeer' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.Automation.Peers.HyperlinkButtonAutomationPeer' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.Automation.Peers.ImageAutomationPeer' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.Automation.Peers.ItemAutomationPeer' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.Automation.Peers.ItemsControlAutomationPeer' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.Automation.Peers.ListBoxAutomationPeer' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.Automation.Peers.ListBoxItemAutomationPeer' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.Automation.Peers.ListBoxItemDataAutomationPeer' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.Automation.Peers.ListPickerFlyoutPresenterAutomationPeer' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.Automation.Peers.ListViewAutomationPeer' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.Automation.Peers.ListViewBaseAutomationPeer' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.Automation.Peers.ListViewBaseHeaderItemAutomationPeer' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.Automation.Peers.ListViewHeaderItemAutomationPeer' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.Automation.Peers.ListViewItemAutomationPeer' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.Automation.Peers.ListViewItemDataAutomationPeer' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.Automation.Peers.LoopingSelectorAutomationPeer' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.Automation.Peers.LoopingSelectorItemAutomationPeer' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.Automation.Peers.LoopingSelectorItemDataAutomationPeer' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.Automation.Peers.MapControlAutomationPeer' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.Automation.Peers.MediaElementAutomationPeer' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.Automation.Peers.MediaTransportControlsAutomationPeer' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.Automation.Peers.MenuFlyoutItemAutomationPeer' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.Automation.Peers.MenuFlyoutPresenterAutomationPeer' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.Automation.Peers.PasswordBoxAutomationPeer' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.Automation.Peers.PatternInterface' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.Automation.Peers.PickerFlyoutPresenterAutomationPeer' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.Automation.Peers.PivotAutomationPeer' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.Automation.Peers.PivotItemAutomationPeer' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.Automation.Peers.PivotItemDataAutomationPeer' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.Automation.Peers.ProgressBarAutomationPeer' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.Automation.Peers.ProgressRingAutomationPeer' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.Automation.Peers.RadioButtonAutomationPeer' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.Automation.Peers.RangeBaseAutomationPeer' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.Automation.Peers.RawElementProviderRuntimeId' does not inherit from base type 'System.ValueType' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.Automation.Peers.RepeatButtonAutomationPeer' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.Automation.Peers.RichEditBoxAutomationPeer' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.Automation.Peers.RichTextBlockAutomationPeer' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.Automation.Peers.RichTextBlockOverflowAutomationPeer' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.Automation.Peers.ScrollBarAutomationPeer' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.Automation.Peers.ScrollViewerAutomationPeer' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.Automation.Peers.SearchBoxAutomationPeer' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.Automation.Peers.SelectorAutomationPeer' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.Automation.Peers.SelectorItemAutomationPeer' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.Automation.Peers.SemanticZoomAutomationPeer' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.Automation.Peers.SettingsFlyoutAutomationPeer' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.Automation.Peers.SliderAutomationPeer' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.Automation.Peers.TextBlockAutomationPeer' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.Automation.Peers.TextBoxAutomationPeer' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.Automation.Peers.ThumbAutomationPeer' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.Automation.Peers.TimePickerAutomationPeer' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.Automation.Peers.TimePickerFlyoutPresenterAutomationPeer' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.Automation.Peers.ToggleButtonAutomationPeer' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.Automation.Peers.ToggleMenuFlyoutItemAutomationPeer' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.Automation.Peers.ToggleSwitchAutomationPeer' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.Automation.Provider.IRawElementProviderSimple' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.Automation.Text.TextPatternRangeEndpoint' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.Automation.Text.TextUnit' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.Controls.AppBar' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.Controls.AppBarButton' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.Controls.AppBarClosedDisplayMode' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.Controls.AppBarSeparator' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.Controls.AppBarToggleButton' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.Controls.AutoSuggestBox' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.Controls.AutoSuggestBoxQuerySubmittedEventArgs' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.Controls.AutoSuggestBoxSuggestionChosenEventArgs' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.Controls.AutoSuggestBoxTextChangedEventArgs' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.Controls.AutoSuggestionBoxTextChangeReason' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.Controls.BackClickEventArgs' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.Controls.BackClickEventHandler' does not inherit from base type 'System.MulticastDelegate' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.Controls.BitmapIcon' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.Controls.Border' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.Controls.Button' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.Controls.CalendarDatePicker' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.Controls.CalendarDatePickerDateChangedEventArgs' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.Controls.CalendarView' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.Controls.CalendarViewDayItem' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.Controls.CalendarViewDayItemChangingEventArgs' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.Controls.CalendarViewDayItemChangingEventHandler' does not inherit from base type 'System.MulticastDelegate' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.Controls.CalendarViewDisplayMode' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.Controls.CalendarViewSelectedDatesChangedEventArgs' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.Controls.CalendarViewSelectionMode' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.Controls.CandidateWindowAlignment' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.Controls.CandidateWindowBoundsChangedEventArgs' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.Controls.Canvas' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.Controls.CaptureElement' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.Controls.CheckBox' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.Controls.ChoosingGroupHeaderContainerEventArgs' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.Controls.ChoosingItemContainerEventArgs' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.Controls.CleanUpVirtualizedItemEventArgs' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.Controls.CleanUpVirtualizedItemEventHandler' does not inherit from base type 'System.MulticastDelegate' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.Controls.ClickMode' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.Controls.ColumnDefinition' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.Controls.ColumnDefinitionCollection' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.Controls.ComboBox' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.Controls.ComboBoxItem' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.Controls.CommandBar' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.Controls.CommandBarOverflowPresenter' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.Controls.ContainerContentChangingEventArgs' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.Controls.ContentControl' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.Controls.ContentDialog' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.Controls.ContentDialogButtonClickDeferral' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.Controls.ContentDialogButtonClickEventArgs' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.Controls.ContentDialogClosedEventArgs' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.Controls.ContentDialogClosingDeferral' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.Controls.ContentDialogClosingEventArgs' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.Controls.ContentDialogOpenedEventArgs' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.Controls.ContentDialogResult' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.Controls.ContentPresenter' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.Controls.ContextMenuEventArgs' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.Controls.ContextMenuOpeningEventHandler' does not inherit from base type 'System.MulticastDelegate' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.Controls.Control' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.Controls.ControlTemplate' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.Controls.DataTemplateSelector' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.Controls.DatePickedEventArgs' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.Controls.DatePicker' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.Controls.DatePickerFlyout' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.Controls.DatePickerFlyoutItem' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.Controls.DatePickerFlyoutPresenter' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.Controls.DatePickerValueChangedEventArgs' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.Controls.DragItemsCompletedEventArgs' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.Controls.DragItemsStartingEventArgs' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.Controls.DragItemsStartingEventHandler' does not inherit from base type 'System.MulticastDelegate' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.Controls.FlipView' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.Controls.FlipViewItem' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.Controls.Flyout' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.Controls.FlyoutPresenter' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.Controls.FontIcon' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.Controls.Frame' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.Controls.Grid' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.Controls.GridView' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.Controls.GridViewHeaderItem' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.Controls.GridViewItem' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.Controls.GroupItem' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.Controls.GroupStyle' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.Controls.GroupStyleSelector' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.Controls.Hub' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.Controls.HubSection' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.Controls.HubSectionCollection' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.Controls.HubSectionHeaderClickEventArgs' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.Controls.HubSectionHeaderClickEventHandler' does not inherit from base type 'System.MulticastDelegate' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.Controls.HyperlinkButton' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.Controls.IconElement' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.Controls.Image' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.Controls.IncrementalLoadingTrigger' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.Controls.InkCanvas' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.Controls.ItemClickEventArgs' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.Controls.ItemClickEventHandler' does not inherit from base type 'System.MulticastDelegate' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.Controls.ItemCollection' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.Controls.ItemContainerGenerator' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.Controls.ItemsControl' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.Controls.ItemsPanelTemplate' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.Controls.ItemsPickedEventArgs' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.Controls.ItemsPresenter' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.Controls.ItemsStackPanel' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.Controls.ItemsUpdatingScrollMode' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.Controls.ItemsWrapGrid' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.Controls.ListBox' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.Controls.ListBoxItem' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.Controls.ListPickerFlyout' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.Controls.ListPickerFlyoutPresenter' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.Controls.ListPickerFlyoutSelectionMode' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.Controls.ListView' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.Controls.ListViewBase' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.Controls.ListViewBaseHeaderItem' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.Controls.ListViewHeaderItem' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.Controls.ListViewItem' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.Controls.ListViewItemToKeyHandler' does not inherit from base type 'System.MulticastDelegate' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.Controls.ListViewKeyToItemHandler' does not inherit from base type 'System.MulticastDelegate' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.Controls.ListViewPersistenceHelper' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.Controls.ListViewReorderMode' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.Controls.ListViewSelectionMode' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.Controls.MediaElement' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.Controls.MediaTransportControls' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.Controls.MediaTransportControlsHelper' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.Controls.MenuFlyout' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.Controls.MenuFlyoutItem' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.Controls.MenuFlyoutItemBase' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.Controls.MenuFlyoutPresenter' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.Controls.MenuFlyoutSeparator' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.Controls.MenuFlyoutSubItem' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.Controls.NotifyEventArgs' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.Controls.NotifyEventHandler' does not inherit from base type 'System.MulticastDelegate' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.Controls.Orientation' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.Controls.Page' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.Controls.Panel' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.Controls.PanelScrollingDirection' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.Controls.PasswordBox' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.Controls.PasswordRevealMode' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.Controls.PathIcon' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.Controls.PickerConfirmedEventArgs' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.Controls.PickerFlyout' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.Controls.PickerFlyoutPresenter' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.Controls.Pivot' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.Controls.PivotItem' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.Controls.PivotItemEventArgs' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.Controls.PivotSlideInAnimationGroup' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.Controls.ProgressBar' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.Controls.ProgressRing' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.Controls.RadioButton' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.Controls.RelativePanel' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.Controls.RichEditBox' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.Controls.RichEditBoxTextChangingEventArgs' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.Controls.RichEditClipboardFormat' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.Controls.RichTextBlock' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.Controls.RichTextBlockOverflow' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.Controls.RowDefinition' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.Controls.RowDefinitionCollection' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.Controls.ScrollBarVisibility' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.Controls.ScrollContentPresenter' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.Controls.ScrollIntoViewAlignment' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.Controls.ScrollMode' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.Controls.ScrollViewer' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.Controls.ScrollViewerView' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.Controls.ScrollViewerViewChangedEventArgs' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.Controls.ScrollViewerViewChangingEventArgs' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.Controls.SearchBox' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.Controls.SearchBoxQueryChangedEventArgs' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.Controls.SearchBoxQuerySubmittedEventArgs' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.Controls.SearchBoxResultSuggestionChosenEventArgs' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.Controls.SearchBoxSuggestionsRequestedEventArgs' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.Controls.SectionsInViewChangedEventArgs' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.Controls.SectionsInViewChangedEventHandler' does not inherit from base type 'System.MulticastDelegate' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.Controls.SelectionChangedEventArgs' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.Controls.SelectionChangedEventHandler' does not inherit from base type 'System.MulticastDelegate' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.Controls.SelectionMode' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.Controls.SemanticZoom' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.Controls.SemanticZoomLocation' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.Controls.SemanticZoomViewChangedEventArgs' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.Controls.SemanticZoomViewChangedEventHandler' does not inherit from base type 'System.MulticastDelegate' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.Controls.SettingsFlyout' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.Controls.Slider' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.Controls.SnapPointsType' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.Controls.SplitView' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.Controls.SplitViewDisplayMode' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.Controls.SplitViewPaneClosingEventArgs' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.Controls.SplitViewPanePlacement' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.Controls.StackPanel' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.Controls.StretchDirection' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.Controls.StyleSelector' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.Controls.SwapChainBackgroundPanel' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.Controls.SwapChainPanel' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.Controls.Symbol' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.Controls.SymbolIcon' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.Controls.TextBlock' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.Controls.TextBox' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.Controls.TextBoxTextChangingEventArgs' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.Controls.TextChangedEventArgs' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.Controls.TextChangedEventHandler' does not inherit from base type 'System.MulticastDelegate' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.Controls.TextCompositionChangedEventArgs' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.Controls.TextCompositionEndedEventArgs' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.Controls.TextCompositionStartedEventArgs' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.Controls.TextControlPasteEventArgs' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.Controls.TextControlPasteEventHandler' does not inherit from base type 'System.MulticastDelegate' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.Controls.TimePickedEventArgs' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.Controls.TimePicker' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.Controls.TimePickerFlyout' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.Controls.TimePickerFlyoutPresenter' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.Controls.TimePickerValueChangedEventArgs' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.Controls.ToggleMenuFlyoutItem' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.Controls.ToggleSwitch' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.Controls.ToolTip' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.Controls.ToolTipService' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.Controls.UIElementCollection' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.Controls.UserControl' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.Controls.VariableSizedWrapGrid' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.Controls.Viewbox' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.Controls.VirtualizationMode' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.Controls.VirtualizingPanel' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.Controls.VirtualizingStackPanel' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.Controls.WebView' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.Controls.WebViewBrush' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.Controls.WebViewContentLoadingEventArgs' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.Controls.WebViewDeferredPermissionRequest' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.Controls.WebViewDOMContentLoadedEventArgs' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.Controls.WebViewExecutionMode' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.Controls.WebViewLongRunningScriptDetectedEventArgs' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.Controls.WebViewNavigationCompletedEventArgs' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.Controls.WebViewNavigationFailedEventArgs' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.Controls.WebViewNavigationFailedEventHandler' does not inherit from base type 'System.MulticastDelegate' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.Controls.WebViewNavigationStartingEventArgs' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.Controls.WebViewNewWindowRequestedEventArgs' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.Controls.WebViewPermissionRequest' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.Controls.WebViewPermissionRequestedEventArgs' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.Controls.WebViewPermissionState' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.Controls.WebViewPermissionType' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.Controls.WebViewSettings' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.Controls.WebViewUnsupportedUriSchemeIdentifiedEventArgs' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.Controls.WebViewUnviewableContentIdentifiedEventArgs' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.Controls.WrapGrid' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.Controls.ZoomMode' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.Controls.Maps.CustomMapTileDataSource' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.Controls.Maps.HttpMapTileDataSource' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.Controls.Maps.LocalMapTileDataSource' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.Controls.Maps.MapActualCameraChangedEventArgs' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.Controls.Maps.MapActualCameraChangingEventArgs' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.Controls.Maps.MapAnimationKind' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.Controls.Maps.MapCamera' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.Controls.Maps.MapCameraChangeReason' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.Controls.Maps.MapColorScheme' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.Controls.Maps.MapControl' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.Controls.Maps.MapControlBusinessLandmarkClickEventArgs' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.Controls.Maps.MapControlBusinessLandmarkRightTappedEventArgs' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.Controls.Maps.MapControlDataHelper' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.Controls.Maps.MapControlTransitFeatureClickEventArgs' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.Controls.Maps.MapControlTransitFeatureRightTappedEventArgs' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.Controls.Maps.MapCustomExperience' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.Controls.Maps.MapCustomExperienceChangedEventArgs' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.Controls.Maps.MapElement' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.Controls.Maps.MapElementClickEventArgs' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.Controls.Maps.MapElementCollisionBehavior' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.Controls.Maps.MapElementPointerEnteredEventArgs' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.Controls.Maps.MapElementPointerExitedEventArgs' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.Controls.Maps.MapIcon' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.Controls.Maps.MapInputEventArgs' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.Controls.Maps.MapInteractionMode' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.Controls.Maps.MapItemsControl' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.Controls.Maps.MapLoadingStatus' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.Controls.Maps.MapPanInteractionMode' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.Controls.Maps.MapPolygon' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.Controls.Maps.MapPolyline' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.Controls.Maps.MapRightTappedEventArgs' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.Controls.Maps.MapRouteView' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.Controls.Maps.MapScene' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.Controls.Maps.MapStyle' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.Controls.Maps.MapTargetCameraChangedEventArgs' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.Controls.Maps.MapTileBitmapRequest' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.Controls.Maps.MapTileBitmapRequestDeferral' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.Controls.Maps.MapTileBitmapRequestedEventArgs' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.Controls.Maps.MapTileDataSource' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.Controls.Maps.MapTileLayer' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.Controls.Maps.MapTileSource' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.Controls.Maps.MapTileUriRequest' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.Controls.Maps.MapTileUriRequestDeferral' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.Controls.Maps.MapTileUriRequestedEventArgs' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.Controls.Maps.MapWatermarkMode' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.Controls.Maps.MapZoomLevelRange' does not inherit from base type 'System.ValueType' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.Controls.Maps.StreetsideExperience' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.Controls.Maps.StreetsidePanorama' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.Controls.Primitives.AnimationDirection' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.Controls.Primitives.AppBarTemplateSettings' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.Controls.Primitives.ButtonBase' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.Controls.Primitives.CalendarPanel' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.Controls.Primitives.CalendarViewTemplateSettings' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.Controls.Primitives.CarouselPanel' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.Controls.Primitives.ComboBoxTemplateSettings' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.Controls.Primitives.CommandBarTemplateSettings' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.Controls.Primitives.ComponentResourceLocation' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.Controls.Primitives.DragCompletedEventArgs' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.Controls.Primitives.DragCompletedEventHandler' does not inherit from base type 'System.MulticastDelegate' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.Controls.Primitives.DragDeltaEventArgs' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.Controls.Primitives.DragDeltaEventHandler' does not inherit from base type 'System.MulticastDelegate' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.Controls.Primitives.DragStartedEventArgs' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.Controls.Primitives.DragStartedEventHandler' does not inherit from base type 'System.MulticastDelegate' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.Controls.Primitives.EdgeTransitionLocation' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.Controls.Primitives.FlyoutBase' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.Controls.Primitives.FlyoutPlacementMode' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.Controls.Primitives.GeneratorDirection' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.Controls.Primitives.GeneratorPosition' does not inherit from base type 'System.ValueType' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.Controls.Primitives.GeneratorPositionHelper' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.Controls.Primitives.GridViewItemPresenter' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.Controls.Primitives.GridViewItemTemplateSettings' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.Controls.Primitives.GroupHeaderPlacement' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.Controls.Primitives.ItemsChangedEventArgs' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.Controls.Primitives.ItemsChangedEventHandler' does not inherit from base type 'System.MulticastDelegate' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.Controls.Primitives.JumpListItemBackgroundConverter' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.Controls.Primitives.JumpListItemForegroundConverter' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.Controls.Primitives.LayoutInformation' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.Controls.Primitives.ListViewItemPresenter' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.Controls.Primitives.ListViewItemPresenterCheckMode' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.Controls.Primitives.ListViewItemTemplateSettings' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.Controls.Primitives.LoopingSelector' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.Controls.Primitives.LoopingSelectorItem' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.Controls.Primitives.LoopingSelectorPanel' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.Controls.Primitives.MenuFlyoutPresenterTemplateSettings' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.Controls.Primitives.OrientedVirtualizingPanel' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.Controls.Primitives.PickerFlyoutBase' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.Controls.Primitives.PivotHeaderItem' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.Controls.Primitives.PivotHeaderPanel' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.Controls.Primitives.PivotPanel' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.Controls.Primitives.PlacementMode' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.Controls.Primitives.Popup' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.Controls.Primitives.ProgressBarTemplateSettings' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.Controls.Primitives.ProgressRingTemplateSettings' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.Controls.Primitives.RangeBase' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.Controls.Primitives.RangeBaseValueChangedEventArgs' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.Controls.Primitives.RangeBaseValueChangedEventHandler' does not inherit from base type 'System.MulticastDelegate' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.Controls.Primitives.RepeatButton' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.Controls.Primitives.ScrollBar' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.Controls.Primitives.ScrollEventArgs' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.Controls.Primitives.ScrollEventHandler' does not inherit from base type 'System.MulticastDelegate' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.Controls.Primitives.ScrollEventType' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.Controls.Primitives.ScrollingIndicatorMode' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.Controls.Primitives.Selector' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.Controls.Primitives.SelectorItem' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.Controls.Primitives.SettingsFlyoutTemplateSettings' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.Controls.Primitives.SliderSnapsTo' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.Controls.Primitives.SnapPointsAlignment' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.Controls.Primitives.SplitViewTemplateSettings' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.Controls.Primitives.Thumb' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.Controls.Primitives.TickBar' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.Controls.Primitives.TickPlacement' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.Controls.Primitives.ToggleButton' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.Controls.Primitives.ToggleSwitchTemplateSettings' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.Controls.Primitives.ToolTipTemplateSettings' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.Data.BindableAttribute' does not inherit from base type 'System.Attribute' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.Data.Binding' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.Data.BindingBase' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.Data.BindingExpression' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.Data.BindingExpressionBase' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.Data.BindingMode' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.Data.BindingOperations' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.Data.CollectionViewSource' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.Data.CurrentChangingEventArgs' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.Data.CurrentChangingEventHandler' does not inherit from base type 'System.MulticastDelegate' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.Data.ItemIndexRange' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.Data.LoadMoreItemsResult' does not inherit from base type 'System.ValueType' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.Data.PropertyChangedEventArgs' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.Data.PropertyChangedEventHandler' does not inherit from base type 'System.MulticastDelegate' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.Data.RelativeSource' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.Data.RelativeSourceMode' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.Data.UpdateSourceTrigger' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.Documents.Block' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.Documents.BlockCollection' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.Documents.Bold' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.Documents.Glyphs' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.Documents.Hyperlink' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.Documents.HyperlinkClickEventArgs' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.Documents.Inline' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.Documents.InlineCollection' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.Documents.InlineUIContainer' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.Documents.Italic' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.Documents.LineBreak' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.Documents.LogicalDirection' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.Documents.Paragraph' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.Documents.Run' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.Documents.Span' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.Documents.TextElement' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.Documents.TextPointer' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.Documents.Typography' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.Documents.Underline' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.Documents.UnderlineStyle' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.Hosting.ElementCompositionPreview' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.Hosting.HostingContract' does not inherit from base type 'System.ValueType' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.Hosting.XamlUIPresenter' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.Input.DoubleTappedEventHandler' does not inherit from base type 'System.MulticastDelegate' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.Input.DoubleTappedRoutedEventArgs' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.Input.FocusManager' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.Input.FocusNavigationDirection' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.Input.HoldingEventHandler' does not inherit from base type 'System.MulticastDelegate' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.Input.HoldingRoutedEventArgs' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.Input.InertiaExpansionBehavior' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.Input.InertiaRotationBehavior' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.Input.InertiaTranslationBehavior' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.Input.InputScope' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.Input.InputScopeName' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.Input.InputScopeNameValue' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.Input.KeyboardNavigationMode' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.Input.KeyEventHandler' does not inherit from base type 'System.MulticastDelegate' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.Input.KeyRoutedEventArgs' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.Input.ManipulationCompletedEventHandler' does not inherit from base type 'System.MulticastDelegate' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.Input.ManipulationCompletedRoutedEventArgs' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.Input.ManipulationDeltaEventHandler' does not inherit from base type 'System.MulticastDelegate' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.Input.ManipulationDeltaRoutedEventArgs' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.Input.ManipulationInertiaStartingEventHandler' does not inherit from base type 'System.MulticastDelegate' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.Input.ManipulationInertiaStartingRoutedEventArgs' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.Input.ManipulationModes' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.Input.ManipulationPivot' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.Input.ManipulationStartedEventHandler' does not inherit from base type 'System.MulticastDelegate' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.Input.ManipulationStartedRoutedEventArgs' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.Input.ManipulationStartingEventHandler' does not inherit from base type 'System.MulticastDelegate' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.Input.ManipulationStartingRoutedEventArgs' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.Input.Pointer' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.Input.PointerEventHandler' does not inherit from base type 'System.MulticastDelegate' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.Input.PointerRoutedEventArgs' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.Input.RightTappedEventHandler' does not inherit from base type 'System.MulticastDelegate' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.Input.RightTappedRoutedEventArgs' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.Input.TappedEventHandler' does not inherit from base type 'System.MulticastDelegate' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.Input.TappedRoutedEventArgs' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.Interop.BindableVectorChangedEventHandler' does not inherit from base type 'System.MulticastDelegate' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.Interop.NotifyCollectionChangedAction' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.Interop.NotifyCollectionChangedEventArgs' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.Interop.NotifyCollectionChangedEventHandler' does not inherit from base type 'System.MulticastDelegate' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.Interop.TypeKind' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.Interop.TypeName' does not inherit from base type 'System.ValueType' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.Markup.ContentPropertyAttribute' does not inherit from base type 'System.Attribute' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.Markup.XamlBinaryWriter' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.Markup.XamlBinaryWriterErrorInformation' does not inherit from base type 'System.ValueType' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.Markup.XamlBindingHelper' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.Markup.XamlReader' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.Markup.XmlnsDefinition' does not inherit from base type 'System.ValueType' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.Media.AlignmentX' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.Media.AlignmentY' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.Media.ArcSegment' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.Media.AudioCategory' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.Media.AudioDeviceType' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.Media.BezierSegment' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.Media.BitmapCache' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.Media.Brush' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.Media.BrushMappingMode' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.Media.CacheMode' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.Media.ColorInterpolationMode' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.Media.CompositeTransform' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.Media.CompositionTarget' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.Media.DoubleCollection' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.Media.ElementCompositeMode' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.Media.EllipseGeometry' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.Media.FillRule' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.Media.FontFamily' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.Media.GeneralTransform' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.Media.Geometry' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.Media.GeometryCollection' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.Media.GeometryGroup' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.Media.GradientBrush' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.Media.GradientSpreadMethod' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.Media.GradientStop' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.Media.GradientStopCollection' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.Media.ImageBrush' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.Media.ImageSource' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.Media.LinearGradientBrush' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.Media.LineGeometry' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.Media.LineSegment' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.Media.Matrix' does not inherit from base type 'System.ValueType' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.Media.Matrix3DProjection' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.Media.MatrixHelper' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.Media.MatrixTransform' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.Media.MediaCanPlayResponse' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.Media.MediaElementState' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.Media.PartialMediaFailureDetectedEventArgs' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.Media.PathFigure' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.Media.PathFigureCollection' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.Media.PathGeometry' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.Media.PathSegment' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.Media.PathSegmentCollection' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.Media.PenLineCap' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.Media.PenLineJoin' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.Media.PlaneProjection' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.Media.PointCollection' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.Media.PolyBezierSegment' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.Media.PolyLineSegment' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.Media.PolyQuadraticBezierSegment' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.Media.Projection' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.Media.QuadraticBezierSegment' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.Media.RateChangedRoutedEventArgs' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.Media.RateChangedRoutedEventHandler' does not inherit from base type 'System.MulticastDelegate' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.Media.RectangleGeometry' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.Media.RenderingEventArgs' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.Media.RotateTransform' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.Media.ScaleTransform' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.Media.SkewTransform' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.Media.SolidColorBrush' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.Media.Stereo3DVideoPackingMode' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.Media.Stereo3DVideoRenderMode' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.Media.Stretch' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.Media.StyleSimulations' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.Media.SweepDirection' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.Media.TileBrush' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.Media.TimelineMarker' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.Media.TimelineMarkerCollection' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.Media.TimelineMarkerRoutedEventArgs' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.Media.TimelineMarkerRoutedEventHandler' does not inherit from base type 'System.MulticastDelegate' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.Media.Transform' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.Media.TransformCollection' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.Media.TransformGroup' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.Media.TranslateTransform' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.Media.VisualTreeHelper' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.Media.Animation.AddDeleteThemeTransition' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.Media.Animation.BackEase' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.Media.Animation.BeginStoryboard' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.Media.Animation.BounceEase' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.Media.Animation.CircleEase' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.Media.Animation.ClockState' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.Media.Animation.ColorAnimation' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.Media.Animation.ColorAnimationUsingKeyFrames' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.Media.Animation.ColorKeyFrame' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.Media.Animation.ColorKeyFrameCollection' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.Media.Animation.CommonNavigationTransitionInfo' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.Media.Animation.ConditionallyIndependentlyAnimatableAttribute' does not inherit from base type 'System.Attribute' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.Media.Animation.ContentThemeTransition' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.Media.Animation.ContinuumNavigationTransitionInfo' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.Media.Animation.CubicEase' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.Media.Animation.DiscreteColorKeyFrame' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.Media.Animation.DiscreteDoubleKeyFrame' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.Media.Animation.DiscreteObjectKeyFrame' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.Media.Animation.DiscretePointKeyFrame' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.Media.Animation.DoubleAnimation' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.Media.Animation.DoubleAnimationUsingKeyFrames' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.Media.Animation.DoubleKeyFrame' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.Media.Animation.DoubleKeyFrameCollection' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.Media.Animation.DragItemThemeAnimation' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.Media.Animation.DragOverThemeAnimation' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.Media.Animation.DrillInNavigationTransitionInfo' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.Media.Animation.DrillInThemeAnimation' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.Media.Animation.DrillOutThemeAnimation' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.Media.Animation.DropTargetItemThemeAnimation' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.Media.Animation.EasingColorKeyFrame' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.Media.Animation.EasingDoubleKeyFrame' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.Media.Animation.EasingFunctionBase' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.Media.Animation.EasingMode' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.Media.Animation.EasingPointKeyFrame' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.Media.Animation.EdgeUIThemeTransition' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.Media.Animation.ElasticEase' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.Media.Animation.EntranceNavigationTransitionInfo' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.Media.Animation.EntranceThemeTransition' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.Media.Animation.ExponentialEase' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.Media.Animation.FadeInThemeAnimation' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.Media.Animation.FadeOutThemeAnimation' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.Media.Animation.FillBehavior' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.Media.Animation.IndependentlyAnimatableAttribute' does not inherit from base type 'System.Attribute' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.Media.Animation.KeySpline' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.Media.Animation.KeyTime' does not inherit from base type 'System.ValueType' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.Media.Animation.KeyTimeHelper' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.Media.Animation.LinearColorKeyFrame' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.Media.Animation.LinearDoubleKeyFrame' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.Media.Animation.LinearPointKeyFrame' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.Media.Animation.NavigationThemeTransition' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.Media.Animation.NavigationTransitionInfo' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.Media.Animation.ObjectAnimationUsingKeyFrames' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.Media.Animation.ObjectKeyFrame' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.Media.Animation.ObjectKeyFrameCollection' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.Media.Animation.PaneThemeTransition' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.Media.Animation.PointAnimation' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.Media.Animation.PointAnimationUsingKeyFrames' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.Media.Animation.PointerDownThemeAnimation' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.Media.Animation.PointerUpThemeAnimation' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.Media.Animation.PointKeyFrame' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.Media.Animation.PointKeyFrameCollection' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.Media.Animation.PopInThemeAnimation' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.Media.Animation.PopOutThemeAnimation' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.Media.Animation.PopupThemeTransition' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.Media.Animation.PowerEase' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.Media.Animation.QuadraticEase' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.Media.Animation.QuarticEase' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.Media.Animation.QuinticEase' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.Media.Animation.ReorderThemeTransition' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.Media.Animation.RepeatBehavior' does not inherit from base type 'System.ValueType' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.Media.Animation.RepeatBehaviorHelper' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.Media.Animation.RepeatBehaviorType' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.Media.Animation.RepositionThemeAnimation' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.Media.Animation.RepositionThemeTransition' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.Media.Animation.SineEase' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.Media.Animation.SlideNavigationTransitionInfo' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.Media.Animation.SplineColorKeyFrame' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.Media.Animation.SplineDoubleKeyFrame' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.Media.Animation.SplinePointKeyFrame' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.Media.Animation.SplitCloseThemeAnimation' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.Media.Animation.SplitOpenThemeAnimation' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.Media.Animation.Storyboard' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.Media.Animation.SuppressNavigationTransitionInfo' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.Media.Animation.SwipeBackThemeAnimation' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.Media.Animation.SwipeHintThemeAnimation' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.Media.Animation.Timeline' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.Media.Animation.TimelineCollection' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.Media.Animation.Transition' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.Media.Animation.TransitionCollection' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.Media.Imaging.BitmapCreateOptions' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.Media.Imaging.BitmapImage' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.Media.Imaging.BitmapSource' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.Media.Imaging.DecodePixelType' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.Media.Imaging.DownloadProgressEventArgs' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.Media.Imaging.DownloadProgressEventHandler' does not inherit from base type 'System.MulticastDelegate' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.Media.Imaging.RenderTargetBitmap' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.Media.Imaging.SoftwareBitmapSource' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.Media.Imaging.SurfaceImageSource' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.Media.Imaging.VirtualSurfaceImageSource' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.Media.Imaging.WriteableBitmap' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.Media.Imaging.XamlRenderingBackgroundTask' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.Media.Media3D.CompositeTransform3D' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.Media.Media3D.Matrix3D' does not inherit from base type 'System.ValueType' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.Media.Media3D.Matrix3DHelper' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.Media.Media3D.PerspectiveTransform3D' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.Media.Media3D.Transform3D' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.Navigation.LoadCompletedEventHandler' does not inherit from base type 'System.MulticastDelegate' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.Navigation.NavigatedEventHandler' does not inherit from base type 'System.MulticastDelegate' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.Navigation.NavigatingCancelEventArgs' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.Navigation.NavigatingCancelEventHandler' does not inherit from base type 'System.MulticastDelegate' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.Navigation.NavigationCacheMode' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.Navigation.NavigationEventArgs' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.Navigation.NavigationFailedEventArgs' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.Navigation.NavigationFailedEventHandler' does not inherit from base type 'System.MulticastDelegate' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.Navigation.NavigationMode' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.Navigation.NavigationStoppedEventHandler' does not inherit from base type 'System.MulticastDelegate' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.Navigation.PageStackEntry' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.Printing.AddPagesEventArgs' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.Printing.AddPagesEventHandler' does not inherit from base type 'System.MulticastDelegate' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.Printing.GetPreviewPageEventArgs' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.Printing.GetPreviewPageEventHandler' does not inherit from base type 'System.MulticastDelegate' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.Printing.PaginateEventArgs' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.Printing.PaginateEventHandler' does not inherit from base type 'System.MulticastDelegate' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.Printing.PreviewPageCountType' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.Printing.PrintDocument' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.Resources.CustomXamlResourceLoader' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.Shapes.Ellipse' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.Shapes.Line' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.Shapes.Path' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.Shapes.Polygon' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.Shapes.Polyline' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.Shapes.Rectangle' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.UI.Xaml.Shapes.Shape' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Web.WebError' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Web.WebErrorStatus' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Web.AtomPub.AtomPubClient' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Web.AtomPub.ResourceCollection' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Web.AtomPub.ServiceDocument' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Web.AtomPub.Workspace' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Web.Http.HttpBufferContent' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Web.Http.HttpClient' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Web.Http.HttpCompletionOption' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Web.Http.HttpCookie' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Web.Http.HttpCookieCollection' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Web.Http.HttpCookieManager' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Web.Http.HttpFormUrlEncodedContent' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Web.Http.HttpMethod' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Web.Http.HttpMultipartContent' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Web.Http.HttpMultipartFormDataContent' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Web.Http.HttpProgress' does not inherit from base type 'System.ValueType' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Web.Http.HttpProgressStage' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Web.Http.HttpRequestMessage' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Web.Http.HttpResponseMessage' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Web.Http.HttpResponseMessageSource' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Web.Http.HttpStatusCode' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Web.Http.HttpStreamContent' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Web.Http.HttpStringContent' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Web.Http.HttpTransportInformation' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Web.Http.HttpVersion' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Web.Http.Diagnostics.HttpDiagnosticProvider' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Web.Http.Diagnostics.HttpDiagnosticProviderRequestResponseCompletedEventArgs' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Web.Http.Diagnostics.HttpDiagnosticProviderRequestResponseTimestamps' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Web.Http.Diagnostics.HttpDiagnosticProviderRequestSentEventArgs' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Web.Http.Diagnostics.HttpDiagnosticProviderResponseReceivedEventArgs' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Web.Http.Diagnostics.HttpDiagnosticRequestInitiator' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Web.Http.Diagnostics.HttpDiagnosticsContract' does not inherit from base type 'System.ValueType' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Web.Http.Diagnostics.HttpDiagnosticSourceLocation' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Web.Http.Filters.HttpBaseProtocolFilter' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Web.Http.Filters.HttpCacheControl' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Web.Http.Filters.HttpCacheReadBehavior' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Web.Http.Filters.HttpCacheWriteBehavior' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Web.Http.Filters.HttpCookieUsageBehavior' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Web.Http.Headers.HttpCacheDirectiveHeaderValueCollection' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Web.Http.Headers.HttpChallengeHeaderValue' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Web.Http.Headers.HttpChallengeHeaderValueCollection' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Web.Http.Headers.HttpConnectionOptionHeaderValue' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Web.Http.Headers.HttpConnectionOptionHeaderValueCollection' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Web.Http.Headers.HttpContentCodingHeaderValue' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Web.Http.Headers.HttpContentCodingHeaderValueCollection' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Web.Http.Headers.HttpContentCodingWithQualityHeaderValue' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Web.Http.Headers.HttpContentCodingWithQualityHeaderValueCollection' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Web.Http.Headers.HttpContentDispositionHeaderValue' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Web.Http.Headers.HttpContentHeaderCollection' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Web.Http.Headers.HttpContentRangeHeaderValue' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Web.Http.Headers.HttpCookiePairHeaderValue' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Web.Http.Headers.HttpCookiePairHeaderValueCollection' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Web.Http.Headers.HttpCredentialsHeaderValue' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Web.Http.Headers.HttpDateOrDeltaHeaderValue' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Web.Http.Headers.HttpExpectationHeaderValue' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Web.Http.Headers.HttpExpectationHeaderValueCollection' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Web.Http.Headers.HttpLanguageHeaderValueCollection' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Web.Http.Headers.HttpLanguageRangeWithQualityHeaderValue' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Web.Http.Headers.HttpLanguageRangeWithQualityHeaderValueCollection' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Web.Http.Headers.HttpMediaTypeHeaderValue' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Web.Http.Headers.HttpMediaTypeWithQualityHeaderValue' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Web.Http.Headers.HttpMediaTypeWithQualityHeaderValueCollection' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Web.Http.Headers.HttpMethodHeaderValueCollection' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Web.Http.Headers.HttpNameValueHeaderValue' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Web.Http.Headers.HttpProductHeaderValue' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Web.Http.Headers.HttpProductInfoHeaderValue' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Web.Http.Headers.HttpProductInfoHeaderValueCollection' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Web.Http.Headers.HttpRequestHeaderCollection' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Web.Http.Headers.HttpResponseHeaderCollection' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Web.Http.Headers.HttpTransferCodingHeaderValue' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Web.Http.Headers.HttpTransferCodingHeaderValueCollection' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Web.Syndication.RetrievalProgress' does not inherit from base type 'System.ValueType' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Web.Syndication.SyndicationAttribute' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Web.Syndication.SyndicationCategory' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Web.Syndication.SyndicationClient' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Web.Syndication.SyndicationContent' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Web.Syndication.SyndicationError' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Web.Syndication.SyndicationErrorStatus' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Web.Syndication.SyndicationFeed' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Web.Syndication.SyndicationFormat' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Web.Syndication.SyndicationGenerator' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Web.Syndication.SyndicationItem' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Web.Syndication.SyndicationLink' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Web.Syndication.SyndicationNode' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Web.Syndication.SyndicationPerson' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Web.Syndication.SyndicationText' does not inherit from base type 'System.Object' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Web.Syndication.SyndicationTextType' does not inherit from base type 'System.Enum' in the implementation but it does in the contract. -CannotRemoveBaseTypeOrInterface : Type 'Windows.Web.Syndication.TransferProgress' does not inherit from base type 'System.ValueType' in the implementation but it does in the contract. -Total Issues: 4410 +Total Issues: 72 diff --git a/src/libraries/shims/shims.proj b/src/libraries/shims/shims.proj index 626eb1847ac44e..a7ab07f9670fa9 100644 --- a/src/libraries/shims/shims.proj +++ b/src/libraries/shims/shims.proj @@ -18,7 +18,10 @@ + + + @@ -107,7 +110,7 @@ -