Bump Dax.Formatter and 10 others#79
Closed
dependabot[bot] wants to merge 2 commits into
Closed
Conversation
Bumps Dax.Formatter from 1.2.0 to 1.2.2 Bumps Microsoft.AnalysisServices from 19.114.0 to 19.114.8 Bumps Microsoft.AnalysisServices.AdomdClient from 19.114.0 to 19.114.8 Bumps Microsoft.Identity.Client to 4.86.1 Bumps Microsoft.Identity.Client.Extensions.Msal from 4.66.2 to 4.86.1 Bumps Spectre.Console from 0.55.2 to 0.57.2 Bumps Spectre.Console.Testing from 0.55.2 to 0.57.2 Bumps System.CommandLine from 2.0.8 to 2.0.10 Bumps System.Linq.Dynamic.Core from 1.7.2 to 1.7.3 Bumps System.Security.Cryptography.ProtectedData from 9.0.0 to 9.0.18 Bumps xunit.runner.visualstudio from 3.1.4 to 3.1.5 --- updated-dependencies: - dependency-name: Dax.Formatter dependency-version: 1.2.2 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: nuget-minor-patch - dependency-name: Microsoft.AnalysisServices dependency-version: 19.114.8 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: nuget-minor-patch - dependency-name: Microsoft.AnalysisServices.AdomdClient dependency-version: 19.114.8 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: nuget-minor-patch - dependency-name: Microsoft.Identity.Client dependency-version: 4.86.1 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: nuget-minor-patch - dependency-name: Microsoft.Identity.Client.Extensions.Msal dependency-version: 4.86.1 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: nuget-minor-patch - dependency-name: Spectre.Console dependency-version: 0.57.2 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: nuget-minor-patch - dependency-name: Spectre.Console.Testing dependency-version: 0.57.2 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: nuget-minor-patch - dependency-name: System.CommandLine dependency-version: 2.0.10 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: nuget-minor-patch - dependency-name: System.Linq.Dynamic.Core dependency-version: 1.7.3 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: nuget-minor-patch - dependency-name: System.Security.Cryptography.ProtectedData dependency-version: 9.0.18 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: nuget-minor-patch - dependency-name: xunit.runner.visualstudio dependency-version: 3.1.5 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: nuget-minor-patch ... Signed-off-by: dependabot[bot] <support@github.com>
dependabot
Bot
force-pushed
the
dependabot/nuget/nuget-minor-patch-2a26bd6a69
branch
from
July 21, 2026 20:55
5c96153 to
1e69fa6
Compare
Contributor
Author
|
This pull request was built based on a group rule. Closing it will not ignore any of these versions in future pull requests. To ignore these dependencies, configure ignore rules in dependabot.yml |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
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 Dax.Formatter from 1.2.0 to 1.2.2.
Release notes
Sourced from Dax.Formatter's releases.
1.2.2
Available on NuGet: Dax.Formatter 1.2.2
Changes
https://www.daxformatter.comtohttps://api.daxformatter.com. Connections are now made directly to the API endpoint, removing the intermediate redirect. No client-side changes are required. (#23)netstandard2.0,net8.0,net10.0. (#24)Internal
Commits viewable in compare view.
Pinned Microsoft.AnalysisServices at 19.114.8.
Pinned Microsoft.AnalysisServices.AdomdClient at 19.114.8.
Updated Microsoft.Identity.Client from 4.66.2 to 4.86.1.
Release notes
Sourced from Microsoft.Identity.Client's releases.
4.86.1
Bug Fixes
x5t#S256) instead of only the public key, preventing a stale token (andAADSTS500181) after a same-key certificate renewal. #6123RSACryptoServiceProvider, rebuilding the client assertion so authentication can proceed. #6126O_NOFOLLOW), closing a TOCTOU window. #61154.86.0
What's Changed
Full Changelog: AzureAD/microsoft-authentication-library-for-dotnet@4.85.2...4.86.0
4.85.2
What's Changed
Full Changelog: AzureAD/microsoft-authentication-library-for-dotnet@4.85.1...4.85.2
4.85.1
What's Changed
Full Changelog: AzureAD/microsoft-authentication-library-for-dotnet@4.85.0...4.85.1
4.85.0
What's Changed
New Contributors
Full Changelog: AzureAD/microsoft-authentication-library-for-dotnet@4.84.2...4.85.0
4.84.2
New Features
ManagedIdentityApplication.GetManagedIdentityCapabilitiesAsync(CancellationToken)returning aManagedIdentityCapabilitiesobject that reports the detected managed identitySource, the host'sMaxSupportedBindingStrength(newMtlsBindingStrengthenum:None,Software,KeyGuard), and a derivedIsMtlsPopSupportedByHost. ReplacesGetManagedIdentitySourceAsync()/ManagedIdentitySourceResult. The publicManagedIdentitySource.ImdsV2value is folded intoImds(v1/v2 routing remains internal). #6049user_fic) flow viaAcquireTokenByUserFederatedIdentityCredential(scopes, Guid userObjectId, assertion). #6050WithClaimsFromClient(claimsJson)to forward client-originated claims across managed identity and confidential client flows. #5999WithCertificate(() => x509)(dynamic certificate credential). #5957Changes
CertificateOptions.SendCertificateOverMtls) to the OBO, refresh-token, and authorization-code flows. #6009Microsoft.Identity.Client.KeyAttestationpackage. #6038GetTenantedAuthorityinCiamAuthorityandDstsAuthority. #6001Bug Fixes
WithExtraQueryParametersonManagedIdentityApplicationBuilderbypassing token caching. #6035KnownInstanceMetadataIsUpToDateAsync. #60484.84.1
What's Changed
New Features
Changes
Bug Fixes
Full Changelog: AzureAD/microsoft-authentication-library-for-dotnet@6ff7075...main (AzureAD/microsoft-authentication-library-for-dotnet@6ff7075...main)
4.84.0
What's Changed
New Features
Bug Fixes
Improvements
Dependencies Updates
Full Changelog: AzureAD/microsoft-authentication-library-for-dotnet@4.83.3...cb59f84 (AzureAD/microsoft-authentication-library-for-dotnet@4.83.3...cb59f84)
4.83.3
New Features
IByUserFederatedIdentityCredentialinterface anduser_ficgrant type. #5802Changes
Bug Fixes
HttpListenerInterceptor.csto ensure the full response is properly closed. #5478Infrastructure & Dependencies
Microsoft.Identity.Lab.API. #58644.83.1
Bug Fixes
4.83.0
New Features
Changes
Bug Fixes
GetManagedIdentitySourceAsync()is explicitly invoked #5815expires_onfield in attestation tokens for better token lifecycle management #5741ValidateCachedTokenAsyncto work properly with multiple APIs beyond the initial scope #5764IAuthenticationOperationandWithAuthenticationExtension#5699ICustomWebUidocumentation #5704Infrastructure & Dependencies
4.82.1
Bug Fixes
Changes
4.82.0
4.82.0
Highlights
This release expands extensibility for confidential-client authentication (certificates + client assertions), adds additional sovereign cloud environments, and hardens security-sensitive flows (mTLS PoP and system browser auth) with clearer validation and safer defaults.
Features
CertificateOptionsand updatedWithCertificateextensibility APIs to accept it, including support for passingsendX5Cconfiguration through the options model. (#5655)WithExtraClientAssertionClaimsonAcquireTokenForClientParameterBuilderto enable supplying additional signed claims in client assertions (intended for advanced scenarios and higher-level libraries). (#5650)login.*hosts. (#5684)response_mode=form_postsupport for the default system browser (loopback) flow. MSAL will enforceform_postand process the authorization response from POST data. (#5678)Changes
Microsoft.Identity.Client.MtlsPoprenamed toMicrosoft.Identity.Client.KeyAttestation(assembly/package naming update). (#5653)4.81.0
What's Changed
Full Changelog: AzureAD/microsoft-authentication-library-for-dotnet@4.80.0...4.81.0
4.80.0
Features
Changes
Bug Fixes
4.79.2
What's Changed
Full Changelog: AzureAD/microsoft-authentication-library-for-dotnet@4.79.0...4.79.2
4.79.0
What's Changed
IMsalMtlsHttpClientFactoryinterface public by @cpp11nullptr in MakeIMsalMtlsHttpClientFactoryinterface public AzureAD/microsoft-authentication-library-for-dotnet#5559Full Changelog: AzureAD/microsoft-authentication-library-for-dotnet@4.78.0...4.79.0
4.78.0
Changes
Bug Fixes
4.77.1
What's Changed
Full Changelog: AzureAD/microsoft-authentication-library-for-dotnet@4.77.0...4.77.1
4.77.0
Features
Changes
x-client-osas a query parameter in the authorization URI. Remove passing x-client-os as query param in authorization uri AzureAD/microsoft-authentication-library-for-dotnet#5456Microsoft.IdentityModel.Abstractionsto a supported version. Bump Microsoft.IdentityModel.Abstractions as current version is out o… AzureAD/microsoft-authentication-library-for-dotnet#5452Bug fixes
4.76.0
What's Changed
ExperimentalFeaturesflag onWithMtlsProofOfPossessionAPI: by @gladjohn in Removal ofExperimentalFeaturesflag onWithMtlsProofOfPossessionAPI: AzureAD/microsoft-authentication-library-for-dotnet#5402New Contributors
Full Changelog: AzureAD/microsoft-authentication-library-for-dotnet@4.74.1...4.76.0
4.74.1
Bug fixes
When you configure MSAL with WithOidcAuthority(), the library now confirms that the issuer returned by the OIDC discovery endpoint matches the expected authority (including CIAM patterns) and throws an exception if it does not. Add issuer validation when making call to OIDC endpoint AzureAD/microsoft-authentication-library-for-dotnet#5358
Re-expose public AuthenticationResult constructor. A public, test-friendly constructor of AuthenticationResult was inadvertently hidden behind [Obsolete] and [EditorBrowsable(Never)]. The constructor is now publicly available again. [Bug] AuthenticationResult has no public constructor AzureAD/microsoft-authentication-library-for-dotnet#5392
4.74.0
Features
Bug fixes
4.73.1
What's Changed
Full Changelog: AzureAD/microsoft-authentication-library-for-dotnet@4.73.0...4.73.1
4.73.0
What's Changed
Full Changelog: AzureAD/microsoft-authentication-library-for-dotnet@4.72.1...4.73.0
4.72.1
4.72.1
Bug Fixes
Full Changelog: AzureAD/microsoft-authentication-library-for-dotnet@4.72.0...4.72.1
4.72.0
4.72.0
Features
Bug Fixes
4.71.1
Bug Fixes
Full Changelog: AzureAD/microsoft-authentication-library-for-dotnet@4.71.0...4.71.1
4.71.0
Bug Fixes
httpClientfrom the factory with ssl validation callback. See Issue #5220Full changelog: 4.70.2 .. 4.71.0
4.70.2
What's Changed
Full Changelog: AzureAD/microsoft-authentication-library-for-dotnet@4.70.1...4.70.2
4.70.1
What's Changed
Full Changelog: AzureAD/microsoft-authentication-library-for-dotnet@4.70.0...4.70.1
4.70.0
Features
TokenCacheNotificationArgs.NoDistributedCacheUseReasonin order to indicate that the configured serialized cache should not be a distributed cache to prevent issues when acquiring tokens. Issue #5199Bug Fixes
4.69.1
4.69.1
Features
WithCertificate(..., bool associateTokensWithCertificateSerialNumber)overload to enable the use of the certificate's serial number as part of the cache key for tokens. Issue #5150Bug Fixes
4.68.0
Features
Bug Fixes
UseShellExecutetofalsein OpenLinuxBrowser. See Issue #50754.67.2
Bug Fixes
4.67.1
Bug Fixes
4.67.0
New Features
Bug Fixes
AuthenticationResultMetadatadiffered from Stopwatch measurements. See Bug #4895AbstractAcquireTokenParameterBuilder<T>.WithAdfsAuthoritythrew exceptions when the tenant ID was null and the authority host URI ended in /adfs. See Bug #4860Deprecated
Commits viewable in compare view.
Pinned Microsoft.Identity.Client at 4.86.1.
Release notes
Sourced from Microsoft.Identity.Client's releases.
4.86.1
Bug Fixes
x5t#S256) instead of only the public key, preventing a stale token (andAADSTS500181) after a same-key certificate renewal. #6123RSACryptoServiceProvider, rebuilding the client assertion so authentication can proceed. #6126O_NOFOLLOW), closing a TOCTOU window. #61154.86.0
What's Changed
Full Changelog: AzureAD/microsoft-authentication-library-for-dotnet@4.85.2...4.86.0
4.85.2
What's Changed
Full Changelog: AzureAD/microsoft-authentication-library-for-dotnet@4.85.1...4.85.2
4.85.1
What's Changed
Full Changelog: AzureAD/microsoft-authentication-library-for-dotnet@4.85.0...4.85.1
4.85.0
What's Changed
New Contributors
Full Changelog: AzureAD/microsoft-authentication-library-for-dotnet@4.84.2...4.85.0
4.84.2
New Features
ManagedIdentityApplication.GetManagedIdentityCapabilitiesAsync(CancellationToken)returning aManagedIdentityCapabilitiesobject that reports the detected managed identitySource, the host'sMaxSupportedBindingStrength(newMtlsBindingStrengthenum:None,Software,KeyGuard), and a derivedIsMtlsPopSupportedByHost. ReplacesGetManagedIdentitySourceAsync()/ManagedIdentitySourceResult. The publicManagedIdentitySource.ImdsV2value is folded intoImds(v1/v2 routing remains internal). #6049user_fic) flow viaAcquireTokenByUserFederatedIdentityCredential(scopes, Guid userObjectId, assertion). #6050WithClaimsFromClient(claimsJson)to forward client-originated claims across managed identity and confidential client flows. #5999WithCertificate(() => x509)(dynamic certificate credential). #5957Changes
CertificateOptions.SendCertificateOverMtls) to the OBO, refresh-token, and authorization-code flows. #6009Microsoft.Identity.Client.KeyAttestationpackage. #6038GetTenantedAuthorityinCiamAuthorityandDstsAuthority. #6001Bug Fixes
WithExtraQueryParametersonManagedIdentityApplicationBuilderbypassing token caching. #6035KnownInstanceMetadataIsUpToDateAsync. #60484.84.1
What's Changed
New Features
Changes
Bug Fixes
Full Changelog: AzureAD/microsoft-authentication-library-for-dotnet@6ff7075...main (AzureAD/microsoft-authentication-library-for-dotnet@6ff7075...main)
4.84.0
What's Changed
New Features
Bug Fixes
Improvements
Dependencies Updates
Full Changelog: AzureAD/microsoft-authentication-library-for-dotnet@4.83.3...cb59f84 (AzureAD/microsoft-authentication-library-for-dotnet@4.83.3...cb59f84)
Commits viewable in compare view.
Updated Microsoft.Identity.Client.Extensions.Msal from 4.66.2 to 4.86.1.
Release notes
Sourced from Microsoft.Identity.Client.Extensions.Msal's releases.
4.86.1
Bug Fixes
x5t#S256) instead of only the public key, preventing a stale token (andAADSTS500181) after a same-key certificate renewal. #6123RSACryptoServiceProvider, rebuilding the client assertion so authentication can proceed. #6126O_NOFOLLOW), closing a TOCTOU window. #61154.86.0
What's Changed
Full Changelog: AzureAD/microsoft-authentication-library-for-dotnet@4.85.2...4.86.0
4.85.2
What's Changed
Full Changelog: AzureAD/microsoft-authentication-library-for-dotnet@4.85.1...4.85.2
4.85.1
What's Changed
Full Changelog: AzureAD/microsoft-authentication-library-for-dotnet@4.85.0...4.85.1
4.85.0
What's Changed
New Contributors
Full Changelog: AzureAD/microsoft-authentication-library-for-dotnet@4.84.2...4.85.0
4.84.2
New Features
ManagedIdentityApplication.GetManagedIdentityCapabilitiesAsync(CancellationToken)returning aManagedIdentityCapabilitiesobject that reports the detected managed identitySource, the host'sMaxSupportedBindingStrength(newMtlsBindingStrengthenum:None,Software,KeyGuard), and a derivedIsMtlsPopSupportedByHost. ReplacesGetManagedIdentitySourceAsync()/ManagedIdentitySourceResult. The publicManagedIdentitySource.ImdsV2value is folded intoImds(v1/v2 routing remains internal). #6049user_fic) flow viaAcquireTokenByUserFederatedIdentityCredential(scopes, Guid userObjectId, assertion). #6050WithClaimsFromClient(claimsJson)to forward client-originated claims across managed identity and confidential client flows. #5999WithCertificate(() => x509)(dynamic certificate credential). #5957Changes
CertificateOptions.SendCertificateOverMtls) to the OBO, refresh-token, and authorization-code flows. #6009Microsoft.Identity.Client.KeyAttestationpackage. #6038GetTenantedAuthorityinCiamAuthorityandDstsAuthority. #6001Bug Fixes
WithExtraQueryParametersonManagedIdentityApplicationBuilderbypassing token caching. #6035KnownInstanceMetadataIsUpToDateAsync. #60484.84.1
What's Changed
New Features
Changes
Bug Fixes
Full Changelog: AzureAD/microsoft-authentication-library-for-dotnet@6ff7075...main (AzureAD/microsoft-authentication-library-for-dotnet@6ff7075...main)
4.84.0
What's Changed
New Features
Bug Fixes
Improvements
Dependencies Updates
Full Changelog: AzureAD/microsoft-authentication-library-for-dotnet@4.83.3...cb59f84 (AzureAD/microsoft-authentication-library-for-dotnet@4.83.3...cb59f84)
4.83.3
New Features
IByUserFederatedIdentityCredentialinterface anduser_ficgrant type. #5802Changes
Bug Fixes
HttpListenerInterceptor.csto ensure the full response is properly closed. #5478Infrastructure & Dependencies
Microsoft.Identity.Lab.API. #58644.83.1
Bug Fixes
4.83.0
New Features
Changes
Description has been truncated