Closed mnoomnoo closed 2 days ago
The issue is the transpiler for MtconnectCore does not have a handler for renaming C# entities when they start with a number.
For example, the output from the transpiler:
To fix this, we must manually prefix it with an underscore according to MS docs.
I've pushed an update to this branch with this fix.
Describe the bug When trying to build the
tbm0115/hard-coded-model
branch I get the following errors:To Reproduce Steps to reproduce the behavior:
tbm0115/hard-coded-model
branchExpected behavior Build should succeed