Currently we use [Obsolete] on internal polyglot shims that have been replaced as a marker-only attribute. We should have a dedicated attribute and use it in the generated code as needed.
This might not need to be on an actual method, we could write [assembly:AspireExportObsolete(Id: "type/method", Description: "description")]
References:
Currently we use
[Obsolete]on internal polyglot shims that have been replaced as a marker-only attribute. We should have a dedicated attribute and use it in the generated code as needed.This might not need to be on an actual method, we could write
[assembly:AspireExportObsolete(Id: "type/method", Description: "description")]References: