Bumps Azure.Identity from 1.17.1 to 1.21.0
Bumps coverlet.collector from 8.0.0 to 8.0.1
Bumps FluentFTP from 53.0.2 to 54.1.1
Bumps Microsoft.ApplicationInsights from 2.23.0 to 3.1.0
Bumps Microsoft.ApplicationInsights.WorkerService from 2.23.0 to 3.1.0
Bumps Microsoft.Azure.AppConfiguration.Functions.Worker from 8.1.2 to 8.5.0
Bumps Microsoft.Extensions.Caching.Memory from 10.0.3 to 10.0.5
Bumps Microsoft.Extensions.Configuration.Abstractions from 10.0.3 to 10.0.5
Bumps Microsoft.Extensions.Configuration.AzureAppConfiguration from 8.1.2 to 8.5.0
Bumps Microsoft.Extensions.Configuration.UserSecrets from 10.0.3 to 10.0.5
Bumps Microsoft.Extensions.DependencyInjection.Abstractions from 10.0.3 to 10.0.5
Bumps Microsoft.Extensions.Diagnostics.HealthChecks from 10.0.3 to 10.0.5
Bumps Microsoft.Extensions.Logging.Abstractions from 10.0.3 to 10.0.5
Bumps Microsoft.Identity.Web from 4.3.0 to 4.7.0
Bumps Microsoft.NET.Test.Sdk from 18.3.0 to 18.4.0
Bumps XtremeIdiots.Portal.Integrations.Servers.Api.Client.V1 from 2.1.142 to 2.1.144
Bumps XtremeIdiots.Portal.Repository.Abstractions.V1 from 2.1.135 to 2.1.194
Bumps XtremeIdiots.Portal.Repository.Api.Client.V1 from 2.1.184 to 2.1.194
---
updated-dependencies:
- dependency-name: Azure.Identity
dependency-version: 1.21.0
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: nuget
- dependency-name: coverlet.collector
dependency-version: 8.0.1
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: nuget
- dependency-name: FluentFTP
dependency-version: 54.1.1
dependency-type: direct:production
update-type: version-update:semver-major
dependency-group: nuget
- dependency-name: Microsoft.ApplicationInsights
dependency-version: 3.1.0
dependency-type: direct:production
update-type: version-update:semver-major
dependency-group: nuget
- dependency-name: Microsoft.ApplicationInsights.WorkerService
dependency-version: 3.1.0
dependency-type: direct:production
update-type: version-update:semver-major
dependency-group: nuget
- dependency-name: Microsoft.Azure.AppConfiguration.Functions.Worker
dependency-version: 8.5.0
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: nuget
- dependency-name: Microsoft.Extensions.Configuration.AzureAppConfiguration
dependency-version: 8.5.0
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: nuget
- dependency-name: Microsoft.Extensions.Caching.Memory
dependency-version: 10.0.5
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: nuget
- dependency-name: Microsoft.Extensions.Configuration.Abstractions
dependency-version: 10.0.5
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: nuget
- dependency-name: Microsoft.Extensions.Configuration.UserSecrets
dependency-version: 10.0.5
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: nuget
- dependency-name: Microsoft.Extensions.DependencyInjection.Abstractions
dependency-version: 10.0.5
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: nuget
- dependency-name: Microsoft.Extensions.Diagnostics.HealthChecks
dependency-version: 10.0.5
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: nuget
- dependency-name: Microsoft.Extensions.Logging.Abstractions
dependency-version: 10.0.5
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: nuget
- dependency-name: Microsoft.Identity.Web
dependency-version: 4.7.0
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: nuget
- dependency-name: Microsoft.NET.Test.Sdk
dependency-version: 18.4.0
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: nuget
- dependency-name: XtremeIdiots.Portal.Integrations.Servers.Api.Client.V1
dependency-version: 2.1.144
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: nuget
- dependency-name: XtremeIdiots.Portal.Repository.Abstractions.V1
dependency-version: 2.1.194
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: nuget
- dependency-name: XtremeIdiots.Portal.Repository.Api.Client.V1
dependency-version: 2.1.194
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: nuget
...
Signed-off-by: dependabot[bot] <support@github.com>
Rebasing might not happen immediately, so don't worry if this takes some time.
Note: if you make any changes to this PR yourself, they will take precedence over the rebase.
Updated Azure.Identity from 1.17.1 to 1.21.0.
Release notes
Sourced from Azure.Identity's releases.
1.21.0
1.21.0 (2026-04-10)
Other Changes
Azure.Identitytypes have been moved toAzure.Coreand are now available throughTypeForwardedToattributes. This is a non-breaking change — existing code continues to work transparently. The library's version number now aligns with that ofAzure.Core. See the Migration Guide for details.1.20.0
1.20.0 (2026-03-30)
Features Added
appsettings.json.Breaking Changes
AddAzureClient,AddKeyedAzureClient, andWithAzureCredentialreturn type changed fromIHostApplicationBuildertoIClientBuilderto align with theIClientBuildercomposition change in System.ClientModel.1.19.0
1.19.0 (2026-03-11)
Features Added
ClientCertificateCredentialto specify a path in the form ofcert:/StoreLocation/StoreName/Thumbprintto refer to a certificate in the platform certificate store - such as the Windows Certificate Store on Windows, and the KeyChain on MacOS - instead of a file on disk. For example to load a certificate from the "My" store in the "CurrentUser" location use the pathcert:/CurrentUser/My/E661583E8FABEF4C0BEF694CBC41C28FB81CD870(A community contribution, courtesy of fowl2).Other Changes
Microsoft.Identity.ClientandMicrosoft.Identity.Client.Extensions.Msaldependencies to version 4.83.1.Commits viewable in compare view.
Updated coverlet.collector from 8.0.0 to 8.0.1.
Release notes
Sourced from coverlet.collector's releases.
8.0.1
Fixed
Improvements
Diff between 8.0.0 and 8.0.1
Commits viewable in compare view.
Updated FluentFTP from 53.0.2 to 54.1.1.
Release notes
Sourced from FluentFTP's releases.
No release notes found for this version range.
Commits viewable in compare view.
Updated Microsoft.ApplicationInsights from 2.23.0 to 3.1.0.
Release notes
Sourced from Microsoft.ApplicationInsights's releases.
3.1.0
Version 3.1.0
TelemetryContextproperties public and propagate them viaTelemetryClient.APPLICATIONINSIGHTS_CONNECTION_STRINGenvironment variable for Base, Web, and NLog packages when connection string is not set via code.OTEL_SDK_DISABLEDnot being honored whenTelemetryConfiguration.DisableTelemetryis set in DI scenarios., #3157TrackAvailabilityignoring user-specifiedTimestamponAvailabilityTelemetry. The timestamp is now emitted asmicrosoft.availability.testTimestampso downstream exporters can use the correct event time.netstandard2.0target framework toMicrosoft.ApplicationInsightspackage to support customers with shared libraries targeting netstandard2.0.TelemetryClient.Context.Cloud.RoleNameset after construction now applies to all telemetry.NullReferenceExceptioninTelemetryClient.Flush()andFlushAsync()when called from DI scenariosApplicationVersionignored:ApplicationInsightsServiceOptions.ApplicationVersionis now applied asservice.versionon the OpenTelemetry Resource for both AspNetCore and WorkerService packagesHttpRequestExtensions.UnvalidatedGetHeaderalways returning empty string instead of the actual header value. Restored max-length enforcement to guard against oversized header values.3.0.0
netstandard2.0withnet8.0target framework inMicrosoft.ApplicationInsights.NLogTargetpackage.3.0.0-rc1
netstandard2.0target framework fromMicrosoft.ApplicationInsights,Microsoft.ApplicationInsights.AspNetCore, andMicrosoft.ApplicationInsights.WorkerServicepackages.Microsoft.ApplicationInsights.AspNetCorehas been updated to version 10.EnabledAdaptiveSamplingand replaced withTracesPerSecondandSamplingRatioEnableTraceBasedLogsSamplerproperty toApplicationInsightsServiceOptionsfor ASP.NET Core and WorkerService packagesStorageDirectoryandDisableOfflineStoragefromTelemetryConfigurationin DI scenarios3.0.0-beta2
Added
Bug fix
3.0.0-beta1
Commits viewable in compare view.
Updated Microsoft.ApplicationInsights.WorkerService from 2.23.0 to 3.1.0.
Release notes
Sourced from Microsoft.ApplicationInsights.WorkerService's releases.
3.1.0
Version 3.1.0
TelemetryContextproperties public and propagate them viaTelemetryClient.APPLICATIONINSIGHTS_CONNECTION_STRINGenvironment variable for Base, Web, and NLog packages when connection string is not set via code.OTEL_SDK_DISABLEDnot being honored whenTelemetryConfiguration.DisableTelemetryis set in DI scenarios., #3157TrackAvailabilityignoring user-specifiedTimestamponAvailabilityTelemetry. The timestamp is now emitted asmicrosoft.availability.testTimestampso downstream exporters can use the correct event time.netstandard2.0target framework toMicrosoft.ApplicationInsightspackage to support customers with shared libraries targeting netstandard2.0.TelemetryClient.Context.Cloud.RoleNameset after construction now applies to all telemetry.NullReferenceExceptioninTelemetryClient.Flush()andFlushAsync()when called from DI scenariosApplicationVersionignored:ApplicationInsightsServiceOptions.ApplicationVersionis now applied asservice.versionon the OpenTelemetry Resource for both AspNetCore and WorkerService packagesHttpRequestExtensions.UnvalidatedGetHeaderalways returning empty string instead of the actual header value. Restored max-length enforcement to guard against oversized header values.3.0.0
netstandard2.0withnet8.0target framework inMicrosoft.ApplicationInsights.NLogTargetpackage.3.0.0-rc1
netstandard2.0target framework fromMicrosoft.ApplicationInsights,Microsoft.ApplicationInsights.AspNetCore, andMicrosoft.ApplicationInsights.WorkerServicepackages.Microsoft.ApplicationInsights.AspNetCorehas been updated to version 10.EnabledAdaptiveSamplingand replaced withTracesPerSecondandSamplingRatioEnableTraceBasedLogsSamplerproperty toApplicationInsightsServiceOptionsfor ASP.NET Core and WorkerService packagesStorageDirectoryandDisableOfflineStoragefromTelemetryConfigurationin DI scenarios3.0.0-beta2
Added
Bug fix
3.0.0-beta1
Commits viewable in compare view.
Updated Microsoft.Azure.AppConfiguration.Functions.Worker from 8.1.2 to 8.5.0.
Release notes
Sourced from Microsoft.Azure.AppConfiguration.Functions.Worker's releases.
8.5.0
What's Changed
Full Changelog: Azure/AppConfiguration-DotnetProvider@8.4.0...8.5.0
8.5.0-preview
Microsoft.Extensions.Configuration.AzureAppConfiguration 8.5.0-preview - November 14th, 2025
Enhancements
ConnectAzureFrontDoortoAzureAppConfigurationOptions, which can be used to load configuration settings from Azure App Configuration via an Azure Front Door endpoint. This enables client (browser) applications to take advantage of CDN benefits, such as scale, when fetching configuration. #706Microsoft.Azure.AppConfiguration.AspNetCore 8.5.0-preview - November 14th, 2025
Microsoft.Extensions.Configuration.AzureAppConfigurationreference to8.5.0-preview. See the release notes for more information on the changes.Microsoft.Azure.AppConfiguration.Functions.Worker 8.5.0-preview - November 14th, 2025
Microsoft.Extensions.Configuration.AzureAppConfigurationreference to8.5.0-preview. See the release notes for more information on the changes.8.4.0
Microsoft.Extensions.Configuration.AzureAppConfiguration 8.4.0 - September 19th, 2025
Enhancements
Added an overload of
AddAzureAppConfigurationthat accepts the endpoint and token credential. #694Added support for parsing json values with comments. #685
Added support for snapshot references. If a configuration setting's value is a snapshot reference, loading it automatically pulls all key-values and feature flags from the referenced snapshot into the configuration. This enables dynamically switching between snapshots at runtime. #689
Updated dependency package versions. #695
Azure.Data.AppConfiguration:1.6.0->1.6.1Azure.Messaging.EventGrid:4.7.0->5.0.0Azure.Security.KeyVault.Secrets:4.6.0->4.8.0Microsoft.Extensions.Diagnostics.HealthChecks:6.0.36->8.0.19Microsoft.Extensions.Azure:1.7.6->1.12.0Microsoft.Extensions.DependencyInjection.Abstractions:6.0.0->8.0.2Microsoft.Extensions.Logging:6.0.0->8.0.1Microsoft.Extensions.Configuration:6.0.1->8.0.0Microsoft.Azure.AppConfiguration.AspNetCore 8.4.0 - September 19th, 2025
Microsoft.Extensions.Configuration.AzureAppConfigurationreference to8.4.0. See the release notes for more information on the changes.Microsoft.Azure.AppConfiguration.Functions.Worker 8.4.0 - September 19th, 2025
Microsoft.Extensions.Configuration.AzureAppConfigurationreference to8.4.0. See the release notes for more information on the changes.8.3.0
Microsoft.Extensions.Configuration.AzureAppConfiguration 8.3.0 - July 24th, 2025
Enhancements
Added health check integration for
Microsoft.Extensions.Diagnostic.HealthChecks. You can callAddAzureAppConfigurationonIHealthCheckBuilderto register a health check for the Azure App Configuration provider. #644Introduced a new environment variable
AZURE_APP_CONFIGURATION_FM_SCHEMA_COMPATIBILITY_DISABLEDto force processing and outputting feature flags using the Microsoft schema. #676Microsoft.Azure.AppConfiguration.AspNetCore 8.3.0 - July 24th, 2025
Microsoft.Extensions.Configuration.AzureAppConfigurationreference to8.3.0. See the release notes for more information on the changes.Microsoft.Azure.AppConfiguration.Functions.Worker 8.3.0 - July 24th, 2025
Microsoft.Extensions.Configuration.AzureAppConfigurationreference to8.3.0. See the release notes for more information on the changes.8.2.0
Microsoft.Extensions.Configuration.AzureAppConfiguration 8.2.0 - May 14th, 2025
Enhancements
Updated the existing
SelectAPIs with the new parametertagFiltersto support filtering key-values and feature flags by tags.Added an
ActivitySourcecalledMicrosoft.Extensions.Configuration.AzureAppConfigurationto support instrumentation. ALoadactivity will start when configuration is initially built and theRefreshactivity will start when a refresh is triggered. #645This is the first stable release of the
AzureAppConfigurationOptions.SetClientFactoryAPI introduced in 8.2.0-preview. #380Other Changes
FeatureFlagIdproperty from feature flag telemetry. #655AllocationIdfrom feature flag telemetry metadata, which was introduced in 8.1.0-preview. #600Microsoft.Azure.AppConfiguration.AspNetCore 8.2.0 - May 14th, 2025
Microsoft.Extensions.Configuration.AzureAppConfigurationreference to8.2.0. See the release notes for more information on the changes.Microsoft.Azure.AppConfiguration.Functions.Worker 8.2.0 - May 14th, 2025
Microsoft.Extensions.Configuration.AzureAppConfigurationreference to8.2.0. See the release notes for more information on the changes.8.2.0-preview
Microsoft.Extensions.Configuration.AzureAppConfiguration 8.2.0-preview - March 21st, 2025
Enhancements
Added the ability to set a client factory used for creating ConfigurationClient instances. #380
Microsoft.Azure.AppConfiguration.AspNetCore 8.2.0-preview - March 21st, 2025
Microsoft.Extensions.Configuration.AzureAppConfigurationreference to8.2.0-preview. See the release notes for more information on the changes.Microsoft.Azure.AppConfiguration.Functions.Worker 8.2.0-preview - March 21st, 2025
Microsoft.Extensions.Configuration.AzureAppConfigurationreference to8.2.0-preview. See the release notes for more information on the changes.Commits viewable in compare view.
Updated Microsoft.Extensions.Caching.Memory from 10.0.3 to 10.0.5.
Release notes
Sourced from Microsoft.Extensions.Caching.Memory's releases.
No release notes found for this version range.
Commits viewable in compare view.
Updated Microsoft.Extensions.Configuration.Abstractions from 10.0.3 to 10.0.5.
Release notes
Sourced from Microsoft.Extensions.Configuration.Abstractions's releases.
No release notes found for this version range.
Commits viewable in compare view.
Updated Microsoft.Extensions.Configuration.AzureAppConfiguration from 8.1.2 to 8.5.0.
Release notes
Sourced from Microsoft.Extensions.Configuration.AzureAppConfiguration's releases.
8.5.0
What's Changed
Full Changelog: Azure/AppConfiguration-DotnetProvider@8.4.0...8.5.0
8.5.0-preview
Microsoft.Extensions.Configuration.AzureAppConfiguration 8.5.0-preview - November 14th, 2025
Enhancements
ConnectAzureFrontDoortoAzureAppConfigurationOptions, which can be used to load configuration settings from Azure App Configuration via an Azure Front Door endpoint. This enables client (browser) applications to take advantage of CDN benefits, such as scale, when fetching configuration. #706Microsoft.Azure.AppConfiguration.AspNetCore 8.5.0-preview - November 14th, 2025
Microsoft.Extensions.Configuration.AzureAppConfigurationreference to8.5.0-preview. See the release notes for more information on the changes.Microsoft.Azure.AppConfiguration.Functions.Worker 8.5.0-preview - November 14th, 2025
Microsoft.Extensions.Configuration.AzureAppConfigurationreference to8.5.0-preview. See the release notes for more information on the changes.8.4.0
Microsoft.Extensions.Configuration.AzureAppConfiguration 8.4.0 - September 19th, 2025
Enhancements
Added an overload of
AddAzureAppConfigurationthat accepts the endpoint and token credential. #694Added support for parsing json values with comments. #685
Added support for snapshot references. If a configuration setting's value is a snapshot reference, loading it automatically pulls all key-values and feature flags from the referenced snapshot into the configuration. This enables dynamically switching between snapshots at runtime. #689
Updated dependency package versions. #695
Azure.Data.AppConfiguration:1.6.0->1.6.1Azure.Messaging.EventGrid:4.7.0->5.0.0Azure.Security.KeyVault.Secrets:4.6.0->4.8.0Microsoft.Extensions.Diagnostics.HealthChecks:6.0.36->8.0.19Microsoft.Extensions.Azure:1.7.6->1.12.0Microsoft.Extensions.DependencyInjection.Abstractions:6.0.0->8.0.2Microsoft.Extensions.Logging:6.0.0->8.0.1Microsoft.Extensions.Configuration:6.0.1->8.0.0Microsoft.Azure.AppConfiguration.AspNetCore 8.4.0 - September 19th, 2025
Microsoft.Extensions.Configuration.AzureAppConfigurationreference to8.4.0. See the release notes for more information on the changes.Microsoft.Azure.AppConfiguration.Functions.Worker 8.4.0 - September 19th, 2025
Microsoft.Extensions.Configuration.AzureAppConfigurationreference to8.4.0. See the release notes for more information on the changes.8.3.0
Microsoft.Extensions.Configuration.AzureAppConfiguration 8.3.0 - July 24th, 2025
Enhancements
Added health check integration for
Microsoft.Extensions.Diagnostic.HealthChecks. You can callAddAzureAppConfigurationonIHealthCheckBuilderto register a health check for the Azure App Configuration provider. #644Introduced a new environment variable
AZURE_APP_CONFIGURATION_FM_SCHEMA_COMPATIBILITY_DISABLEDto force processing and outputting feature flags using the Microsoft schema. #676Microsoft.Azure.AppConfiguration.AspNetCore 8.3.0 - July 24th, 2025
Microsoft.Extensions.Configuration.AzureAppConfigurationreference to8.3.0. See the release notes for more information on the changes.Microsoft.Azure.AppConfiguration.Functions.Worker 8.3.0 - July 24th, 2025
Microsoft.Extensions.Configuration.AzureAppConfigurationreference to8.3.0. See the release notes for more information on the changes.8.2.0
Microsoft.Extensions.Configuration.AzureAppConfiguration 8.2.0 - May 14th, 2025
Enhancements
Updated the existing
SelectAPIs with the new parametertagFiltersto support filtering key-values and feature flags by tags.Added an
ActivitySourcecalledMicrosoft.Extensions.Configuration.AzureAppConfigurationto support instrumentation. ALoadactivity will start when configuration is initially built and theRefreshactivity will start when a refresh is triggered. #645This is the first stable release of the
AzureAppConfigurationOptions.SetClientFactoryAPI introduced in 8.2.0-preview. #380Other Changes
FeatureFlagIdproperty from feature flag telemetry. #655AllocationIdfrom feature flag telemetry metadata, which was introduced in 8.1.0-preview. #600Microsoft.Azure.AppConfiguration.AspNetCore 8.2.0 - May 14th, 2025
Microsoft.Extensions.Configuration.AzureAppConfigurationreference to8.2.0. See the release notes for more information on the changes.Microsoft.Azure.AppConfiguration.Functions.Worker 8.2.0 - May 14th, 2025
Microsoft.Extensions.Configuration.AzureAppConfigurationreference to8.2.0. See the release notes for more information on the changes.8.2.0-preview
Microsoft.Extensions.Configuration.AzureAppConfiguration 8.2.0-preview - March 21st, 2025
Enhancements
Added the ability to set a client factory used for creating ConfigurationClient instances. #380
Microsoft.Azure.AppConfiguration.AspNetCore 8.2.0-preview - March 21st, 2025
Microsoft.Extensions.Configuration.AzureAppConfigurationreference to8.2.0-preview. See the release notes for more information on the changes.Microsoft.Azure.AppConfiguration.Functions.Worker 8.2.0-preview - March 21st, 2025
Microsoft.Extensions.Configuration.AzureAppConfigurationreference to8.2.0-preview. See the release notes for more information on the changes.Commits viewable in compare view.
Updated Microsoft.Extensions.Configuration.UserSecrets from 10.0.3 to 10.0.5.
Release notes
Sourced from Microsoft.Extensions.Configuration.UserSecrets's releases.
No release notes found for this version range.
Commits viewable in compare view.
Updated Microsoft.Extensions.DependencyInjection.Abstractions from 10.0.3 to 10.0.5.
Release notes
Sourced from Microsoft.Extensions.DependencyInjection.Abstractions's releases.
No release notes found for this version range.
Commits viewable in compare view.
Updated Microsoft.Extensions.Diagnostics.HealthChecks from 10.0.3 to 10.0.5.
Release notes
Sourced from Microsoft.Extensions.Diagnostics.HealthChecks's releases.
No release notes found for this version range.
Commits viewable in compare view.
Updated Microsoft.Extensions.Logging.Abstractions from 10.0.3 to 10.0.5.
Release notes
Sourced from Microsoft.Extensions.Logging.Abstractions's releases.
No release notes found for this version range.
Commits viewable in compare view.
Updated Microsoft.Identity.Web from 4.3.0 to 4.7.0.
Release notes
Sourced from Microsoft.Identity.Web's releases.
4.7.0
4.7.0
Bug fixes
Certificateextension method inCredentialDescriptionwas reverted to normal property.) See #3767.4.6.0
What's Changed
Full Changelog: AzureAD/microsoft-identity-web@4.5.0...4.6.0
4.5.0
New features
Dependencies updates
4.4.0
New features
WithClientClaimsflow for token acquisition. See #3623.OnBeforeTokenAcquisitionForOnBehalfOfevent. See #3680.Bug fixes
InvalidOperationExceptionwith actionable message when a custom credential is not registered. See #3626.InvokeOnBeforeTokenAcquisitionForOnBehalfOfAsync. See #3717.OnBeforeTokenAcquisitionForOnBehalfOfto constructClaimsPrincipalfrom token. See #3714.SendX5Cto MSAL. See #3671.Dependencies updates
qsin/tests/DevApps/SidecarAdapter/typescript. See #3725.Documentation
CertificatelessOptions.ManagedIdentityClientId. See #3667.Fundamentals
CertificatesObserverTests. See #3687.New Contributors
4.4.0-preview.1
New features
WithClientClaimsflow for token acquisition. See #3623.OnBeforeTokenAcquisitionForOnBehalfOfevent. See #3680.Bug fixes
InvalidOperationExceptionwith actionable message when a custom credential is not registered. See #3626.InvokeOnBeforeTokenAcquisitionForOnBehalfOfAsync. See #3717.OnBeforeTokenAcquisitionForOnBehalfOfto constructClaimsPrincipalfrom token. See #3714.SendX5Cto MSAL. See #3671.Dependencies updates
qsin/tests/DevApps/SidecarAdapter/typescript. See #3725.Documentation
CertificatelessOptions.ManagedIdentityClientId. See #3667.Fundamentals
CertificatesObserverTests. See #3687.Commits viewable in compare view.
Updated Microsoft.NET.Test.Sdk from 18.3.0 to 18.4.0.
Release notes
Sourced from Microsoft.NET.Test.Sdk's releases.
18.4.0
What's Changed
Add LoongArch64 support by @stdmnpkg in Add LoongArch64 support microsoft/vstest#15359
Refactor Condition evaluation by @Youssef1313 in Refactor Condition evaluation microsoft/vstest#15357
Adding info on extensions points part 1 by @nohwnd in Adding info on extensions points part 1 microsoft/vstest#15360
Add option to ask for uploading code QL before the standard window ends by @nohwnd in Add option to ask for uploading code QL before the standard window ends microsoft/vstest#15373
Update runtime versions by @nohwnd in Update runtime versions microsoft/vstest#15372
Fix .NET 10 regression for traits by @Youssef1313 in Fix .NET 10 regression for traits microsoft/vstest#15370
Update target frameworks to net10.0 and net11.0 by @dotnet-maestro[bot] in Update target frameworks to net10.0 and net11.0 microsoft/vstest#15349
Fix names in pipeline matrix so we don't have to align them by @nohwnd in Fix names in pipeline matrix so we don't have to align them microsoft/vstest#15365
Update SECURITY.md by @Youssef1313 in Update SECURITY.md microsoft/vstest#15342
New Contributors
Full Changelog: microsoft/vstest@v18.3.0...v18.4.0
Commits viewable in compare view.
Updated XtremeIdiots.Portal.Integrations.Servers.Api.Client.V1 from 2.1.142 to 2.1.144.
Release notes
Sourced from XtremeIdiots.Portal.Integrations.Servers.Api.Client.V1's releases.
2.1.144
Full Changelog: frasermolyneux/portal-servers-integration@v2.1.143...v2.1.144
2.1.143
Full Changelog: frasermolyneux/portal-servers-integration@v2.1.142...v2.1.143
Commits viewable in compare view.
Updated XtremeIdiots.Portal.Repository.Abstractions.V1 from 2.1.135 to 2.1.194.
Release notes
Sourced from XtremeIdiots.Portal.Repository.Abstractions.V1's releases.
2.1.194
Full Changelog: frasermolyneux/portal-repository@v2.1.193...v2.1.194
2.1.193
Full Changelog: frasermolyneux/portal-repository@v2.1.192...v2.1.193
2.1.192
Full Changelog: frasermolyneux/portal-repository@v2.1.188...v2.1.192
2.1.188
Full Changelog: frasermolyneux/portal-repository@v2.1.187...v2.1.188
2.1.187
Full Changelog: frasermolyneux/portal-repository@v2.1.186...v2.1.187
2.1.186
Full Changelog: frasermolyneux/portal-repository@v2.1.185...v2.1.186
2.1.185
Full Changelog: frasermolyneux/portal-repository@v2.1.184...v2.1.185
2.1.184
Full Changelog: frasermolyneux/portal-repository@v2.1.183...v2.1.184
2.1.183
Full Changelog: frasermolyneux/portal-repository@v2.1.182...v2.1.183
2.1.182
Full Changelog: frasermolyneux/portal-repository@v2.1.181...v2.1.182
2.1.181
Full Changelog: frasermolyneux/portal-repository@v2.1.180...v2.1.181
2.1.180
Full Changelog: frasermolyneux/portal-repository@v2.1.179...v2.1.180
2.1.179
Full Changelog: frasermolyneux/portal-repository@v2.1.178...v2.1.179
2.1.178
Full Changelog: frasermolyneux/portal-repository@v2.1.176...v2.1.178
2.1.176
Full Changelog: frasermolyneux/portal-repository@v2.1.175...v2.1.176
2.1.175
Full Changelog: frasermolyneux/portal-repository@v2.1.174...v2.1.175
2.1.174
Full Changelog: frasermolyneux/portal-repository@v2.1.173...v2.1.174
2.1.173
Full Changelog: frasermolyneux/portal-repository@v2.1.171...v2.1.173
2.1.171
What's Changed
Full Changelog: frasermolyneux/portal-repository@v2.1.167...v2.1.171
2.1.167
What's Changed
Full Changelog: frasermolyneux/portal-repository@v2.1.165...v2.1.167
2.1.165
What's Changed
Full Changelog: frasermolyneux/portal-repository@v2.1.150...v2.1.165
2.1.164
What's Changed
Full Changelog: frasermolyneux/portal-repository@v2.1.150...v2.1.164
2.1.150
Full Changelog: frasermolyneux/portal-repository@v2.1.149...v2.1.150
2.1.149
What's Changed
Full Changelog: frasermolyneux/portal-repository@v2.1.139...v2.1.149
2.1.139
What's Changed
Full Changelog: frasermolyneux/portal-repository@v2.1.138...v2.1.139
2.1.138
What's Changed
Full Changelog: frasermolyneux/portal-repository@v2.1.135...v2.1.138
Commits viewable in compare view.
Updated XtremeIdiots.Portal.Repository.Api.Client.V1 from 2.1.184 to 2.1.194.
Release notes
Sourced from XtremeIdiots.Portal.Repository.Api.Client.V1's releases.
2.1.194
Full Changelog: frasermolyneux/portal-repository@v2.1.193...v2.1.194
2.1.193
Full Changelog: frasermolyneux/portal-repository@v2.1.192...v2.1.193
2.1.192
Full Changelog: frasermolyneux/portal-repository@v2.1.188...v2.1.192
2.1.188
Full Changelog: frasermolyneux/portal-repository@v2.1.187...v2.1.188
2.1.187
Full Changelog: frasermolyneux/portal-repository@v2.1.186...v2.1.187
2.1.186
Full Changelog: frasermolyneux/portal-repository@v2.1.185...v2.1.186
2.1.185
Full Changelog: frasermolyneux/portal-repository@v2.1.184...v2.1.185
Commits viewable in compare view.
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting
@dependabot rebase.Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore <dependency name> major versionwill close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)@dependabot ignore <dependency name> minor versionwill close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)@dependabot ignore <dependency name>will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)@dependabot unignore <dependency name>will remove all of the ignore conditions of the specified dependency@dependabot unignore <dependency name> <ignore condition>will remove the ignore condition of the specified dependency and ignore conditions