hi there! I’m building a new tfbridge package and ...
# package-authoring
w
hi there! I’m building a new tfbridge package and need to customize the sdk package names as the org and the package name is the same and I wanna add ‘pulumi’ in there somewhere for ts/python/go I’m good, but for CSharp the only config I have is
RootNamespace
which helps with the org, but I need to change the package itself any way to customize the package name specifically for dotnet ?
f
have you seen this issue? sounds related. seems like
Namespaces
could work for you unless i'm misunderstanding
w
that did work, but it also renamed a bunch of other stuff.. that made things look even worse lol
f
oh no! 😞
w
I’ll just use RootNamespace with a Pulumi sub namespace
f
curious - what did you specify for
Namespaces
? btw this is where the codegen'd namespace happens https://github.com/pulumi/pulumi/blob/master/pkg/codegen/dotnet/gen.go#L2381