Hi all. Total noob with ArcGIS Pro and C# development.
I'm playing with the FeatureSelection tool found in the arcgis-pro-sdk-community-samples GitHub repository. I tried setting a breakpoint in the OnSketchCompleteAsync method but the breakpoint was never hit. So, as a test, I commented out the whole OnSketchCompleteAsync method, rebuilt the solution, and it runs the same.
How do I get the OnSketchCompleteAsync that is in the project to run?
I found out what was happening. I was using this to select:
The tool seems to need to use this: