Create Agent specific projects [VF 21.1 AgSDK]
Every agent requires at least three projects which should be in the agent's solution folder:
<agent name>.ContractsThis project contains the actual business logic of all tasks belonging to the agent.
<agent name>.UnitTestsHere all unit tests for the agent and its tasks are located.
<agent name>.ConsoleHostThe project that determines how to host the agent in Docker.
Note |
All projects must use .NET Core 3.1 or higher and Platform Target AnyCPU! |