Uh oh!
There was an error while loading. Please reload this page.
[release/6.0-preview5] Remove System.Security.Cryptography.Cng from ASP.NET transport package - #54456
Closed
github-actions[bot] wants to merge 13 commits into
Closed
Conversation
….2 (#52933) Microsoft.NETCore.Runtime.ICU.Transport From Version 6.0.0-preview.5.21267.1 -> To Version 6.0.0-preview.5.21268.2 Co-authored-by: dotnet-maestro[bot] <dotnet-maestro[bot]@users.noreply.github.com>
Co-authored-by: Tarek Mahmoud Sayed <tarekms@microsoft.com>
…tocol optional (#53072) * Make the lookup for getApplicationProtocol optional The method getApplicationProtocol in javax.net.ssl.SSLEngine is only supported on API level 29 and above, so running on older devices would result in a crash. This change makes the initial method lookup optional and AndroidCryptoNative_SSLStreamGetApplicationProtocol in pal_sslstream.c will error if it is not supported. Fixes#52965 * Feedback Co-authored-by: Steve Pfister <steve.pfister@microsoft.com>
…26.5 (#53310) Microsoft.NET.Runtime.Emscripten.2.0.12.Node.win-x64 From Version 6.0.0-preview.5.21267.1 -> To Version 6.0.0-preview.5.21276.5 Co-authored-by: dotnet-maestro[bot] <dotnet-maestro[bot]@users.noreply.github.com>
…ion logic (#53337) * Add JSON source-gen mode that emits serialization logic * Fix System.Net.Http.Json test issues * Fix System.Text.Json test issues * Make check to determine if fast-path can be used more efficient * Address review feedback * Improve derived-JsonSerializerContext detection and support * Address review feedback; reenable tests, and simplify object metadata init * Fix formatting Co-authored-by: Layomi Akinrinade <layomia@gmail.com> Co-authored-by: Layomi Akinrinade <laakinri@microsoft.com>
* Update dependencies from https://github.com/dotnet/emsdk build 20210527.1 Microsoft.NET.Runtime.Emscripten.2.0.12.Node.win-x64 From Version 6.0.0-preview.5.21276.5 -> To Version 6.0.0-preview.5.21277.1 * Update dependencies from https://github.com/dotnet/emsdk build 20210527.3 Microsoft.NET.Runtime.Emscripten.2.0.12.Node.win-x64 From Version 6.0.0-preview.5.21276.5 -> To Version 6.0.0-preview.5.21277.3 * Update dependencies from https://github.com/dotnet/emsdk build 20210528.1 Microsoft.NET.Runtime.Emscripten.2.0.12.Node.win-x64 From Version 6.0.0-preview.5.21276.5 -> To Version 6.0.0-preview.5.21278.1 Co-authored-by: dotnet-maestro[bot] <dotnet-maestro[bot]@users.noreply.github.com>
* Update dependencies from https://github.com/dotnet/emsdk build 20210528.3 Microsoft.NET.Runtime.Emscripten.2.0.12.Node.win-x64 From Version 6.0.0-preview.5.21278.1 -> To Version 6.0.0-preview.5.21278.3 * Update dependencies from https://github.com/dotnet/emsdk build 20210528.4 Microsoft.NET.Runtime.Emscripten.2.0.12.Node.win-x64 From Version 6.0.0-preview.5.21278.1 -> To Version 6.0.0-preview.5.21278.4 Co-authored-by: dotnet-maestro[bot] <dotnet-maestro[bot]@users.noreply.github.com>
…8.1 (#53443) Microsoft.NET.ILLink.Tasks From Version 6.0.100-preview.5.21267.3 -> To Version 6.0.100-preview.5.21278.1 Co-authored-by: dotnet-maestro[bot] <dotnet-maestro[bot]@users.noreply.github.com>
…ack in the Mono workload (#53426) * Remove unnecessary reference to iOS workload pack in the Mono workload * Fix tvOS x64 cross reference Co-authored-by: Steve Pfister <steve.pfister@microsoft.com>
Co-authored-by: dotnet-maestro[bot] <dotnet-maestro[bot]@users.noreply.github.com>
…arm platforms (#52942) Co-authored-by: Aleksey Kliger <alklig@microsoft.com>
ghost
commented
Jun 19, 2021
Tagging subscribers to this area: @bartonjs, @vcsjones, @krwq, @GrabYourPitchforks |
vcsjones
commented
Jun 20, 2021
Member
Preview 5 already shipped. Shouldn't this target |
ViktorHofer
changed the base branch from
release/6.0-preview5
to
release/6.0-preview6June 21, 2021 12:11
ViktorHofer
requested review from
eiriktsarpalis, jozkee, layomia, marek-safar and steveharter
as code ownersJune 21, 2021 12:11
ViktorHofer
commented
Jun 21, 2021
Member
@ericstj I will retrigger the backport action to create a new PR as retargeting to P6 didn't work. |
ericstj
commented
Jun 21, 2021
Member
Ugh, my mistake here, apologies for this. Was submitting from a phone :( |
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 freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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.
Backport of #54428 to release/6.0-preview5
/cc @ericstj
Customer Impact
Testing
Risk