jaredcnance / dotnet-call

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Installation

Add the tool to your csproj file:

<ItemGroup>
    <DotNetCliToolReference Include="dotnet-call" Version="0.1.0-*" />
</ItemGroup>

Running

dotnet exec -a MyAssembly -c "Namespace.Class" -m Method -d '{"key1": "value1"}'

TODO

  • Instantiation of generics
  • Parse serverless.yml

About


Languages

Language:C# 82.9%Language:PowerShell 17.1%