xamarin-macios/tests/fsharp
Rolf Bjarne Kvinge bc2a5e2251
[xharness] Inline the dotnet-shared.csproj file as well when inlining shared imports. (#13514)
This fixes a problem where we'd build the same project reference from
dotnet-shared.csproj in parallel, and each build would stomp on eachother
(because we'll now clone the project references in dotnet-shared.csproj).

This als required updating project files to use MSBuildThisFileDirectory
instead of MSBuildProjectDirectory, which makes it easier for xharness to
inline/process these files, because MSBuildThisFileDirectory is easy to know
when processing a file, while MSBuildProjectDirectory depends on the calling
project, which complicates matters significantly.

A fix in MonoTouch.Dialog was also required.

New commits in migueldeicaza/MonoTouch.Dialog:

* migueldeicaza/MonoTouch.Dialog@59fbf5b [dotnet] Shared project files don't need the DefaultTargets/ToolsVersion/xmlns attributes.

Diff: 4d0e0a9a5f..59fbf5bb1b

Fixes https://github.com/xamarin/maccore/issues/2527.
2021-12-16 19:01:39 +01:00
..
dotnet [xharness] Inline the dotnet-shared.csproj file as well when inlining shared imports. (#13514) 2021-12-16 19:01:39 +01:00
AppDelegate.fs Fix some whitespace issues in various files. (#12399) 2021-08-11 10:06:46 +02:00
Entitlements.plist [tests] Import 2016-05-26 15:06:52 +02:00
FSharpTests.fs Fix some whitespace issues in various files. (#12399) 2021-08-11 10:06:46 +02:00
Info.plist Bump the minimum iOS version to 7.0. Fixes #6213. (#6878) 2019-08-30 01:07:30 -07:00
Main.fs [tests] Add .NET version of the fsharp test. (#12359) 2021-08-06 09:29:30 +02:00
fsharp.fsproj Fix some whitespace issues in various files. (#12399) 2021-08-11 10:06:46 +02:00