Skip to content

How to

Setup Templates

install from nuget

bash
dotnet new install SoEx.Method.Templates

install from directory

bash
dotnet new install <FILE_SYSTEM_DIRECTORY>

install from local nupkg file

bash
dotnet new install <PATH_TO_NUPKG_FILE>/SoEx.Method.Templates.1.0.0.nupkg

Host your first inproc service

Host ever a networok

Define and use Ambient Context