Skip to content
Prev Previous commit
Next Next commit
Use the .NET Namespace as is.
  • Loading branch information
ringods committed Oct 21, 2025
commit bf178b3992b21af0ba1ce34ccab0c0927ed65719
2 changes: 1 addition & 1 deletion pkg/codegen/dotnet.go
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ func GenerateDotNet(pg *PackageGenerator, cs *CodegenSettings) (map[string]*byte
delete(pkg.Language, "csharp")

packageName := dotnet.Title(cs.PackageName)
namespace := dotnet.Title(cs.PackageNamespace)
namespace := cs.PackageNamespace
if namespace == "" {
namespace = "Pulumi"
}
Expand Down
Loading