Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

github.com/graphql-dotnet/graphql-dotnet

GraphQL for .NET
https://github.com/graphql-dotnet/graphql-dotnet

Rename ConfigureExecution to ConfigureExecutionOptions (#2788)

84f5deeddc2709dadf86c434d1805668b4ee1181 authored about 3 years ago
Fix check annotations (#2787)

c59cc7fda6771510c048cc121e9e919a98263e89 authored about 3 years ago
Add docs for DateOnly and TimeOnly (#2784)

44448c023bbaafea575d195ac392de75bc4e3e50 authored about 3 years ago
Remove inaccurate comment on AddGraphQL (#2783)

b149177e073507c1f436d4460e637a19f0d7ccf7 authored about 3 years ago
Minor updates to IGraphQLBuilder and related code (#2781)

71bfab6748bf2ffad60718f20f6ad594d5c2c792 authored about 3 years ago
Small refactoring around IGraphQLBuilder (#2775)

8f6c29fa2053326f4818942e25f54f7ce36ca528 authored about 3 years ago
Merge branch 'master' into develop

dc26c96b3d97ace46a4ca9a76dd786c480ddf594 authored about 3 years ago
Suggested changes to IGraphQLBuilder (#2769)

a0efba074368a64ae1555c28fe8f954eec5c60c4 authored about 3 years ago
Merge

b10a817f8d5d0fc2eeb28b69a6ae3f0c16b73286 authored about 3 years ago
Add ConfigureAwait(false) to ValidateAsync (#2772)

da102aab06b31a7aa9ca15a53f95f716066b94a3 authored about 3 years ago
Add forgotten ConfigureAwait(false) (#2768)

2f415881cfd454441ed67fd6016d0fcd2ba7e5e8 authored about 3 years ago
Merge branch 'master' of github.com:graphql-dotnet/graphql-dotnet into develop

# Conflicts:
# src/GraphQL/Validation/DocumentValidator.cs

f7dbf35e977bdb45caea9cd8d98a11e6191cbd8a authored about 3 years ago
Add forgotten ConfigureAwait(false) (#2770)

Co-authored-by: Ivan Maximov <[email protected]>

1633ca04345b924f4088e7d9bf9218f73a046ecb authored about 3 years ago
Add InputExtensions; rename Extensions and Inputs (#2766)

6ddf458b500df556970de6fdce480a1a5e982d7d authored about 3 years ago
async UnhandledExceptionDelegate (#2755)

56ab5972e4646ce59415604ce02f9645bdd476cf authored about 3 years ago
Update README.md (#2761)

9e9395cae4a031390dbe57d1bb9f91dbf26221df authored about 3 years ago
Remove Microsoft.Extensions.DependencyInjection.Abstractions reference (#2764)

087b9ee8aee68cd6e68cc1538178e6fb3016b5c5 authored about 3 years ago
Make IDocumentCache asynchronous (#2758)

f1624cc75752d602173a238ba5e451640727c8cc authored about 3 years ago
Update apiapprovals

08eb65377e7250649e6c19453bdce5fc43975116 authored about 3 years ago
Merge from master

e1261afd320a57a48538689a61da02bb7ac1e2d7 authored about 3 years ago
Update NRT annotations on ErrorInfo (#2756)

e9313fd35bab250b5840153ad0e6b87913c2c5d6 authored about 3 years ago
Initialize schema for all public methods in printers (#2753)

c3ca5d68a119c126e4bd64bc7ae9faade76e53c7 authored about 3 years ago
Enable C#10 (#2750)

419643ae44b964ef4f9af2db1f0666eddf900516 authored about 3 years ago
Fix github-script@v5 usage (#2746)

1d5a9b0dc6e4165fa3d6d0b129df519747de1753 authored about 3 years ago
Fix some CodeQL warnings (#2745)

55a2c68bfd36f209a71e358071b4dfb916bf6582 authored about 3 years ago
Fix SchemaBuilder to decode default values correctly (#2696)

3deeb39984fbd8c27dc69e09d44795318d9bf358 authored about 3 years ago
Configure codecov to post fresh coverage comment (#2744)

aa32bfbf1c59e52ca5ea92f225dd7e47c6245d71 authored about 3 years ago
Update dependency-injection.md (#2739)

590bd34f757e4f00933b80751570e90cd02b6858 authored about 3 years ago
Use only actual TFMs for approvals (#2738)

9c76ba90792f3781329a857ad1771ef94da354ef authored about 3 years ago
Fix NRT annotations for Inputs (#2720)

91b91d70585fae5fb0b32d9589c21af6dbf6192f authored about 3 years ago
Update user-context.md (#2736)

e3c602b2535a52d36b845cfb958fd810791aca91 authored about 3 years ago
Add multi-TFM support for API approval tests (#2730)

6909cafab864f5f5f9f312fd8da0ebf9107f615c authored about 3 years ago
Add dateonly and timeonly support (#2724)

575897f6ab9a255f4536970c493cfb03f465249e authored about 3 years ago
Prepare v5 docs (#2729)

7053c96026526aefc0bd8c8faf41c8f930fcde32 authored about 3 years ago
OperationName for ValidationContext (#2725)

c36d676d46a389cf485de3f3754f92d3b0745a57 authored about 3 years ago
Change validation rules to use ValueTask (#2721)

ce0a314a26173b3bd0bc409bb22f2c6d1bc2bf5c authored about 3 years ago
Enable OverlappingFieldsCanBeMerged validation rule by default (#2722)

16d81c2f89728207cea0a01b0dd5caa50778990f authored about 3 years ago
Fix 'DateTimeOffset's offset loss (#2634)

e6b1a961f148ace72916b5f6234f559b8d90deeb authored about 3 years ago
Merge branch 'master' into develop

1e25b0350ea34cf023f281cc3a2a68c19bc9cd4a authored about 3 years ago
Update codeql-analysis.yml

649120a1e594b361f0f802e83ac0c9cbb8c951c7 authored about 3 years ago
Support NET. 6.0 (#2712)

11cf6827a9f71a55d4cf227dcafbc8a80185cce4 authored about 3 years ago
CodeQL support (#2717)

9962a60050462b137eaae8325334a02bf0ff7c9d authored about 3 years ago
Prepare v5 (#2716)

1175d7bba291d6524784f4faa6dd2b0147ea0c78 authored about 3 years ago
Bump actions/setup-node from 2.4.1 to 2.5.0 (#2714)

Bumps [actions/setup-node](https://github.com/actions/setup-node) from 2.4.1 to 2.5.0.
- [Relea...

ba68429c50fe95827574203917d16624b88b0edd authored about 3 years ago
Update OverlappingFieldsCanBeMerged to use HashSet (#2711)

194480a527b58baecd6e3e3df4a2e3575634947f authored about 3 years ago
Fix SchemaPrinter bug printing null lists (#2707)

aa68c0540b6ad20fb7754b9a67b47a111f8cf4cb authored about 3 years ago
Update nullability attribute of typed Source fields (#2706)

ad72af89920840a6da4b4a1e7a85c2a324ce2e70 authored about 3 years ago
Allow nulls in data loaders to pass through (#2708)

365b0c301bc10a646e82a360bf2471e9ccf45a89 authored about 3 years ago
Update GetArgument nullability definitions (#2709)

3f8f1c7d56c142f6cb526d16b5a42e840a06aa73 authored about 3 years ago
Bump Bogus from 33.1.1 to 34.0.1 (#2704)

Bumps [Bogus](https://github.com/bchavez/Bogus) from 33.1.1 to 34.0.1.
- [Release notes](https:...

a4803cf69cf083a6754e52cdb7b0ade5e5094375 authored about 3 years ago
Enable SchemaPrinter to sort output (#2694)

dfb7b1bdf85a54edd24f1eb8e7469495774840a8 authored about 3 years ago
Add SchemaTypes.Initialize (#2693)

970f73f1dbfaea526b26687c561a257bfb006c7d authored about 3 years ago
Bump Microsoft.SourceLink.GitHub from 1.0.0 to 1.1.1 (#2699)

Bumps [Microsoft.SourceLink.GitHub](https://github.com/dotnet/sourcelink) from 1.0.0 to 1.1.1.
...

04c45a936603b6f168e5982b29ae4a84677f2853 authored about 3 years ago
Bump actions/setup-node from 1 to 2.4.1 (#2683)

Bumps [actions/setup-node](https://github.com/actions/setup-node) from 1 to 2.4.1.
- [Release n...

64a4f47b3f39efc66f7f884c6607357027475e34 authored about 3 years ago
Bump codecov/codecov-action from 1.2.1 to 2.1.0 (#2682)

Bumps [codecov/codecov-action](https://github.com/codecov/codecov-action) from 1.2.1 to 2.1.0.
...

54c812c5c4e1d77405e116eed21a7c8e1fe8d070 authored about 3 years ago
Bump actions/github-script from 2 to 5 (#2681)

Bumps [actions/github-script](https://github.com/actions/github-script) from 2 to 5.
- [Release...

7673ee29b7a0136a42d4fbb00a835cdaa1dbfd1e authored about 3 years ago
Enable dependabot for github-actions (#2680)

af5406b029d0fcacaab3efdef319a627e8ddb7e6 authored about 3 years ago
SchemaValidationVisitor now checks that ResolvedType was specified for Lists and NonNulls (#2679)

eae8079baa1adf8dc18ec8f147196afe36befacc authored about 3 years ago
Update test-code.yml (#2662)

fix dotnet-format version to 6.0.243104 which is the last that supports netcoreapp3.1, the next ...

516a505abfdc70f3b96c9487363f1139f899a970 authored about 3 years ago
Bump Microsoft.NET.Test.Sdk from 16.11.0 to 17.0.0 (#2678)

Bumps [Microsoft.NET.Test.Sdk](https://github.com/microsoft/vstest) from 16.11.0 to 17.0.0.
- [...

8485cb4e3110dc6fdf0da5ae8a64d5396aff1c2d authored about 3 years ago
Bump Microsoft.Extensions.DependencyInjection from 3.1.19 to 3.1.20 (#2670)

e22b64f7d83623832368099437972094e6c15586 authored over 3 years ago
Use consistent version of System.Runtime.CompilerServices.Unsafe (#2677)

faeacc8717d3c4fca15bdc2db27fdf9975a788c3 authored over 3 years ago
Bump Nito.AsyncEx.Context from 5.1.0 to 5.1.2 (#2666)

aa8158cfcf30b7db0eda8e1cf8e6359008891990 authored over 3 years ago
Bump Bogus from 33.0.2 to 33.1.1 (#2640)

0b0a998143649cada3f94bc5afe7c4b4ad029ae0 authored over 3 years ago
Bump Microsoft.Extensions.DependencyInjection from 3.1.18 to 3.1.19 (#2651)

7412aac50356c4a215c167d6a0aaa29e4cd1add3 authored over 3 years ago
Bump prismjs from 1.24.0 to 1.25.0 in /docs2 (#2655)

3d1f7a9012f9870d5a9a82934cd368da59566890 authored over 3 years ago
Bump tar from 4.4.15 to 4.4.19 (#2642)

87d295c4a3c93acdda1c993f7c536a41a461b31c authored over 3 years ago
Bump tar from 4.4.15 to 4.4.19 in /docs2 (#2643)

45c5e3c2c4870bb4a495679406cb9e531c948d65 authored over 3 years ago
Bump axios from 0.21.1 to 0.21.2 (#2658)

b905597e4f8ba8cf0ccf789b6032e47023f8894e authored over 3 years ago
Fix type check in InputFieldsAndArgumentsOfCorrectLength (#2660)

4bc33397357df4a0fc41aa962aa26e689accd3d1 authored over 3 years ago
Fix dotnet-format tool (#2661)

46e6a6900f549341c4fc02184b295b73abf48563 authored over 3 years ago
Bump tmpl from 1.0.4 to 1.0.5 in /docs2 (#2659)

831ad6e4316523d0579937820ce6ebbd93f27190 authored over 3 years ago
Ensure that all tasks are awaited before execution strategy ends (#2637)

38a90980165bac30b3e6c343b3f546a6a688ef36 authored over 3 years ago
Bump object-path from 0.11.5 to 0.11.8 in /docs2 (#2657)

fdb726924b32d79497e865d4bed1a6006b61ed57 authored over 3 years ago
Update AutoRegisteringObjectGraphType nullable types (#2636)

Updated AutoRegisteringObjectGraphType and AutoRegisteringInputObjectGraphType constructors to a...

6e169dc86b07359a28d44653159bc48e4a497635 authored over 3 years ago
Bump coverlet.msbuild from 3.0.3 to 3.1.0 (#2613)

6f05e346fa89a02887c1de4518e124bff41df775 authored over 3 years ago
Bump BenchmarkDotNet from 0.13.0 to 0.13.1 (#2628)

c731876a760a3c7a9663353fff7b7f7133c93d03 authored over 3 years ago
Bump Microsoft.NET.Test.Sdk from 16.10.0 to 16.11.0 (#2630)

7fe1b7bf1e95eef8058fcf99928644f0db487f60 authored over 3 years ago
Bump path-parse from 1.0.5 to 1.0.7 in /docs2 (#2623)

f0801fabb997645c0bd142e0a21525a3a0822b64 authored over 3 years ago
Bump path-parse from 1.0.5 to 1.0.7 (#2624)

98731f5a726ef138ae3185feebbcb28d1881c08b authored over 3 years ago
Bump url-parse from 1.5.1 to 1.5.3 in /docs2 (#2625)

01dab8a4d2af24d86cd5c8bf4b5bac017095972a authored over 3 years ago
Bump Microsoft.Extensions.DependencyInjection from 3.1.17 to 3.1.18 (#2626)

53dd8877284aacc681bda5a4e3999572bbf9a804 authored over 3 years ago
Bump Microsoft.Extensions.DependencyInjection from 3.1.16 to 3.1.17 (#2608)

139a9c1db3554a5614a2dd0af6a4d69cf4a563c8 authored over 3 years ago
Allow overriding SchemaTypes.GetGraphType (#2619)

f76bc91b7900b89ef52ac48dd4b64b7073223de8 authored over 3 years ago
Bump tar from 4.4.4 to 4.4.15 (#2617)

134620fd07d9fbf0448d2e57fa654dbdd5fc82ca authored over 3 years ago
Bump tar from 4.4.4 to 4.4.15 in /docs2 (#2618)

81aba6ee5d04b3a50d14aebc685b4a5d849637b1 authored over 3 years ago
IGraphQLBuilder improvements (#2612)

419a558cf76adb5636fb1cc6bc1aae99b31773f1 authored over 3 years ago
Nullable reference type annotations part 6 (#2611)

9bf36324750ceb8f62a9c09c13bcc0bfc44e85ee authored over 3 years ago
Register PageInfoType within AddGraphTypes (#2605)

a539face031d7544292c8697fca1f7711691f462 authored over 3 years ago
Add relay and generic graph types to default registrations (#2606)

f9c45c5bc39022cf97a97f5b1fe082356d61f5f5 authored over 3 years ago
Expose Services within GraphQLBuilder (#2607)

f385e6f5709ce958233bc0d6f56791fcff923265 authored over 3 years ago
Nullable reference type annotations part 5 (#2604)

2e616d04d5d55a9cc550462ea28d02c01a0d840e authored over 3 years ago
Nullable reference type annotations part 4 (#2601)

5b62247ff48b35b42964854b522417d7560b331a authored over 3 years ago
Nullable reference type annotations part 3 (#2600)

6067bd762dbf8348dbd902397a1ed9382a0c9a8e authored over 3 years ago
Nullable reference type annotations part 2 (#2599)

1782a689299bb23b8de03c41664f8bb6d1277f64 authored over 3 years ago
Add IGraphQLBuilder interface (#2571)

cb2f8a7b82be2c902d6c6285d6b82a4125280103 authored over 3 years ago
Nullable Reference Types annotations part 1 (#2596)

5eeeea08947734cd41d406ea74dd1979ab43fe8f authored over 3 years ago
Fix execution order of data loader nodes with serial execution strategy (#2589)

cb5719a1562ff290921d8572f103f8db2b42b5af authored over 3 years ago
Allow schema builder to parse descriptions in accordance with 2018 GraphQL spec (#2590)

6b14abb805c3645ebd99f7a79f0ffd46662baa47 authored over 3 years ago
Allow schema printer to print descriptions according to 2018 GraphQL spec (#2592)

df1f5ab7ef1a2383f59a5cfb61a660a40ab88806 authored over 3 years ago