Codegen Issues .net standard
(Created page with "Project format changed. Now files in the directory are automatically included in project - this make Modlr not find them in project file and codegen has become sktechy. Add t...")
 
No edit summary
Line 9: Line 9:
  </Compile>
  </Compile>
This should be fixed in FW..
This should be fixed in FW..
[[Category:MDriven Framework]]

Revision as of 08:16, 2 December 2022

Project format changed. Now files in the directory are automatically included in project - this make Modlr not find them in project file and codegen has become sktechy.

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..

This page was edited 97 days ago on 02/10/2024. What links here