How can i get list of deprecated modules that I can compare with currently used modules within ArcGIS Pro SDK pipeline?
@Rahul_Chahel here are some pointers:
start at: https://support.esri.com/en-us/products/arcgis-pro-sdk
Deprecation > https://support.esri.com/en-us/knowledge-base/arcgis-pro-sdk-net-48-framework-support-000027495
Details > https://github.com/esri/arcgis-pro-sdk/wiki#deprecation-information
@AyanPalit Sorry my post was not clear. By modules I meant like : ArcGIS.Core.CIM; ArcGIS.Desktop.Core; ArcGIS.Desktop.Core.Events; ArcGIS.Desktop.Framework; ArcGIS.Desktop.Framework.Contracts; ArcGIS.Desktop.Framework.Threading.Tasks; ArcGIS.Desktop.Mapping; ArcGIS.Desktop.Mapping.Events;
I am trying to create a pipeline to find any deprecated within my project and notify the developer.