Forum Discussion

Anonymous's avatar
Anonymous
Not applicable
4 years ago

Distinct 2 .mez files.

Hi. I'm having an issue like this.

 

In Git I push a custom connector for example A in branch devA. And my friend create a devB branch from it then custom the connector A into a connector B (he changed all the duplicate function name or other duplicate method, label name). The problem is when 2 files were built and move into custom connector, only 1 file appear in the menu another was hidden vice versa. I have changed all the same content in .snl and mproj file but it doesn't work.

 

Please help.

Thank you,

3 Replies

  • artemus's avatar
    artemus
    Microsoft Employee

    mprojects only support a single entry point file. As such all your shared functions must be in a single file.

    • Anonymous's avatar
      Anonymous
      Not applicable

      Thank you for your answer, but in devB I changed all the duplicate function name or other duplicate method, label name, mproj name or sln name. There's no duplicate name anymore. 2 mez files were built with different name now. does It still count as a single entry point file?

       
  • artemus's avatar
    artemus
    Microsoft Employee

    When you say hidden, are you saying it is avialable in the global functions, but not showing in the GetData? Also can you clarify if this is desktop or gateway?