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.1</version> | ||
| <version>7.1.0</version> | ||
| <authors>https://github.com/SimonCropp/GraphQL.Attachments/graphs/contributors</authors> | ||
@@ -15,7 +15,7 @@ <license type="expression">MIT</license> | ||
| <tags>GraphQL, Attachments</tags> | ||
| <repository type="git" url="https://github.com/SimonCropp/GraphQL.Attachments.git" commit="c33e8f93c9a683a6ed099550859a3e2014722533" /> | ||
| <repository type="git" url="https://github.com/SimonCropp/GraphQL.Attachments.git" commit="2def4e3eabbee77c566f739956ccca0a173c480f" /> | ||
| <dependencies> | ||
| <group targetFramework="net8.0"> | ||
| <dependency id="GraphQL" version="7.8.0" exclude="Build,Analyzers" /> | ||
| <dependency id="System.Text.Json" version="8.0.2" exclude="Build,Analyzers" /> | ||
| <dependency id="GraphQL" version="8.0.1" exclude="Build,Analyzers" /> | ||
| <dependency id="System.Text.Json" version="8.0.4" exclude="Build,Analyzers" /> | ||
| </group> | ||
@@ -22,0 +22,0 @@ </dependencies> |
@@ -7,3 +7,3 @@ <?xml version="1.0"?> | ||
| <members> | ||
| <member name="M:EnumPolyfill.GetValues``1"> | ||
| <member name="M:Polyfills.EnumPolyfill.GetValues``1"> | ||
| <summary> | ||
@@ -14,3 +14,3 @@ Retrieves an array of the values of the constants in a specified enumeration type. | ||
| </member> | ||
| <member name="M:EnumPolyfill.GetNames``1"> | ||
| <member name="M:Polyfills.EnumPolyfill.GetNames``1"> | ||
| <summary> | ||
@@ -21,13 +21,363 @@ Retrieves an array of the names of the constants in a specified enumeration type. | ||
| </member> | ||
| <member name="T:Polyfill"> | ||
| <member name="M:Polyfills.EnumPolyfill.Parse``1(System.String)"> | ||
| <summary> | ||
| Static and thread safe wrapper around NullabilityInfoContext. | ||
| Converts the string representation of the name or numeric value of one or more enumerated constants specified by TEnum to an equivalent enumerated object. | ||
| </summary> | ||
| </member> | ||
| <member name="M:Polyfill.Index``1(System.Collections.Generic.IEnumerable{``0})"> | ||
| <member name="M:Polyfills.EnumPolyfill.Parse``1(System.String,System.Boolean)"> | ||
| <summary> | ||
| Converts the string representation of the name or numeric value of one or more enumerated constants specified by TEnum to an equivalent enumerated object. | ||
| </summary> | ||
| </member> | ||
| <member name="M:Polyfills.EnumPolyfill.Parse``1(System.ReadOnlySpan{System.Char})"> | ||
| <summary> | ||
| Converts the span of characters representation of the name or numeric value of one or more enumerated constants specified by TEnum to an equivalent enumerated object. | ||
| </summary> | ||
| </member> | ||
| <member name="M:Polyfills.EnumPolyfill.Parse``1(System.ReadOnlySpan{System.Char},System.Boolean)"> | ||
| <summary> | ||
| Converts the span of characters representation of the name or numeric value of one or more enumerated constants specified by TEnum to an equivalent enumerated object. | ||
| </summary> | ||
| </member> | ||
| <member name="M:Polyfills.EnumPolyfill.TryParse``1(System.ReadOnlySpan{System.Char},``0@)"> | ||
| <summary> | ||
| Converts the string representation of the name or numeric value of one or more enumerated constants to an equivalent enumerated object. | ||
| </summary> | ||
| </member> | ||
| <member name="M:Polyfills.EnumPolyfill.TryParse``1(System.ReadOnlySpan{System.Char},System.Boolean,``0@)"> | ||
| <summary> | ||
| Converts the string representation of the name or numeric value of one or more enumerated constants to an equivalent enumerated object. A parameter specifies whether the operation is case-sensitive. The return value indicates whether the conversion succeeded. | ||
| </summary> | ||
| </member> | ||
| <member name="M:Polyfills.GuidPolyfill.TryParse(System.String,System.IFormatProvider,System.Guid@)"> | ||
| <summary> | ||
| Tries to parse a string into a value. | ||
| </summary> | ||
| </member> | ||
| <member name="M:Polyfills.GuidPolyfill.TryParse(System.ReadOnlySpan{System.Byte},System.IFormatProvider,System.Byte@)"> | ||
| <summary> | ||
| Tries to parse a span of UTF-8 characters into a value. | ||
| </summary> | ||
| </member> | ||
| <member name="M:Polyfills.BytePolyfill.TryParse(System.String,System.IFormatProvider,System.Byte@)"> | ||
| <summary> | ||
| Tries to parse a string into a value. | ||
| </summary> | ||
| </member> | ||
| <member name="M:Polyfills.BytePolyfill.TryParse(System.ReadOnlySpan{System.Byte},System.IFormatProvider,System.Byte@)"> | ||
| <summary> | ||
| Tries to parse a span of UTF-8 characters into a value. | ||
| </summary> | ||
| </member> | ||
| <member name="M:Polyfills.BytePolyfill.TryParse(System.ReadOnlySpan{System.Char},System.Byte@)"> | ||
| <summary> | ||
| Converts the span representation of a number in a specified style and culture-specific format to its byte equivalent. A return value indicates whether the conversion succeeded. | ||
| </summary> | ||
| </member> | ||
| <member name="M:Polyfills.BytePolyfill.TryParse(System.ReadOnlySpan{System.Char},System.IFormatProvider,System.Byte@)"> | ||
| <summary> | ||
| Tries to parse a span of characters into a value. | ||
| </summary> | ||
| </member> | ||
| <member name="M:Polyfills.BytePolyfill.TryParse(System.ReadOnlySpan{System.Byte},System.Globalization.NumberStyles,System.IFormatProvider,System.Byte@)"> | ||
| <summary> | ||
| Tries to parse a span of UTF-8 characters into a value. | ||
| </summary> | ||
| </member> | ||
| <member name="M:Polyfills.BytePolyfill.TryParse(System.ReadOnlySpan{System.Byte},System.Byte@)"> | ||
| <summary> | ||
| Tries to convert a UTF-8 character span containing the string representation of a number to its byte equivalent. | ||
| </summary> | ||
| </member> | ||
| <member name="M:Polyfills.BytePolyfill.TryParse(System.ReadOnlySpan{System.Char},System.Globalization.NumberStyles,System.IFormatProvider,System.Byte@)"> | ||
| <summary> | ||
| Converts the span representation of a number in a specified style and culture-specific format to its byte equivalent. A return value indicates whether the conversion succeeded. | ||
| </summary> | ||
| </member> | ||
| <member name="M:Polyfills.DoublePolyfill.TryParse(System.String,System.IFormatProvider,System.Double@)"> | ||
| <summary> | ||
| Tries to parse a string into a value. | ||
| </summary> | ||
| </member> | ||
| <member name="M:Polyfills.DoublePolyfill.TryParse(System.ReadOnlySpan{System.Byte},System.IFormatProvider,System.Double@)"> | ||
| <summary> | ||
| Tries to parse a span of UTF-8 characters into a value. | ||
| </summary> | ||
| </member> | ||
| <member name="M:Polyfills.DoublePolyfill.TryParse(System.ReadOnlySpan{System.Char},System.Double@)"> | ||
| <summary> | ||
| Converts the span representation of a number in a specified style and culture-specific format to its double-precision floating-point number equivalent. A return value indicates whether the conversion succeeded or failed. | ||
| </summary> | ||
| </member> | ||
| <member name="M:Polyfills.DoublePolyfill.TryParse(System.ReadOnlySpan{System.Char},System.IFormatProvider,System.Double@)"> | ||
| <summary> | ||
| Tries to parse a span of characters into a value. | ||
| </summary> | ||
| </member> | ||
| <member name="M:Polyfills.DoublePolyfill.TryParse(System.ReadOnlySpan{System.Byte},System.Globalization.NumberStyles,System.IFormatProvider,System.Double@)"> | ||
| <summary> | ||
| Tries to parse a span of UTF-8 characters into a value. | ||
| </summary> | ||
| </member> | ||
| <member name="M:Polyfills.DoublePolyfill.TryParse(System.ReadOnlySpan{System.Byte},System.Double@)"> | ||
| <summary> | ||
| Tries to convert a UTF-8 character span containing the string representation of a number to its double-precision floating-point number equivalent.. | ||
| </summary> | ||
| </member> | ||
| <member name="M:Polyfills.DoublePolyfill.TryParse(System.ReadOnlySpan{System.Char},System.Globalization.NumberStyles,System.IFormatProvider,System.Double@)"> | ||
| <summary> | ||
| Converts the string representation of a number in a specified style and culture-specific format to its double-precision floating-point number equivalent. A return value indicates whether the conversion succeeded or failed. | ||
| </summary> | ||
| </member> | ||
| <member name="M:Polyfills.IntPolyfill.TryParse(System.String,System.IFormatProvider,System.Int32@)"> | ||
| <summary> | ||
| Tries to parse a string into a value. | ||
| </summary> | ||
| </member> | ||
| <member name="M:Polyfills.IntPolyfill.TryParse(System.ReadOnlySpan{System.Byte},System.IFormatProvider,System.Int32@)"> | ||
| <summary> | ||
| Tries to parse a span of UTF-8 characters into a value. | ||
| </summary> | ||
| </member> | ||
| <member name="M:Polyfills.IntPolyfill.TryParse(System.ReadOnlySpan{System.Char},System.Int32@)"> | ||
| <summary> | ||
| Converts the span representation of a number in a specified style and culture-specific format to its 32-bit signed integer equivalent. A return value indicates whether the conversion succeeded. | ||
| </summary> | ||
| </member> | ||
| <member name="M:Polyfills.IntPolyfill.TryParse(System.ReadOnlySpan{System.Char},System.IFormatProvider,System.Int32@)"> | ||
| <summary> | ||
| Tries to parse a span of characters into a value. | ||
| </summary> | ||
| </member> | ||
| <member name="M:Polyfills.IntPolyfill.TryParse(System.ReadOnlySpan{System.Byte},System.Globalization.NumberStyles,System.IFormatProvider,System.Int32@)"> | ||
| <summary> | ||
| Tries to parse a span of UTF-8 characters into a value. | ||
| </summary> | ||
| </member> | ||
| <member name="M:Polyfills.IntPolyfill.TryParse(System.ReadOnlySpan{System.Byte},System.Int32@)"> | ||
| <summary> | ||
| Tries to convert a UTF-8 character span containing the string representation of a number to its 32-bit signed integer equivalent. | ||
| </summary> | ||
| </member> | ||
| <member name="M:Polyfills.IntPolyfill.TryParse(System.ReadOnlySpan{System.Char},System.Globalization.NumberStyles,System.IFormatProvider,System.Int32@)"> | ||
| <summary> | ||
| Converts the span representation of a number in a specified style and culture-specific format to its 32-bit signed integer equivalent. A return value indicates whether the conversion succeeded. | ||
| </summary> | ||
| </member> | ||
| <member name="M:Polyfills.LongPolyfill.TryParse(System.String,System.IFormatProvider,System.Int32@)"> | ||
| <summary> | ||
| Tries to parse a string into a value. | ||
| </summary> | ||
| </member> | ||
| <member name="M:Polyfills.LongPolyfill.TryParse(System.ReadOnlySpan{System.Byte},System.IFormatProvider,System.Int32@)"> | ||
| <summary> | ||
| Tries to parse a span of UTF-8 characters into a value. | ||
| </summary> | ||
| </member> | ||
| <member name="M:Polyfills.LongPolyfill.TryParse(System.ReadOnlySpan{System.Char},System.Int32@)"> | ||
| <summary> | ||
| Converts the span representation of a number in a specified style and culture-specific format to its 32-bit signed integer equivalent. A return value indicates whether the conversion succeeded. | ||
| </summary> | ||
| </member> | ||
| <member name="M:Polyfills.LongPolyfill.TryParse(System.ReadOnlySpan{System.Char},System.IFormatProvider,System.Int32@)"> | ||
| <summary> | ||
| Tries to parse a span of characters into a value. | ||
| </summary> | ||
| </member> | ||
| <member name="M:Polyfills.LongPolyfill.TryParse(System.ReadOnlySpan{System.Byte},System.Globalization.NumberStyles,System.IFormatProvider,System.Int32@)"> | ||
| <summary> | ||
| Tries to parse a span of UTF-8 characters into a value. | ||
| </summary> | ||
| </member> | ||
| <member name="M:Polyfills.LongPolyfill.TryParse(System.ReadOnlySpan{System.Byte},System.Int32@)"> | ||
| <summary> | ||
| Tries to convert a UTF-8 character span containing the string representation of a number to its 64-bit signed integer equivalent. | ||
| </summary> | ||
| </member> | ||
| <member name="M:Polyfills.LongPolyfill.TryParse(System.ReadOnlySpan{System.Char},System.Globalization.NumberStyles,System.IFormatProvider,System.Int32@)"> | ||
| <summary> | ||
| Converts the span representation of a number in a specified style and culture-specific format to its 64-bit signed integer equivalent. A return value indicates whether the conversion succeeded. | ||
| </summary> | ||
| </member> | ||
| <member name="M:Polyfills.SBytePolyfill.TryParse(System.String,System.IFormatProvider,System.SByte@)"> | ||
| <summary> | ||
| Tries to parse a string into a value. | ||
| </summary> | ||
| </member> | ||
| <member name="M:Polyfills.SBytePolyfill.TryParse(System.ReadOnlySpan{System.Byte},System.IFormatProvider,System.SByte@)"> | ||
| <summary> | ||
| Tries to parse a span of UTF-8 characters into a value. | ||
| </summary> | ||
| </member> | ||
| <member name="M:Polyfills.SBytePolyfill.TryParse(System.ReadOnlySpan{System.Char},System.SByte@)"> | ||
| <summary> | ||
| Converts the span representation of a number in a specified style and culture-specific format to its sbyte equivalent. A return value indicates whether the conversion succeeded. | ||
| </summary> | ||
| </member> | ||
| <member name="M:Polyfills.SBytePolyfill.TryParse(System.ReadOnlySpan{System.Char},System.IFormatProvider,System.SByte@)"> | ||
| <summary> | ||
| Tries to parse a span of characters into a value. | ||
| </summary> | ||
| </member> | ||
| <member name="M:Polyfills.SBytePolyfill.TryParse(System.ReadOnlySpan{System.Byte},System.Globalization.NumberStyles,System.IFormatProvider,System.SByte@)"> | ||
| <summary> | ||
| Tries to parse a span of UTF-8 characters into a value. | ||
| </summary> | ||
| </member> | ||
| <member name="M:Polyfills.SBytePolyfill.TryParse(System.ReadOnlySpan{System.Byte},System.SByte@)"> | ||
| <summary> | ||
| Tries to convert a UTF-8 character span containing the string representation of a number to its sbyte equivalent. | ||
| </summary> | ||
| </member> | ||
| <member name="M:Polyfills.SBytePolyfill.TryParse(System.ReadOnlySpan{System.Char},System.Globalization.NumberStyles,System.IFormatProvider,System.SByte@)"> | ||
| <summary> | ||
| Converts the span representation of a number in a specified style and culture-specific format to its sbyte equivalent. A return value indicates whether the conversion succeeded. | ||
| </summary> | ||
| </member> | ||
| <member name="M:Polyfills.ShortPolyfill.TryParse(System.String,System.IFormatProvider,System.Int16@)"> | ||
| <summary> | ||
| Tries to parse a string into a value. | ||
| </summary> | ||
| </member> | ||
| <member name="M:Polyfills.ShortPolyfill.TryParse(System.ReadOnlySpan{System.Byte},System.IFormatProvider,System.Int16@)"> | ||
| <summary> | ||
| Tries to parse a span of UTF-8 characters into a value. | ||
| </summary> | ||
| </member> | ||
| <member name="M:Polyfills.ShortPolyfill.TryParse(System.ReadOnlySpan{System.Char},System.Int16@)"> | ||
| <summary> | ||
| Converts the span representation of a number in a specified style and culture-specific format to its short equivalent. A return value indicates whether the conversion succeeded. | ||
| </summary> | ||
| </member> | ||
| <member name="M:Polyfills.ShortPolyfill.TryParse(System.ReadOnlySpan{System.Char},System.IFormatProvider,System.Int16@)"> | ||
| <summary> | ||
| Tries to parse a span of characters into a value. | ||
| </summary> | ||
| </member> | ||
| <member name="M:Polyfills.ShortPolyfill.TryParse(System.ReadOnlySpan{System.Byte},System.Globalization.NumberStyles,System.IFormatProvider,System.Int16@)"> | ||
| <summary> | ||
| Tries to parse a span of UTF-8 characters into a value. | ||
| </summary> | ||
| </member> | ||
| <member name="M:Polyfills.ShortPolyfill.TryParse(System.ReadOnlySpan{System.Byte},System.Int16@)"> | ||
| <summary> | ||
| Tries to convert a UTF-8 character span containing the string representation of a number to its short equivalent. | ||
| </summary> | ||
| </member> | ||
| <member name="M:Polyfills.ShortPolyfill.TryParse(System.ReadOnlySpan{System.Char},System.Globalization.NumberStyles,System.IFormatProvider,System.Int16@)"> | ||
| <summary> | ||
| Converts the span representation of a number in a specified style and culture-specific format to its short equivalent. A return value indicates whether the conversion succeeded. | ||
| </summary> | ||
| </member> | ||
| <member name="M:Polyfills.UIntPolyfill.TryParse(System.String,System.IFormatProvider,System.UInt32@)"> | ||
| <summary> | ||
| Tries to parse a string into a value. | ||
| </summary> | ||
| </member> | ||
| <member name="M:Polyfills.UIntPolyfill.TryParse(System.ReadOnlySpan{System.Byte},System.IFormatProvider,System.UInt32@)"> | ||
| <summary> | ||
| Tries to parse a span of UTF-8 characters into a value. | ||
| </summary> | ||
| </member> | ||
| <member name="M:Polyfills.UIntPolyfill.TryParse(System.ReadOnlySpan{System.Char},System.UInt32@)"> | ||
| <summary> | ||
| Converts the span representation of a number in a specified style and culture-specific format to its uint equivalent. A return value indicates whether the conversion succeeded. | ||
| </summary> | ||
| </member> | ||
| <member name="M:Polyfills.UIntPolyfill.TryParse(System.ReadOnlySpan{System.Char},System.IFormatProvider,System.UInt32@)"> | ||
| <summary> | ||
| Tries to parse a span of characters into a value. | ||
| </summary> | ||
| </member> | ||
| <member name="M:Polyfills.UIntPolyfill.TryParse(System.ReadOnlySpan{System.Byte},System.Globalization.NumberStyles,System.IFormatProvider,System.UInt32@)"> | ||
| <summary> | ||
| Tries to parse a span of UTF-8 characters into a value. | ||
| </summary> | ||
| </member> | ||
| <member name="M:Polyfills.UIntPolyfill.TryParse(System.ReadOnlySpan{System.Byte},System.UInt32@)"> | ||
| <summary> | ||
| Tries to convert a UTF-8 character span containing the string representation of a number to its uint equivalent. | ||
| </summary> | ||
| </member> | ||
| <member name="M:Polyfills.UIntPolyfill.TryParse(System.ReadOnlySpan{System.Char},System.Globalization.NumberStyles,System.IFormatProvider,System.UInt32@)"> | ||
| <summary> | ||
| Converts the span representation of a number in a specified style and culture-specific format to its uint equivalent. A return value indicates whether the conversion succeeded. | ||
| </summary> | ||
| </member> | ||
| <member name="M:Polyfills.ULongPolyfill.TryParse(System.String,System.IFormatProvider,System.UInt64@)"> | ||
| <summary> | ||
| Tries to parse a string into a value. | ||
| </summary> | ||
| </member> | ||
| <member name="M:Polyfills.ULongPolyfill.TryParse(System.ReadOnlySpan{System.Byte},System.IFormatProvider,System.UInt64@)"> | ||
| <summary> | ||
| Tries to parse a span of UTF-8 characters into a value. | ||
| </summary> | ||
| </member> | ||
| <member name="M:Polyfills.ULongPolyfill.TryParse(System.ReadOnlySpan{System.Char},System.UInt64@)"> | ||
| <summary> | ||
| Converts the span representation of a number in a specified style and culture-specific format to its ulong equivalent. A return value indicates whether the conversion succeeded. | ||
| </summary> | ||
| </member> | ||
| <member name="M:Polyfills.ULongPolyfill.TryParse(System.ReadOnlySpan{System.Char},System.IFormatProvider,System.UInt64@)"> | ||
| <summary> | ||
| Tries to parse a span of characters into a value. | ||
| </summary> | ||
| </member> | ||
| <member name="M:Polyfills.ULongPolyfill.TryParse(System.ReadOnlySpan{System.Byte},System.Globalization.NumberStyles,System.IFormatProvider,System.UInt64@)"> | ||
| <summary> | ||
| Tries to parse a span of UTF-8 characters into a value. | ||
| </summary> | ||
| </member> | ||
| <member name="M:Polyfills.ULongPolyfill.TryParse(System.ReadOnlySpan{System.Byte},System.UInt64@)"> | ||
| <summary> | ||
| Tries to convert a UTF-8 character span containing the string representation of a number to its ulong equivalent. | ||
| </summary> | ||
| </member> | ||
| <member name="M:Polyfills.ULongPolyfill.TryParse(System.ReadOnlySpan{System.Char},System.Globalization.NumberStyles,System.IFormatProvider,System.UInt64@)"> | ||
| <summary> | ||
| Converts the span representation of a number in a specified style and culture-specific format to its ulong equivalent. A return value indicates whether the conversion succeeded. | ||
| </summary> | ||
| </member> | ||
| <member name="M:Polyfills.UShortPolyfill.TryParse(System.String,System.IFormatProvider,System.UInt16@)"> | ||
| <summary> | ||
| Tries to parse a string into a value. | ||
| </summary> | ||
| </member> | ||
| <member name="M:Polyfills.UShortPolyfill.TryParse(System.ReadOnlySpan{System.Byte},System.IFormatProvider,System.UInt16@)"> | ||
| <summary> | ||
| Tries to parse a span of UTF-8 characters into a value. | ||
| </summary> | ||
| </member> | ||
| <member name="M:Polyfills.UShortPolyfill.TryParse(System.ReadOnlySpan{System.Char},System.UInt16@)"> | ||
| <summary> | ||
| Converts the span representation of a number in a specified style and culture-specific format to its ushort equivalent. A return value indicates whether the conversion succeeded. | ||
| </summary> | ||
| </member> | ||
| <member name="M:Polyfills.UShortPolyfill.TryParse(System.ReadOnlySpan{System.Char},System.IFormatProvider,System.UInt16@)"> | ||
| <summary> | ||
| Tries to parse a span of characters into a value. | ||
| </summary> | ||
| </member> | ||
| <member name="M:Polyfills.UShortPolyfill.TryParse(System.ReadOnlySpan{System.Byte},System.Globalization.NumberStyles,System.IFormatProvider,System.UInt16@)"> | ||
| <summary> | ||
| Tries to parse a span of UTF-8 characters into a value. | ||
| </summary> | ||
| </member> | ||
| <member name="M:Polyfills.UShortPolyfill.TryParse(System.ReadOnlySpan{System.Byte},System.UInt16@)"> | ||
| <summary> | ||
| Tries to convert a UTF-8 character span containing the string representation of a number to its ushort equivalent. | ||
| </summary> | ||
| </member> | ||
| <member name="M:Polyfills.UShortPolyfill.TryParse(System.ReadOnlySpan{System.Char},System.Globalization.NumberStyles,System.IFormatProvider,System.UInt16@)"> | ||
| <summary> | ||
| Converts the span representation of a number in a specified style and culture-specific format to its ushort equivalent. A return value indicates whether the conversion succeeded. | ||
| </summary> | ||
| </member> | ||
| <member name="M:Polyfills.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})"> | ||
| <member name="M:Polyfills.Polyfill.AggregateBy``3(System.Collections.Generic.IEnumerable{``0},System.Func{``0,``1},``2,System.Func{``2,``0,``2},System.Collections.Generic.IEqualityComparer{``1})"> | ||
| <summary> | ||
@@ -37,3 +387,3 @@ https://learn.microsoft.com/en-us/dotnet/core/whats-new/dotnet-9/overview#linq | ||
| </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})"> | ||
| <member name="M:Polyfills.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> | ||
@@ -43,3 +393,3 @@ https://learn.microsoft.com/en-us/dotnet/core/whats-new/dotnet-9/overview#linq | ||
| </member> | ||
| <member name="M:Polyfill.CountBy``2(System.Collections.Generic.IEnumerable{``0},System.Func{``0,``1},System.Collections.Generic.IEqualityComparer{``1})"> | ||
| <member name="M:Polyfills.Polyfill.CountBy``2(System.Collections.Generic.IEnumerable{``0},System.Func{``0,``1},System.Collections.Generic.IEqualityComparer{``1})"> | ||
| <summary> | ||
@@ -49,8 +399,45 @@ https://learn.microsoft.com/en-us/dotnet/core/whats-new/dotnet-9/overview#linq | ||
| </member> | ||
| <member name="M:Polyfill.Nanoseconds(System.TimeSpan)"> | ||
| <member name="M:Polyfills.Polyfill.Except``1(System.Collections.Generic.IEnumerable{``0},``0)"> | ||
| <summary> | ||
| Produces a set items excluding <paramref name="item"/> by using the default equality comparer to compare values. | ||
| </summary> | ||
| <param name="target">An <see cref="T:System.Collections.Generic.IEnumerable`1"/> whose elements that are not equal to <paramref name="item"/> will be returned.</param> | ||
| <param name="item">An <see cref="!:TSource"/> that is elements equal it will cause those elements to be removed from the returned sequence.</param> | ||
| <typeparam name="TSource">The type of the elements of <paramref name="target" />.</typeparam> | ||
| <returns>A sequence that contains the items of <paramref name="target"/> but excluding <paramref name="item"/>.</returns> | ||
| </member> | ||
| <member name="M:Polyfills.Polyfill.Except``1(System.Collections.Generic.IEnumerable{``0},``0[])"> | ||
| <summary> | ||
| Produces the set difference of two sequences by using the default equality comparer to compare values. | ||
| </summary> | ||
| <param name="target">An <see cref="T:System.Collections.Generic.IEnumerable`1"/> whose elements that are not equal to <paramref name="item"/> will be returned.</param> | ||
| <param name="item">An <see cref="!:TSource"/> that is elements equal it will cause those elements to be removed from the returned sequence.</param> | ||
| <typeparam name="TSource">The type of the elements of <paramref name="target" />.</typeparam> | ||
| <returns>A sequence that contains the items of <paramref name="target"/> but excluding <paramref name="item"/>.</returns> | ||
| </member> | ||
| <member name="M:Polyfills.Polyfill.Except``1(System.Collections.Generic.IEnumerable{``0},``0,System.Collections.Generic.IEqualityComparer{``0})"> | ||
| <summary> | ||
| Produces a set items excluding <paramref name="item"/> by using <paramref name="comparer"/> to compare values. | ||
| </summary> | ||
| <param name="target">An <see cref="T:System.Collections.Generic.IEnumerable`1"/> whose elements that are not equal to <paramref name="item"/> will be returned.</param> | ||
| <param name="item">An <see cref="!:TSource"/> that is elements equal it will cause those elements to be removed from the returned sequence.</param> | ||
| <param name="comparer">An <see cref="T:System.Collections.Generic.IEqualityComparer`1"/> to compare values.</param> | ||
| <typeparam name="TSource">The type of the elements of <paramref name="target" />.</typeparam> | ||
| <returns>A sequence that contains the items of <paramref name="target"/> but excluding <paramref name="item"/>.</returns> | ||
| </member> | ||
| <member name="M:Polyfills.Polyfill.Except``1(System.Collections.Generic.IEnumerable{``0},System.Collections.Generic.IEqualityComparer{``0},``0[])"> | ||
| <summary> | ||
| Produces the set difference of two sequences by <paramref name="comparer"/> to compare values. | ||
| </summary> | ||
| <param name="target">An <see cref="T:System.Collections.Generic.IEnumerable`1"/> whose elements that are not equal to <paramref name="item"/> will be returned.</param> | ||
| <param name="item">An <see cref="!:TSource"/> that is elements equal it will cause those elements to be removed from the returned sequence.</param> | ||
| <typeparam name="TSource">The type of the elements of <paramref name="target" />.</typeparam> | ||
| <returns>A sequence that contains the items of <paramref name="target"/> but excluding <paramref name="item"/>.</returns> | ||
| </member> | ||
| <member name="M:Polyfills.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:Polyfill.Nanosecond(System.DateTime)"> | ||
| <member name="M:Polyfills.Polyfill.Nanosecond(System.DateTime)"> | ||
| <summary> | ||
@@ -60,3 +447,3 @@ Gets the nanosecond component of the time represented by the current <see cref="T:System.DateTime"/> object. | ||
| </member> | ||
| <member name="M:Polyfill.Nanosecond(System.DateTimeOffset)"> | ||
| <member name="M:Polyfills.Polyfill.Nanosecond(System.DateTimeOffset)"> | ||
| <summary> | ||
@@ -66,3 +453,3 @@ Gets the nanosecond component of the time represented by the current <see cref="T:System.DateTimeOffset"/> object. | ||
| </member> | ||
| <member name="M:Polyfill.Microseconds(System.TimeSpan)"> | ||
| <member name="M:Polyfills.Polyfill.Microseconds(System.TimeSpan)"> | ||
| <summary> | ||
@@ -72,3 +459,3 @@ Gets the microsecond component of the time represented by the current <see cref="T:System.TimeSpan"/> object. | ||
| </member> | ||
| <member name="M:Polyfill.Microsecond(System.DateTime)"> | ||
| <member name="M:Polyfills.Polyfill.Microsecond(System.DateTime)"> | ||
| <summary> | ||
@@ -78,3 +465,3 @@ Gets the microsecond component of the time represented by the current <see cref="T:System.DateTime"/> object. | ||
| </member> | ||
| <member name="M:Polyfill.Microsecond(System.DateTimeOffset)"> | ||
| <member name="M:Polyfills.Polyfill.Microsecond(System.DateTimeOffset)"> | ||
| <summary> | ||
@@ -84,3 +471,3 @@ Gets the microsecond component of the time represented by the current <see cref="T:System.DateTimeOffset"/> object. | ||
| </member> | ||
| <member name="M:Polyfill.Append(System.Text.StringBuilder,System.Text.StringBuilder.AppendInterpolatedStringHandler@)"> | ||
| <member name="M:Polyfills.Polyfill.Append(System.Text.StringBuilder,System.Text.StringBuilder.AppendInterpolatedStringHandler@)"> | ||
| <summary>Appends the specified interpolated string to this instance.</summary> | ||
@@ -90,3 +477,3 @@ <param name="handler">The interpolated string to append.</param> | ||
| </member> | ||
| <member name="M:Polyfill.Append(System.Text.StringBuilder,System.IFormatProvider,System.Text.StringBuilder.AppendInterpolatedStringHandler@)"> | ||
| <member name="M:Polyfills.Polyfill.Append(System.Text.StringBuilder,System.IFormatProvider,System.Text.StringBuilder.AppendInterpolatedStringHandler@)"> | ||
| <summary>Appends the specified interpolated string to this instance.</summary> | ||
@@ -97,3 +484,3 @@ <param name="provider">An object that supplies culture-specific formatting information.</param> | ||
| </member> | ||
| <member name="M:Polyfill.AppendLine(System.Text.StringBuilder,System.Text.StringBuilder.AppendInterpolatedStringHandler@)"> | ||
| <member name="M:Polyfills.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> | ||
@@ -103,3 +490,3 @@ <param name="handler">The interpolated string to append.</param> | ||
| </member> | ||
| <member name="M:Polyfill.AppendLine(System.Text.StringBuilder,System.IFormatProvider,System.Text.StringBuilder.AppendInterpolatedStringHandler@)"> | ||
| <member name="M:Polyfills.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> | ||
@@ -110,9 +497,43 @@ <param name="provider">An object that supplies culture-specific formatting information.</param> | ||
| </member> | ||
| <member name="M:Polyfill.IsGenericMethodParameter(System.Type)"> | ||
| <member name="M:Polyfills.Polyfill.Replace(System.Text.StringBuilder,System.ReadOnlySpan{System.Char},System.ReadOnlySpan{System.Char})"> | ||
| <summary> | ||
| Replaces all instances of one string with another in part of this builder. | ||
| </summary> | ||
| <param name="oldValue">The string to replace.</param> | ||
| <param name="newValue">The string to replace <paramref name="oldValue"/> with.</param> | ||
| <param name="startIndex">The index to start in this builder.</param> | ||
| <param name="count">The number of characters to read in this builder.</param> | ||
| <remarks> | ||
| If <paramref name="newValue"/> is <c>null</c>, instances of <paramref name="oldValue"/> are removed from this builder. | ||
| </remarks> | ||
| </member> | ||
| <member name="M:Polyfills.Polyfill.Replace(System.Text.StringBuilder,System.ReadOnlySpan{System.Char},System.ReadOnlySpan{System.Char},System.Int32,System.Int32)"> | ||
| <summary> | ||
| Replaces all instances of one read-only character span with another in part of this builder. | ||
| </summary> | ||
| <param name="oldValue">The read-only character span to replace.</param> | ||
| <param name="newValue">The read-only character span to replace <paramref name="oldValue"/> with.</param> | ||
| <param name="startIndex">The index to start in this builder.</param> | ||
| <param name="count">The number of characters to read in this builder.</param> | ||
| <remarks> | ||
| If <paramref name="newValue"/> is empty, instances of <paramref name="oldValue"/> are removed from this builder. | ||
| </remarks> | ||
| </member> | ||
| <member name="M:Polyfills.Polyfill.IsGenericMethodParameter(System.Type)"> | ||
| <summary> | ||
| Gets a value that indicates whether the current Type represents a type parameter in the definition of a generic method. | ||
| </summary> | ||
| </member> | ||
| <member name="M:RegexPolyfill.IsMatch(System.ReadOnlySpan{System.Char},System.String,System.Text.RegularExpressions.RegexOptions,System.TimeSpan)"> | ||
| <member name="M:Polyfills.Polyfill.IsAssignableTo``1(System.Type)"> | ||
| <summary> | ||
| Generic version of Type.IsAssignableTo https://learn.microsoft.com/en-us/dotnet/api/system.type.isassignableto. | ||
| </summary> | ||
| </member> | ||
| <member name="M:Polyfills.Polyfill.IsAssignableFrom``1(System.Type)"> | ||
| <summary> | ||
| Generic version of Type.IsAssignableFrom https://learn.microsoft.com/en-us/dotnet/api/system.type.isassignablefrom. | ||
| </summary> | ||
| </member> | ||
| <member name="M:Polyfills.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. | ||
@@ -122,3 +543,3 @@ </summary> | ||
| </member> | ||
| <member name="M:RegexPolyfill.IsMatch(System.ReadOnlySpan{System.Char},System.String,System.Text.RegularExpressions.RegexOptions)"> | ||
| <member name="M:Polyfills.RegexPolyfill.IsMatch(System.ReadOnlySpan{System.Char},System.String,System.Text.RegularExpressions.RegexOptions)"> | ||
| <summary> | ||
@@ -129,3 +550,3 @@ Indicates whether the specified regular expression finds a match in the specified input span, using the specified matching options. | ||
| </member> | ||
| <member name="M:RegexPolyfill.IsMatch(System.ReadOnlySpan{System.Char},System.String)"> | ||
| <member name="M:Polyfills.RegexPolyfill.IsMatch(System.ReadOnlySpan{System.Char},System.String)"> | ||
| <summary> | ||
@@ -136,3 +557,3 @@ Indicates whether the specified regular expression finds a match in the specified input span. | ||
| </member> | ||
| <member name="M:RegexPolyfill.EnumerateMatches(System.ReadOnlySpan{System.Char},System.String)"> | ||
| <member name="M:Polyfills.RegexPolyfill.EnumerateMatches(System.ReadOnlySpan{System.Char},System.String)"> | ||
| <summary> | ||
@@ -143,3 +564,3 @@ Searches an input span for all occurrences of a regular expression and returns a Regex.ValueMatchEnumerator to iterate over the matches. | ||
| </member> | ||
| <member name="M:RegexPolyfill.EnumerateMatches(System.ReadOnlySpan{System.Char},System.String,System.Text.RegularExpressions.RegexOptions,System.TimeSpan)"> | ||
| <member name="M:Polyfills.RegexPolyfill.EnumerateMatches(System.ReadOnlySpan{System.Char},System.String,System.Text.RegularExpressions.RegexOptions,System.TimeSpan)"> | ||
| <summary> | ||
@@ -150,3 +571,3 @@ Searches an input span for all occurrences of a regular expression and returns a Regex.ValueMatchEnumerator to iterate over the matches. | ||
| </member> | ||
| <member name="M:RegexPolyfill.EnumerateMatches(System.ReadOnlySpan{System.Char},System.String,System.Text.RegularExpressions.RegexOptions)"> | ||
| <member name="M:Polyfills.RegexPolyfill.EnumerateMatches(System.ReadOnlySpan{System.Char},System.String,System.Text.RegularExpressions.RegexOptions)"> | ||
| <summary> | ||
@@ -157,3 +578,3 @@ Searches an input span for all occurrences of a regular expression and returns a Regex.ValueMatchEnumerator to iterate over the matches. | ||
| </member> | ||
| <member name="M:StringPolyfill.Join(System.Char,System.String[])"> | ||
| <member name="M:Polyfills.StringPolyfill.Join(System.Char,System.String[])"> | ||
| <summary> | ||
@@ -163,3 +584,3 @@ Concatenates an array of strings, using the specified separator between each member. | ||
| </member> | ||
| <member name="M:StringPolyfill.Join(System.Char,System.Object[])"> | ||
| <member name="M:Polyfills.StringPolyfill.Join(System.Char,System.Object[])"> | ||
| <summary> | ||
@@ -169,3 +590,3 @@ Concatenates the string representations of an array of objects, using the specified separator between each member. | ||
| </member> | ||
| <member name="M:StringPolyfill.Join(System.Char,System.String[],System.Int32,System.Int32)"> | ||
| <member name="M:Polyfills.StringPolyfill.Join(System.Char,System.String[],System.Int32,System.Int32)"> | ||
| <summary> | ||
@@ -175,3 +596,3 @@ Concatenates the specified elements of a string array, using the specified separator between each element. | ||
| </member> | ||
| <member name="M:StringPolyfill.Join``1(System.Char,System.Collections.Generic.IEnumerable{``0})"> | ||
| <member name="M:Polyfills.StringPolyfill.Join``1(System.Char,System.Collections.Generic.IEnumerable{``0})"> | ||
| <summary> | ||
@@ -181,2 +602,19 @@ Concatenates the specified elements of a string array, using the specified separator between each element. | ||
| </member> | ||
| <member name="T:System.Runtime.CompilerServices.OverloadResolutionPriorityAttribute"> | ||
| <summary> | ||
| Specifies the priority of a member in overload resolution. When unspecified, the default priority is 0. | ||
| </summary> | ||
| </member> | ||
| <member name="M:System.Runtime.CompilerServices.OverloadResolutionPriorityAttribute.#ctor(System.Int32)"> | ||
| <summary> | ||
| Initializes a new instance of the <see cref="T:System.Runtime.CompilerServices.OverloadResolutionPriorityAttribute"/> class. | ||
| </summary> | ||
| <param name="priority">The priority of the attributed member. Higher numbers are prioritized, | ||
| lower numbers are deprioritized. 0 is the default if no attribute is present.</param> | ||
| </member> | ||
| <member name="P:System.Runtime.CompilerServices.OverloadResolutionPriorityAttribute.Priority"> | ||
| <summary> | ||
| The priority of the member. | ||
| </summary> | ||
| </member> | ||
| <member name="T:GraphQL.AttachmentExecutionResult"> | ||
@@ -183,0 +621,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