Граф коммитов

17439 Коммитов

Автор SHA1 Сообщение Дата
dotnet-maestro[bot] 54ed26c388
[main] Update dependencies from dotnet/installer (#20897)
This pull request updates the following dependencies

[marker]: <> (Begin:Coherency Updates)
## Coherency Updates

The following updates ensure that dependencies with a
*CoherentParentDependency*
attribute were produced in a build used as input to the parent
dependency's build.
See [Dependency Description
Format](https://github.com/dotnet/arcade/blob/master/Documentation/DependencyDescriptionFormat.md#dependency-description-overview)

[DependencyUpdate]: <> (Begin)

- **Coherency Updates**:
- **Microsoft.NET.ILLink.Tasks**: from 8.0.5 to 8.0.7 (parent:
Microsoft.Dotnet.Sdk.Internal)
- **Microsoft.AspNetCore.App.Ref**: from 8.0.5 to 8.0.7 (parent:
Microsoft.Dotnet.Sdk.Internal)
- **Microsoft.NETCore.App.Ref**: from 8.0.5 to 8.0.7 (parent:
Microsoft.Dotnet.Sdk.Internal)
- **Microsoft.NET.Workload.Emscripten.Current.Manifest-8.0.100**: from
8.0.5 to 8.0.7 (parent: Microsoft.NETCore.App.Ref)
- **Microsoft.NETCore.App.Ref**: from 8.0.5 to 8.0.7 (parent:
Microsoft.Dotnet.Sdk.Internal)

[DependencyUpdate]: <> (End)

[marker]: <> (End:Coherency Updates)






[marker]: <> (Begin:80cb9ffd-f92f-4fc8-9f8b-08dbca46abfb)
## From https://github.com/dotnet/installer
- **Subscription**: 80cb9ffd-f92f-4fc8-9f8b-08dbca46abfb
- **Build**: 20240717.6
- **Date Produced**: July 17, 2024 5:52:17 PM UTC
- **Commit**: b77bfa17bd4c52d32d5bdbd031ddf66da44a06a1
- **Branch**: refs/heads/release/8.0.1xx

[DependencyUpdate]: <> (Begin)

- **Updates**:
- **Microsoft.Dotnet.Sdk.Internal**: [from 8.0.107-servicing.24324.1 to
8.0.108-servicing.24367.6][21]
  - **Microsoft.NET.ILLink.Tasks**: [from 8.0.5 to 8.0.7][22]
  - **Microsoft.AspNetCore.App.Ref**: [from 8.0.5 to 8.0.7][23]
  - **Microsoft.NETCore.App.Ref**: [from 8.0.5 to 8.0.7][22]
- **Microsoft.NET.Workload.Emscripten.Current.Manifest-8.0.100**: [from
8.0.5 to 8.0.7][24]
  - **Microsoft.NETCore.App.Ref**: [from 8.0.5 to 8.0.7][22]

[21]:
03065cafae...b77bfa17bd
[22]:
https://dev.azure.com/dnceng/internal/_git/dotnet-runtime/branches?baseVersion=GC087e15321bb712ef6fe8b0ba6f8bd12facf92629&targetVersion=GC2aade6beb02ea367fd97c4070a4198802fe61c03&_a=files
[23]:
https://dev.azure.com/dnceng/internal/_git/dotnet-aspnetcore/branches?baseVersion=GCc9e3996173cec136bc2e9f3b4ec45f2a323b1d63&targetVersion=GC2f1db20456007c9515068a35a65afdf99af70bc6&_a=files
[24]: 71359b18c2...a64772f521

[DependencyUpdate]: <> (End)


[marker]: <> (End:80cb9ffd-f92f-4fc8-9f8b-08dbca46abfb)

---------

Co-authored-by: dotnet-maestro[bot] <dotnet-maestro[bot]@users.noreply.github.com>
Co-authored-by: GitHub Actions <github-actions@xamarin.com>
Co-authored-by: Alex Soto <alex@alexsoto.me>
2024-07-18 18:36:39 -04:00
Manuel de la Pena ce67ab3f2b
[CI] Clean a number of yamllint issues and update a name to help debug. (#20907)
I have cleaned the yaml files while I was trying to debug the issue with
the provisioning of the simulators on Xcode 16. We should back port this
change there.
2024-07-17 13:25:49 -04:00
Rolf Bjarne Kvinge d1ec7a793f
[tests] Fix determining whether we're building for the simulator or not. (#20852)
The 'Platform=iPhoneSimulator' property is not necessarily set for .NET
projects, so don't rely on it.
2024-07-12 18:46:17 +02:00
Rolf Bjarne Kvinge 01400da900
[xtro] Get libclang-mono.dylib from where sharpie is. (#20815)
This fixes a crash when using a locally built sharpie - in which case we
shouldn't use the system libmono-clang.dylib, but the locally built one too.
2024-07-12 18:40:21 +02:00
Rolf Bjarne Kvinge cfff12457c
[msbuild] Add support for signing with the placeholder key. (#20823)
Add support for signing with a placeholder key ("-") from the developer,
and then use this to sign the prebuilt HotRestart app this way.

The app will have to be signed anyway on the end user machine, so this
shouldn't have any real effect (I've tested it locally and Hot Restart
still works).

This simplifies our build (both locally and on bots), because we won't
need a certificate around to do the actual signing.
2024-07-12 17:34:51 +02:00
Rolf Bjarne Kvinge 219c74a3c4
[xcode15.4] Update bindings to Xcode 15.4 (#20865)
Co-authored-by: Alex Soto <alex@soto.dev>
2024-07-11 14:09:52 -04:00
Manuel de la Pena c49df7ddc0
[CI] Allow to execute the push even when we have had warnings. (#20873)
If we get a warning from one of the governance tools, not an error but a
warning, we should be allowed to push to the nuget feeds.
2024-07-11 12:25:06 -04:00
Manuel de la Pena 67e056e14f
[CI] Ensure that the signing jobs do upload binlogs. (#20871)
We have had issues with the signing steps, allow us to grab all bin logs
to be able to debug.
2024-07-11 12:19:53 -04:00
Alex Soto 2e5ef1eb1c
[xcode15.3] Bump to Xcode 15.3 bindings (#20780)
Co-authored-by: Rolf Bjarne Kvinge <rolf@xamarin.com>
Co-authored-by: Manuel de la Pena <mandel@microsoft.com>
2024-07-11 11:41:31 +02:00
dotnet-maestro[bot] a557dbc884
[main] Update dependencies from dotnet/xharness (#20829)
This pull request updates the following dependencies

## From https://github.com/dotnet/xharness

- **Subscription**: 601bc5e1-1cae-44b5-cf5f-08db9342aa2f
- **Build**: 20240704.1
- **Date Produced**: July 4, 2024 2:21:08 PM UTC
- **Commit**: 0302f46c9df3a01533fc7b911a77b3507af64e15
- **Branch**: refs/heads/main

- **Updates**:
  - **Microsoft.DotNet.XHarness.iOS.Shared**: [from 9.0.0-prerelease.24326.1 to 9.0.0-prerelease.24354.1][1]

[1]: c1a7044cbe...0302f46c9d
2024-07-11 11:33:58 +02:00
Rolf Bjarne Kvinge 4fd259d4dc
[tests] Simplify NWPathTest.EnumerateGatewayTest (#20853)
* Remove code to test NWPath.EnumerateInterfaces, because this method is already tested elsewhere.
* Assume that if the test fails to find any gateways, it might be because the
  current machine doesn't have any (which happens on one of my machines), and
  in that case ignore the test.
2024-07-10 21:40:50 +02:00
Rolf Bjarne Kvinge b3fc0d93ec
[src] Implement a more generic way of calling objc_msgSend with variadic arguments. (#20832)
Move the architecture-specific vargs implementation of UIAppearance.GetAppareance into a more generic way of calling objc_msgSend with variadic arguments.

This prepares the way for more APIs with variadic arguments (which is coming in Xcode 16).
2024-07-10 21:19:51 +02:00
Rolf Bjarne Kvinge ed77cd6224
[dotnet] Limit custom dotnet/runtime selection to the current .NET version. (#20840)
This way any tests using the previous .NET version still works.
2024-07-10 16:30:34 +02:00
Rolf Bjarne Kvinge 7ddf1284a5
[dotnet] Force 'AppendRuntimeIdentifierToOutputPath=true' for the inner build of universal apps. (#20839)
When building universal apps, each inner build must add the runtime identifier to the output path, otherwise the inner builds may conflict with eachother, overwriting eachother's files.

That's bad.

So we explicitly set `AppendRuntimeIdentifierToOutputPath` to `true` when building inner builds.
2024-07-10 13:00:05 +02:00
Rolf Bjarne Kvinge f2ae944988
[system-dependencies] Only download the simulators for platforms we target. (#20842)
In particular we don't need the visionOS simulator/platform.
2024-07-10 12:58:16 +02:00
Rolf Bjarne Kvinge 180a7e0bb9
[tests] Fix a couple of minor issues. (#20843)
* xtro: Fix how we build the u2todo project to actually build the correct project.
* Don't import eng/Versions.props in several test projects, it's already imported in a Directory.Build.props further up the directory hierarchy.
2024-07-10 12:57:30 +02:00
Manuel de la Pena 6ac0fe15fc
[CI] Disable CodeQL for signing classic since it gives problems. (#20834) 2024-07-09 11:26:30 -04:00
Rolf Bjarne Kvinge 808fb1f115
[system-dependencies] Split simulator installation. (#20837)
Split installing new and old simulators, so that we can choose to only
install the old simulators if we want so.

And then only install the old simulators when we're doing beta builds,
because that's the only time we need them.
2024-07-09 17:03:13 +02:00
Rolf Bjarne Kvinge c81cb4aa77
[xtro] Move xtro-sharpie.csproj to its own directory. (#20825)
This will make it easier to eventually migrate this project to .NET.
2024-07-09 16:25:39 +02:00
Rolf Bjarne Kvinge 83e3951c37
[Darwin] Treat this code as a framework, which simplifies things a little bit. (#20833)
Also move the TimeSpec struct to its own file, this will be necessary
for Xcode 16.
2024-07-09 16:24:26 +02:00
Rolf Bjarne Kvinge 1520e0ebbc
[tests] Update 'KnownFrameworkReference' and 'KnownRuntimePack' to the reference the correct dotnet/runtime version when using a custom dotnet/runtime. (#20838) 2024-07-09 14:17:58 +02:00
Manuel de la Pena 122ed73df5
[CI] We must pass the signing too in order to be able to push nugets. (#20836) 2024-07-08 23:08:31 -04:00
Manuel de la Pena 35240f75ed
[CI] Provide display name for paramenters. (#20835) 2024-07-08 22:37:10 -04:00
Rolf Bjarne Kvinge e840379342
[tools] Ignore a few warnings by default. Fixes #20670. (#20805)
Ignore a few warnings by default, when reporting about types that we
couldn't register because they're deprecated/removed.

Also add a way to re-enable these warnings.

Fixes https://github.com/xamarin/xamarin-macios/issues/20670.
2024-07-08 19:28:01 +02:00
Rolf Bjarne Kvinge 26ede64161
[tests] Make the generator tests in the Makefile use the locally installed Xamarin.iOS/Xamarin.Mac. (#20821) 2024-07-08 18:30:36 +02:00
Rolf Bjarne Kvinge ddaf7822f9
[devops] Copy XMA's NuGet.config to XMA's home directory. (#20819)
This way we're using the same NuGet configuration even when executing outside
of XMA's .NET directory.

Also collect a bit more diagnostic info.
2024-07-08 18:30:21 +02:00
Rolf Bjarne Kvinge 544b96817f
[xtro] Fix version comparison with macOS 10.7. (#20816)
This also required updating the xtro files.
2024-07-08 18:30:14 +02:00
Rolf Bjarne Kvinge 71acf6a588
[bgen] Add simple makefile. (#20789)
Add a simple makefile to the src/bgen directory that only builds and
tests bgen.

This is very useful when working on bgen to make sure your changes are
at building and working.
2024-07-05 15:01:47 +02:00
Rolf Bjarne Kvinge 9582522ccb
[xtro] Convert most projects to .NET projects. (#20760)
Convert all projects except xtro-sharpie.csproj to .NET projects.
xtro-sharpie.csproj can't be converted yet, because it depends on
Objective-Sharpie, which hasn't been converted yet.
2024-07-05 14:54:29 +02:00
Rolf Bjarne Kvinge 91ffc65e85
[msbuild] Show a slightly better warning message when trying to expand TeamIdentifierPrefix/AppIdentifierPrefix without a provisioning profile. (#20759)
By including the key and the offending value in the warning message.
2024-07-04 16:38:31 +02:00
Rolf Bjarne Kvinge c930ab321b
[monotouch-test] Remove ignore for Mac Catalyst. (#20810)
Apple says the bug on their side causing a runtime crash has been fixed since
macOS 12, so unignore the code and add a version check for macOS 12.

Fixes https://github.com/xamarin/maccore/issues/2345.
2024-07-04 14:16:38 +02:00
Rolf Bjarne Kvinge 7f2c575b40
[siminstaller] Don't use the C# compiler server. (#20812)
The C# build server makes trouble for us, because:

* We're using parallel make, and parallel make will start a jobserver, managed
  by file descriptors, where these file descriptors must be closed in all
  subprocesses for make to realize it's done.
* 'dotnet build' might have started a build server
* The build server does not close any file descriptors it may have inherited
  when daemonizing itself.
* Thus the build server (which will still be alive after we're done building)
  might have a file descriptor open which make is waiting for.
* The proper fix is to fix the build server to close its file descriptors.
* The intermediate working is to shut down the build server instead. An
  alternative solution would be to pass /p:UseSharedCompilation=false to
  'dotnet pack' to disable the usage of the build server.
* Note that build server will exit automatically after 10 minutes of idle
  time, so the hang is only a 10 minute delay at works.

For the siminstaller, which builds using the system .NET, the simplest
solution is to just not use the build server.

This fixes a problem where the build would hang for 10 minutes after running
the system dependency check (which builds and runs siminstaller).
2024-07-04 14:16:12 +02:00
dotnet-maestro[bot] 63b4703d02
[main] Update dependencies from dotnet/xharness (#20770)
This pull request updates the following dependencies

## From https://github.com/dotnet/xharness

- **Subscription**: 601bc5e1-1cae-44b5-cf5f-08db9342aa2f
- **Build**: 20240626.1
- **Date Produced**: June 26, 2024 1:01:59 PM UTC
- **Commit**: c1a7044cbe36ea67281412766a417eece02fb3a5
- **Branch**: refs/heads/main

- **Updates**:
  - **Microsoft.DotNet.XHarness.iOS.Shared**: [from 9.0.0-prerelease.24312.3 to 9.0.0-prerelease.24326.1][2]

[2]: 6ce15319de...c1a7044cbe
2024-07-03 21:55:56 +02:00
dotnet-maestro[bot] 7e615b07ad
[main] Update dependencies from dotnet/installer (#20753)
This pull request updates the following dependencies

## From https://github.com/dotnet/installer

- **Subscription**: 80cb9ffd-f92f-4fc8-9f8b-08dbca46abfb
- **Build**: 20240624.1
- **Date Produced**: June 24, 2024 9:52:55 PM UTC
- **Commit**: 03065cafae0f89b376fa983773e909e341db96c0
- **Branch**: refs/heads/release/8.0.1xx

- **Updates**:
  - **Microsoft.Dotnet.Sdk.Internal**: [from 8.0.107-servicing.24317.4 to 8.0.107-servicing.24324.1][14]

[14]: de7be3dce6...03065cafae

---------

Co-authored-by: Manuel de la Pena <mandel@microsoft.com>
2024-07-03 20:20:29 +02:00
Rolf Bjarne Kvinge 6da82734ee
[src/tools] Propagate the BackwardsCompatibleCodeGeneration field from Protocol attributes in bindings to the generated code. (#20804)
Also fix the MustSetBackwardsCompatibleCodeGenerationToFalse test to skip
protocols that actually set BackwardsCompatibleCodeGeneration=false.
2024-07-03 20:18:13 +02:00
Rolf Bjarne Kvinge 323d28c220
[Foundation] Make the generic collection classes' generic GetEnumerator methods public. (#20808)
When finding an enumerator for the given code:

```cs
var collection = new NSSet<NSNumber> ();
foreach (var item in collection) {
	// ...
}
```

the C# compiler will first look for any `GetEnumerator` methods. The non-generic `NSSet` class defines a `IEnumerator<NSObject> GetEnumerator<NSObject> ()` method, which, since the generic `NSSet<T>` class doesn't define such a method, is selected.

The end result is that the type of the foreach element is `NSObject`
(`GetEnumerator`'s return type') - which is somewhat unexpected:

```cs
var collection = new NSSet<NSNumber> ();
foreach (var item in collection) {
	Console.WriteLine (item.LongValue); // error CS1061: 'NSObject' does not contain a definition for 'LongValue'
}
```

The fix is to define a  `IEnumerator<T> GetEnumerator<T> ()` method in the
generic `NSSet<T>` class, which the C# will find and choose over the base
class' method. Then the type of the foreach element is the correct type, and
the following code works:

```cs
var collection = new NSSet<NSNumber> ();
foreach (var item in collection) {
	Console.WriteLine (item.LongValue); // it works!
}
```

Do this for all our generic collection classes.

Also document these methods + all the other public `GetEnumerator` methods.
2024-07-03 20:16:53 +02:00
Rolf Bjarne Kvinge 95df610900
[build] Parameterize the .NET download script url. (#20806)
This way it can easily be overridden when building from the command line (to provide a different url if the normal url doesn't work for some temporary reason).
2024-07-03 20:12:40 +02:00
Manuel de la Pena 9a888820b5
[CI] Disable the governance checks on the tests. (#20797)
Disable the autoinjected governance checks in the tests templates since
they timeout on the mac.

ref: https://docs.opensource.microsoft.com/tools/cg/index.html
2024-07-01 16:58:32 -04:00
Mike Bond a3f61a970e
Backport bot: Use managed identity (MI) authorization (#20798) 2024-07-01 13:14:18 -07:00
Rolf Bjarne Kvinge a28cf64a8c
[msbuild] Don't support RuntimeIdentifiers for Hot Restart. (#20750)
There's no need to support `RuntimeIdentifiers` (plural) for Hot Restart
(because we don't have any scenarios where multiple runtime identifiers
applies to iOS; a single runtime identifier can always be used).

Adding support would make our code base more complex, so just avoid it by
showing an early error if someone tries (which is likely to be accidental
anyways).

This way we show an actionable error message for a scenario customers will
probably be confused about (because the build would fail in rather
inexplicable ways) if they run into it.

Partial fix for https://github.com/xamarin/xamarin-macios/issues/19262.
2024-07-01 19:26:57 +02:00
Rolf Bjarne Kvinge b30dc91f99
Revert "Migrate Messaging Build agent to .NET 8 (#20705)" (#20790)
This reverts commit f8552e9294.

This change is only supposed to be released with .NET 9, and we might
release new .NET 8 updates from main. Thus we need to make sure these
changes are only in the net9.0 branch (they already are).
2024-07-01 18:25:55 +02:00
Manuel de la Pena 002eeddaf4
[CI] Fix credscan by checking out all the repos used for buildng. (#20788)
We fixed the credscan issue in two diff ways:
1. When the job allows it, we checkout all repos using our own checkout template.
2. When the jib does not allow it, we create an empty json file. In the future we can add any needed exception.

We also needed to fix the signature because the VS code moved to net core which changed the extension of their build.exe to build.dll.
2024-06-27 23:44:24 -04:00
Rolf Bjarne Kvinge 5f7792ab91
[tests] Fix BuildBindingsTest expectations. (#20768)
Fix BuildBindingsTest expectations to expect the resources in either a sidecar or a zipped sidecar.

Fixes this test failure:

    Xamarin.Tests.DotNetProjectTest.BuildBindingsTest(TVOS): Bundle existence
    Expected: file or directory exists
    But was: "/Users/builder/azdo/_work/1/s/xamarin-macios/tests/bindings-test/dotnet/tvOS/bin/Debug/net8.0-tvos/bindings-test.resources.zip"
2024-06-27 09:38:12 +02:00
Rolf Bjarne Kvinge 9b7ff19b47
[src] Fix definition of AVSampleCursorAudioDependencyInfo for Mac Catalyst. (#20781)
We need the backwards compatible code for the
AVSampleCursorAudioDependencyInfo struct (i.e. use the
AVSampleCursorAudioDependencyInfo_Blittable version), so adjust the ifdefs
accordingly - which wasn't obvious at first, because __IOS__ is defined for
Mac Catalyst.

Also fix the corresponding test, because it would cache the result of
computing whether a struct was blittable or not, but that's not true across
platforms ("AVSampleCursorAudioDependencyInfo" is blittable on iOS, but not on
Mac Catalyst). The result was that the test would incorrectly pass if we
processed Microsoft.iOS.dll before Microsoft.MacCatalyst.dll. The fix is to
cache per platform, instead of using a global cache.
2024-06-26 14:17:58 +02:00
Rolf Bjarne Kvinge 02e14e6e77
[msbuild] Update values we put in the generated Info.plist for Xcode archives. (#20719)
* Set the Architectures array, which Xcode does. This requires passing RuntimeIdentifier(s)
  to the task, so do that.
* Set SchemeName, which Xcode does.

This is a partial fix for https://github.com/xamarin/xamarin-macios/issues/20714.

---------

Co-authored-by: Alex Soto <alex@alexsoto.me>
2024-06-25 14:30:47 +02:00
Manuel de la Pena 3138e62995
[CI] Use the default credscan setup except for the exclusion. (#20765)
The configuration was giving issues in one of the jobs with binaries.
Using the default fixes the issue.
2024-06-24 11:19:32 -04:00
Emanuel Fernandez Dell'Oca f8552e9294
Migrate Messaging Build agent to .NET 8 (#20705)
This is part of the effort to migrate the Pair to Mac agents .NET.

As the Xamarin.iOS.Tasks.Windows project targets netstandard2.0, I'm
removing the Build agent reference, and modifying the Makefile to take
it from it's output directory. Note: the agent zip file is generated in
the intermediate output directory.

---------

Co-authored-by: Alex Soto <alex@alexsoto.me>
Co-authored-by: Mauro Agnoletti <mauro.agnoletti@gmail.com>
Co-authored-by: Rolf Bjarne Kvinge <rolf@xamarin.com>
2024-06-24 14:10:15 +02:00
Rolf Bjarne Kvinge 2f9ddc1933
[Foundation] Add missing properties to NSCharacterSet. Fixes #20745. (#20761)
Fixes https://github.com/xamarin/xamarin-macios/issues/20745.
2024-06-21 18:37:16 +02:00
Rolf Bjarne Kvinge e15955bb67
[siminstaller] Fix the binlog location during the build. (#20755) 2024-06-21 10:41:21 +02:00
Manuel de la Pena fe9f5f15b3
[CI] Fix a failing pwsh test. (#20758) 2024-06-20 18:41:08 -04:00