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 d41b783 commit 50db0b2Copy full SHA for 50db0b2
1 file changed
src/ImageSharp.Web/Commands/Converters/SimpleCommandConverter{T}.cs
@@ -11,7 +11,7 @@ namespace SixLabors.ImageSharp.Web.Commands.Converters
11
/// The generic converter for simple types that implement <see cref="IConvertible"/>.
12
/// </summary>
13
/// <typeparam name="T">The type of object to convert to.</typeparam>
14
- internal sealed class SimpleCommandConverter<T> : ICommandConverter<T>
+ public sealed class SimpleCommandConverter<T> : ICommandConverter<T>
15
where T : IConvertible
16
{
17
/// <inheritdoc/>
0 commit comments