Skip to end of metadata
Go to start of metadata

You are viewing an old version of this content. View the current version.

Compare with Current View Version History

Version 1 Next »

If the solution was setup with the Quickstart-Guide there should be a dedicated console project with the suffix .Generate. Run this project to re-generate the code.

The contained code is simple:

    internal static int Main()
    {
      return new ApplicationManager().RunCodeGenerator(new CodeGeneratorApplication<QuinoProjectApplication>()) ? 0 : -1;
    }

This will run the code-generator with the main application.

  • No labels