This message was deleted.
# dotnet
s
This message was deleted.
b
hmm can you expand on issues you're having? I am currently using some abstract component resource classes.
particuarly because we can't register the child class with the component resource class
what do you mean by this?
m
the component resource has as a call to the base pulumi componentresource class to registry the componet e.g. : base("Network:CustomApplicationGateway", name, opts), but if the component resource inherits from another component resource, rather than the base pulumi componentResource class, this won't work because it's not calling that base class
b
sure it can, you just need to pass everything from the derived classes constructor, and interpolate something into the resource type name parameter such that it is different from the parent class