Guillaume Delahaye
Guillaume Delahaye
### Discussed in https://github.com/LGouellec/kafka-streams-dotnet/discussions/267 Originally posted by **g7ed6e** July 3, 2023 Hello i would need support for sliding window. Is it still not planned yet ? Would you be open...
Resolves #1973
The LogHandler and the StatisticsHandler are protected internal non virtual multicast delegates. This visibility and the fact that current implementation throw when a SetXXXHandler is called multiple times defeats the...
**Which version of Duende IdentityServer are you using?** 6.2.* **Describe the bug** N/A **Additional context** The client authentication mechanism `client_secret_jwt` is not supported. please see [OpenIdConnect Core - Client Authentication](https://openid.net/specs/openid-connect-core-1_0-15.html#ClientAuthentication)....
~~Requires #1277~~
Would it be worth using [Docker.DotNet](https://www.nuget.org/packages/Docker.DotNet/)? _Originally posted by @mconnew in https://github.com/CoreWCF/CoreWCF/pull/1287#discussion_r1513542345_
1. Add a source generator to generate an `IOperationInvoker` implementation per method marked as `[OperationContract]`. The implementation are registered within a static `Dictionary` 2. Add the ability to enable the...