Skip to content

Commit

Permalink
Fix up FileConverter interfaces
Browse files Browse the repository at this point in the history
  • Loading branch information
captainsafia committed Sep 14, 2023
1 parent 635e67d commit 3a2c2a8
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@

namespace Microsoft.AspNetCore.Components.Endpoints.FormMapping;

internal sealed class FileConverter<T> : FormDataConverter<T>, ISingleValueConverter
internal sealed class FileConverter<T> : FormDataConverter<T>
{
[RequiresDynamicCode(FormMappingHelpers.RequiresDynamicCodeMessage)]
[RequiresUnreferencedCode(FormMappingHelpers.RequiresUnreferencedCodeMessage)]
Expand Down

0 comments on commit 3a2c2a8

Please sign in to comment.