-
Notifications
You must be signed in to change notification settings - Fork 5k
Open
Labels
ClientThis issue is related to a non-management packageThis issue is related to a non-management packageEngSysThis issue is impacting the engineering system.This issue is impacting the engineering system.MgmtThis issue is related to a management package.This issue is related to a management package.
Description
Right now, ApiCompat detects breaking changes on adding new [ModelReaderWriterBuildableAttribute] comparing to previous GA release version, which should not be a breaking change.
The repro step is to add a new attribute to the GA MRWContext and then dotnet build
.
So, we have to ignore this attribute for ApiCompat for now.
We need to fix this to avoid removing [ModelReaderWriterBuildableAttribute] from GA version.
Metadata
Metadata
Assignees
Labels
ClientThis issue is related to a non-management packageThis issue is related to a non-management packageEngSysThis issue is impacting the engineering system.This issue is impacting the engineering system.MgmtThis issue is related to a management package.This issue is related to a management package.