Registration icon indicating copy to clipboard operation
Registration copied to clipboard

Recover and forward AsyncTaskUtil to ExcelAsyncUtil

Open govert opened this issue 11 months ago • 2 comments

See this discussion: https://groups.google.com/g/exceldna/c/9VtfJ6SkhdU

I think it's worthwhile to try to keep compatibility of the public interface of ExcelDna.Registration, where easy and not interfering with our refactoring plans. It would be good if code using ExcelDna.Registration continued to work without changes, maybe with 'Obsolete' attributes added to indicate the change.

In particular, we might restore the class and public interface of ExcelDna.Registration.Util.AsyncTaskUtil, to forward all calls to the ExcelDna.Integration.ExcelAsyncUtil class, and have some Obsolete attributes to indicate to recommended update path.

govert avatar Mar 18 '24 11:03 govert

Maybe we should mark the whole ExcelDna.Registration package as Obsolete instead of marking individual methods once I complete the migration?

Sergey-Vlasov avatar Mar 24 '24 05:03 Sergey-Vlasov

Maybe we should mark the whole ExcelDna.Registration package as Obsolete instead of marking individual methods once I complete the migration?

Yes, that sounds good.

govert avatar Mar 24 '24 08:03 govert