Fix CI build failures: remove unused log message and add missing DPoP API entries#3551
Merged
Conversation
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com> Copilot-Session: 3267f260-239f-4520-91f4-49cf589cf6e7
cpp11nullptr
approved these changes
Jul 16, 2026
Symbols shipped in 8.19.2 were absent from the per-TFM PublicAPI.Shipped.txt and InternalAPI.Shipped.txt files, causing RS0016/RS0051 build failures. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com> Copilot-Session: 3267f260-239f-4520-91f4-49cf589cf6e7
cpp11nullptr
approved these changes
Jul 16, 2026
MZOLN
approved these changes
Jul 16, 2026
This was referenced Jul 22, 2026
Bump System.IdentityModel.Tokens.Jwt from 8.15.0 to 8.20.0
ks-no/fiks-maskinporten-client-dotnet#246
Closed
Merged
Merged
This was referenced Jul 23, 2026
Closed
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.
Changes
Remove IDX10618 log message
IDX10618is no longer referenced anywhere in source. The constant inLogMessages.csis commented out (following the existing pattern) and its entry removed fromInternalAPI.Shipped.txt, fixing theVerifyResourceUsagescript failure.Add missing DPoP API entries to Shipped.txt files
Several public and internal symbols from
Microsoft.IdentityModel.Dpopwere present in the 8.19.2 release but absent from the per-TFMPublicAPI.Shipped.txtandInternalAPI.Shipped.txtfiles, causing RS0016/RS0051 errors. These entries have been added to all relevant TFM-specific API files (net462,net472,net6.0,net8.0,net9.0,net10.0,netstandard2.0), withDpopValidationOptions.TimeProviderrestricted to net8.0+ as it is guarded by#if NET8_0_OR_GREATER.