Azure.Core 1.0.1

Prefix Reserved
There is a newer version of this package available.
See the version list below for details.
dotnet add package Azure.Core --version 1.0.1
                    
NuGet\Install-Package Azure.Core -Version 1.0.1
                    
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="Azure.Core" Version="1.0.1" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="Azure.Core" Version="1.0.1" />
                    
Directory.Packages.props
<PackageReference Include="Azure.Core" />
                    
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add Azure.Core --version 1.0.1
                    
#r "nuget: Azure.Core, 1.0.1"
                    
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
#:package Azure.Core@1.0.1
                    
#:package directive can be used in C# file-based apps starting in .NET 10 preview 4. Copy this into a .cs file before any lines of code to reference the package.
#addin nuget:?package=Azure.Core&version=1.0.1
                    
Install as a Cake Addin
#tool nuget:?package=Azure.Core&version=1.0.1
                    
Install as a Cake Tool

This is the implementation of the Azure Client Pipeline

Product Compatible and additional computed target framework versions.
.NET net5.0 was computed.  net5.0-windows was computed.  net6.0 was computed.  net6.0-android was computed.  net6.0-ios was computed.  net6.0-maccatalyst was computed.  net6.0-macos was computed.  net6.0-tvos was computed.  net6.0-windows was computed.  net7.0 was computed.  net7.0-android was computed.  net7.0-ios was computed.  net7.0-maccatalyst was computed.  net7.0-macos was computed.  net7.0-tvos was computed.  net7.0-windows was computed.  net8.0 was computed.  net8.0-android was computed.  net8.0-browser was computed.  net8.0-ios was computed.  net8.0-maccatalyst was computed.  net8.0-macos was computed.  net8.0-tvos was computed.  net8.0-windows was computed.  net9.0 was computed.  net9.0-android was computed.  net9.0-browser was computed.  net9.0-ios was computed.  net9.0-maccatalyst was computed.  net9.0-macos was computed.  net9.0-tvos was computed.  net9.0-windows was computed.  net10.0 was computed.  net10.0-android was computed.  net10.0-browser was computed.  net10.0-ios was computed.  net10.0-maccatalyst was computed.  net10.0-macos was computed.  net10.0-tvos was computed.  net10.0-windows was computed. 
.NET Core netcoreapp2.0 was computed.  netcoreapp2.1 was computed.  netcoreapp2.2 was computed.  netcoreapp3.0 was computed.  netcoreapp3.1 was computed. 
.NET Standard netstandard2.0 is compatible.  netstandard2.1 was computed. 
.NET Framework net461 was computed.  net462 was computed.  net463 was computed.  net47 was computed.  net471 was computed.  net472 was computed.  net48 was computed.  net481 was computed. 
MonoAndroid monoandroid was computed. 
MonoMac monomac was computed. 
MonoTouch monotouch was computed. 
Tizen tizen40 was computed.  tizen60 was computed. 
Xamarin.iOS xamarinios was computed. 
Xamarin.Mac xamarinmac was computed. 
Xamarin.TVOS xamarintvos was computed. 
Xamarin.WatchOS xamarinwatchos was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages (678)

Showing the top 5 NuGet packages that depend on Azure.Core:

Package Downloads
Azure.Identity

Provides APIs for authenticating to Microsoft Entra ID

Microsoft.Data.SqlClient

The current data provider for SQL Server and Azure SQL databases. This has replaced System.Data.SqlClient. These classes provide access to SQL and encapsulate database-specific protocols, including tabular data stream (TDS). Commonly Used Types: Microsoft.Data.SqlClient.SqlConnection Microsoft.Data.SqlClient.SqlException Microsoft.Data.SqlClient.SqlParameter Microsoft.Data.SqlClient.SqlDataReader Microsoft.Data.SqlClient.SqlCommand Microsoft.Data.SqlClient.SqlTransaction Microsoft.Data.SqlClient.SqlParameterCollection Microsoft.Data.SqlClient.SqlClientFactory When using NuGet 3.x this package requires at least version 3.4.

Azure.Storage.Common

This client library enables working with the Microsoft Azure Storage services which include the blob and file services for storing binary and text data, and the queue service for storing messages that may be accessed by a client. For this release see notes - https://github.com/Azure/azure-sdk-for-net/blob/main/sdk/storage/Azure.Storage.Common/README.md and https://github.com/Azure/azure-sdk-for-net/blob/main/sdk/storage/Azure.Storage.Common/CHANGELOG.md in addition to the breaking changes https://github.com/Azure/azure-sdk-for-net/blob/main/sdk/storage/Azure.Storage.Common/BreakingChanges.txt Microsoft Azure Storage quickstarts and tutorials - https://docs.microsoft.com/en-us/azure/storage/ Microsoft Azure Storage REST API Reference - https://docs.microsoft.com/en-us/rest/api/storageservices/

Azure.Storage.Blobs

This client library enables working with the Microsoft Azure Storage Blob service for storing binary and text data. For this release see notes - https://github.com/Azure/azure-sdk-for-net/blob/main/sdk/storage/Azure.Storage.Blobs/README.md and https://github.com/Azure/azure-sdk-for-net/blob/main/sdk/storage/Azure.Storage.Blobs/CHANGELOG.md in addition to the breaking changes https://github.com/Azure/azure-sdk-for-net/blob/main/sdk/storage/Azure.Storage.Blobs/BreakingChanges.txt Microsoft Azure Storage quickstarts and tutorials - https://docs.microsoft.com/en-us/azure/storage/ Microsoft Azure Storage REST API Reference - https://docs.microsoft.com/en-us/rest/api/storageservices/ REST API Reference for Blob Service - https://docs.microsoft.com/en-us/rest/api/storageservices/blob-service-rest-api

Azure.Security.KeyVault.Secrets

This is the Microsoft Azure Key Vault Secrets client library

GitHub repositories (68)

Showing the top 20 popular GitHub repositories that depend on Azure.Core:

Repository Stars
dotnet/orleans
Cloud Native application framework for .NET
Azure/azure-powershell
Microsoft Azure PowerShell
microsoft/perfview
PerfView is a CPU and memory performance-analysis tool
Azure-Samples/cognitive-services-speech-sdk
Sample code for the Microsoft Cognitive Services Speech SDK
dotnet/interactive
.NET Interactive combines the power of .NET with many other languages to create notebooks, REPLs, and embedded coding experiences. Share code, explore data, write, and learn across your apps in ways you couldn't before.
dotnet/extensions
This repository contains a suite of libraries that provide facilities commonly needed when creating production-ready applications.
netwrix/pingcastle
PingCastle - Get Active Directory Security at 80% in 20% of the time
Azure/azure-functions-host
The host/runtime that powers Azure Functions
microsoft/azure-pipelines-agent
Azure Pipelines Agent 🚀
microsoft/mcp
Catalog of official Microsoft MCP (Model Context Protocol) server implementations for AI-powered data access and tool integration
webprofusion/certify
Professional ACME Client for Windows. Certificate Management UI, powered by Let's Encrypt and compatible with all ACME v2 CAs. Used by over 150,000 organisations. Remember to Star us! Download from certifytheweb.com
NuGet/NuGetGallery
NuGet Gallery is a package repository that powers https://www.nuget.org. Use this repo for reporting NuGet.org issues.
ariacom/Seal-Report
Database Reporting Tool and Tasks (.Net)
smartstore/Smartstore
A modular, scalable and ultra-fast open-source all-in-one eCommerce platform built on ASP.NET Core 7
VirtoCommerce/vc-platform
Virto Commerce B2B Innovation Platform
Azure/azure-mcp
The Azure MCP Server, bringing the power of Azure to your agents.
dotnet/SqlClient
Microsoft.Data.SqlClient provides database connectivity to SQL Server for .NET applications.
mixcore/mix.core
🚀 A future-proof enterprise web CMS supporting both headless and decoupled approaches. Build any type of app with customizable APIs on ASP.NET Core/.NET Core. Completely open-source and designed for flexibility.
MicrosoftLearning/AI-102-AIEngineer
Lab files for AI-102 - AI Engineer
Azure/azure-cosmos-dotnet-v3
.NET SDK for Azure Cosmos DB for the core SQL API
Version Downloads Last Updated
1.48.0 127,912 9/9/2025
1.47.3 972,576 8/20/2025
1.47.2 181,071 8/12/2025
1.47.1 4,099,644 7/15/2025
1.45.0 3,614,462 2/6/2025
1.44.1 108,235,250 10/9/2024
1.44.0 21,546,659 10/3/2024
1.43.0 18,953,795 9/13/2024
1.42.0 35,739,832 8/1/2024
1.41.0 47,813,833 7/11/2024
1.40.0 78,400,021 6/6/2024
1.39.0 32,269,356 4/19/2024
1.38.0 180,723,085 2/26/2024
1.37.0 118,614,255 1/11/2024
1.36.0 103,380,027 11/10/2023
1.35.0 165,955,821 9/7/2023
1.34.0 28,610,620 7/12/2023
1.33.0 22,450,187 6/16/2023
1.32.0 32,832,771 5/10/2023
1.31.0 36,613,909 4/10/2023
1.30.0 81,056,027 3/10/2023
1.28.0 20,080,208 2/6/2023
1.27.0 25,790,492 1/10/2023
1.26.0 11,367,993 11/8/2022
1.25.0 210,339,646 6/30/2022
1.24.0 138,451,227 4/5/2022
1.23.0 62,270,141 3/22/2022
1.22.0 34,513,706 1/13/2022
1.21.0 27,941,052 11/4/2021
1.20.0 114,567,169 10/4/2021
1.19.0 116,443,230 9/1/2021
1.18.0 8,362,455 8/19/2021
1.17.0 11,758,884 8/3/2021
1.16.0 10,332,225 7/1/2021
1.15.0 46,118,232 6/3/2021
1.14.0 44,731,385 5/6/2021
1.13.0 1,012,764 4/8/2021
1.12.0 1,022,272 3/31/2021
1.11.0 511,859 3/22/2021
1.10.0 38,323,292 3/8/2021
1.9.0 7,350,184 2/6/2021
1.8.1 27,047,725 1/11/2021
1.8.0 65,286 1/6/2021
1.7.0 10,415,610 12/14/2020
1.6.0 160,528,996 10/28/2020
1.5.1 571,763 10/1/2020
1.5.0 4,226,754 9/4/2020
1.4.1 27,747,449 8/18/2020
1.3.0 26,882,436 7/2/2020
1.2.2 9,133,148 6/4/2020
1.2.1 3,767,200 4/30/2020
1.2.0 1,591,557 4/3/2020
1.1.0 2,561,306 3/6/2020
1.0.2 99,636,587 2/10/2020
1.0.1 41,643,837 11/18/2019
1.0.0 7,004,987 10/29/2019
1.0.0-preview.9 34,014 10/7/2019
1.0.0-preview.8 16,650 9/9/2019
1.0.0-preview.7 10,807 8/5/2019
1.0.0-preview.6 8,755 6/27/2019
1.0.0-preview.5 16,029 5/3/2019

- Fix issues with log redaction where first query character was replaced with '?' character.
- Exclude EventCounter events from AzureEventSourceListener.
- Add `AZURE_TRACING_DISABLED` environment variable support.