xamarin-macios/tests/dotnet/UnitTests
Timothé Larivière 3b73bb658b
Add an additional F# template for Microsoft.iOS.iOSApp (#16823)
Closes #16822 

This PR adds an F# template to the basic Microsoft.iOS.iOSApp template.
This should allow being able to do either:

```
dotnet new ios -lang C# -n MyApp
dotnet new ios -lang F# -n MyApp
```

I had to move the C# template into a `csharp` folder.
Also added the `groupIdentity` `Microsoft.iOS.iOSApp` and set the identity for both C# and F# respectively to `Microsoft.iOS.iOSApp.CSharp` and `Microsoft.iOS.iOSApp.FSharp`

Co-authored-by: Timothé LARIVIERE <timothe.lariviere@fundourselves.com>
Co-authored-by: Rolf Bjarne Kvinge <rolf@xamarin.com>
2022-12-22 12:04:36 +01:00
..
ApplePlatformExtensions.cs [tests] Update tests to cope with a different default platform than the latest version. (#16063) 2022-09-23 14:08:40 +02:00
AssetsTest.cs [tests] Update .NET tests to cope with updated min OS version and no more 32-bit iOS support. (#17088) 2022-12-21 18:15:28 +01:00
BundleStructureTest.cs [tests] Update .NET tests to cope with updated min OS version and no more 32-bit iOS support. (#17088) 2022-12-21 18:15:28 +01:00
DotNetUnitTests.csproj [tests] Fix a few nullability issues in cecil-tests and the .NET tests. (#17095) 2022-12-21 10:19:13 +01:00
DotNetUnitTests.sln [dotnet] Add tests for our various platforms. (#8708) 2020-05-29 17:58:34 +02:00
ExtensionsTest.cs [tests] Enable nullability for numerous files in the .NET tests. (#16976) 2022-12-12 17:13:02 +01:00
GlobalImports.cs [tests] Add global imports to the .NET unit tests to simplify code. (#15770) 2022-08-26 13:40:12 +02:00
IncrementalBuildTest.cs [tests] Enable nullability for numerous files in the .NET tests. (#16976) 2022-12-12 17:13:02 +01:00
Makefile [dotnet] Rename the DOTNET6 make variable to DOTNET. (#14441) 2022-03-21 15:56:57 +01:00
PackTest.cs [autoformat] Add the DotNetUnitTests project to the projects to autoformat. (#16257) 2022-10-07 08:05:53 +02:00
PartialAppManifestTest.cs [tests] Fix a few nullability issues in cecil-tests and the .NET tests. (#17095) 2022-12-21 10:19:13 +01:00
PostBuildTest.cs [tests] Update .NET tests to cope with updated min OS version and no more 32-bit iOS support. (#17088) 2022-12-21 18:15:28 +01:00
ProjectTest.cs [msbuild] Validate OutputType property (#16871) 2022-12-22 07:36:04 +01:00
PublishTrimmedTest.cs [tests] Update .NET tests to cope with updated min OS version and no more 32-bit iOS support. (#17088) 2022-12-21 18:15:28 +01:00
RegistrarTest.cs [autoformat] Add the DotNetUnitTests project to the projects to autoformat. (#16257) 2022-10-07 08:05:53 +02:00
TemplateProjectTest.cs [tests] Enable nullability for numerous files in the .NET tests. (#16976) 2022-12-12 17:13:02 +01:00
TemplateTest.cs Add an additional F# template for Microsoft.iOS.iOSApp (#16823) 2022-12-22 12:04:36 +01:00
TestBaseClass.cs [tests] Fix a few nullability issues in cecil-tests and the .NET tests. (#17095) 2022-12-21 10:19:13 +01:00