Skip to content

Commit

Permalink
Improved docs
Browse files Browse the repository at this point in the history
  • Loading branch information
sakno committed Jan 13, 2024
1 parent 397754d commit 0b6f77f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/DotNext/Text/Json/OptionalConverterFactory.cs
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ namespace DotNext.Text.Json;
/// For AOT and self-contained app deployment models, use <see cref="OptionalConverter{T}"/>
/// converter explicitly as an argument for <see cref="JsonConverterAttribute"/>.
/// </remarks>
[RequiresUnreferencedCode("This type instantiates OptionalConverter<T> dynamically.")]
[RequiresUnreferencedCode("This type instantiates OptionalConverter<T> dynamically. Use OptionalConverter<T> instead.")]
public sealed class OptionalConverterFactory : JsonConverterFactory
{
/// <inheritdoc />
Expand Down

0 comments on commit 0b6f77f

Please sign in to comment.