Carl Meyertons
Carl Meyertons
Would it be possible to create a NuGet package for this code? We want to integrate it into our existing processing server stack, so Docker is out of the question...
Docker BuildKit supports [reproducible builds](https://docs.docker.com/build/ci/github-actions/reproducible-builds/) by setting the env var `SOURCE_DATE_EPOCH=0` It appears the [OCI default labels](https://github.com/dotnet/sdk-container-builds/issues/96) does not respect this value, This is a nice tool for teams to...
This is a fantastic library, and I sincerely appreciate all the work that has gone into this. ## Problem The fail-safe functionality is great, however there are certain scenarios where...
### Library name and version Azure.Communication.Chat 1.3.1 ### Describe the bug The Azure Communication Chat library is not mockable. Especially for a service that I cannot emulate locally, I need...
It would be fantastic if Orleans could support Value Objects source-generated by Vogen. There is currently an outstanding issue on the Vogen library here: https://github.com/SteveDunn/Vogen/issues/385 We can't simply source generate...
**What this PR does / why we need it**: Adds an `IServiceProvider` overload for configuring SendGrid to allow for ApiKey to be pulled from DI (via options pattern, etc) **Which...
**What would you like to be added**: An overload for `AddSendGrid` that accepts a `Func` **Why is this needed**: Resolve the apiKey from .NET configuration / DI using Options pattern...