Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix NRE in C# mocks and include the stack to result again #4656

Merged
merged 3 commits into from
May 18, 2020

Conversation

mikhailshilkov
Copy link
Member

Fix #4655

Fixes both points:

Copy link
Member

@justinvp justinvp left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Oops. Thanks for fixing! LGTM.

CHANGELOG.md Outdated
@@ -6,6 +6,9 @@ CHANGELOG
- Add support for untagged outputs in Go SDK.
[#4640](https://github.com/pulumi/pulumi/pull/4640)

- Fix a tegression in .NET unit testing.
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
- Fix a tegression in .NET unit testing.
- Fix a Regression in .NET unit testing.

@mikhailshilkov
Copy link
Member Author

@justinvp Thanks for the review. I added a test that reveals both problems. Do you mind taking another quick look?

Copy link
Member

@justinvp justinvp left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

👍

@mikhailshilkov mikhailshilkov merged commit 5b0c4e1 into master May 18, 2020
@pulumi-bot pulumi-bot deleted the mikhailshilkov/mix-cs-mocks branch May 18, 2020 15:18
abhinav pushed a commit to pulumi/pulumi-dotnet that referenced this pull request Jan 11, 2023
…umi#4656)

Fix NRE in C# mocks and include the stack to result again
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Regression in .NET unit testing: NullReferenceException on stacks with outputs
2 participants