Eddy Nakamura
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...
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...
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:...
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...
### 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...
### Library name and version Azure.Storage.Queues.12.20.0 ### Query/Question Hello, I have a solution running on AzureFunctions, .NET 8, Windows with at least 8 cores. The AzureFunction as a cron function...
#### Is your question related to a specific version? If so, please specify: No specific version. #### What language does your question apply to? (e.g. C#, JavaScript, Java, All) C#...