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

Extracted Protos out to common project #1367

Merged
merged 2 commits into from
Oct 16, 2024
Merged

Conversation

WhitWaldo
Copy link
Contributor

Description

As the .NET client continues to be expanded out to multiple block-specific clients instead of a monolithic client, each of these other projects will need to maintain their own Protos for interfacing with the runtime. Rather than maintain a collection of different protos in each of those projects, this is a step in preparing for that by extracting the protos out to one shared project.

Future proto updates need only be made against this project for all other Dapr .NET SDK clients to make use of them, simplifying ongoing maintenance.

Issue reference

We strive to have all PR being opened based on an issue, where the problem or feature have been discussed prior to implementation.

Please reference the issue this PR will close: N/A

Checklist

Please make sure you've completed the relevant tasks for this PR, out of the following list:

  • Code compiles correctly
  • Created/updated tests
  • [N/A] Extended the documentation

Signed-off-by: Whit Waldo <whit.waldo@innovian.net>
@WhitWaldo WhitWaldo added this to the v1.15 milestone Oct 16, 2024
@WhitWaldo WhitWaldo self-assigned this Oct 16, 2024
@WhitWaldo WhitWaldo requested review from a team as code owners October 16, 2024 05:11
Signed-off-by: Whit Waldo <whit.waldo@innovian.net>
@WhitWaldo WhitWaldo merged commit aa8b0fd into dapr:master Oct 16, 2024
10 checks passed
@WhitWaldo WhitWaldo deleted the shared-protos branch October 16, 2024 05:36
humandigital-michiel pushed a commit to humandigital-agency/dapr-dotnet-sdk that referenced this pull request Oct 23, 2024
Protos pulled out to separate shared project
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants