We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 221d469 commit 63f2bb9Copy full SHA for 63f2bb9
src/ImageSharp.Web/DependencyInjection/ImageSharpBuilderExtensions.cs
@@ -65,7 +65,7 @@ public static IImageSharpBuilder SetMemoryAllocator(this IImageSharpBuilder buil
65
/// <param name="builder">The core builder.</param>
66
/// <returns>The <see cref="IImageSharpBuilder"/>.</returns>
67
[Obsolete("Use ImageSharp.Configuration.MemoryAllocator. This will be removed in a future version.")]
68
- public static IImageSharpBuilder SetMemoryAllocator<TMemoryAllocator>(this IImageSharpBuilder builder)
+ public static IImageSharpBuilder SetMemoryAllocator<TMemoryAllocator>(this IImageSharpBuilder builder)
69
where TMemoryAllocator : MemoryAllocator
70
=> builder;
71
0 commit comments