-
Notifications
You must be signed in to change notification settings - Fork 4
Closed
Labels
bugSomething isn't workingSomething isn't workingnext releaseTry to add this issue to next releaseTry to add this issue to next release
Description
Seems like generator is struggeling with special cases like "-" in the assembly name duing export. We are using protobuffer with the .net protobuf-net extension ("protobuf-net.dll") in our projects.
During Typescript / angular generation we receive some errors stating that KY.Generator isn't able to lookup the "-net.dll"
file at the target folder, although the correct referred name is protobuf-net.dll
. The process runs perfectly when we manually provide the assembly name in the load
statement of the generator.json config
"load": [
"..\\..\\packages\\protobuf-net.2.4.0\\lib\\netcoreapp2.1\\protobuf-net.dll"
],
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't workingnext releaseTry to add this issue to next releaseTry to add this issue to next release