xamarin-macios/tools/dotnet-linker
Rolf Bjarne Kvinge ab73088c0b [net8.0] Merge main into net8.0. 2023-05-19 08:06:07 +02:00
..
.vscode [dotnet-linker] Add a tasks.json to ease development with VSCode. (#18292) 2023-05-19 07:59:24 +02:00
Steps [net8.0] Merge main into net8.0. 2023-05-19 08:06:07 +02:00
.gitignore Make our local .NET the default .NET for the build. (#15086) 2022-06-07 10:11:02 +02:00
AppBundleRewriter.cs Auto-format source code 2023-05-18 10:12:06 +00:00
ApplyPreserveAttributeBase.cs Change all null checking expressions to use 'is' and 'is not'. (#18176) 2023-05-05 17:52:19 +02:00
BackingFieldDelayHandler.cs [dotnet-linker] Enable nullability in numerous files. (#18184) 2023-05-04 07:50:32 +02:00
CecilExtensions.cs [dotnet-linker] Make sure local variables are initialized before use in generated method bodies. 2023-05-18 11:54:09 +02:00
Compat.cs [dotnet-linker] Enable nullability in numerous files. (#18184) 2023-05-04 07:50:32 +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 [net8.0] Merge main into net8.0. 2023-05-19 08:06:07 +02:00
Makefile [net8.0] Merge main into net8.0. 2023-05-19 08:06:07 +02: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 [net8.0] Merge main into net8.0. 2023-04-28 11:14:04 +02: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.