This section describes Aptify's recommended procedures for building assemblies that you can add to Aptify based on your code. The following is an overview of the typical steps that a developer performs during the development cycle:

  1. Create a Visual Studio project with the appropriate code to perform the desired functions.
  2. If you are interested in following Aptify's best practice to sign your code, configure your project for delayed signing as described in Preparing a Project for Delayed Signing.
  3. Use Visual Studio to build an assembly for testing.
  4. If you used delayed signing, turn off verification for this assembly. See Delayed Signing for details.

  5. Add the assembly to the Aptify Object Repository and specify the appropriate assembly information in the required location within Aptify.

  6. Perform tests within Aptify to determine whether it is functioning as intended.

  7. Modify the project code as necessary to address any problems encountered from testing the assembly within Aptify. If needed, set up your environment to debug the code.
  8. Build a Release version of your assembly.
  9. If you are signing assemblies, sign the assembly using your organization's private key. See Signing a Delayed Signing Assembly with the Private Key for details.

  10. Update the Aptify Object Repository to use the new version of your assembly.