Closed koepalex closed 10 months ago
git clone https://github.com/OPCFoundation/UA-ModelCompiler --recursive
docker build -t opcua-modelcompiler .
dotnet build -c Release ModelCompiler\ Solution.sln
Could not find file '/Users/koepalex/repos/UA-ModelCompiler/Opc.Ua.ModelCompiler/CSVs/MDIS.csv
Model Compiler can be build without error
Steps to reproduce
git clone https://github.com/OPCFoundation/UA-ModelCompiler --recursive
docker build -t opcua-modelcompiler .
or directdotnet build -c Release ModelCompiler\ Solution.sln
Error
Expectations
Model Compiler can be build without error