Skip to content

[BUG] Rendering of components from custom library doesn't work #45

@Specter-13

Description

@Specter-13

Renderer cannot find component in custom library, because compiled C# classes doesn't contains namespaces:

Therefore code,

var name = twinType.FullName;

will return only type name, not fully qualified name with namespace, therefore comparison will fail and component won't be found.

Also, documentation for custom libraries should be updated.

Metadata

Metadata

Assignees

Labels

blazorbugSomething isn't working

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions