-
Notifications
You must be signed in to change notification settings - Fork 428
Remove Microsoft.Bcl.Memory 9.0 in Wilson #3220
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
SummarySummary
CoverageMicrosoft.IdentityModel.JsonWebTokens - 80.3%
|
+1 to separating the PRs. |
Like the idea of splitting the work this way. |
We should remove the SuppressTfmSupportBuildWarnings flag and verify with the builds that we don't get the unsupported TFM warnings. |
Okay sounds good. I removed the flag, and will check the builds for warnings once they are ready. |
SummarySummary
CoverageMicrosoft.IdentityModel.JsonWebTokens - 80.3%
|
SummarySummary
CoverageMicrosoft.IdentityModel.JsonWebTokens - 80.3%
|
SummarySummary
CoverageMicrosoft.IdentityModel.JsonWebTokens - 80.3%
|
…ub.com/AzureAD/azure-activedirectory-identitymodel-extensions-for-dotnet into mallikac/remove-bcl-memory-from-wilson
SummarySummary
CoverageMicrosoft.IdentityModel.JsonWebTokens - 80.3%
|
src/Microsoft.IdentityModel.Tokens/Microsoft.IdentityModel.Tokens.csproj
Show resolved
Hide resolved
SummarySummary
CoverageMicrosoft.IdentityModel.JsonWebTokens - 80.3%
|
nit: Consider moving the preprocessor directives inside the method if all targets share the same API signature. To keep the file clean, you could introduce a static class (e.g., LegacyBaseUrlEncoder) for pre-.NET 9 implementations, either in this PR or a follow-up cleanup. |
Remove Microsoft.Bcl.Memory 9.0 in Wilson
Summary of the changes (Less than 80 chars)
Description
This PR removes the reference to Microsoft.Bcl.Memory in Wilson, and replaces it with the older version referenced here: Use new Base64Url API (#2817) · AzureAD/azure-activedirectory-identitymodel-extensions-for-dotnet@c0eb23c.
The proposal includes three steps as below. This PR covers the first step listed below.
Proposal:
Covered in this PR
Fixes #3224 (in this specific format)
For Testing: