xamarin-macios/tools/dotnet-linker
Rolf Bjarne Kvinge b30777f420
Bump to .NET 6.0.100-preview.3.21161.23 (#10772)
* Bump to .NET 6.0.100-preview.3.21152.10

* Bump to 6.0.100-preview.3.21152.10.

* Bump to 6.0.100-preview.3.21161.7.

* Bump to .NET 6.0.100-preview.3.21161.23.

* [dotnet-linker] Bump ILink and use the supported method of getting an assembly's location.

* Bump to MSBuild.StructuredLogger 2.1.364 to get support for newer binlog versions.

* Fix build failure

Fixes:

    TestHelpers/BuildEngine.cs(161,24): error CS0433: The type 'ProjectEvaluationFinishedEventArgs' exists in both 'Microsoft.Build.Framework, Version=15.1.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' and 'StructuredLogger, Version=2.1.0.0, Culture=neutral, PublicKeyToken=d4c7181801cb6448' [/Users/builder/azdo/_work/1/s/xamarin-macios/tests/msbuild/Xamarin.MacDev.Tests/Xamarin.MacDev.Tests.csproj]

* Update parsing binlog properties.

* Be more defensive.

* [tests] Make sure the InternalsVisibleToAttribute constructor isn't linked away.

* [tests] Implement better printing of binlogs.

The latest MSBuild.StructuredLogger made some internal changes to the Message
property which confuses some of our test logic. So implement manual printing
of the log entries that we care about to make sure they conform to the
expected format by the tests (the output is mimicing what 'msbuild /v:diag
foo.binlog' would show).
2021-03-24 16:59:33 +01:00
..
Steps [dotnet] We shouldn't need the workaround for mono_config_parse_memory anymore (since we're building libxamarin referencing the .NET version of libmono). (#10792) 2021-03-06 01:04:56 +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 Bump to .NET 6.0.100-preview.3.21161.23 (#10772) 2021-03-24 16:59:33 +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 Bump to .NET 6.0.100-preview.3.21161.23 (#10772) 2021-03-24 16:59:33 +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.