xamarin-macios/tools/dotnet-linker
Rolf Bjarne Kvinge 2a61de0d3c [dotnet-tools] We need to set Application.NativeSdkVersion to the initial SdkVersion. 2021-02-23 07:59:13 +01:00
..
Steps Bump .NET to 6.0.100-preview.2.21114.3. (#10666) 2021-02-23 07:49:09 +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 [dotnet-linker] Set Driver.SdkRoot to the Xcode path. 2021-02-23 07:59:13 +01:00
DotNetResolver.cs [dotnet-linker] Add a DotNetResolver. 2020-08-14 18:33:29 +02:00
LinkerConfiguration.cs [dotnet-tools] We need to set Application.NativeSdkVersion to the initial SdkVersion. 2021-02-23 07:59:13 +01:00
Makefile [dotnet] Templateify some build logic. (#10618) 2021-02-11 20:17:12 +01:00
README.md Add some documentation. 2020-06-03 09:10:27 +02:00
SetupStep.cs Bump .NET to 6.0.100-preview.2.21114.3. (#10666) 2021-02-23 07:49:09 +01:00
dotnet-linker.csproj [msbuild] Use the macOS SDK to build Mac Catalyst apps instead of the iOS SDK (#10644) 2021-02-17 17:25:36 +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.