-
Notifications
You must be signed in to change notification settings - Fork 55
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
Update NATS.Client.Hosting package as NATS.Extensions.Microsoft.DependencyInjection #433
Merged
Conversation
This file contains 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
rickdotnet
force-pushed
the
feature/392-417-di-builder
branch
from
March 6, 2024 21:40
c7b8f80
to
bd6c585
Compare
rickdotnet
commented
Mar 6, 2024
src/NATS.Extensions.Microsoft.DependencyInjection/NatsHostingExtensions.cs
Outdated
Show resolved
Hide resolved
src/NATS.Extensions.Microsoft.DependencyInjection/NatsBuilder.cs
Outdated
Show resolved
Hide resolved
rickdotnet
force-pushed
the
feature/392-417-di-builder
branch
from
March 13, 2024 11:12
a85124d
to
1bd9752
Compare
mtmk
reviewed
Mar 14, 2024
tests/NATS.Extensions.Microsoft.DependencyInjection.Tests/MyJsonContext.cs
Outdated
Show resolved
Hide resolved
…tsBuilder for customization of NATS configuration.
…s.Microsoft.DependencyInjection instead.
rickdotnet
force-pushed
the
feature/392-417-di-builder
branch
from
March 21, 2024 23:25
1bd9752
to
2aada74
Compare
Merged
…ilder # Conflicts: # tests/NATS.Extensions.Microsoft.DependencyInjection.Tests/NatsHostingExtensionsTests.cs
mtmk
approved these changes
Apr 3, 2024
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.
LGTM
thanks @rickdotnet |
mtmk
added a commit
that referenced
this pull request
Apr 4, 2024
* #451 Dispose fixes * #433 Update NATS.Client.Hosting package as NATS.Extensions.Microsoft.DependencyInjection * (staged) #454 Add client certificate chain support and SSL context generation * #463 add NatsTlsOpts.LoadClientCertContext * #459 Object store metadata fix * #455 Deserialize empty payloads * Release 2.2.0 [nats:update-docs]
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.
Aims to resolve #392 and resolve #417
The builder pattern is fairly common and easy to pick up. This also leaves it fairly open to future extension.