Skip to content

Expose BlobsTranscriptStore containerClient constructor #533

@joetossell

Description

@joetossell

Is your feature request related to a problem? Please describe.
Would like to use the aspire constructed container client but the BlobsTranscriptStore constructor accepting BlobContainerClient is internal. This is a similar issue to #393 which was resolved by making the relevant constructor public.

Describe the solution you'd like
Make the BlobsTranscriptStore internal constructor accepting BlobContainerClient public, as was done for BlobsStorage in #393

See:

internal BlobsTranscriptStore(BlobContainerClient containerClient, JsonSerializerOptions jsonSerializer = null)

Describe alternatives you've considered
Vendoring the class

Additional context
Add any other context or screenshots about the feature request here.

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions