From 639e4d04584158611b909073c5e507c6639dbf70 Mon Sep 17 00:00:00 2001 From: Anipik Date: Fri, 14 Aug 2020 00:38:09 -0700 Subject: [PATCH 1/5] fixes on the runtime side --- eng/Version.Details.xml | 8 ++++---- eng/Versions.props | 4 ++-- .../src/System.ComponentModel.Composition.csproj | 2 +- .../src/ExcludeApiList.PNSE.Browser.txt | 2 +- .../src/System.Net.NameResolution.csproj | 2 +- .../src/ExcludeApiList.PNSE.Browser.txt | 4 ++-- .../src/System.Security.Cryptography.Algorithms.csproj | 2 +- .../pkg/System.Security.Cryptography.Cng.pkgproj | 1 + .../src/System.Security.Cryptography.Cng.csproj | 10 +--------- .../pkg/System.Security.Cryptography.OpenSsl.pkgproj | 1 + .../src/System.Security.Cryptography.OpenSsl.csproj | 9 ++------- 11 files changed, 17 insertions(+), 28 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 7124df35356d91..1e23473fb57f51 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -22,13 +22,13 @@ https://github.com/dotnet/arcade ea8f37e8982dc22022b33c5e151081ad04d923a6 - + https://github.com/dotnet/arcade - ea8f37e8982dc22022b33c5e151081ad04d923a6 + 7640bee763c16aa22f1e25cb7d8c88e570de9c91 - + https://github.com/dotnet/arcade - ea8f37e8982dc22022b33c5e151081ad04d923a6 + 7640bee763c16aa22f1e25cb7d8c88e570de9c91 https://github.com/dotnet/arcade diff --git a/eng/Versions.props b/eng/Versions.props index ca5a1fa20c2c81..a8fe05e6e22e6b 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -52,8 +52,8 @@ 5.0.0-beta.20407.3 5.0.0-beta.20407.3 5.0.0-beta.20407.3 - 5.0.0-beta.20407.3 - 5.0.0-beta.20407.3 + 5.0.0-beta.20413.5 + 5.0.0-beta.20413.5 5.0.0-beta.20407.3 2.5.1-beta.20407.3 5.0.0-beta.20412.1 diff --git a/src/libraries/System.ComponentModel.Composition/src/System.ComponentModel.Composition.csproj b/src/libraries/System.ComponentModel.Composition/src/System.ComponentModel.Composition.csproj index 519abadf0b6608..8ca4cedb23e09a 100644 --- a/src/libraries/System.ComponentModel.Composition/src/System.ComponentModel.Composition.csproj +++ b/src/libraries/System.ComponentModel.Composition/src/System.ComponentModel.Composition.csproj @@ -10,7 +10,7 @@ $(NoWarn);nullable - + diff --git a/src/libraries/System.Net.NameResolution/src/ExcludeApiList.PNSE.Browser.txt b/src/libraries/System.Net.NameResolution/src/ExcludeApiList.PNSE.Browser.txt index 1a14a6ffdf9050..140b48136961ec 100644 --- a/src/libraries/System.Net.NameResolution/src/ExcludeApiList.PNSE.Browser.txt +++ b/src/libraries/System.Net.NameResolution/src/ExcludeApiList.PNSE.Browser.txt @@ -1 +1 @@ -M:System.Net.Dns.GetHostName +System.Net.Dns.GetHostName diff --git a/src/libraries/System.Net.NameResolution/src/System.Net.NameResolution.csproj b/src/libraries/System.Net.NameResolution/src/System.Net.NameResolution.csproj index 27f4e9570af9ec..8fff5c1705ea45 100644 --- a/src/libraries/System.Net.NameResolution/src/System.Net.NameResolution.csproj +++ b/src/libraries/System.Net.NameResolution/src/System.Net.NameResolution.csproj @@ -6,7 +6,7 @@ SR.SystemNetNameResolution_PlatformNotSupported - --exclude-api-list ExcludeApiList.PNSE.Browser.txt + ExcludeApiList.PNSE.Browser.txt diff --git a/src/libraries/System.Security.Cryptography.Algorithms/src/ExcludeApiList.PNSE.Browser.txt b/src/libraries/System.Security.Cryptography.Algorithms/src/ExcludeApiList.PNSE.Browser.txt index 41513f04ae6421..9ec893c1f09104 100644 --- a/src/libraries/System.Security.Cryptography.Algorithms/src/ExcludeApiList.PNSE.Browser.txt +++ b/src/libraries/System.Security.Cryptography.Algorithms/src/ExcludeApiList.PNSE.Browser.txt @@ -1,2 +1,2 @@ -T:System.Security.Cryptography.RandomNumberGenerator -T:System.Security.Cryptography.RandomNumberGeneratorImplementation \ No newline at end of file +System.Security.Cryptography.RandomNumberGenerator +System.Security.Cryptography.RandomNumberGeneratorImplementation \ No newline at end of file diff --git a/src/libraries/System.Security.Cryptography.Algorithms/src/System.Security.Cryptography.Algorithms.csproj b/src/libraries/System.Security.Cryptography.Algorithms/src/System.Security.Cryptography.Algorithms.csproj index cf865818cc0c4f..80fa4fb157a0fa 100644 --- a/src/libraries/System.Security.Cryptography.Algorithms/src/System.Security.Cryptography.Algorithms.csproj +++ b/src/libraries/System.Security.Cryptography.Algorithms/src/System.Security.Cryptography.Algorithms.csproj @@ -10,7 +10,7 @@ SR.SystemSecurityCryptographyAlgorithms_PlatformNotSupported - --exclude-api-list ExcludeApiList.PNSE.Browser.txt + ExcludeApiList.PNSE.Browser.txt diff --git a/src/libraries/System.Security.Cryptography.Cng/pkg/System.Security.Cryptography.Cng.pkgproj b/src/libraries/System.Security.Cryptography.Cng/pkg/System.Security.Cryptography.Cng.pkgproj index bff567344f28b2..66cb2acb38bd8f 100644 --- a/src/libraries/System.Security.Cryptography.Cng/pkg/System.Security.Cryptography.Cng.pkgproj +++ b/src/libraries/System.Security.Cryptography.Cng/pkg/System.Security.Cryptography.Cng.pkgproj @@ -16,6 +16,7 @@ + - - - diff --git a/src/libraries/System.Security.Cryptography.OpenSsl/pkg/System.Security.Cryptography.OpenSsl.pkgproj b/src/libraries/System.Security.Cryptography.OpenSsl/pkg/System.Security.Cryptography.OpenSsl.pkgproj index fd148c35ab9773..e934cc2a057cfa 100644 --- a/src/libraries/System.Security.Cryptography.OpenSsl/pkg/System.Security.Cryptography.OpenSsl.pkgproj +++ b/src/libraries/System.Security.Cryptography.OpenSsl/pkg/System.Security.Cryptography.OpenSsl.pkgproj @@ -7,6 +7,7 @@ + - 4.1.0.0 + 4.1.0.0 net461 @@ -130,9 +130,4 @@ - - - - - From e97f00ec5f9f61367e5af2f86bc5c0c13d8875b0 Mon Sep 17 00:00:00 2001 From: Anipik Date: Fri, 14 Aug 2020 13:57:51 -0700 Subject: [PATCH 2/5] address feedback --- eng/Version.Details.xml | 8 ++++---- eng/Versions.props | 4 ++-- .../src/System.ComponentModel.Composition.csproj | 4 +--- .../src/ExcludeApiList.PNSE.Browser.txt | 2 +- .../src/ExcludeApiList.PNSE.Browser.txt | 4 ++-- 5 files changed, 10 insertions(+), 12 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 1e23473fb57f51..0544d75affd57b 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -22,13 +22,13 @@ https://github.com/dotnet/arcade ea8f37e8982dc22022b33c5e151081ad04d923a6 - + https://github.com/dotnet/arcade - 7640bee763c16aa22f1e25cb7d8c88e570de9c91 + d0634ff8716a7ea33396d1bda3ef0a03949f23ac - + https://github.com/dotnet/arcade - 7640bee763c16aa22f1e25cb7d8c88e570de9c91 + d0634ff8716a7ea33396d1bda3ef0a03949f23ac https://github.com/dotnet/arcade diff --git a/eng/Versions.props b/eng/Versions.props index a8fe05e6e22e6b..72208b8d7bb5ea 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -52,8 +52,8 @@ 5.0.0-beta.20407.3 5.0.0-beta.20407.3 5.0.0-beta.20407.3 - 5.0.0-beta.20413.5 - 5.0.0-beta.20413.5 + 5.0.0-beta.20414.7 + 5.0.0-beta.20414.7 5.0.0-beta.20407.3 2.5.1-beta.20407.3 5.0.0-beta.20412.1 diff --git a/src/libraries/System.ComponentModel.Composition/src/System.ComponentModel.Composition.csproj b/src/libraries/System.ComponentModel.Composition/src/System.ComponentModel.Composition.csproj index 8ca4cedb23e09a..98e90031252fa0 100644 --- a/src/libraries/System.ComponentModel.Composition/src/System.ComponentModel.Composition.csproj +++ b/src/libraries/System.ComponentModel.Composition/src/System.ComponentModel.Composition.csproj @@ -9,10 +9,8 @@ SR.PlatformNotSupported_ComponentModel_Composition $(NoWarn);nullable - - - + diff --git a/src/libraries/System.Net.NameResolution/src/ExcludeApiList.PNSE.Browser.txt b/src/libraries/System.Net.NameResolution/src/ExcludeApiList.PNSE.Browser.txt index 140b48136961ec..1a14a6ffdf9050 100644 --- a/src/libraries/System.Net.NameResolution/src/ExcludeApiList.PNSE.Browser.txt +++ b/src/libraries/System.Net.NameResolution/src/ExcludeApiList.PNSE.Browser.txt @@ -1 +1 @@ -System.Net.Dns.GetHostName +M:System.Net.Dns.GetHostName diff --git a/src/libraries/System.Security.Cryptography.Algorithms/src/ExcludeApiList.PNSE.Browser.txt b/src/libraries/System.Security.Cryptography.Algorithms/src/ExcludeApiList.PNSE.Browser.txt index 9ec893c1f09104..41513f04ae6421 100644 --- a/src/libraries/System.Security.Cryptography.Algorithms/src/ExcludeApiList.PNSE.Browser.txt +++ b/src/libraries/System.Security.Cryptography.Algorithms/src/ExcludeApiList.PNSE.Browser.txt @@ -1,2 +1,2 @@ -System.Security.Cryptography.RandomNumberGenerator -System.Security.Cryptography.RandomNumberGeneratorImplementation \ No newline at end of file +T:System.Security.Cryptography.RandomNumberGenerator +T:System.Security.Cryptography.RandomNumberGeneratorImplementation \ No newline at end of file From e21d2d778cc04660a3b02abec1859bd87b8909fc Mon Sep 17 00:00:00 2001 From: Anipik Date: Fri, 14 Aug 2020 18:47:13 -0700 Subject: [PATCH 3/5] update arcade version --- eng/Version.Details.xml | 8 ++++---- eng/Versions.props | 4 ++-- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 0544d75affd57b..e1c1a17540db7f 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -22,13 +22,13 @@ https://github.com/dotnet/arcade ea8f37e8982dc22022b33c5e151081ad04d923a6 - + https://github.com/dotnet/arcade - d0634ff8716a7ea33396d1bda3ef0a03949f23ac + 89b5ce0df8958006752f50264eab47f6e4866081 - + https://github.com/dotnet/arcade - d0634ff8716a7ea33396d1bda3ef0a03949f23ac + 89b5ce0df8958006752f50264eab47f6e4866081 https://github.com/dotnet/arcade diff --git a/eng/Versions.props b/eng/Versions.props index 72208b8d7bb5ea..35e5226f0c6fb7 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -52,8 +52,8 @@ 5.0.0-beta.20407.3 5.0.0-beta.20407.3 5.0.0-beta.20407.3 - 5.0.0-beta.20414.7 - 5.0.0-beta.20414.7 + 5.0.0-beta.20414.16 + 5.0.0-beta.20414.16 5.0.0-beta.20407.3 2.5.1-beta.20407.3 5.0.0-beta.20412.1 From 01b8eee73bf9521f45ad72cc99b4c4ee9db90136 Mon Sep 17 00:00:00 2001 From: Anipik Date: Fri, 14 Aug 2020 22:10:22 -0700 Subject: [PATCH 4/5] merge conflicts --- .../System.Windows.Extensions/src/ExcludeApiList.PNSE.txt | 7 ------- .../src/System.Windows.Extensions.csproj | 5 +---- 2 files changed, 1 insertion(+), 11 deletions(-) delete mode 100644 src/libraries/System.Windows.Extensions/src/ExcludeApiList.PNSE.txt diff --git a/src/libraries/System.Windows.Extensions/src/ExcludeApiList.PNSE.txt b/src/libraries/System.Windows.Extensions/src/ExcludeApiList.PNSE.txt deleted file mode 100644 index 4537903f66bee8..00000000000000 --- a/src/libraries/System.Windows.Extensions/src/ExcludeApiList.PNSE.txt +++ /dev/null @@ -1,7 +0,0 @@ -T:System.Drawing.FontConverter -T:System.Drawing.FontConverter.FontNameConverter -T:System.Drawing.FontConverter.FontUnitConverter -T:System.Drawing.IconConverter -T:System.Drawing.ImageConverter -T:System.Drawing.ImageFormatConverter -T:System.Drawing.Printing.MarginsConverter diff --git a/src/libraries/System.Windows.Extensions/src/System.Windows.Extensions.csproj b/src/libraries/System.Windows.Extensions/src/System.Windows.Extensions.csproj index 178344cc5fe472..68020c1d99a3d2 100644 --- a/src/libraries/System.Windows.Extensions/src/System.Windows.Extensions.csproj +++ b/src/libraries/System.Windows.Extensions/src/System.Windows.Extensions.csproj @@ -6,12 +6,9 @@ SR.PlatformNotSupported_System_Windows_Extensions - --exclude-api-list ExcludeApiList.PNSE.txt - - - + Date: Mon, 17 Aug 2020 13:46:32 -0700 Subject: [PATCH 5/5] update the version --- eng/Version.Details.xml | 8 ++++---- eng/Versions.props | 4 ++-- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index e1c1a17540db7f..63269b6c38f4ef 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -22,13 +22,13 @@ https://github.com/dotnet/arcade ea8f37e8982dc22022b33c5e151081ad04d923a6 - + https://github.com/dotnet/arcade - 89b5ce0df8958006752f50264eab47f6e4866081 + d7e47e893c86c3c9f4e8d8129b2d45516a69bc41 - + https://github.com/dotnet/arcade - 89b5ce0df8958006752f50264eab47f6e4866081 + d7e47e893c86c3c9f4e8d8129b2d45516a69bc41 https://github.com/dotnet/arcade diff --git a/eng/Versions.props b/eng/Versions.props index 35e5226f0c6fb7..46e1e7a2c98004 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -52,8 +52,8 @@ 5.0.0-beta.20407.3 5.0.0-beta.20407.3 5.0.0-beta.20407.3 - 5.0.0-beta.20414.16 - 5.0.0-beta.20414.16 + 5.0.0-beta.20417.5 + 5.0.0-beta.20417.5 5.0.0-beta.20407.3 2.5.1-beta.20407.3 5.0.0-beta.20412.1