Meir Blachman

Results 121 issues of Meir Blachman

before: ![image](https://github.com/user-attachments/assets/ca1265ab-2cc4-4099-874d-067561f4792e) after: ![image](https://github.com/user-attachments/assets/eb24d608-a0ba-4235-8303-ea256a61560d)

**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...

enhancement
feature request
DownstreamApi

before: ![image](https://github.com/user-attachments/assets/0be9228e-6493-41c3-a36c-fa39ccbc31de) after: ![image](https://github.com/user-attachments/assets/2d5fd0b9-1700-47e9-8cf2-b7fdec07b889)

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...

enhancement
good first issue
.NET
triage
analyzers

### 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...

azure-cosmosdb

### Package OpenTelemetry.Extensions.Hosting ### Package Version | Package Name | Version | | ------------------------------------- | ------- | | OpenTelemetry.Api | 1.12.0 | | OpenTelemetry | 1.12.0 | ### Runtime Version...

bug
pkg:OpenTelemetry.Extensions.Hosting
needs-triage

### 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 ###...

enhancement

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...