GraphQL.FluentValidation
Advanced tools
Sorry, the diff of this file is not supported yet
@@ -5,3 +5,3 @@ <?xml version="1.0" encoding="utf-8"?> | ||
| <id>GraphQL.FluentValidation</id> | ||
| <version>8.2.1</version> | ||
| <version>8.3.0</version> | ||
| <authors>https://github.com/SimonCropp/GraphQL.Validation/graphs/contributors</authors> | ||
@@ -15,7 +15,7 @@ <license type="expression">MIT</license> | ||
| <tags>GraphQL, Validation, FluentValidation</tags> | ||
| <repository type="git" url="https://github.com/SimonCropp/GraphQL.Validation.git" commit="9863888a8c13e96081c2d7cb86d643efdadc5938" /> | ||
| <repository type="git" url="https://github.com/SimonCropp/GraphQL.Validation.git" commit="d24e271ee80ae3d1ad9357501b0494a5a54a1941" /> | ||
| <dependencies> | ||
| <group targetFramework="net6.0"> | ||
| <dependency id="FluentValidation" version="11.5.2" exclude="Build,Analyzers" /> | ||
| <dependency id="GraphQL" version="7.4.0" exclude="Build,Analyzers" /> | ||
| <dependency id="GraphQL" version="7.4.1" exclude="Build,Analyzers" /> | ||
| <dependency id="Microsoft.Extensions.DependencyInjection.Abstractions" version="7.0.0" exclude="Build,Analyzers" /> | ||
@@ -22,0 +22,0 @@ </group> |
@@ -194,3 +194,3 @@ <?xml version="1.0"?> | ||
| <summary> | ||
| Static and thread safe wrapper around <see cref="T:System.Reflection.NullabilityInfoContext"/>. | ||
| Static and thread safe wrapper around NullabilityInfoContext. | ||
| </summary> | ||
@@ -238,27 +238,33 @@ </member> | ||
| </member> | ||
| <member name="M:PolyfillExtensions.ReadToEndAsync(System.IO.StreamReader,System.Threading.CancellationToken)"> | ||
| <summary> | ||
| Reads all characters from the current position to the end of the stream asynchronously and returns them as one string. | ||
| </summary> | ||
| <param name="cancellationToken">The token to monitor for cancellation requests.</param> | ||
| <returns>A task that represents the asynchronous read operation. The value of the <c>TResult</c> parameter contains | ||
| a string with the characters from the current position to the end of the stream.</returns> | ||
| <exception cref="T:System.ArgumentOutOfRangeException">The number of characters is larger than <see cref="F:System.Int32.MaxValue"/>.</exception> | ||
| <exception cref="T:System.ObjectDisposedException">The stream reader has been disposed.</exception> | ||
| <exception cref="T:System.InvalidOperationException">The reader is currently in use by a previous read operation.</exception> | ||
| <example> | ||
| The following example shows how to read the contents of a file by using the <see cref="!:ReadToEndAsync(CancellationToken)"/> method. | ||
| <code lang="C#"> | ||
| using CancellationTokenSource tokenSource = new (TimeSpan.FromSeconds(1)); | ||
| using StreamReader reader = File.OpenText("existingfile.txt"); | ||
| Console.WriteLine(await reader.ReadToEndAsync(tokenSource.Token)); | ||
| </code> | ||
| </example> | ||
| <remarks> | ||
| If this method is canceled via <paramref name="cancellationToken"/>, some data | ||
| that has been read from the current <see cref="T:System.IO.Stream"/> but not stored (by the | ||
| <see cref="T:System.IO.StreamReader"/>) or returned (to the caller) may be lost. | ||
| </remarks> | ||
| <member name="M:PolyfillExtensions.ReadToEndAsync(System.IO.TextReader,System.Threading.CancellationToken)"> | ||
| <summary> | ||
| Reads all characters from the current position to the end of the stream asynchronously and returns them as one string. | ||
| </summary> | ||
| <param name="cancellationToken">The token to monitor for cancellation requests.</param> | ||
| <returns>A task that represents the asynchronous read operation. The value of the <c>TResult</c> parameter contains | ||
| a string with the characters from the current position to the end of the stream.</returns> | ||
| <exception cref="T:System.ArgumentOutOfRangeException">The number of characters is larger than <see cref="F:System.Int32.MaxValue"/>.</exception> | ||
| <exception cref="T:System.ObjectDisposedException">The stream reader has been disposed.</exception> | ||
| <exception cref="T:System.InvalidOperationException">The reader is currently in use by a previous read operation.</exception> | ||
| </member> | ||
| <member name="M:PolyfillExtensions.TryFormat(System.DateTimeOffset,System.Span{System.Char},System.Int32@,System.ReadOnlySpan{System.Char},System.IFormatProvider)"> | ||
| <summary> | ||
| Tries to format the value of the current instance into the provided span of characters. | ||
| </summary> | ||
| </member> | ||
| <member name="M:PolyfillExtensions.TryFormat(System.DateTime,System.Span{System.Char},System.Int32@,System.ReadOnlySpan{System.Char},System.IFormatProvider)"> | ||
| <summary> | ||
| Tries to format the value of the current instance into the provided span of characters. | ||
| </summary> | ||
| </member> | ||
| <member name="M:PolyfillExtensions.TryFormat(System.DateOnly,System.Span{System.Char},System.Int32@,System.ReadOnlySpan{System.Char},System.IFormatProvider)"> | ||
| <summary> | ||
| Tries to format the value of the current instance into the provided span of characters. | ||
| </summary> | ||
| </member> | ||
| <member name="M:PolyfillExtensions.TryFormat(System.TimeOnly,System.Span{System.Char},System.Int32@,System.ReadOnlySpan{System.Char},System.IFormatProvider)"> | ||
| <summary> | ||
| Tries to format the value of the current instance into the provided span of characters. | ||
| </summary> | ||
| </member> | ||
| <member name="M:PolyfillExtensions.IsGenericMethodParameter(System.Type)"> | ||
@@ -265,0 +271,0 @@ <summary> |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet