-
Notifications
You must be signed in to change notification settings - Fork 528
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
[main] Update dependencies from dotnet/installer #7217
[main] Update dependencies from dotnet/installer #7217
Commits on Jul 28, 2022
-
Update dependencies from https://github.com/dotnet/installer build 20…
…220728.5 Microsoft.Dotnet.Sdk.Internal From Version 7.0.100-rc.1.22374.1 -> To Version 7.0.100-rc.1.22378.5 Dependency coherency updates Microsoft.NET.ILLink.Tasks,Microsoft.NETCore.App.Ref,Microsoft.NET.Workload.Emscripten.Manifest-7.0.100 From Version 7.0.100-1.22368.1 -> To Version 7.0.100-1.22377.1 (parent: Microsoft.Dotnet.Sdk.Internal
Configuration menu - View commit details
-
Copy full SHA for 57565bd - Browse repository at this point
Copy the full SHA 57565bdView commit details
Commits on Jul 29, 2022
-
Update dependencies from https://github.com/dotnet/installer build 20…
…220729.2 Microsoft.Dotnet.Sdk.Internal From Version 7.0.100-rc.1.22374.1 -> To Version 7.0.100-rc.1.22379.2 Dependency coherency updates Microsoft.NET.ILLink.Tasks,Microsoft.NETCore.App.Ref,Microsoft.NET.Workload.Emscripten.Manifest-7.0.100 From Version 7.0.100-1.22368.1 -> To Version 7.0.100-1.22377.1 (parent: Microsoft.Dotnet.Sdk.Internal
Configuration menu - View commit details
-
Copy full SHA for ed992df - Browse repository at this point
Copy the full SHA ed992dfView commit details
Commits on Aug 1, 2022
-
Update dependencies from https://github.com/dotnet/installer build 20…
…220731.2 Microsoft.Dotnet.Sdk.Internal From Version 7.0.100-rc.1.22374.1 -> To Version 7.0.100-rc.1.22381.2 Dependency coherency updates Microsoft.NET.ILLink.Tasks,Microsoft.NETCore.App.Ref,Microsoft.NET.Workload.Emscripten.Manifest-7.0.100 From Version 7.0.100-1.22368.1 -> To Version 7.0.100-1.22377.1 (parent: Microsoft.Dotnet.Sdk.Internal
Configuration menu - View commit details
-
Copy full SHA for b555ded - Browse repository at this point
Copy the full SHA b555dedView commit details -
Remove leading/trailing spaces from response file
Context: dotnet/sdk#26627 This is triggering a bug in the dotnet/sdk.
Configuration menu - View commit details
-
Copy full SHA for 00d3766 - Browse repository at this point
Copy the full SHA 00d3766View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9b533a3 - Browse repository at this point
Copy the full SHA 9b533a3View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9e5deba - Browse repository at this point
Copy the full SHA 9e5debaView commit details
Commits on Aug 2, 2022
-
Revert "Update Step_CopyExtraResultFilesForCI.cs"
This reverts commit 9e5deba.
Configuration menu - View commit details
-
Copy full SHA for 1b0465d - Browse repository at this point
Copy the full SHA 1b0465dView commit details -
Revert "Include *.g.cs file in artifacts"
This reverts commit 9b533a3.
Configuration menu - View commit details
-
Copy full SHA for 6d020f8 - Browse repository at this point
Copy the full SHA 6d020f8View commit details -
Configuration menu - View commit details
-
Copy full SHA for 239aac3 - Browse repository at this point
Copy the full SHA 239aac3View commit details -
Update dependencies from https://github.com/dotnet/installer build 20…
…220802.10 Microsoft.Dotnet.Sdk.Internal From Version 7.0.100-rc.1.22374.1 -> To Version 7.0.100-rc.1.22402.10 Dependency coherency updates Microsoft.NET.ILLink.Tasks,Microsoft.NETCore.App.Ref,Microsoft.NET.Workload.Emscripten.Manifest-7.0.100 From Version 7.0.100-1.22368.1 -> To Version 7.0.100-1.22377.1 (parent: Microsoft.Dotnet.Sdk.Internal
Configuration menu - View commit details
-
Copy full SHA for 900f6d9 - Browse repository at this point
Copy the full SHA 900f6d9View commit details
Commits on Aug 3, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 17bc865 - Browse repository at this point
Copy the full SHA 17bc865View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9b536ce - Browse repository at this point
Copy the full SHA 9b536ceView commit details -
Configuration menu - View commit details
-
Copy full SHA for eefe470 - Browse repository at this point
Copy the full SHA eefe470View commit details -
Pass along BinaryFormatter warning to BinarySerializableConstraint
Context: https://github.com/dotnet/runtime/blob/197ae4c596553f7e6acb327ca2e31cc00c794c4d/src/libraries/System.Runtime.Serialization.Formatters/src/System/Runtime/Serialization/Formatters/Binary/BinaryFormatter.Core.cs#L11 Our build was failing with: src-ThirdParty/NUnitLite/Constraints/BinarySerializableConstraint.cs(57,17): error SYSLIB0011: 'BinaryFormatter.Serialize(Stream, object)' is obsolete: 'BinaryFormatter serialization is obsolete and should not be used. See https://aka.ms/binaryformatter for more information.' src-ThirdParty/NUnitLite/Constraints/BinarySerializableConstraint.cs(61,32): error SYSLIB0011: 'BinaryFormatter.Deserialize(Stream)' is obsolete: 'BinaryFormatter serialization is obsolete and should not be used. See https://aka.ms/binaryformatter for more information.' I can add the same `[Obsolete]` messages on `NUnit.Framework.Constraints.BinarySerializableConstraint` to solve this error.
Configuration menu - View commit details
-
Copy full SHA for ada59e3 - Browse repository at this point
Copy the full SHA ada59e3View commit details -
Only mark BinarySerializableConstraint obsolete in .NET
Not Xamarin.Android
Configuration menu - View commit details
-
Copy full SHA for e4ee93a - Browse repository at this point
Copy the full SHA e4ee93aView commit details
Commits on Aug 4, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 6e780fc - Browse repository at this point
Copy the full SHA 6e780fcView commit details
Commits on Aug 5, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 3f3c9c0 - Browse repository at this point
Copy the full SHA 3f3c9c0View commit details
Commits on Aug 8, 2022
-
Update dependencies from https://github.com/dotnet/installer build 20…
…220807.1 Microsoft.Dotnet.Sdk.Internal From Version 7.0.100-rc.1.22374.1 -> To Version 7.0.100-rc.1.22407.1 Dependency coherency updates Microsoft.NET.ILLink.Tasks,Microsoft.NETCore.App.Ref,Microsoft.NET.Workload.Emscripten.Manifest-7.0.100 From Version 7.0.100-1.22368.1 -> To Version 7.0.100-1.22377.1 (parent: Microsoft.Dotnet.Sdk.Internal
Configuration menu - View commit details
-
Copy full SHA for 6cf1ac6 - Browse repository at this point
Copy the full SHA 6cf1ac6View commit details