xamarin-macios/tests/dotnet/UnitTests
Rolf Bjarne Kvinge 2aa21751a6
[dotnet] Show an error if an app developer tries to publish a simulator architecture. (#13462)
* [dotnet] Show an error if an app developer tries to publish a simulator architecture.

* We can't publish a simulator build, so show an error in that case.
* We can't change the default runtime identifier when publishing (to a
  publishable runtime identifier), because by the time we know we're
  publishing, it's too late to change the runtime identifier. This means that
  it'll be required for app developers to specify a runtime identifier when
  publishing to a mobile platform, since the current default runtime
  identifier is for a simulator build.

Partial fix for https://github.com/xamarin/xamarin-macios/issues/12997.

* Fix typo and improve naming.

* [dotnet] Don't use '_UsingDefaultRuntimeIdentifier', it's already used elsewhere in .NET
2021-11-29 23:13:48 +01:00
..
ApplePlatformExtensions.cs [dotnet] Add support for 'dotnet pack'. Fixes #12631. (#12900) 2021-10-04 07:43:55 +02:00
DotNetUnitTests.csproj [dotnet] Add support for 'dotnet pack'. Fixes #12631. (#12900) 2021-10-04 07:43:55 +02:00
DotNetUnitTests.sln [dotnet] Add tests for our various platforms. (#8708) 2020-05-29 17:58:34 +02:00
IncrementalBuildTest.cs [dotnet] Fix an issue where we wouldn't re-link if some files changed. (#12794) 2021-09-24 13:20:03 +02:00
Makefile [tests] Collect and zip up the .NET unit tests for execution on Windows. (#11850) 2021-06-08 08:59:10 +02:00
PackTest.cs Submodule MonoTouch.Dialog. (#13058) 2021-10-26 08:18:34 +02:00
PartialAppManifestTest.cs [tests] Simplify the test code for the .NET unit tests. (#12842) 2021-09-27 15:55:30 +02:00
PostBuildTest.cs [dotnet] Show an error if an app developer tries to publish a simulator architecture. (#13462) 2021-11-29 23:13:48 +01:00
ProjectTest.cs Submodule MonoTouch.Dialog. (#13058) 2021-10-26 08:18:34 +02:00
PublishTrimmedTest.cs [dotnet] Show an error if we must link, but linking has been disabled. Fixes #12372. (#12832) 2021-09-27 07:28:10 +02:00
TemplateProjectTest.cs [tests] Ignore TemplateProjectTest.CreateAppBundleDependsOnTest when the specified platform isn't included in the build. (#12933) 2021-10-07 09:10:16 +02:00
TemplateTest.cs [dotnet] Update logic for default global namespaces and fix the templates. Fixes #12457. (#12471) 2021-08-19 07:47:03 +02:00
TestBaseClass.cs [msbuild] Add ILStrip'ing for net6 applications. Fixes #11445. (#12563) 2021-10-05 09:43:22 -05:00
global.json Bump the stable .NET to 5.0.200. (#10769) 2021-03-04 07:46:38 +01:00