-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Allow MemoryStreamFactory to be pluggable #4202
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
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 👍
/// <summary> | ||
/// A factory for creating memory streams using instances of <see cref="MemoryStream" /> | ||
/// </summary> | ||
public class MemoryStreamFactory : IMemoryStreamFactory | ||
{ | ||
public static MemoryStreamFactory Default { get; } = new MemoryStreamFactory(); |
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.
Perhaps we should rename these to .Instance
in future?
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'm happy to roll with .Instance
👍
* Adds versioned benchmarking Allows the benchmarking project to reference Nest.v7 and so makes it easier for us to benchmark proposed changes. * fix compilation errors and temporarily disable dependency on #4202
(cherry picked from commit 0b23cd7)
ported to |
* Adds versioned benchmarking (#4206) * Adds versioned benchmarking Allows the benchmarking project to reference Nest.v7 and so makes it easier for us to benchmark proposed changes. * fix compilation errors and temporarily disable dependency on #4202 (cherry picked from commit 16d8a08) * update to nest 8 versioned client for master
(cherry picked from commit 0b23cd7)
No description provided.