azure-sdk-for-net
azure-sdk-for-net copied to clipboard
This repository is for active development of the Azure SDK for .NET. For consumers of the SDK we recommend visiting our public developer docs at https://learn.microsoft.com/dotnet/azure/ or our versio...
# Summary The Event Hubs client library aims to be mockable and fully support testability. To help illustrate usage of the new API for the testing scenarios, a set of...
This is happening in an ASP.NET 4.8 MVC 5 app. The same code works fine if I revert back to Azure.Core, Version=1.14 Fusion Log: ----------- === Pre-bind state information ===...
The following projects have snippets that do not compile correctly. Owners should make sure their snippets build correctly to make sure that customers copying snippets (and replacing any placeholders necessary)...
Due to the way that transactions work with Service Bus, retries for service operations cannot be performed when there is an active ambient transaction. We should add a section to...
# Summary Once the `EventHubBufferedProducerClient` has been implemented, it will need to be integrated with the [EventHubClientBuilderExtensions](https://github.com/Azure/azure-sdk-for-net/blob/main/sdk/eventhub/Azure.Messaging.EventHubs/src/Compatibility/EventHubClientBuilderExtensions.cs) for use with ASP.NET and other integrations. Because the configuration requires that event...
Update AutoRest C# version to 3.0.0-beta.20220810.1
# Contributing to the Azure SDK Please see our [CONTRIBUTING.md](https://github.com/Azure/azure-sdk-for-net/blob/main/CONTRIBUTING.md) if you are not familiar with contributing to this repository or have questions. For specific information about pull request etiquette...
### Library name and version Azure.AI.FormRecognizer 4.0.0-beta.4 ### Query/Question I'm trying to use the Form Recognizer for my PDF files. Currently using this with the "General Document" type. It is...
### Library name and version Azure.Storage.Blobs 12.12.0 ### Query/Question Hi, I am trying to use the Azure Blob Storage SDK to list the contents of a directory on Xamarin.iOS. The...