GraphQL.Attachments
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.Attachments</id> | ||
| <version>7.0.0</version> | ||
| <version>7.0.1</version> | ||
| <authors>https://github.com/SimonCropp/GraphQL.Attachments/graphs/contributors</authors> | ||
@@ -13,9 +13,9 @@ <license type="expression">MIT</license> | ||
| <description>Add attachment support to GraphQL</description> | ||
| <copyright>Copyright 2023. All rights reserved</copyright> | ||
| <copyright>Copyright 2024. All rights reserved</copyright> | ||
| <tags>GraphQL, Attachments</tags> | ||
| <repository type="git" url="https://github.com/SimonCropp/GraphQL.Attachments.git" commit="4f7ebb6312021182c723826162234ff2a26be5ad" /> | ||
| <repository type="git" url="https://github.com/SimonCropp/GraphQL.Attachments.git" commit="c33e8f93c9a683a6ed099550859a3e2014722533" /> | ||
| <dependencies> | ||
| <group targetFramework="net8.0"> | ||
| <dependency id="GraphQL" version="7.6.1" exclude="Build,Analyzers" /> | ||
| <dependency id="System.Text.Json" version="7.0.3" exclude="Build,Analyzers" /> | ||
| <dependency id="GraphQL" version="7.8.0" exclude="Build,Analyzers" /> | ||
| <dependency id="System.Text.Json" version="8.0.2" exclude="Build,Analyzers" /> | ||
| </group> | ||
@@ -22,0 +22,0 @@ </dependencies> |
@@ -7,17 +7,45 @@ <?xml version="1.0"?> | ||
| <members> | ||
| <member name="T:PolyfillExtensions"> | ||
| <member name="M:EnumPolyfill.GetValues``1"> | ||
| <summary> | ||
| Retrieves an array of the values of the constants in a specified enumeration type. | ||
| </summary> | ||
| <returns>An array that contains the values of the constants in TEnum.</returns> | ||
| </member> | ||
| <member name="M:EnumPolyfill.GetNames``1"> | ||
| <summary> | ||
| Retrieves an array of the names of the constants in a specified enumeration type. | ||
| </summary> | ||
| <returns>A string array of the names of the constants in TEnum.</returns> | ||
| </member> | ||
| <member name="T:Polyfill"> | ||
| <summary> | ||
| Static and thread safe wrapper around NullabilityInfoContext. | ||
| </summary> | ||
| </member> | ||
| <!-- Badly formed XML comment ignored for member "M:PolyfillExtensions.Except``1(System.Collections.Generic.IEnumerable{``0},``0)" --> | ||
| <!-- Badly formed XML comment ignored for member "M:PolyfillExtensions.Except``1(System.Collections.Generic.IEnumerable{``0},``0[])" --> | ||
| <!-- Badly formed XML comment ignored for member "M:PolyfillExtensions.Except``1(System.Collections.Generic.IEnumerable{``0},``0,System.Collections.Generic.IEqualityComparer{``0})" --> | ||
| <!-- Badly formed XML comment ignored for member "M:PolyfillExtensions.Except``1(System.Collections.Generic.IEnumerable{``0},System.Collections.Generic.IEqualityComparer{``0},``0[])" --> | ||
| <member name="M:PolyfillExtensions.Nanoseconds(System.TimeSpan)"> | ||
| <member name="M:Polyfill.Index``1(System.Collections.Generic.IEnumerable{``0})"> | ||
| <summary> | ||
| https://learn.microsoft.com/en-us/dotnet/core/whats-new/dotnet-9/overview#linq | ||
| </summary> | ||
| </member> | ||
| <member name="M:Polyfill.AggregateBy``3(System.Collections.Generic.IEnumerable{``0},System.Func{``0,``1},``2,System.Func{``2,``0,``2},System.Collections.Generic.IEqualityComparer{``1})"> | ||
| <summary> | ||
| https://learn.microsoft.com/en-us/dotnet/core/whats-new/dotnet-9/overview#linq | ||
| </summary> | ||
| </member> | ||
| <member name="M:Polyfill.AggregateBy``3(System.Collections.Generic.IEnumerable{``0},System.Func{``0,``1},System.Func{``1,``2},System.Func{``2,``0,``2},System.Collections.Generic.IEqualityComparer{``1})"> | ||
| <summary> | ||
| https://learn.microsoft.com/en-us/dotnet/core/whats-new/dotnet-9/overview#linq | ||
| </summary> | ||
| </member> | ||
| <member name="M:Polyfill.CountBy``2(System.Collections.Generic.IEnumerable{``0},System.Func{``0,``1},System.Collections.Generic.IEqualityComparer{``1})"> | ||
| <summary> | ||
| https://learn.microsoft.com/en-us/dotnet/core/whats-new/dotnet-9/overview#linq | ||
| </summary> | ||
| </member> | ||
| <member name="M:Polyfill.Nanoseconds(System.TimeSpan)"> | ||
| <summary> | ||
| Gets the nanosecond component of the time represented by the current <see cref="T:System.TimeSpan"/> object. | ||
| </summary> | ||
| </member> | ||
| <member name="M:PolyfillExtensions.Nanosecond(System.DateTime)"> | ||
| <member name="M:Polyfill.Nanosecond(System.DateTime)"> | ||
| <summary> | ||
@@ -27,3 +55,3 @@ Gets the nanosecond component of the time represented by the current <see cref="T:System.DateTime"/> object. | ||
| </member> | ||
| <member name="M:PolyfillExtensions.Nanosecond(System.DateTimeOffset)"> | ||
| <member name="M:Polyfill.Nanosecond(System.DateTimeOffset)"> | ||
| <summary> | ||
@@ -33,3 +61,3 @@ Gets the nanosecond component of the time represented by the current <see cref="T:System.DateTimeOffset"/> object. | ||
| </member> | ||
| <member name="M:PolyfillExtensions.Microseconds(System.TimeSpan)"> | ||
| <member name="M:Polyfill.Microseconds(System.TimeSpan)"> | ||
| <summary> | ||
@@ -39,3 +67,3 @@ Gets the microsecond component of the time represented by the current <see cref="T:System.TimeSpan"/> object. | ||
| </member> | ||
| <member name="M:PolyfillExtensions.Microsecond(System.DateTime)"> | ||
| <member name="M:Polyfill.Microsecond(System.DateTime)"> | ||
| <summary> | ||
@@ -45,3 +73,3 @@ Gets the microsecond component of the time represented by the current <see cref="T:System.DateTime"/> object. | ||
| </member> | ||
| <member name="M:PolyfillExtensions.Microsecond(System.DateTimeOffset)"> | ||
| <member name="M:Polyfill.Microsecond(System.DateTimeOffset)"> | ||
| <summary> | ||
@@ -51,3 +79,25 @@ Gets the microsecond component of the time represented by the current <see cref="T:System.DateTimeOffset"/> object. | ||
| </member> | ||
| <member name="M:PolyfillExtensions.IsGenericMethodParameter(System.Type)"> | ||
| <member name="M:Polyfill.Append(System.Text.StringBuilder,System.Text.StringBuilder.AppendInterpolatedStringHandler@)"> | ||
| <summary>Appends the specified interpolated string to this instance.</summary> | ||
| <param name="handler">The interpolated string to append.</param> | ||
| <returns>A reference to this instance after the append operation has completed.</returns> | ||
| </member> | ||
| <member name="M:Polyfill.Append(System.Text.StringBuilder,System.IFormatProvider,System.Text.StringBuilder.AppendInterpolatedStringHandler@)"> | ||
| <summary>Appends the specified interpolated string to this instance.</summary> | ||
| <param name="provider">An object that supplies culture-specific formatting information.</param> | ||
| <param name="handler">The interpolated string to append.</param> | ||
| <returns>A reference to this instance after the append operation has completed.</returns> | ||
| </member> | ||
| <member name="M:Polyfill.AppendLine(System.Text.StringBuilder,System.Text.StringBuilder.AppendInterpolatedStringHandler@)"> | ||
| <summary>Appends the specified interpolated string followed by the default line terminator to the end of the current StringBuilder object.</summary> | ||
| <param name="handler">The interpolated string to append.</param> | ||
| <returns>A reference to this instance after the append operation has completed.</returns> | ||
| </member> | ||
| <member name="M:Polyfill.AppendLine(System.Text.StringBuilder,System.IFormatProvider,System.Text.StringBuilder.AppendInterpolatedStringHandler@)"> | ||
| <summary>Appends the specified interpolated string followed by the default line terminator to the end of the current StringBuilder object.</summary> | ||
| <param name="provider">An object that supplies culture-specific formatting information.</param> | ||
| <param name="handler">The interpolated string to append.</param> | ||
| <returns>A reference to this instance after the append operation has completed.</returns> | ||
| </member> | ||
| <member name="M:Polyfill.IsGenericMethodParameter(System.Type)"> | ||
| <summary> | ||
@@ -57,2 +107,58 @@ Gets a value that indicates whether the current Type represents a type parameter in the definition of a generic method. | ||
| </member> | ||
| <member name="M:RegexPolyfill.IsMatch(System.ReadOnlySpan{System.Char},System.String,System.Text.RegularExpressions.RegexOptions,System.TimeSpan)"> | ||
| <summary> | ||
| Indicates whether the specified regular expression finds a match in the specified input span, using the specified matching options and time-out interval. | ||
| </summary> | ||
| <returns>true if the regular expression finds a match; otherwise, false.</returns> | ||
| </member> | ||
| <member name="M:RegexPolyfill.IsMatch(System.ReadOnlySpan{System.Char},System.String,System.Text.RegularExpressions.RegexOptions)"> | ||
| <summary> | ||
| Indicates whether the specified regular expression finds a match in the specified input span, using the specified matching options. | ||
| </summary> | ||
| <returns>true if the regular expression finds a match; otherwise, false.</returns> | ||
| </member> | ||
| <member name="M:RegexPolyfill.IsMatch(System.ReadOnlySpan{System.Char},System.String)"> | ||
| <summary> | ||
| Indicates whether the specified regular expression finds a match in the specified input span. | ||
| </summary> | ||
| <returns>true if the regular expression finds a match; otherwise, false.</returns> | ||
| </member> | ||
| <member name="M:RegexPolyfill.EnumerateMatches(System.ReadOnlySpan{System.Char},System.String)"> | ||
| <summary> | ||
| Searches an input span for all occurrences of a regular expression and returns a Regex.ValueMatchEnumerator to iterate over the matches. | ||
| </summary> | ||
| <returns>A Regex.ValueMatchEnumerator to iterate over the matches.</returns> | ||
| </member> | ||
| <member name="M:RegexPolyfill.EnumerateMatches(System.ReadOnlySpan{System.Char},System.String,System.Text.RegularExpressions.RegexOptions,System.TimeSpan)"> | ||
| <summary> | ||
| Searches an input span for all occurrences of a regular expression and returns a Regex.ValueMatchEnumerator to iterate over the matches. | ||
| </summary> | ||
| <returns>A Regex.ValueMatchEnumerator to iterate over the matches.</returns> | ||
| </member> | ||
| <member name="M:RegexPolyfill.EnumerateMatches(System.ReadOnlySpan{System.Char},System.String,System.Text.RegularExpressions.RegexOptions)"> | ||
| <summary> | ||
| Searches an input span for all occurrences of a regular expression and returns a Regex.ValueMatchEnumerator to iterate over the matches. | ||
| </summary> | ||
| <returns>A Regex.ValueMatchEnumerator to iterate over the matches.</returns> | ||
| </member> | ||
| <member name="M:StringPolyfill.Join(System.Char,System.String[])"> | ||
| <summary> | ||
| Concatenates an array of strings, using the specified separator between each member. | ||
| </summary> | ||
| </member> | ||
| <member name="M:StringPolyfill.Join(System.Char,System.Object[])"> | ||
| <summary> | ||
| Concatenates the string representations of an array of objects, using the specified separator between each member. | ||
| </summary> | ||
| </member> | ||
| <member name="M:StringPolyfill.Join(System.Char,System.String[],System.Int32,System.Int32)"> | ||
| <summary> | ||
| Concatenates the specified elements of a string array, using the specified separator between each element. | ||
| </summary> | ||
| </member> | ||
| <member name="M:StringPolyfill.Join``1(System.Char,System.Collections.Generic.IEnumerable{``0})"> | ||
| <summary> | ||
| Concatenates the specified elements of a string array, using the specified separator between each element. | ||
| </summary> | ||
| </member> | ||
| <member name="T:GraphQL.AttachmentExecutionResult"> | ||
@@ -63,2 +169,7 @@ <summary> | ||
| </member> | ||
| <member name="M:GraphQL.AttachmentExecutionResult.#ctor(GraphQL.ExecutionResult,GraphQL.Attachments.IOutgoingAttachments)"> | ||
| <summary> | ||
| The result of a query execution by <see cref="M:GraphQL.AttachmentsExtensions.ExecuteWithAttachments(GraphQL.IDocumentExecuter,GraphQL.ExecutionOptions,GraphQL.Attachments.IIncomingAttachments)"/>. | ||
| </summary> | ||
| </member> | ||
| <member name="T:GraphQL.AttachmentsExtensions"> | ||
@@ -65,0 +176,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