net11.0
namespace Microsoft.EntityFrameworkCore.Storage
{
    public abstract class CoreTypeMapping
    {
        [UnconditionalSuppressMessage("AOT", "IL3050:Calling members annotated with 'RequiresDynamicCodeAttribute' may break functionality when AOT compiling.", Justification = "The base implementation is the reflective fallback for non-generic type mappings. Generic type mappings and compiled models avoid this path by creating the default comparer without reflection.")]
        protected virtual ValueComparer! CreateDefaultComparer(bool favorStructuralComparisons);
    }
}
.NET
11.0
Information specific to net11.0
Assembly

Microsoft.EntityFrameworkCore , Version=11.0.0.0, PublicKeyToken=adb9793829ddae60

Referencing

Your project needs a package reference to Microsoft.EntityFrameworkCore.

Package Microsoft.EntityFrameworkCore (11.0.0-preview.6.26359.118) net11.0
Preview This API is contained in a prerelease package.
Platform Restrictions

This API is supported on all platforms.

  • Built-in API
  • Package-provided API