Meir Blachman
Meir Blachman
before:  after: 
**Is your feature request related to a problem? Please describe.** A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]. mocking the IDownstreamApi class...
before:  after: 
using `Mock` is wrong, users should either use `NullLogger.Instance` or [`FakeLogger`](https://github.com/dotnet/extensions/blob/main/src/Libraries/Microsoft.Extensions.Diagnostics.Testing/Logging/FakeLogger.cs) from `Microsoft.Extensions.Diagnostics.Testing` using the [Microsoft.CodeAnalysis.BannedApiAnalyzers](https://github.com/dotnet/roslyn/blob/main/src/RoslynAnalyzers/Microsoft.CodeAnalysis.BannedApiAnalyzers/BannedApiAnalyzers.Help.md) doesn't work since it doesn't support specific generic types something like this doesn't work...
### Is there an existing issue for this? - [x] I have searched the existing issues ### Is your feature request related to a problem? Please describe the problem. The...
### Package OpenTelemetry.Extensions.Hosting ### Package Version | Package Name | Version | | ------------------------------------- | ------- | | OpenTelemetry.Api | 1.12.0 | | OpenTelemetry | 1.12.0 | ### Runtime Version...
### Problem No simple way to setup zookeeper, see manual instructions https://hub.docker.com/_/zookeeper#how-to-use-this-image ### Solution New library TestContainers.Zookeeper ### Benefit Better integration for https://zookeeper.apache.org/ ### Alternatives Using the generic container ###...
just saw #9701 and realized we can further simplify the tests by using [testcontainers](https://dotnet.testcontainers.org/) Replaces manual Docker container management in CI workflows with Testcontainers library for better test isolation and...
related to #9608 Converts static ApplicationRequestInstruments to instance-based implementation that receives OrleansInstruments through constructor injection. Introduces OrleansInstruments as a new service that wraps meter creation functionality and registers it in...