Deprecate github.com/pulumi/pulumi/pkg/v3/codegen/dotnet & remove tests#21720
Merged
Deprecate github.com/pulumi/pulumi/pkg/v3/codegen/dotnet & remove tests#21720
github.com/pulumi/pulumi/pkg/v3/codegen/dotnet & remove tests#21720Conversation
tgummerer
approved these changes
Feb 9, 2026
Collaborator
tgummerer
left a comment
There was a problem hiding this comment.
Presumably we'll still need a fix in pulumi/pulumi-dotnet, or is it fixed there as well?
Member
Author
I have not added a specific fix there. I'll move instead of closing. |
We don't need to spend the time to run tests on frozen code.
https://github.com/search?q=%22github.com%2Fpulumi%2Fpulumi%2Fpkg%2Fv3%2Fcodegen%2Freport%22&type=code shows that that this package is never used.
1dda6ee to
e5de171
Compare
Merged
github-merge-queue Bot
pushed a commit
that referenced
this pull request
Feb 10, 2026
To be merged after #21727 and #21764 made it in. Tentative changelog: ## (2026-02-10) ### Features - [cli] Show environment variables that were set if a snapshot integrity error happens [#21709](#21709) - [engine] Pass replacement trigger through to Construct [#21408](#21408) - [engine] Add EnvVarMappings resource option for provider resources, allowing environment variables to be remapped before being passed to the provider [#21572](#21572) - [pkg] BREAKING: Deprecate github.com/pulumi/pulumi/pkg/v3/codegen/dotnet in favor of github.com/pulumi/pulumi-dotnet/pulumi-language-dotnet/v3/codegen. This package will be removed from pulumi/pulumi soon! [#21720](#21720) ### Bug Fixes - [cli] Retry `yarn install` when it fails (e.g. during `pulumi install`) [#21707](#21707) - [engine] Deal with errors in elided journal entries correctly [#21576](#21576) - [sdk/python] Fix `_LazyModule` to not trigger full module load for introspection attributes [#21620](#21620) - [sdkgen/python] Remove workaround for slow typechecking with MyPy and PyCharm [#21722](#21722) ### Miscellaneous - [cli] Write logfile location if verbosity is >= 1 to stderr instead of stdout [#21663](#21663)
Contributor
|
This PR has been shipped in release v3.220.0. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR deprecates the
github.com/pulumi/pulumi/pkg/v3/codegen/dotnetpackage in favor ofgithub.com/pulumi/pulumi-dotnet/pulumi-language-dotnet/v3/codegen. (e5e9fd5)Since the dotnet codegen code is frozen, we have removed all tests for it here. (bd869c1 & 8761f22)
This PR removes
github.com/pulumi/pulumi/pkg/v3/codegen/reportsince nothing uses it. (search, c518245)This PR updates
docs_integration_test.goto no longer directly test .NET, matching Java & YAML. (3b293fd)