You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The short answer is that they're trying to remove the need for (at minimum) the various Dockerfiles, since that's an extra maintenance burden for customers that's rarely customized and can usually be provided by built-in or other tools (eg, buildpaks). The problem is that the deployment templating tools don't recognize it yet, so the module just isn't included/built.
Description
Running "iotedgedev solution init --template csharp" does not generate module.json or Dockerfiles for the example filtermodule.
Expected behavior
I expect to see:
Actual behavior
None of the above exist in the module folder
Steps to Reproduce
Run "iotedgedev solution init --template csharp"
Environment
Default from "iotedgedev "container image
The text was updated successfully, but these errors were encountered: