xamarin-macios/tools/dotnet-linker
Rolf Bjarne Kvinge 7584ada30d
Bump to .NET 6.0.100-alpha.1.21060.3. (#10388)
* Bump to .NET 6.0.100-alpha.1.21060.3.

* Fix dotnet command line arguments.

* dotnet build: the project file must be the first argument.
* dotnet build/publish: use the documented verbosity format.

* Update version number in tests.

* [tests/introspection] Adjust introspection to cope with different library names in the new .NET version.

* [tests/link sdk] Adjust the LinkSdkRegressionTest.SpecialFolder test according to the new version of .NET 6.

* [tests/link sdk] Preserve a required method in System.Private.CoreLib to work around a bug in .NET 6.

Ref: https://github.com/dotnet/runtime/issues/46908.

* Revert "[CI][VSTS] Add the donet 6 pkg as a dependency. (#10348)"

This reverts commit 6de4e717e7.

There's no need to provision .NET 6, it's done automatically.
2021-01-14 14:07:28 +01:00
..
Steps [dotnet-linker] Link with GSS when building for iOS/Mac Catalyst. (#10414) 2021-01-14 07:50:49 +01:00
.gitignore [tools] Add dotnet-linker, a project to contain custom linker steps for our net5.0 build. 2020-06-02 15:55:56 +02:00
ApplyPreserveAttributeBase.cs [dotnet-linker] Add ApplyPreserveAttribute into the pipeline. (#9529) 2020-08-27 18:30:19 +02:00
Compat.cs [mtouch] Move mtouch's GenerateMain to shared Target code. 2020-10-23 11:46:09 +02:00
DotNetResolver.cs [dotnet-linker] Add a DotNetResolver. 2020-08-14 18:33:29 +02:00
LinkerConfiguration.cs [dotnet-linker] Link with GSS when building for iOS/Mac Catalyst. (#10414) 2021-01-14 07:50:49 +01:00
Makefile Bump to .NET 6.0.100-alpha.1.21060.3. (#10388) 2021-01-14 14:07:28 +01:00
NuGet.config [tools] Add dotnet-linker, a project to contain custom linker steps for our net5.0 build. 2020-06-02 15:55:56 +02:00
README.md Add some documentation. 2020-06-03 09:10:27 +02:00
SetupStep.cs [dotnet-linker] Link with GSS when building for iOS/Mac Catalyst. (#10414) 2021-01-14 07:50:49 +01:00
dotnet-linker.csproj [dotnet] Prevent linking out code referenced by P/Invoke (#10182) 2020-12-03 14:04:11 +01:00
dotnet-linker.sln [tools] Add dotnet-linker, a project to contain custom linker steps for our net5.0 build. 2020-06-02 15:55:56 +02:00

README.md

Linker

This directory contains the custom linker steps for the managed linker when building Xamarin.iOS/tvOS/watchOS/macOS apps using .NET 5.

This is work in progress, and is not in a releasable state yet.