-
Notifications
You must be signed in to change notification settings - Fork 663
C# tests - update snapshots #3321
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
Conversation
jdetter
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think I'd personally like to keep the new bindings and just update the snapshots - if that's a lot of work and we're confident that keeping the old bindings won't cause any issues then I'm fine to do that as well. If you want to move this one forward just ping me again and take it out of draft and I'll take another look 👍
sdks/csharp/examples~/quickstart-chat/client/module_bindings/Reducers/SendMessage.g.cs
Show resolved
Hide resolved
jdetter
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This looks great, thanks Zeke 👍
… into bfops/fix-dotnet-test
# Description of Changes I chose to regenerate all of the bindings in #3310, but that caused the snapshots to change. This PR follows up to update them. I also updated the outdated script `tools~/gen-quickstart-chat.sh` (which was generating from a different module than the CI was), and updated the CI to use it instead of manually running a similar command. # API and ABI breaking changes Test-only changes. # Expected complexity level and risk 1 # Testing - [x] unity-testsuite passes on this PR (which it does not on `master`). --------- Co-authored-by: Zeke Foppa <bfops@users.noreply.github.com>
Description of Changes
I chose to regenerate all of the bindings in #3310, but that caused the snapshots to change. This PR follows up to update them.
I also updated the outdated script
tools~/gen-quickstart-chat.sh(which was generating from a different module than the CI was), and updated the CI to use it instead of manually running a similar command.API and ABI breaking changes
Test-only changes.
Expected complexity level and risk
1
Testing
master).