-
Notifications
You must be signed in to change notification settings - Fork 612
Description
The sample app provided in this repository is quite difficult to get running.
When you open it (the csproj), it already begins complaining about the missing SDK or framework:

I think it is because it is not part of a solution. But even when you add it to a solution already containing a .NET Core Console App you run into more problems. And that is the missing nuget package(s). Also, it is not possible to add them, because it somehow does not understand it.
So. Take 3, copying over the files to the current console app. Even that did not automatically work. It complains about multiple entry points in the project. So I had to even change more things to get it working.
Also there is too little info about building a (dynamic) input, without JSON as the 'input' for the inputs.
I finally found out. Please provide a full out-of-the-box working example app. Thanks!
Also there is no info about the "Operator" property, I guess it is not implemented/used? Also some more info about the inputs would be nice. What type is expected? Would be nice if that info is also on the readme/wiki, and not only in the example app.