xamarin-macios/tools/dotnet-linker
Rolf Bjarne Kvinge e44d0fd047
[.NET] Rename several DOTNET6_* variables to to DOTNET_*. (#14463)
Also rename DOTNET_VERSION to SYSTEM_DOTNET_VERSION to make it clear what it's
referring to (and to not clash with DOTNET6_VERSION which has now been renamed
to DOTNET_VERSION).

.NET 7 is right around the corner.
2022-03-23 08:07:34 +01:00
..
Steps [.NET] Rename our product assemblies. Fixes #13748. (#13847) 2022-02-16 21:30:32 +01:00
.gitignore [build] Use arcade dependency management tooling (#10890) 2021-04-02 00:02:27 -04:00
ApplyPreserveAttributeBase.cs Update to new linker custom steps API (#11374) 2021-05-12 12:26:54 -04:00
BackingFieldDelayHandler.cs [dotnet][linker] Remove unused backing fields (#12001) 2021-07-21 09:03:25 -04:00
Compat.cs [dotnet] Honor 'TrimMode' to specify linker behavior if LinkMode/MtouchLink aren't set. Fixes #13518. (#13543) 2021-12-15 09:27:00 +01:00
DotNetResolver.cs Fix some whitespace issues in various files. (#12399) 2021-08-11 10:06:46 +02:00
Extensions.cs Fixes for .NET 6 linker (#11739) 2021-06-14 20:10:29 -04:00
LinkerConfiguration.cs [dotnet-linker] Improve the error message from the linker when we run into a problem. (#14253) 2022-02-26 01:58:00 +01:00
Makefile [.NET] Rename several DOTNET6_* variables to to DOTNET_*. (#14463) 2022-03-23 08:07:34 +01:00
MarkIProtocolHandler.cs [dotnet-linker] Mark protocol interfaces when using the dynamic registrar. Fixes #12644. (#12737) 2021-09-16 08:16:39 +02:00
README.md Add some documentation. 2020-06-03 09:10:27 +02:00
SetupStep.cs Fixes for .NET 6 linker (#11739) 2021-06-14 20:10:29 -04:00
dotnet-linker.csproj [introspection] Migrate .NET code to use the new .NET-style availability attributes. (#13363) 2021-11-22 20:54:07 +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.