Known breaking changes in .NET 6+ #8900
Labels
documentation
The issue or pull request is about documentation
dotnet
An issue or pull request related to .NET (6)
iOS
Issues affecting iOS
macOS
Issues affecting macOS
Milestone
This issue lists known breaking changes in .NET 6+.
This are breaking changes that are common to both MonoVM and CoreCLR. Differences between MonoVM and CoreCLR should be listed here: #10795.
In this repository
External to this repository
Revert if fixed: 1ef83b9This is by design.using MonoTouch;
doesn't compile anymore: just remove this lineEnvironment.SpecialFolder.ProgramFiles
maps toNSSearchPathDirectory.ApplicationDirectory
(as opposed to/Applications
in Xamarin.iOS)[Preserve]
like attributes usingPreserve
on another custom attribute, e.g.[assembly: Preserve (typeof (ObfuscationAttribute))]
The text was updated successfully, but these errors were encountered: