Skip to content

OutSystems Developer Cloud External Logic Application Template

Notifications You must be signed in to change notification settings

stefan-d-p/odc-dotnetnew-template

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 

Repository files navigation

OutSystems Developer Cloud External Logic Template

This repository contains a dotnet new template for OutSystems Developer Cloud External Logic.

To install

  • Clone this repository
  • Change into odc-externallogic-template path

Run the following command

dotnet new install .\

This adds a new dotnet template ODC External Logic Library with a shortname ODC

To create a new solution run the following command

dotnet new odc --name <YourSolutionName>

This creates a new folder YourSolutionName containing a solution with two projects.

  • The library project
  • A NUnit testproject

with a sample action Echo and a corresponding test.

See Extend your apps with external logic in the OutSystems ODC Documentation on how to pack and upload your external logic library -> OutSystems Documentation

About

OutSystems Developer Cloud External Logic Application Template

Topics

Resources

Stars

Watchers

Forks

Languages