Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

CannotRemoveAttribute : Attribute 'System.ComponentModel.TypeConverterAttribute' exists on 'System.ComponentModel.MarshalByValueComponent' in the contract but not the implementation. #40443

Closed
echesakov opened this issue Aug 6, 2020 · 3 comments
Labels
area-Infrastructure-libraries blocking-clean-ci Blocking PR or rolling runs of 'runtime' or 'runtime-extra-platforms' untriaged New issue has not been triaged by the area owner

Comments

@echesakov
Copy link
Contributor

I am hitting this and similar failures in my PRs

https://github.com/dotnet/runtime/pull/40177/checks?check_run_id=951915138 Libraries Build FreeBSD x64 Debug failed
https://github.com/dotnet/runtime/pull/40124/checks?check_run_id=951718470 runtime-live-build (Build Linux x64 debug RuntimeFlavor_Mono)

2020-08-06T02:48:15.3840874Z /__w/1/s/src/libraries/shims/ApiCompat.proj(116,5): error : CannotRemoveAttribute : Attribute 'System.ComponentModel.TypeConverterAttribute' exists on 'System.ComponentModel.MarshalByValueComponent' in the contract but not the implementation.
2020-08-06T02:48:15.3844798Z /__w/1/s/src/libraries/shims/ApiCompat.proj(116,5): error : CannotRemoveAttribute : Attribute 'System.ComponentModel.TypeConverterAttribute' exists on 'System.ComponentModel.Design.DesignerOptionService.DesignerOptionCollection' in the contract but not the implementation.
2020-08-06T02:48:15.3847297Z /__w/1/s/src/libraries/shims/ApiCompat.proj(116,5): error : CannotRemoveAttribute : Attribute 'System.ComponentModel.TypeConverterAttribute' exists on 'System.Data.Constraint' in the contract but not the implementation.
2020-08-06T02:48:15.3850779Z /__w/1/s/src/libraries/shims/ApiCompat.proj(116,5): error : CannotChangeAttribute : Attribute 'System.ComponentModel.DefaultValueAttribute' on 'System.Data.DataColumn.DataType' changed from '[DefaultValueAttribute(typeof(string))]' in the contract to '[DefaultValueAttribute(typeof(String))]' in the implementation.
2020-08-06T02:48:15.3853638Z /__w/1/s/src/libraries/shims/ApiCompat.proj(116,5): error : CannotRemoveAttribute : Attribute 'System.ComponentModel.TypeConverterAttribute' exists on 'System.Data.DataRelation' in the contract but not the implementation.
2020-08-06T02:48:15.3855859Z /__w/1/s/src/libraries/shims/ApiCompat.proj(116,5): error : CannotRemoveAttribute : Attribute 'System.ComponentModel.TypeConverterAttribute' exists on 'System.Data.DataViewSetting' in the contract but not the implementation.
2020-08-06T02:48:15.3858087Z /__w/1/s/src/libraries/shims/ApiCompat.proj(116,5): error : CannotRemoveAttribute : Attribute 'System.ComponentModel.TypeConverterAttribute' exists on 'System.Data.Common.DataColumnMapping' in the contract but not the implementation.
2020-08-06T02:48:15.3870406Z /__w/1/s/src/libraries/shims/ApiCompat.proj(116,5): error : CannotRemoveAttribute : Attribute 'System.ComponentModel.TypeConverterAttribute' exists on 'System.Data.Common.DataTableMapping' in the contract but not the implementation.
2020-08-06T02:48:15.3873724Z /__w/1/s/src/libraries/shims/ApiCompat.proj(116,5): error : CannotRemoveAttribute : Attribute 'System.Diagnostics.SwitchLevelAttribute' exists on 'System.Diagnostics.BooleanSwitch' in the contract but not the implementation.
2020-08-06T02:48:15.3876535Z /__w/1/s/src/libraries/shims/ApiCompat.proj(116,5): error : CannotRemoveAttribute : Attribute 'System.Diagnostics.SwitchLevelAttribute' exists on 'System.Diagnostics.TraceSwitch' in the contract but not the implementation.
2020-08-06T02:48:15.3879798Z /__w/1/s/src/libraries/shims/ApiCompat.proj(116,5): error : CannotRemoveAttribute : Attribute 'System.Xml.Serialization.XmlElementAttribute' exists on 'System.Xml.Schema.XmlSchema.Includes' in the contract but not the implementation.
2020-08-06T02:48:15.3882833Z /__w/1/s/src/libraries/shims/ApiCompat.proj(116,5): error : CannotRemoveAttribute : Attribute 'System.Xml.Serialization.XmlElementAttribute' exists on 'System.Xml.Schema.XmlSchema.Items' in the contract but not the implementation.
2020-08-06T02:48:15.3885925Z /__w/1/s/src/libraries/shims/ApiCompat.proj(116,5): error : CannotRemoveAttribute : Attribute 'System.Xml.Serialization.XmlElementAttribute' exists on 'System.Xml.Schema.XmlSchemaAll.Items' in the contract but not the implementation.
2020-08-06T02:48:15.3888761Z /__w/1/s/src/libraries/shims/ApiCompat.proj(116,5): error : CannotRemoveAttribute : Attribute 'System.Xml.Serialization.XmlElementAttribute' exists on 'System.Xml.Schema.XmlSchemaAnnotated.Annotation' in the contract but not the implementation.
2020-08-06T02:48:15.3891615Z /__w/1/s/src/libraries/shims/ApiCompat.proj(116,5): error : CannotRemoveAttribute : Attribute 'System.Xml.Serialization.XmlElementAttribute' exists on 'System.Xml.Schema.XmlSchemaAnnotation.Items' in the contract but not the implementation.
2020-08-06T02:48:15.3894467Z /__w/1/s/src/libraries/shims/ApiCompat.proj(116,5): error : CannotRemoveAttribute : Attribute 'System.Xml.Serialization.XmlElementAttribute' exists on 'System.Xml.Schema.XmlSchemaAttributeGroup.Attributes' in the contract but not the implementation.
2020-08-06T02:48:15.3897346Z /__w/1/s/src/libraries/shims/ApiCompat.proj(116,5): error : CannotRemoveAttribute : Attribute 'System.Xml.Serialization.XmlElementAttribute' exists on 'System.Xml.Schema.XmlSchemaChoice.Items' in the contract but not the implementation.
2020-08-06T02:48:15.3900407Z /__w/1/s/src/libraries/shims/ApiCompat.proj(116,5): error : CannotRemoveAttribute : Attribute 'System.Xml.Serialization.XmlElementAttribute' exists on 'System.Xml.Schema.XmlSchemaComplexContent.Content' in the contract but not the implementation.
2020-08-06T02:48:15.3903357Z /__w/1/s/src/libraries/shims/ApiCompat.proj(116,5): error : CannotRemoveAttribute : Attribute 'System.Xml.Serialization.XmlElementAttribute' exists on 'System.Xml.Schema.XmlSchemaComplexContentExtension.Attributes' in the contract but not the implementation.
2020-08-06T02:48:15.3909726Z /__w/1/s/src/libraries/shims/ApiCompat.proj(116,5): error : CannotRemoveAttribute : Attribute 'System.Xml.Serialization.XmlElementAttribute' exists on 'System.Xml.Schema.XmlSchemaComplexContentExtension.Particle' in the contract but not the implementation.
2020-08-06T02:48:15.3913667Z /__w/1/s/src/libraries/shims/ApiCompat.proj(116,5): error : CannotRemoveAttribute : Attribute 'System.Xml.Serialization.XmlElementAttribute' exists on 'System.Xml.Schema.XmlSchemaComplexContentRestriction.Attributes' in the contract but not the implementation.
2020-08-06T02:48:15.3916706Z /__w/1/s/src/libraries/shims/ApiCompat.proj(116,5): error : CannotRemoveAttribute : Attribute 'System.Xml.Serialization.XmlElementAttribute' exists on 'System.Xml.Schema.XmlSchemaComplexContentRestriction.Particle' in the contract but not the implementation.
2020-08-06T02:48:15.3919160Z /__w/1/s/src/libraries/shims/ApiCompat.proj(116,5): error : CannotRemoveAttribute : Attribute 'System.Xml.Serialization.XmlElementAttribute' exists on 'System.Xml.Schema.XmlSchemaComplexType.Attributes' in the contract but not the implementation.
2020-08-06T02:48:15.3921752Z /__w/1/s/src/libraries/shims/ApiCompat.proj(116,5): error : CannotRemoveAttribute : Attribute 'System.Xml.Serialization.XmlElementAttribute' exists on 'System.Xml.Schema.XmlSchemaComplexType.ContentModel' in the contract but not the implementation.
2020-08-06T02:48:15.3924440Z /__w/1/s/src/libraries/shims/ApiCompat.proj(116,5): error : CannotRemoveAttribute : Attribute 'System.Xml.Serialization.XmlElementAttribute' exists on 'System.Xml.Schema.XmlSchemaComplexType.Particle' in the contract but not the implementation.
2020-08-06T02:48:15.3927380Z /__w/1/s/src/libraries/shims/ApiCompat.proj(116,5): error : CannotRemoveAttribute : Attribute 'System.Xml.Serialization.XmlElementAttribute' exists on 'System.Xml.Schema.XmlSchemaElement.Constraints' in the contract but not the implementation.
2020-08-06T02:48:15.3930152Z /__w/1/s/src/libraries/shims/ApiCompat.proj(116,5): error : CannotRemoveAttribute : Attribute 'System.Xml.Serialization.XmlElementAttribute' exists on 'System.Xml.Schema.XmlSchemaElement.SchemaType' in the contract but not the implementation.
2020-08-06T02:48:15.3932673Z /__w/1/s/src/libraries/shims/ApiCompat.proj(116,5): error : CannotRemoveAttribute : Attribute 'System.Xml.Serialization.XmlElementAttribute' exists on 'System.Xml.Schema.XmlSchemaGroup.Particle' in the contract but not the implementation.
2020-08-06T02:48:15.3935316Z /__w/1/s/src/libraries/shims/ApiCompat.proj(116,5): error : CannotRemoveAttribute : Attribute 'System.Xml.Serialization.XmlElementAttribute' exists on 'System.Xml.Schema.XmlSchemaIdentityConstraint.Fields' in the contract but not the implementation.
2020-08-06T02:48:15.3937969Z /__w/1/s/src/libraries/shims/ApiCompat.proj(116,5): error : CannotRemoveAttribute : Attribute 'System.Xml.Serialization.XmlElementAttribute' exists on 'System.Xml.Schema.XmlSchemaIdentityConstraint.Selector' in the contract but not the implementation.
2020-08-06T02:48:15.3941117Z /__w/1/s/src/libraries/shims/ApiCompat.proj(116,5): error : CannotRemoveAttribute : Attribute 'System.Xml.Serialization.XmlElementAttribute' exists on 'System.Xml.Schema.XmlSchemaImport.Annotation' in the contract but not the implementation.
2020-08-06T02:48:15.3943449Z /__w/1/s/src/libraries/shims/ApiCompat.proj(116,5): error : CannotRemoveAttribute : Attribute 'System.Xml.Serialization.XmlElementAttribute' exists on 'System.Xml.Schema.XmlSchemaInclude.Annotation' in the contract but not the implementation.
2020-08-06T02:48:15.3945709Z /__w/1/s/src/libraries/shims/ApiCompat.proj(116,5): error : CannotRemoveAttribute : Attribute 'System.Xml.Serialization.XmlElementAttribute' exists on 'System.Xml.Schema.XmlSchemaRedefine.Items' in the contract but not the implementation.
2020-08-06T02:48:15.3948146Z /__w/1/s/src/libraries/shims/ApiCompat.proj(116,5): error : CannotRemoveAttribute : Attribute 'System.Xml.Serialization.XmlElementAttribute' exists on 'System.Xml.Schema.XmlSchemaSequence.Items' in the contract but not the implementation.
2020-08-06T02:48:15.3950877Z /__w/1/s/src/libraries/shims/ApiCompat.proj(116,5): error : CannotRemoveAttribute : Attribute 'System.Xml.Serialization.XmlElementAttribute' exists on 'System.Xml.Schema.XmlSchemaSimpleContent.Content' in the contract but not the implementation.
2020-08-06T02:48:15.3953322Z /__w/1/s/src/libraries/shims/ApiCompat.proj(116,5): error : CannotRemoveAttribute : Attribute 'System.Xml.Serialization.XmlElementAttribute' exists on 'System.Xml.Schema.XmlSchemaSimpleContentExtension.Attributes' in the contract but not the implementation.
2020-08-06T02:48:15.3955811Z /__w/1/s/src/libraries/shims/ApiCompat.proj(116,5): error : CannotRemoveAttribute : Attribute 'System.Xml.Serialization.XmlElementAttribute' exists on 'System.Xml.Schema.XmlSchemaSimpleContentRestriction.Attributes' in the contract but not the implementation.
2020-08-06T02:48:15.3958236Z /__w/1/s/src/libraries/shims/ApiCompat.proj(116,5): error : CannotRemoveAttribute : Attribute 'System.Xml.Serialization.XmlElementAttribute' exists on 'System.Xml.Schema.XmlSchemaSimpleContentRestriction.BaseType' in the contract but not the implementation.
2020-08-06T02:48:15.3960743Z /__w/1/s/src/libraries/shims/ApiCompat.proj(116,5): error : CannotRemoveAttribute : Attribute 'System.Xml.Serialization.XmlElementAttribute' exists on 'System.Xml.Schema.XmlSchemaSimpleContentRestriction.Facets' in the contract but not the implementation.
2020-08-06T02:48:15.3963233Z /__w/1/s/src/libraries/shims/ApiCompat.proj(116,5): error : CannotRemoveAttribute : Attribute 'System.Xml.Serialization.XmlElementAttribute' exists on 'System.Xml.Schema.XmlSchemaSimpleType.Content' in the contract but not the implementation.
2020-08-06T02:48:15.3966258Z /__w/1/s/src/libraries/shims/ApiCompat.proj(116,5): error : CannotRemoveAttribute : Attribute 'System.Xml.Serialization.XmlElementAttribute' exists on 'System.Xml.Schema.XmlSchemaSimpleTypeList.ItemType' in the contract but not the implementation.
2020-08-06T02:48:15.3968750Z /__w/1/s/src/libraries/shims/ApiCompat.proj(116,5): error : CannotRemoveAttribute : Attribute 'System.Xml.Serialization.XmlElementAttribute' exists on 'System.Xml.Schema.XmlSchemaSimpleTypeRestriction.BaseType' in the contract but not the implementation.
2020-08-06T02:48:15.3971397Z /__w/1/s/src/libraries/shims/ApiCompat.proj(116,5): error : CannotRemoveAttribute : Attribute 'System.Xml.Serialization.XmlElementAttribute' exists on 'System.Xml.Schema.XmlSchemaSimpleTypeRestriction.Facets' in the contract but not the implementation.
2020-08-06T02:48:15.3975117Z /__w/1/s/src/libraries/shims/ApiCompat.proj(116,5): error : CannotRemoveAttribute : Attribute 'System.Xml.Serialization.XmlElementAttribute' exists on 'System.Xml.Schema.XmlSchemaSimpleTypeUnion.BaseTypes' in the contract but not the implementation.
2020-08-06T02:48:15.3977691Z /__w/1/s/src/libraries/shims/ApiCompat.proj(116,5): error : CannotRemoveAttribute : Attribute 'System.ComponentModel.TypeConverterAttribute' exists on 'System.ComponentModel.MarshalByValueComponent' in the contract but not the implementation.
2020-08-06T02:48:15.3980418Z /__w/1/s/src/libraries/shims/ApiCompat.proj(116,5): error : CannotRemoveAttribute : Attribute 'System.ComponentModel.TypeConverterAttribute' exists on 'System.ComponentModel.Design.DesignerOptionService.DesignerOptionCollection' in the contract but not the implementation.
2020-08-06T02:48:15.3982988Z /__w/1/s/src/libraries/shims/ApiCompat.proj(116,5): error : CannotRemoveAttribute : Attribute 'System.Diagnostics.SwitchLevelAttribute' exists on 'System.Diagnostics.BooleanSwitch' in the contract but not the implementation.
2020-08-06T02:48:15.3985526Z /__w/1/s/src/libraries/shims/ApiCompat.proj(116,5): error : CannotRemoveAttribute : Attribute 'System.Diagnostics.SwitchLevelAttribute' exists on 'System.Diagnostics.TraceSwitch' in the contract but not the implementation.
2020-08-06T02:48:15.3988440Z /__w/1/s/src/libraries/shims/ApiCompat.proj(116,5): error : CannotRemoveAttribute : Attribute 'System.ComponentModel.TypeConverterAttribute' exists on 'System.ComponentModel.MarshalByValueComponent' in the contract but not the implementation.
2020-08-06T02:48:15.3991153Z /__w/1/s/src/libraries/shims/ApiCompat.proj(116,5): error : CannotRemoveAttribute : Attribute 'System.ComponentModel.TypeConverterAttribute' exists on 'System.ComponentModel.Design.DesignerOptionService.DesignerOptionCollection' in the contract but not the implementation.
2020-08-06T02:48:15.3993831Z /__w/1/s/src/libraries/shims/ApiCompat.proj(116,5): error : CannotRemoveAttribute : Attribute 'System.ComponentModel.TypeConverterAttribute' exists on 'System.Data.Constraint' in the contract but not the implementation.
2020-08-06T02:48:15.3996861Z /__w/1/s/src/libraries/shims/ApiCompat.proj(116,5): error : CannotChangeAttribute : Attribute 'System.ComponentModel.DefaultValueAttribute' on 'System.Data.DataColumn.DataType' changed from '[DefaultValueAttribute(typeof(string))]' in the contract to '[DefaultValueAttribute(typeof(String))]' in the implementation.
2020-08-06T02:48:15.3999817Z /__w/1/s/src/libraries/shims/ApiCompat.proj(116,5): error : CannotRemoveAttribute : Attribute 'System.ComponentModel.TypeConverterAttribute' exists on 'System.Data.DataRelation' in the contract but not the implementation.
2020-08-06T02:48:15.4002165Z /__w/1/s/src/libraries/shims/ApiCompat.proj(116,5): error : CannotRemoveAttribute : Attribute 'System.ComponentModel.TypeConverterAttribute' exists on 'System.Data.DataViewSetting' in the contract but not the implementation.
2020-08-06T02:48:15.4004602Z /__w/1/s/src/libraries/shims/ApiCompat.proj(116,5): error : CannotRemoveAttribute : Attribute 'System.ComponentModel.TypeConverterAttribute' exists on 'System.Data.Common.DataColumnMapping' in the contract but not the implementation.
2020-08-06T02:48:15.4007297Z /__w/1/s/src/libraries/shims/ApiCompat.proj(116,5): error : CannotRemoveAttribute : Attribute 'System.ComponentModel.TypeConverterAttribute' exists on 'System.Data.Common.DataTableMapping' in the contract but not the implementation.
2020-08-06T02:48:15.4009787Z /__w/1/s/src/libraries/shims/ApiCompat.proj(116,5): error : CannotRemoveAttribute : Attribute 'System.ComponentModel.TypeConverterAttribute' exists on 'System.Data.Constraint' in the contract but not the implementation.
2020-08-06T02:48:15.4012486Z /__w/1/s/src/libraries/shims/ApiCompat.proj(116,5): error : CannotChangeAttribute : Attribute 'System.ComponentModel.DefaultValueAttribute' on 'System.Data.DataColumn.DataType' changed from '[DefaultValueAttribute(typeof(string))]' in the contract to '[DefaultValueAttribute(typeof(String))]' in the implementation.
2020-08-06T02:48:15.4015192Z /__w/1/s/src/libraries/shims/ApiCompat.proj(116,5): error : CannotRemoveAttribute : Attribute 'System.ComponentModel.TypeConverterAttribute' exists on 'System.Data.DataRelation' in the contract but not the implementation.
2020-08-06T02:48:15.4017084Z /__w/1/s/src/libraries/shims/ApiCompat.proj(116,5): error : CannotRemoveAttribute : Attribute 'System.ComponentModel.TypeConverterAttribute' exists on 'System.Data.DataViewSetting' in the contract but not the implementation.
2020-08-06T02:48:15.4018614Z /__w/1/s/src/libraries/shims/ApiCompat.proj(116,5): error : CannotRemoveAttribute : Attribute 'System.ComponentModel.TypeConverterAttribute' exists on 'System.Data.Common.DataColumnMapping' in the contract but not the implementation.
2020-08-06T02:48:15.4020166Z /__w/1/s/src/libraries/shims/ApiCompat.proj(116,5): error : CannotRemoveAttribute : Attribute 'System.ComponentModel.TypeConverterAttribute' exists on 'System.Data.Common.DataTableMapping' in the contract but not the implementation.
2020-08-06T02:48:15.4021690Z /__w/1/s/src/libraries/shims/ApiCompat.proj(116,5): error : CannotRemoveAttribute : Attribute 'System.Diagnostics.SwitchLevelAttribute' exists on 'System.Diagnostics.BooleanSwitch' in the contract but not the implementation.
2020-08-06T02:48:15.4023197Z /__w/1/s/src/libraries/shims/ApiCompat.proj(116,5): error : CannotRemoveAttribute : Attribute 'System.Diagnostics.SwitchLevelAttribute' exists on 'System.Diagnostics.TraceSwitch' in the contract but not the implementation.
2020-08-06T02:48:15.4024721Z /__w/1/s/src/libraries/shims/ApiCompat.proj(116,5): error : CannotRemoveAttribute : Attribute 'System.Xml.Serialization.XmlElementAttribute' exists on 'System.Xml.Schema.XmlSchema.Includes' in the contract but not the implementation.
2020-08-06T02:48:15.4026255Z /__w/1/s/src/libraries/shims/ApiCompat.proj(116,5): error : CannotRemoveAttribute : Attribute 'System.Xml.Serialization.XmlElementAttribute' exists on 'System.Xml.Schema.XmlSchema.Items' in the contract but not the implementation.
2020-08-06T02:48:15.4027798Z /__w/1/s/src/libraries/shims/ApiCompat.proj(116,5): error : CannotRemoveAttribute : Attribute 'System.Xml.Serialization.XmlElementAttribute' exists on 'System.Xml.Schema.XmlSchemaAll.Items' in the contract but not the implementation.
2020-08-06T02:48:15.4030530Z /__w/1/s/src/libraries/shims/ApiCompat.proj(116,5): error : CannotRemoveAttribute : Attribute 'System.Xml.Serialization.XmlElementAttribute' exists on 'System.Xml.Schema.XmlSchemaAnnotated.Annotation' in the contract but not the implementation.
2020-08-06T02:48:15.4032953Z /__w/1/s/src/libraries/shims/ApiCompat.proj(116,5): error : CannotRemoveAttribute : Attribute 'System.Xml.Serialization.XmlElementAttribute' exists on 'System.Xml.Schema.XmlSchemaAnnotation.Items' in the contract but not the implementation.
2020-08-06T02:48:15.4035272Z /__w/1/s/src/libraries/shims/ApiCompat.proj(116,5): error : CannotRemoveAttribute : Attribute 'System.Xml.Serialization.XmlElementAttribute' exists on 'System.Xml.Schema.XmlSchemaAttributeGroup.Attributes' in the contract but not the implementation.
2020-08-06T02:48:15.4037718Z /__w/1/s/src/libraries/shims/ApiCompat.proj(116,5): error : CannotRemoveAttribute : Attribute 'System.Xml.Serialization.XmlElementAttribute' exists on 'System.Xml.Schema.XmlSchemaChoice.Items' in the contract but not the implementation.
2020-08-06T02:48:15.4040106Z /__w/1/s/src/libraries/shims/ApiCompat.proj(116,5): error : CannotRemoveAttribute : Attribute 'System.Xml.Serialization.XmlElementAttribute' exists on 'System.Xml.Schema.XmlSchemaComplexContent.Content' in the contract but not the implementation.
2020-08-06T02:48:15.4042523Z /__w/1/s/src/libraries/shims/ApiCompat.proj(116,5): error : CannotRemoveAttribute : Attribute 'System.Xml.Serialization.XmlElementAttribute' exists on 'System.Xml.Schema.XmlSchemaComplexContentExtension.Attributes' in the contract but not the implementation.
2020-08-06T02:48:15.4044975Z /__w/1/s/src/libraries/shims/ApiCompat.proj(116,5): error : CannotRemoveAttribute : Attribute 'System.Xml.Serialization.XmlElementAttribute' exists on 'System.Xml.Schema.XmlSchemaComplexContentExtension.Particle' in the contract but not the implementation.
2020-08-06T02:48:15.4047457Z /__w/1/s/src/libraries/shims/ApiCompat.proj(116,5): error : CannotRemoveAttribute : Attribute 'System.Xml.Serialization.XmlElementAttribute' exists on 'System.Xml.Schema.XmlSchemaComplexContentRestriction.Attributes' in the contract but not the implementation.
2020-08-06T02:48:15.4050067Z /__w/1/s/src/libraries/shims/ApiCompat.proj(116,5): error : CannotRemoveAttribute : Attribute 'System.Xml.Serialization.XmlElementAttribute' exists on 'System.Xml.Schema.XmlSchemaComplexContentRestriction.Particle' in the contract but not the implementation.
2020-08-06T02:48:15.4052651Z /__w/1/s/src/libraries/shims/ApiCompat.proj(116,5): error : CannotRemoveAttribute : Attribute 'System.Xml.Serialization.XmlElementAttribute' exists on 'System.Xml.Schema.XmlSchemaComplexType.Attributes' in the contract but not the implementation.
2020-08-06T02:48:15.4055106Z /__w/1/s/src/libraries/shims/ApiCompat.proj(116,5): error : CannotRemoveAttribute : Attribute 'System.Xml.Serialization.XmlElementAttribute' exists on 'System.Xml.Schema.XmlSchemaComplexType.ContentModel' in the contract but not the implementation.
2020-08-06T02:48:15.4057623Z /__w/1/s/src/libraries/shims/ApiCompat.proj(116,5): error : CannotRemoveAttribute : Attribute 'System.Xml.Serialization.XmlElementAttribute' exists on 'System.Xml.Schema.XmlSchemaComplexType.Particle' in the contract but not the implementation.
2020-08-06T02:48:15.4060275Z /__w/1/s/src/libraries/shims/ApiCompat.proj(116,5): error : CannotRemoveAttribute : Attribute 'System.Xml.Serialization.XmlElementAttribute' exists on 'System.Xml.Schema.XmlSchemaElement.Constraints' in the contract but not the implementation.
2020-08-06T02:48:15.4062669Z /__w/1/s/src/libraries/shims/ApiCompat.proj(116,5): error : CannotRemoveAttribute : Attribute 'System.Xml.Serialization.XmlElementAttribute' exists on 'System.Xml.Schema.XmlSchemaElement.SchemaType' in the contract but not the implementation.
2020-08-06T02:48:15.4064937Z /__w/1/s/src/libraries/shims/ApiCompat.proj(116,5): error : CannotRemoveAttribute : Attribute 'System.Xml.Serialization.XmlElementAttribute' exists on 'System.Xml.Schema.XmlSchemaGroup.Particle' in the contract but not the implementation.
2020-08-06T02:48:15.4068192Z /__w/1/s/src/libraries/shims/ApiCompat.proj(116,5): error : CannotRemoveAttribute : Attribute 'System.Xml.Serialization.XmlElementAttribute' exists on 'System.Xml.Schema.XmlSchemaIdentityConstraint.Fields' in the contract but not the implementation.
2020-08-06T02:48:15.4071837Z /__w/1/s/src/libraries/shims/ApiCompat.proj(116,5): error : CannotRemoveAttribute : Attribute 'System.Xml.Serialization.XmlElementAttribute' exists on 'System.Xml.Schema.XmlSchemaIdentityConstraint.Selector' in the contract but not the implementation.
2020-08-06T02:48:15.4074180Z /__w/1/s/src/libraries/shims/ApiCompat.proj(116,5): error : CannotRemoveAttribute : Attribute 'System.Xml.Serialization.XmlElementAttribute' exists on 'System.Xml.Schema.XmlSchemaImport.Annotation' in the contract but not the implementation.
2020-08-06T02:48:15.4076924Z /__w/1/s/src/libraries/shims/ApiCompat.proj(116,5): error : CannotRemoveAttribute : Attribute 'System.Xml.Serialization.XmlElementAttribute' exists on 'System.Xml.Schema.XmlSchemaInclude.Annotation' in the contract but not the implementation.
2020-08-06T02:48:15.4079319Z /__w/1/s/src/libraries/shims/ApiCompat.proj(116,5): error : CannotRemoveAttribute : Attribute 'System.Xml.Serialization.XmlElementAttribute' exists on 'System.Xml.Schema.XmlSchemaRedefine.Items' in the contract but not the implementation.
2020-08-06T02:48:15.4081561Z /__w/1/s/src/libraries/shims/ApiCompat.proj(116,5): error : CannotRemoveAttribute : Attribute 'System.Xml.Serialization.XmlElementAttribute' exists on 'System.Xml.Schema.XmlSchemaSequence.Items' in the contract but not the implementation.
2020-08-06T02:48:15.4083890Z /__w/1/s/src/libraries/shims/ApiCompat.proj(116,5): error : CannotRemoveAttribute : Attribute 'System.Xml.Serialization.XmlElementAttribute' exists on 'System.Xml.Schema.XmlSchemaSimpleContent.Content' in the contract but not the implementation.
2020-08-06T02:48:15.4086308Z /__w/1/s/src/libraries/shims/ApiCompat.proj(116,5): error : CannotRemoveAttribute : Attribute 'System.Xml.Serialization.XmlElementAttribute' exists on 'System.Xml.Schema.XmlSchemaSimpleContentExtension.Attributes' in the contract but not the implementation.
2020-08-06T02:48:15.4088920Z /__w/1/s/src/libraries/shims/ApiCompat.proj(116,5): error : CannotRemoveAttribute : Attribute 'System.Xml.Serialization.XmlElementAttribute' exists on 'System.Xml.Schema.XmlSchemaSimpleContentRestriction.Attributes' in the contract but not the implementation.
2020-08-06T02:48:15.4091594Z /__w/1/s/src/libraries/shims/ApiCompat.proj(116,5): error : CannotRemoveAttribute : Attribute 'System.Xml.Serialization.XmlElementAttribute' exists on 'System.Xml.Schema.XmlSchemaSimpleContentRestriction.BaseType' in the contract but not the implementation.
2020-08-06T02:48:15.4094143Z /__w/1/s/src/libraries/shims/ApiCompat.proj(116,5): error : CannotRemoveAttribute : Attribute 'System.Xml.Serialization.XmlElementAttribute' exists on 'System.Xml.Schema.XmlSchemaSimpleContentRestriction.Facets' in the contract but not the implementation.
2020-08-06T02:48:15.4096776Z /__w/1/s/src/libraries/shims/ApiCompat.proj(116,5): error : CannotRemoveAttribute : Attribute 'System.Xml.Serialization.XmlElementAttribute' exists on 'System.Xml.Schema.XmlSchemaSimpleType.Content' in the contract but not the implementation.
2020-08-06T02:48:15.4099136Z /__w/1/s/src/libraries/shims/ApiCompat.proj(116,5): error : CannotRemoveAttribute : Attribute 'System.Xml.Serialization.XmlElementAttribute' exists on 'System.Xml.Schema.XmlSchemaSimpleTypeList.ItemType' in the contract but not the implementation.
2020-08-06T02:48:15.4101692Z /__w/1/s/src/libraries/shims/ApiCompat.proj(116,5): error : CannotRemoveAttribute : Attribute 'System.Xml.Serialization.XmlElementAttribute' exists on 'System.Xml.Schema.XmlSchemaSimpleTypeRestriction.BaseType' in the contract but not the implementation.
2020-08-06T02:48:15.4104497Z /__w/1/s/src/libraries/shims/ApiCompat.proj(116,5): error : CannotRemoveAttribute : Attribute 'System.Xml.Serialization.XmlElementAttribute' exists on 'System.Xml.Schema.XmlSchemaSimpleTypeRestriction.Facets' in the contract but not the implementation.
2020-08-06T02:48:15.4107304Z /__w/1/s/src/libraries/shims/ApiCompat.proj(116,5): error : CannotRemoveAttribute : Attribute 'System.Xml.Serialization.XmlElementAttribute' exists on 'System.Xml.Schema.XmlSchemaSimpleTypeUnion.BaseTypes' in the contract but not the implementation.
2020-08-06T02:48:15.4110509Z /__w/1/s/src/libraries/shims/ApiCompat.proj(116,5): error : CannotRemoveAttribute : Attribute 'System.Xml.Serialization.XmlElementAttribute' exists on 'System.Xml.Schema.XmlSchema.Includes' in the contract but not the implementation.
2020-08-06T02:48:15.4113252Z /__w/1/s/src/libraries/shims/ApiCompat.proj(116,5): error : CannotRemoveAttribute : Attribute 'System.Xml.Serialization.XmlElementAttribute' exists on 'System.Xml.Schema.XmlSchema.Items' in the contract but not the implementation.
2020-08-06T02:48:15.4116178Z /__w/1/s/src/libraries/shims/ApiCompat.proj(116,5): error : CannotRemoveAttribute : Attribute 'System.Xml.Serialization.XmlElementAttribute' exists on 'System.Xml.Schema.XmlSchemaAll.Items' in the contract but not the implementation.
2020-08-06T02:48:15.4119175Z /__w/1/s/src/libraries/shims/ApiCompat.proj(116,5): error : CannotRemoveAttribute : Attribute 'System.Xml.Serialization.XmlElementAttribute' exists on 'System.Xml.Schema.XmlSchemaAnnotated.Annotation' in the contract but not the implementation.
2020-08-06T02:48:15.4121924Z /__w/1/s/src/libraries/shims/ApiCompat.proj(116,5): error : CannotRemoveAttribute : Attribute 'System.Xml.Serialization.XmlElementAttribute' exists on 'System.Xml.Schema.XmlSchemaAnnotation.Items' in the contract but not the implementation.
2020-08-06T02:48:15.4124805Z /__w/1/s/src/libraries/shims/ApiCompat.proj(116,5): error : CannotRemoveAttribute : Attribute 'System.Xml.Serialization.XmlElementAttribute' exists on 'System.Xml.Schema.XmlSchemaAttributeGroup.Attributes' in the contract but not the implementation.
2020-08-06T02:48:15.4126973Z /__w/1/s/src/libraries/shims/ApiCompat.proj(116,5): error : CannotRemoveAttribute : Attribute 'System.Xml.Serialization.XmlElementAttribute' exists on 'System.Xml.Schema.XmlSchemaChoice.Items' in the contract but not the implementation.
2020-08-06T02:48:15.4128698Z /__w/1/s/src/libraries/shims/ApiCompat.proj(116,5): error : CannotRemoveAttribute : Attribute 'System.Xml.Serialization.XmlElementAttribute' exists on 'System.Xml.Schema.XmlSchemaComplexContent.Content' in the contract but not the implementation.
2020-08-06T02:48:15.4130344Z /__w/1/s/src/libraries/shims/ApiCompat.proj(116,5): error : CannotRemoveAttribute : Attribute 'System.Xml.Serialization.XmlElementAttribute' exists on 'System.Xml.Schema.XmlSchemaComplexContentExtension.Attributes' in the contract but not the implementation.
2020-08-06T02:48:15.4132001Z /__w/1/s/src/libraries/shims/ApiCompat.proj(116,5): error : CannotRemoveAttribute : Attribute 'System.Xml.Serialization.XmlElementAttribute' exists on 'System.Xml.Schema.XmlSchemaComplexContentExtension.Particle' in the contract but not the implementation.
2020-08-06T02:48:15.4133645Z /__w/1/s/src/libraries/shims/ApiCompat.proj(116,5): error : CannotRemoveAttribute : Attribute 'System.Xml.Serialization.XmlElementAttribute' exists on 'System.Xml.Schema.XmlSchemaComplexContentRestriction.Attributes' in the contract but not the implementation.
2020-08-06T02:48:15.4135299Z /__w/1/s/src/libraries/shims/ApiCompat.proj(116,5): error : CannotRemoveAttribute : Attribute 'System.Xml.Serialization.XmlElementAttribute' exists on 'System.Xml.Schema.XmlSchemaComplexContentRestriction.Particle' in the contract but not the implementation.
2020-08-06T02:48:15.4136918Z /__w/1/s/src/libraries/shims/ApiCompat.proj(116,5): error : CannotRemoveAttribute : Attribute 'System.Xml.Serialization.XmlElementAttribute' exists on 'System.Xml.Schema.XmlSchemaComplexType.Attributes' in the contract but not the implementation.
2020-08-06T02:48:15.4138526Z /__w/1/s/src/libraries/shims/ApiCompat.proj(116,5): error : CannotRemoveAttribute : Attribute 'System.Xml.Serialization.XmlElementAttribute' exists on 'System.Xml.Schema.XmlSchemaComplexType.ContentModel' in the contract but not the implementation.
2020-08-06T02:48:15.4140179Z /__w/1/s/src/libraries/shims/ApiCompat.proj(116,5): error : CannotRemoveAttribute : Attribute 'System.Xml.Serialization.XmlElementAttribute' exists on 'System.Xml.Schema.XmlSchemaComplexType.Particle' in the contract but not the implementation.
2020-08-06T02:48:15.4141750Z /__w/1/s/src/libraries/shims/ApiCompat.proj(116,5): error : CannotRemoveAttribute : Attribute 'System.Xml.Serialization.XmlElementAttribute' exists on 'System.Xml.Schema.XmlSchemaElement.Constraints' in the contract but not the implementation.
2020-08-06T02:48:15.4143285Z /__w/1/s/src/libraries/shims/ApiCompat.proj(116,5): error : CannotRemoveAttribute : Attribute 'System.Xml.Serialization.XmlElementAttribute' exists on 'System.Xml.Schema.XmlSchemaElement.SchemaType' in the contract but not the implementation.
2020-08-06T02:48:15.4145091Z /__w/1/s/src/libraries/shims/ApiCompat.proj(116,5): error : CannotRemoveAttribute : Attribute 'System.Xml.Serialization.XmlElementAttribute' exists on 'System.Xml.Schema.XmlSchemaGroup.Particle' in the contract but not the implementation.
2020-08-06T02:48:15.4146673Z /__w/1/s/src/libraries/shims/ApiCompat.proj(116,5): error : CannotRemoveAttribute : Attribute 'System.Xml.Serialization.XmlElementAttribute' exists on 'System.Xml.Schema.XmlSchemaIdentityConstraint.Fields' in the contract but not the implementation.
2020-08-06T02:48:15.4148663Z /__w/1/s/src/libraries/shims/ApiCompat.proj(116,5): error : CannotRemoveAttribute : Attribute 'System.Xml.Serialization.XmlElementAttribute' exists on 'System.Xml.Schema.XmlSchemaIdentityConstraint.Selector' in the contract but not the implementation.
2020-08-06T02:48:15.4151221Z /__w/1/s/src/libraries/shims/ApiCompat.proj(116,5): error : CannotRemoveAttribute : Attribute 'System.Xml.Serialization.XmlElementAttribute' exists on 'System.Xml.Schema.XmlSchemaImport.Annotation' in the contract but not the implementation.
2020-08-06T02:48:15.4153645Z /__w/1/s/src/libraries/shims/ApiCompat.proj(116,5): error : CannotRemoveAttribute : Attribute 'System.Xml.Serialization.XmlElementAttribute' exists on 'System.Xml.Schema.XmlSchemaInclude.Annotation' in the contract but not the implementation.
2020-08-06T02:48:15.4155365Z /__w/1/s/src/libraries/shims/ApiCompat.proj(116,5): error : CannotRemoveAttribute : Attribute 'System.Xml.Serialization.XmlElementAttribute' exists on 'System.Xml.Schema.XmlSchemaRedefine.Items' in the contract but not the implementation.
2020-08-06T02:48:15.4157124Z /__w/1/s/src/libraries/shims/ApiCompat.proj(116,5): error : CannotRemoveAttribute : Attribute 'System.Xml.Serialization.XmlElementAttribute' exists on 'System.Xml.Schema.XmlSchemaSequence.Items' in the contract but not the implementation.
2020-08-06T02:48:15.4160285Z /__w/1/s/src/libraries/shims/ApiCompat.proj(116,5): error : CannotRemoveAttribute : Attribute 'System.Xml.Serialization.XmlElementAttribute' exists on 'System.Xml.Schema.XmlSchemaSimpleContent.Content' in the contract but not the implementation.
2020-08-06T02:48:15.4162947Z /__w/1/s/src/libraries/shims/ApiCompat.proj(116,5): error : CannotRemoveAttribute : Attribute 'System.Xml.Serialization.XmlElementAttribute' exists on 'System.Xml.Schema.XmlSchemaSimpleContentExtension.Attributes' in the contract but not the implementation.
2020-08-06T02:48:15.4165491Z /__w/1/s/src/libraries/shims/ApiCompat.proj(116,5): error : CannotRemoveAttribute : Attribute 'System.Xml.Serialization.XmlElementAttribute' exists on 'System.Xml.Schema.XmlSchemaSimpleContentRestriction.Attributes' in the contract but not the implementation.
2020-08-06T02:48:15.4168003Z /__w/1/s/src/libraries/shims/ApiCompat.proj(116,5): error : CannotRemoveAttribute : Attribute 'System.Xml.Serialization.XmlElementAttribute' exists on 'System.Xml.Schema.XmlSchemaSimpleContentRestriction.BaseType' in the contract but not the implementation.
2020-08-06T02:48:15.4173072Z /__w/1/s/src/libraries/shims/ApiCompat.proj(116,5): error : CannotRemoveAttribute : Attribute 'System.Xml.Serialization.XmlElementAttribute' exists on 'System.Xml.Schema.XmlSchemaSimpleContentRestriction.Facets' in the contract but not the implementation.
2020-08-06T02:48:15.4174852Z /__w/1/s/src/libraries/shims/ApiCompat.proj(116,5): error : CannotRemoveAttribute : Attribute 'System.Xml.Serialization.XmlElementAttribute' exists on 'System.Xml.Schema.XmlSchemaSimpleType.Content' in the contract but not the implementation.
2020-08-06T02:48:15.4176472Z /__w/1/s/src/libraries/shims/ApiCompat.proj(116,5): error : CannotRemoveAttribute : Attribute 'System.Xml.Serialization.XmlElementAttribute' exists on 'System.Xml.Schema.XmlSchemaSimpleTypeList.ItemType' in the contract but not the implementation.
2020-08-06T02:48:15.4178277Z /__w/1/s/src/libraries/shims/ApiCompat.proj(116,5): error : CannotRemoveAttribute : Attribute 'System.Xml.Serialization.XmlElementAttribute' exists on 'System.Xml.Schema.XmlSchemaSimpleTypeRestriction.BaseType' in the contract but not the implementation.
2020-08-06T02:48:15.4180014Z /__w/1/s/src/libraries/shims/ApiCompat.proj(116,5): error : CannotRemoveAttribute : Attribute 'System.Xml.Serialization.XmlElementAttribute' exists on 'System.Xml.Schema.XmlSchemaSimpleTypeRestriction.Facets' in the contract but not the implementation.
2020-08-06T02:48:15.4181635Z /__w/1/s/src/libraries/shims/ApiCompat.proj(116,5): error : CannotRemoveAttribute : Attribute 'System.Xml.Serialization.XmlElementAttribute' exists on 'System.Xml.Schema.XmlSchemaSimpleTypeUnion.BaseTypes' in the contract but not the implementation.
2020-08-06T02:48:15.4182652Z /__w/1/s/src/libraries/shims/ApiCompat.proj(123,5): error : ApiCompat failed comparing netcoreapp3.1 to netcoreapp
@Dotnet-GitSync-Bot Dotnet-GitSync-Bot added area-System.ComponentModel untriaged New issue has not been triaged by the area owner labels Aug 6, 2020
@ghost
Copy link

ghost commented Aug 6, 2020

Tagging subscribers to this area: @safern
See info in area-owners.md if you want to be subscribed.

@echesakov echesakov added blocking-clean-ci Blocking PR or rolling runs of 'runtime' or 'runtime-extra-platforms' area-Infrastructure-libraries and removed area-System.ComponentModel labels Aug 6, 2020
@ghost
Copy link

ghost commented Aug 6, 2020

Tagging subscribers to this area: @safern, @ViktorHofer
See info in area-owners.md if you want to be subscribed.

@safern
Copy link
Member

safern commented Aug 6, 2020

Thanks @echesakovMSFT -- this is a dupe of: #40416

@safern safern closed this as completed Aug 6, 2020
@ghost ghost locked as resolved and limited conversation to collaborators Dec 7, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
area-Infrastructure-libraries blocking-clean-ci Blocking PR or rolling runs of 'runtime' or 'runtime-extra-platforms' untriaged New issue has not been triaged by the area owner
Projects
None yet
Development

No branches or pull requests

3 participants