Eddy Nakamura

Results 7 issues of Eddy Nakamura

This change will only fix some misspelling words.

I was using version 2.7.82 and wanted to update it to 2.9.1 and started to see the following stack: ``` Unhandled exception. System.MissingMethodException: Method not found: 'Void CommandLine.VerbAttribute..ctor(System.String)'. at System.ModuleHandle.ResolveMethodHandleInternalCore(RuntimeModule...

Hi, I was looking at the last package that got produced and I saw this: And I was expecting something like this: I don't see any issues with that, it...

Customer reported
Investigate

After the PR https://github.com/open-telemetry/opentelemetry-dotnet/pull/975, ActivityProcessor will implement `IDisposable`. With netstandard2.1, we can also implement `IAsyncDisposable`. Below one example that @pcwiese sent me: ```csharp public class TestClass : IDisposable #if NETSTANDARD2_1...

enhancement
area:sdk
priority:p2

Hi, I'm using Dapper Extensions for a while and my colleague (that is DBA) showed me some querys that the Dapper Extensions are making are not very good. For example:...

bug

Hello, I'm trying to change the azure function v4 using C#/.NET 6 to use managed identity to connect into the AzureWebJobsStorage. Following this guideline: https://learn.microsoft.com/en-us/azure/azure-functions/functions-reference?tabs=blob&pivots=programming-language-csharp#connecting-to-host-storage-with-an-identity, I added/updated the identity permissions...

Needs: Attention :wave:

### Library name and version Azure.Storage.Blob ### Query/Question Hello! Given an Azure Entra App Id with federated credentials, how do I properly create it and use it to connect into...

Client
Azure.Identity
customer-reported
question
needs-team-attention