Skip to content

Assemblies with '-' in name not found during generation #12

@joachim-heck

Description

@joachim-heck

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 workingnext releaseTry to add this issue to next release

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions