Skip to content

Latest commit

 

History

History
16 lines (13 loc) · 815 Bytes

CONTRIBUTING.md

File metadata and controls

16 lines (13 loc) · 815 Bytes

Prerequisites

Development

  • To develop Kotlin part, open the root folder.
  • To develop C# part, open aspire-plugin.sln file in the root folder.
  • To connect them, there is a protocol subfolder. To read more about this protocol, see this library.

Run/Debug

  • Run/Debug plugin with Run Plugin run configuration (from Kotlin part).
  • Generate protocol models with Generate Protocol run configuration (from Kotlin part).

Documentation