xamarin-macios/tests/mtouch
Rolf Bjarne Kvinge 107d644b55
[xharness] Convert to .NET. (#19541)
* Convert xharness.csproj and Xharness.Tests.csproj to .NET/sdk-style projects.
* Fix numerous nullability issues that came up.
* Adjust Make logic to do the correct thing now that the executable is named differently.
* Port usage of WebClient to HttpClient, since WebClient is deprecated.
* Find an alternative solution to System.Web.MimeMapping.GetMimeMapping, which
  doesn’t exist in .NET.
* Fix misc other warnings and errors.
2023-12-06 15:57:12 +01:00
..
.gitignore
Cache.cs Add support for NativeAOT on macOS (#18765) 2023-08-30 10:38:43 +02:00
Compat.cs
ErrorTest.cs
InlinerTest.cs Change all null checking expressions to use 'is' and 'is not'. (#18176) 2023-05-05 17:52:19 +02:00
LinkerTests.cs [autoformat] Add all of tests/. (#16857) 2022-12-05 08:23:34 +01:00
LocalizationTests.cs [autoformat] Add all of tests/. (#16857) 2022-12-05 08:23:34 +01:00
MLaunchTool.cs Change all null checking expressions to use 'is' and 'is not'. (#18176) 2023-05-05 17:52:19 +02:00
MTouch.cs [xharness] Convert to .NET. (#19541) 2023-12-06 15:57:12 +01:00
MTouchTool.cs [xcode15] Add back armv7k support for watchOS. Fixes #18902. (#18947) 2023-09-11 19:00:40 +02:00
Makefile [tools] Split tools/common/SdkVersions.cs in two files. (#17067) 2022-12-16 15:25:53 +01:00
MiscTests.cs [tests] Add more accepted public symbols to the Xamarin.Tests.Misc.VerifySymbols test. 2023-03-29 14:37:51 -04:00
MonoNativeTests.cs [tests] Update MTouch tests to cope with potentially higher min OS version and no 32-bit iOS support. (#17087) 2022-12-21 18:14:46 +01:00
RegistrarTest.cs [MetalFX] Add the framework (which was added in Xcode 14) and add xcode 15 support. (#19107) 2023-10-23 10:40:02 -04:00
SdkTest.cs Change all null checking expressions to use 'is' and 'is not'. (#18176) 2023-05-05 17:52:19 +02:00
Setup.cs
StringUtilsTest.cs
TimingTests.cs [autoformat] Add all of tests/. (#16857) 2022-12-05 08:23:34 +01:00
mtouchtests.csproj Get Mono.Cecil from NuGet everywhere. (#19535) 2023-12-04 20:15:03 +01:00
mtouchtests.sln