xamarin-macios/tools/dotnet-linker
Rolf Bjarne Kvinge dd363191cc
[dotnet-linker] Add ProcessExportedFields to the list of steps we execute. Fixes #20061. (#20066)
Fixes https://github.com/xamarin/xamarin-macios/issues/20061.
2024-02-20 16:46:47 +01:00
..
.vscode [dotnet-linker] Add a tasks.json to ease development with VSCode. (#18292) 2023-05-19 07:59:24 +02:00
Steps [dotnet] Test integration (#18543) 2023-10-17 10:29:12 -04:00
.gitignore Make our local .NET the default .NET for the build. (#15086) 2022-06-07 10:11:02 +02:00
AppBundleRewriter.cs [net8.0] Remove workarounds for SDK and runtime bugs (#18830) 2023-09-15 07:43:38 +02:00
ApplyPreserveAttributeBase.cs Simplify code 2023-11-24 14:57:48 +01:00
BackingFieldDelayHandler.cs [dotnet-linker] Enable nullability in numerous files. (#18184) 2023-05-04 07:50:32 +02:00
CecilExtensions.cs [NativeAOT] Add support for [Preserve] attributes (#18666) 2023-08-18 16:49:47 +02:00
Compat.cs Fix build. 2023-08-04 11:49:45 -04:00
DocumentionComments.cs [NativeAOT] Replace custom method signature builder with DocCommentId (#18864) 2023-08-30 11:03:20 +02:00
DotNetResolver.cs [dotnet-linker] Enable nullability in numerous files. (#18184) 2023-05-04 07:50:32 +02:00
Extensions.cs Change all null checking expressions to use 'is' and 'is not'. (#18176) 2023-05-05 17:52:19 +02:00
LinkerConfiguration.cs [msbuild] Parse --nowarn and --warnaserror from MtouchExtraArgs for .NET. (#19540) 2023-12-06 17:27:17 +01:00
Makefile Fix a few places that hardcoded the target framework to use the current .NET version instead. (#19403) 2023-11-09 16:24:04 +01:00
MarkIProtocolHandler.cs [dotnet-linker] Enable nullability in numerous files. (#18184) 2023-05-04 07:50:32 +02:00
README.md Add some documentation. 2020-06-03 09:10:27 +02:00
SetupStep.cs [dotnet-linker] Enable nullability in numerous files. (#18184) 2023-05-04 07:50:32 +02:00
dotnet-linker.csproj [dotnet-linker] Add ProcessExportedFields to the list of steps we execute. Fixes #20061. (#20066) 2024-02-20 16:46:47 +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.