xamarin-macios/dotnet
Rolf Bjarne Kvinge b8c5f46d84
[dotnet/tools] Don't disable compact unwind info. Fixes #16546. (#16623)
Don't disable compact unwind info in the native linker, it may break C++
exception handling.

We originally disabled compact unwind info to fix a warning from the native
linker, this will have to be solved another way (in any case extra build
warnings is preferrable compared to an app crashing at runtime due to broken
C++ exception handling).

This partially reverts c05e774612.

Fixes https://github.com/xamarin/xamarin-macios/issues/16546.
2022-11-08 12:16:11 +01:00
..
Microsoft.MacCatalyst.Sdk [dotnet] Generate the AutoImport.props file for each platform. (#15387) 2022-07-12 10:00:35 +02:00
Microsoft.iOS.Sdk [dotnet] Generate the AutoImport.props file for each platform. (#15387) 2022-07-12 10:00:35 +02:00
Microsoft.iOS.Windows.Sdk Remove xamarin iOS designtime targets import (#13659) 2022-01-10 13:03:33 +01:00
Microsoft.macOS.Sdk [dotnet] Generate the AutoImport.props file for each platform. (#15387) 2022-07-12 10:00:35 +02:00
Microsoft.tvOS.Sdk [dotnet] Generate the AutoImport.props file for each platform. (#15387) 2022-07-12 10:00:35 +02:00
Templates Merge main into net7.0. 2022-10-17 10:21:24 +02:00
Workloads Merge main into net7.0. 2022-09-28 17:17:10 +02:00
package [devops] Make each platform its own maestro build. (#16301) 2022-10-11 23:55:30 +02:00
targets [dotnet/tools] Don't disable compact unwind info. Fixes #16546. (#16623) 2022-11-08 12:16:11 +01:00
.gitignore [net7.0] [workload] Update net6.0 KnownFrameworkReference (#15882) 2022-09-26 22:55:24 +02:00
BreakingChanges.md [dotnet] Update doc about breaking nfloat changes and when we generate a global using directive. (#14487) 2022-03-25 07:40:23 +01:00
BundleContents.md [dotnet] Fix markdown syntax in BundleContents.md (#15962) 2022-09-15 15:41:25 +02:00
DefaultCompilationIncludes.md [dotnet] Don't include @(Compile) and @(EmbeddedResource) items in @(BundleResource) items by default. Fixes #14442. (#14571) 2022-03-31 08:17:53 +02:00
HIERARCHY.md [dotnet] Add support for 'dotnet publish'. Fixes #11807. (#12397) 2021-08-11 10:01:16 +02:00
Makefile [dotnet] Always use a four part VS component version (#16633) 2022-11-08 09:15:32 +01:00
PackageInfo.plist Fix typos in comments. 2020-10-19 10:38:11 +02:00
SingleProject.md [dotnet] rename $(AppleShortVersion) to $(ApplicationDisplayVersion) (#12647) 2021-09-08 10:13:29 -04:00
VERSIONS.md Adjust versioning scheme for .NET to make the third field the commit distance. (#14923) 2022-05-10 09:28:39 +02:00
build-custom-runtime.sh [configure] Add option to use a locally built dotnet/runtime. (#11643) 2021-05-21 22:18:25 +02:00
generate-target-platforms.csharp [dotnet] Don't list OS versions we don't support. (#14665) 2022-04-06 17:53:06 +02:00
generate-vs-workload.csharp [dotnet] Fix vs-workload.props generation when only some platforms are included in the build. (#16067) 2022-09-22 07:15:43 +02:00
generate-wix.csharp [dotnet] Package the workloads in a Windows installer (.msi) as well. (#9979) 2020-10-28 11:09:55 +01:00
generate-workloadmanifest-json.csharp [net7.0] [workload] Update net6.0 KnownFrameworkReference (#15882) 2022-09-26 22:55:24 +02:00