Codegen Issues .net standard
(Automatically adding template at the end of the page.)
(Adding message template to the top of the page)
Line 1: Line 1:
{{message|Write the content here to display this box}}
The project format changed. Now, files in the directory are automatically included in the project. This makes Modlr unable to find them in the project file, and [[Code generation|Codegen]] has become sketchy.  
The project format changed. Now, files in the directory are automatically included in the project. This makes Modlr unable to find them in the project file, and [[Code generation|Codegen]] has become sketchy.  



Revision as of 22:13, 16 June 2024

Write the content here to display this box

The project format changed. Now, files in the directory are automatically included in the project. This makes Modlr unable to find them in the project file, and Codegen has become sketchy.

Add this to Project:

  <EnableDefaultCompileItems>false</EnableDefaultCompileItems>
</PropertyGroup>

Also, make sure you have this dependency on files:

<Compile Update="EcoProject1\Class3.eco.cs">
  <DependentUpon>Class3.cs</DependentUpon>
</Compile>

This should be fixed in FW.

See also: Codegen failedCode generation not working

This page was edited 93 days ago on 06/20/2024. What links here