Creating a NuGet Package Built on the ArcGIS Pro SDK

267
0
01-05-2023 08:51 AM
DrewNemecekIp
New Contributor II

How should I begin when creating a custom utilities NuGet package for accessing Pro SDK functionality?

I know I can create add-in or core host projects, but what type of project should I use for this utilities library? The add-in projects have all the UI components that are unnecessary for a utilities library, but the core host projects have the entry points, which are also unnecessary for a utilities library.

Should I simply create a core host project, remove the entry point program class, and then start adding classes and methods to be used by my applications?

Thanks.

Tags (2)
0 Kudos
0 Replies