- Updated
Microsoft.Extensions.Configuration.AzureAppConfiguration
reference to8.1.0-preview
. See the release notes for more information on the changes.
- Updated
Microsoft.Extensions.Configuration.AzureAppConfiguration
reference to8.0.0
. See the release notes for more information on the changes.
- Updated
Microsoft.Extensions.Configuration.AzureAppConfiguration
reference to8.3.0-preview.3
. See the release notes for more information on the changes.
- Updated
Microsoft.Extensions.Configuration.AzureAppConfiguration
reference to7.3.0
. See the release notes for more information on the changes.
- Added support for .NET 8 as a target framework. #530
- Updated
Microsoft.Extensions.Configuration.AzureAppConfiguration
reference to7.2.0
. See the release notes for more information on the changes.
- Updated
Microsoft.Extensions.Configuration.AzureAppConfiguration
reference to8.0.0-preview.2
. See the release notes for more information on the changes.
- Updated
Microsoft.Extensions.Configuration.AzureAppConfiguration
reference to8.0.0-preview
. See the release notes for more information on the changes.
- Updated
Microsoft.Extensions.Configuration.AzureAppConfiguration
reference to7.1.0
. See the release notes for more information on the changes.
- Updated
Microsoft.Extensions.Configuration.AzureAppConfiguration
reference to7.1.0-preview
. See the release notes for more information on the changes.
- Updated
Microsoft.Extensions.Configuration.AzureAppConfiguration
reference to7.0.0
. See the release notes for more information on the changes.
- Updated
Microsoft.Extensions.Configuration.AzureAppConfiguration
reference to7.0.0-preview.2
. See the release notes for more information on the changes.
- Updated
Microsoft.Extensions.Configuration.AzureAppConfiguration
reference to6.1.1
. See the release notes for more information on the changes.
- Updated
Microsoft.Extensions.Configuration.AzureAppConfiguration
reference to6.1.0
. See the release notes for more information on the changes. - Fixed an issue where accessing
HttpContext
could sometimes throw aNullReferenceException
in middleware used alongside Azure App Configuration middleware. #432
- Updated
Microsoft.Extensions.Configuration.AzureAppConfiguration
reference to7.0.0-preview
. See the release notes for more information on the changes.
- Updated
Microsoft.Extensions.Configuration.AzureAppConfiguration
reference to6.0.1
. See the release notes for more information on the changes.
- Updated
Microsoft.Extensions.Configuration.AzureAppConfiguration
reference to6.0.0
. See the release notes for more information on the changes.
- Updated
Microsoft.Extensions.Configuration.AzureAppConfiguration
reference to5.2.0
. See the release notes for more information on the changes.
- Updated
Microsoft.Extensions.Configuration.AzureAppConfiguration
reference to5.3.0-preview
. See the release notes for more information on the changes.
- Updated
Microsoft.Extensions.Configuration.AzureAppConfiguration
reference to5.2.0-preview
. See the release notes for more information on the changes.
- Updated
Microsoft.Extensions.Configuration.AzureAppConfiguration
reference to5.1.0
. See the release notes for more information on the changes.
- Updated
Microsoft.Extensions.Configuration.AzureAppConfiguration
reference to5.1.0-preview
. See the release notes for more information on the changes.
- Moved the
UseAzureAppConfiguration
extension method toMicrosoft.Extensions.Hosting
namespace. #299 - Updated
Microsoft.Extensions.Configuration.AzureAppConfiguration
reference to5.0.0
. See the release notes for more information on the changes.
- Added middleware to support dynamic configuration in Azure Functions running in an isolated process. Refer to Azure Functions documentation for more details about running C# Azure Functions in an isolated process. #287