Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

merge head master into fork master #1

Open
wants to merge 532 commits into
base: master
Choose a base branch
from
Open
Changes from 1 commit
Commits
Show all changes
532 commits
Select commit Hold shift + click to select a range
0145514
optimize assertion message for push assertions
rose-a Apr 6, 2020
c8f2570
fix assertion message again
rose-a Apr 6, 2020
b19f627
and again
rose-a Apr 6, 2020
ba7a991
fix condition
rose-a Apr 6, 2020
feb2362
update reactive assertions
rose-a Apr 9, 2020
ccdf82d
fix bug in FluentTestObserver
rose-a Apr 9, 2020
d1950f8
fix for issue #87
rose-a Apr 16, 2020
f6fdca7
Merge pull request #213 from graphql-dotnet/refactor-observable-tester
rose-a Apr 16, 2020
94213e5
remove orphaned file
rose-a Apr 16, 2020
1509f93
Merge branch 'develop'
rose-a Apr 16, 2020
e5b12e7
include --tags switch on git fetch in github actions
rose-a Apr 16, 2020
32d9e47
use --tags --force --prune
rose-a Apr 16, 2020
f1c05d7
remove windows workflows, adapt to mainline development
rose-a Apr 18, 2020
8a45417
output generatet verions info to build log
rose-a Apr 18, 2020
7aac988
Merge pull request #219 from graphql-dotnet/adapt-workflows-to-github…
rose-a Apr 18, 2020
c562430
throw custom exception on bad status code
rose-a Apr 18, 2020
e7720c3
create HttpRequestMessage in virtual member of GraphQLHttpRequest
rose-a Apr 18, 2020
086694c
move conversion to GraphQLHttpRequest into Options.PreprocessRequest
rose-a Apr 18, 2020
f7cda9b
remove unused using directive
rose-a Apr 18, 2020
7d06d2d
Update src/GraphQL.Client/GraphQLHttpRequestException.cs
rose-a Apr 18, 2020
2ecf683
rename method
rose-a Apr 18, 2020
7d1f543
Merge pull request #218 from graphql-dotnet/return-content-on-failed-…
rose-a Apr 18, 2020
70305e3
Fix Map array deserialisation in Newtonsoft serialiser
Apr 19, 2020
1edeae3
Update src/GraphQL.Client.Serializer.Newtonsoft/MapConverter.cs
rose-a Apr 19, 2020
bc098b5
Update src/GraphQL.Client.Serializer.Newtonsoft/MapConverter.cs
rose-a Apr 19, 2020
becaee3
Merge pull request #220 from PaulKlein/issue-28
rose-a Apr 19, 2020
29407e0
change versioning mode to continuous deployment
rose-a Apr 19, 2020
39908f0
add action property to configure ClientWebsocketOptions to GraphQLHtt…
rose-a Apr 20, 2020
6e50381
Merge branch 'master' of https://github.com/graphql-dotnet/graphql-cl…
sungam3r Apr 20, 2020
cbe68e1
fix build
sungam3r Apr 20, 2020
cc131e2
revert itemgroup
sungam3r Apr 20, 2020
584d816
Merge pull request #222 from graphql-dotnet/configure-websocket-options
rose-a Apr 21, 2020
7004c12
Return a list for a JSON array
rose-a Apr 21, 2020
451791b
create test for consistency between MapConverters
rose-a Apr 21, 2020
98cb88d
Merge pull request #225 from graphql-dotnet/fix-inconsistency-in-mapc…
rose-a Apr 21, 2020
1e4a7cb
add non-generic interface and implement it with GraphQLResponse
rose-a Apr 21, 2020
26e4dc8
make some resharper-suggested fixes
rose-a Apr 21, 2020
c58dc9e
fix workflow paths in sln
rose-a Apr 21, 2020
aadf594
Merge pull request #226 from graphql-dotnet/non-generic-interface-for…
rose-a Apr 21, 2020
51f313d
Merge branch 'master' into code-cleanup
rose-a Apr 21, 2020
4e07ff1
Merge pull request #212 from sungam3r/code-cleanup
rose-a Apr 21, 2020
2668f81
Fix #207
rose-a Apr 21, 2020
559db23
cleanup
rose-a Apr 21, 2020
171657a
fix #210
rose-a Apr 21, 2020
3eee9d3
Merge pull request #227 from graphql-dotnet/minor-fixes
rose-a Apr 21, 2020
561b1d7
prevent GraphQL.Client.Tests.Common from creating a nuget package
rose-a Apr 21, 2020
f2baba0
fix example
rose-a May 6, 2020
64c1d6f
clarify example in readme readme
rose-a May 6, 2020
fb657d5
refine example
rose-a May 6, 2020
fa8253e
use SelectMany to serialize calls to SendWebSocketRequestAsync
rose-a May 25, 2020
7a80649
add default User-Agent header when not set
rose-a May 25, 2020
fc406df
update GitVersionTask (closes #214)
rose-a May 25, 2020
059b32b
fix error handling in GraphQLLocalExecutionClient.ExecuteSubscription…
rose-a May 25, 2020
47b4abf
Merge pull request #240 from graphql-dotnet/fix-websocket-send-queue
rose-a May 25, 2020
d1b8d22
add reproduction test
rose-a May 9, 2020
191e139
test example response from spec, fix conversion
rose-a May 9, 2020
52dc9bd
remove usage of evil JsonDocument.ParseValue
rose-a May 25, 2020
2db0ce7
Merge pull request #235 from graphql-dotnet/fix-immutableconverter
rose-a May 26, 2020
99814cc
don't use ImmutableConverter for nullable structs
wirmar May 26, 2020
a1a3978
Merge pull request #241 from wirmar/fix/234_nullableStructSerialization
rose-a May 29, 2020
b5331ff
Readme updates
Eilon Jun 1, 2020
87dbf3e
Create new GraphQLHttpWebSocket instance if needed
Maydayof Jun 17, 2020
5dd4bfc
Subscriptions always use websocket connection
Maydayof Jun 17, 2020
3106d0e
Use Lazy<GraphQLHttpWebSocket> instead of singleton pattern
Maydayof Jun 22, 2020
d644f03
Update src/GraphQL.Client/GraphQLHttpClient.cs
Maydayof Jun 22, 2020
1de5766
Dispose HttpWebSocket if created
Maydayof Jun 22, 2020
e11d067
_lazyHttpWebSocket is not null
Maydayof Jun 22, 2020
812a740
Merge pull request #252 from Maydayof/fix-httpwebsocket
rose-a Jun 22, 2020
e000010
add data provided by bjorg to deserializaiton test
rose-a Aug 15, 2020
73ce1f2
migitate issue by using string.IsNullOrEmpty instead of null comparison
rose-a Aug 15, 2020
46073f0
Merge pull request #261 from graphql-dotnet/230-argumentoutofrange-ex…
rose-a Aug 15, 2020
a9c7a34
Update README.md
Eilon Aug 17, 2020
5d3b4a0
Merge pull request #245 from Eilon/patch-1
rose-a Aug 18, 2020
3fa088a
remove eventloop scheduler from send subscription
rose-a Aug 24, 2020
8c763ad
ignore nuget dir
rose-a Aug 24, 2020
9e4e2d7
remove all reactive schedulers
rose-a Aug 24, 2020
bcbb26f
adapt test to create 2 subscriptions as simultaneously as possible
rose-a Aug 24, 2020
bb7ea6c
Merge pull request #266 from graphql-dotnet/fix-260
rose-a Aug 24, 2020
f6dc549
invoke SendWebSocketRequestAsync with Observable.FromAsync
rose-a Aug 27, 2020
b838003
Merge pull request #271 from graphql-dotnet/fix-270
rose-a Aug 27, 2020
3f17623
added try-catch handlers for unsupported properties
bjorg Sep 6, 2020
4beeea3
fix whitespace changes
bjorg Sep 6, 2020
d63b1d5
formatting
bjorg Sep 8, 2020
9ee1543
allow wss:// scheme, preserve uri query parameters
bjorg Sep 8, 2020
ab826c3
Revert "allow wss:// scheme, preserve uri query parameters"
bjorg Sep 8, 2020
d1199a1
added readme note
bjorg Sep 9, 2020
ba2e143
Merge pull request #274 from bjorg/issue_262
rose-a Sep 15, 2020
94a1e32
handle WebSocket url scheme
rose-a Sep 15, 2020
b5b0365
add test for websocket scheme
rose-a Sep 15, 2020
fa944ec
append query in GetWebSocketUri()
rose-a Sep 15, 2020
5b59759
Merge pull request #277 from graphql-dotnet/handle-websocket-url-scheme
rose-a Sep 15, 2020
c62301b
fix(ws): added switch statement to handle close message events
didimitrie Aug 29, 2020
15c5e36
cherrypick webSocketReceiveResult default case from pr 272
rose-a Sep 15, 2020
527bf44
Merge pull request #278 from graphql-dotnet/handle-websocket-close-me…
rose-a Sep 15, 2020
501ba3c
fix uri conversion and add some tests to prove its working
rose-a Sep 16, 2020
01367df
fix uri in test
rose-a Sep 16, 2020
0c2deb8
Merge pull request #279 from graphql-dotnet/fix-uri-scheme-comparison
rose-a Sep 16, 2020
a80c995
add constant case enum converters for both serializers
rose-a Sep 16, 2020
3cd3566
Merge pull request #281 from graphql-dotnet/add-enum-json-converter
rose-a Sep 16, 2020
7fe7137
check if running in WebAssembly instead of catching PlatformNotSuppor…
bjorg Sep 17, 2020
c1fc64a
remove Panic.StringUtils dependency
rose-a Sep 17, 2020
3483e8e
Merge pull request #284 from graphql-dotnet/integrate-stringutils
rose-a Sep 17, 2020
61373d7
Merge pull request #283 from bjorg/issue_280
rose-a Sep 17, 2020
43407c5
fix Blazor WASM check
bjorg Oct 6, 2020
0dcc995
always use Debug.WriteLine()
bjorg Oct 6, 2020
151e733
preserve all entries in GraphQLRequest
bjorg Oct 6, 2020
840da16
make copy constructor more specific
bjorg Oct 6, 2020
7fc83ae
Merge pull request #289 from bjorg/check-browser-wasm-mode
rose-a Oct 7, 2020
aa38225
Merge pull request #290 from bjorg/replace-console-writeline-statements
rose-a Oct 7, 2020
da82992
add ConnectionParams object
rose-a Oct 7, 2020
3b79495
use TryGetValue
rose-a Oct 7, 2020
5816b20
Use Func instead of static object to configure
rose-a Oct 7, 2020
0ca0ce9
fix naming
rose-a Oct 7, 2020
937dc9c
add options as context for init payload
rose-a Oct 8, 2020
ca0c7db
Merge pull request #294 from graphql-dotnet/add-websocket-connection-…
rose-a Oct 10, 2020
bb8bcfe
send connection_init and await connection_ack
rose-a Oct 8, 2020
1a4fc38
send connection_terminate message on close
rose-a Oct 8, 2020
1970376
Merge pull request #295 from graphql-dotnet/fix-graphql-websocket-pro…
rose-a Oct 12, 2020
75b0744
fix syntax for environment vars
rose-a Oct 12, 2020
d00f169
add detailed package shields
rose-a Oct 12, 2020
d8defa2
Merge pull request #296 from graphql-dotnet/update-github-actions-syntax
rose-a Oct 12, 2020
2dd397d
use Dictionary copy constructor on new GraphQLRequest constructor
rose-a Oct 15, 2020
15f1045
fix GraphQLRequest.GetHastCode()
rose-a Oct 15, 2020
af46bd5
Merge pull request #291 from bjorg/graphql-request-fixes
rose-a Oct 15, 2020
d786f80
allow configuration of dedicated websocket endpoint
rose-a Oct 15, 2020
5356743
Merge pull request #298 from graphql-dotnet/allow-to-configure-websoc…
rose-a Oct 15, 2020
14f30c9
catch PlatformNotSupportedException for unsupported Options properties
rose-a Jan 7, 2021
a07d924
Merge pull request #322 from graphql-dotnet/swallow-pns-exceptions
rose-a Jan 7, 2021
4d9c6b8
Catch NotImplementedException #324
dwelch2344 Jan 31, 2021
dd418d1
Merge pull request #325 from dwelch2344/swallow-ni-exception
rose-a Mar 2, 2021
436912d
fix property name
rose-a Apr 2, 2021
a1c009f
only dispose HttpClient with GraphQLHttpClient if it was created inte…
rose-a Apr 2, 2021
c9bd666
update gitversion
rose-a Apr 2, 2021
0b49bfc
Merge pull request #335 from graphql-dotnet/fix-disposal-of-httpclient
rose-a Apr 2, 2021
35d6d11
fix task to await connection_ack websocket message
rose-a Jun 6, 2021
b366e22
Merge pull request #350 from graphql-dotnet/fix-346
rose-a Jun 6, 2021
ce649f7
update dependencies of integration tests
rose-a Sep 13, 2021
fe110b6
add StarWars schema classes, fix local execution client
rose-a Sep 14, 2021
1116d2b
Merge pull request #367 from graphql-dotnet/release-v4
rose-a Oct 27, 2021
fd2d88d
improve DI capabilities of GraphQLLocalExecutionClient
rose-a Oct 29, 2021
7cb148e
fix preprocessing of queries and mutations when sent via websocket
rose-a Oct 29, 2021
477b7f4
Merge pull request #368 from graphql-dotnet/improve-di-for-local-exec…
rose-a Oct 29, 2021
e3f8ad6
Fix for double instantiation of [email protected]:graphql-dotnet/graphql…
sungam3r Oct 29, 2021
8cbe46e
Merge pull request #369 from graphql-dotnet/fix-di
rose-a Oct 31, 2021
2fcfc08
upgrade test dependencies, implement ConfigureAwait(false) in libs
rose-a Nov 1, 2021
cff7f5f
fix test case 'CanReconnectWithSameObservable'
rose-a Nov 1, 2021
4a2a963
remove subscription cache field
rose-a Nov 1, 2021
10c2236
Merge pull request #370 from graphql-dotnet/fix-configure-await
rose-a Nov 9, 2021
ad5bdb1
Add dependabot (#392)
sungam3r Jun 13, 2022
59d53bf
Migrate to GraphQL.NET v5 / server v6
sungam3r Jul 11, 2022
e014aab
Update examples/GraphQL.Client.Example/GraphQL.Client.Example.csproj
sungam3r Jul 12, 2022
74276ff
Update tests/GraphQL.Client.Serializer.Tests/GraphQL.Client.Serialize…
sungam3r Jul 12, 2022
6e697e5
Update tests/GraphQL.Primitives.Tests/GraphQL.Primitives.Tests.csproj
sungam3r Jul 12, 2022
9e1c787
Update tests/GraphQL.Server.Test/GraphQL.Server.Test.csproj
sungam3r Jul 12, 2022
c5620f6
Update tests/IntegrationTestServer/IntegrationTestServer.csproj
sungam3r Jul 12, 2022
16347da
Update src/GraphQL.Client.LocalExecution/GraphQLLocalExecutionClient.cs
sungam3r Jul 12, 2022
0bf5b2e
Update src/GraphQL.Client.LocalExecution/GraphQLLocalExecutionClient.cs
sungam3r Jul 12, 2022
d390e96
Update src/GraphQL.Client.LocalExecution/GraphQLLocalExecutionClient.cs
sungam3r Jul 12, 2022
5ccab4c
Update src/GraphQL.Client.LocalExecution/GraphQLLocalExecutionClient.cs
sungam3r Jul 12, 2022
1315120
jump around deps, add GraphQLRequest.Extensions property
sungam3r Jul 12, 2022
84eed38
Merge pull request #407 from graphql-dotnet/v5
rose-a Jul 12, 2022
9234951
Bump actions/checkout from 2 to 3
dependabot[bot] Jun 13, 2022
ce34116
Bump actions/download-artifact from 1 to 3
dependabot[bot] Jul 12, 2022
51ae3f1
Fix path for nupkg checkout
rose-a Jul 12, 2022
cb62813
Bump actions/upload-artifact from 1 to 3
dependabot[bot] Jul 12, 2022
ebe5231
Bump xunit.runner.visualstudio from 2.4.1 to 2.4.5
dependabot[bot] Jul 12, 2022
3ae63ec
reduce branches workflow to single job
rose-a Jul 12, 2022
1a1dc9e
add setup-dotnet
rose-a Jul 12, 2022
8e60104
add older dotnet-sdks
rose-a Jul 12, 2022
4b06fb8
check if version has been resolved
rose-a Jul 12, 2022
6b0236a
upgrade gitversion.tool
rose-a Jul 12, 2022
0022e39
update master workflow
rose-a Jul 12, 2022
5f666ae
add publish workflow
rose-a Jul 12, 2022
54f5e8a
add script to upload nuget packages as release artifacts
rose-a Jul 12, 2022
7f49e38
add final newiline
rose-a Jul 12, 2022
3304558
Bump Microsoft.AspNetCore.Mvc.Testing from 6.0.6 to 6.0.7 (#413)
dependabot[bot] Jul 12, 2022
f810315
Bump GraphQL.Server.Transports.AspNetCore from 6.0.0 to 6.1.0 (#414)
dependabot[bot] Jul 12, 2022
ae7da16
Move IDisposable to implementation (#417)
sungam3r Jul 18, 2022
9ca13c2
Add SourceLink, embedded readme, implicit usings; refactor project pr…
sungam3r Jul 18, 2022
ac2043a
Allow non-200 HTTP status codes (#419)
sungam3r Jul 19, 2022
8961dc3
Bump GraphQL.SystemTextJson from 5.3.2 to 5.3.3 (#426)
dependabot[bot] Jul 21, 2022
04112cd
Bump GraphQL.NewtonsoftJson from 5.3.2 to 5.3.3 (#425)
dependabot[bot] Jul 21, 2022
758ede0
Convert to file-scoped namespaces, no code changes (#428)
sungam3r Jul 21, 2022
b4c6c82
Fix default behavior for 401/403 http response codes (#429)
sungam3r Aug 1, 2022
8379f8f
Fix ArgumentNullException from ClientWebSocketOptions.ClientCertifica…
sungam3r Aug 1, 2022
de50292
Fix NullReferenceException from GraphQLHttpClientOptions.IsValidRespo…
rose-a Aug 2, 2022
62dd4e9
Bump xunit from 2.4.1 to 2.4.2 (#434)
dependabot[bot] Aug 3, 2022
9c91069
Bump Microsoft.AspNetCore.Mvc.Testing from 6.0.7 to 6.0.8 (#436)
dependabot[bot] Aug 9, 2022
9da003c
Bump Microsoft.NET.Test.Sdk from 17.2.0 to 17.3.0 (#437)
dependabot[bot] Aug 10, 2022
b8892de
Migrate to GraphQL.NET v7 (#447)
sungam3r Aug 22, 2022
444c0b9
Bump Microsoft.NETFramework.ReferenceAssemblies from 1.0.2 to 1.0.3 (…
dependabot[bot] Aug 22, 2022
99e1648
Bump Microsoft.NET.Test.Sdk from 17.3.0 to 17.3.1 (#457)
dependabot[bot] Sep 4, 2022
5cb94ca
Change media type to application/graphql-response+json (#459)
sungam3r Sep 19, 2022
6970825
Bump GraphQL.Server.All from 7.0.0 to 7.1.1 (#461)
dependabot[bot] Sep 19, 2022
b95fa5c
Bump GraphQL.NewtonsoftJson from 7.0.0 to 7.1.1 (#470)
dependabot[bot] Sep 19, 2022
e36f1d8
Bump GraphQL.SystemTextJson from 7.0.0 to 7.1.1 (#469)
dependabot[bot] Sep 19, 2022
ff71eda
Bump GraphQL.Server.Ui.GraphiQL from 7.0.0 to 7.1.1 (#472)
dependabot[bot] Sep 19, 2022
8046a9e
Bump Microsoft.AspNetCore.Mvc.Testing from 6.0.8 to 6.0.9 (#473)
dependabot[bot] Sep 19, 2022
9693afd
Bump GraphQL from 7.0.0 to 7.1.1 (#466)
dependabot[bot] Sep 19, 2022
8b97043
Bump GraphQL.Server.Transports.AspNetCore from 7.0.0 to 7.1.1 (#467)
dependabot[bot] Sep 19, 2022
7a2a621
Bump actions/setup-dotnet from 2 to 3 (#476)
dependabot[bot] Oct 5, 2022
126f120
Bump Microsoft.NET.Test.Sdk from 17.3.1 to 17.3.2 (#474)
dependabot[bot] Oct 5, 2022
6cb1408
Bump coverlet.collector from 3.1.2 to 3.2.0 (#482)
dependabot[bot] Oct 31, 2022
a1d4e0b
Bump Microsoft.Extensions.DependencyInjection from 6.0.0 to 6.0.1 (#478)
dependabot[bot] Nov 3, 2022
a611eb5
Bump Microsoft.AspNetCore.Mvc.Testing from 6.0.9 to 6.0.10 (#479)
dependabot[bot] Nov 3, 2022
1bbbb18
Bump Microsoft.NET.Test.Sdk from 17.3.2 to 17.4.0 (#488)
dependabot[bot] Nov 9, 2022
accbc05
Bump Newtonsoft.Json from 13.0.1 to 13.0.2 (#490)
dependabot[bot] Nov 25, 2022
3598bf1
Bump GraphQL from 7.1.1 to 7.2.0 (#495)
dependabot[bot] Dec 5, 2022
0fa1326
Bump GraphQL from 7.2.0 to 7.2.1 (#498)
dependabot[bot] Dec 8, 2022
8dc771b
Bump Microsoft.Extensions.DependencyInjection from 6.0.1 to 7.0.0 (#489)
dependabot[bot] Dec 8, 2022
c1610d9
Bump GraphQL from 7.2.1 to 7.2.2 (#510)
dependabot[bot] Jan 4, 2023
659b1b6
Bump GraphQL.SystemTextJson from 7.1.1 to 7.2.2 (#511)
dependabot[bot] Jan 4, 2023
1f96b7e
.NET 7 (#528)
sungam3r Apr 2, 2023
3967053
Update packages for tests (#529)
sungam3r Apr 2, 2023
4e0c885
Bump GraphQL from 7.3.0 to 7.3.1 (#535)
dependabot[bot] Apr 3, 2023
3f79cd3
Bump GraphQL.NewtonsoftJson from 7.3.0 to 7.3.1 (#534)
dependabot[bot] Apr 3, 2023
ebc4b82
Bump GraphQL.SystemTextJson from 7.3.0 to 7.3.1 (#531)
dependabot[bot] Apr 3, 2023
06bf968
Format repo with editorconfig (#530)
sungam3r Apr 6, 2023
4a3610d
Add an interface for websocket specific transport methods. (#537)
ben-voss Apr 11, 2023
8edb6fa
Fix filename of IGraphQLWebSocketClient interface (#538)
rose-a Apr 11, 2023
19cc8f9
Bump Microsoft.AspNetCore.Mvc.Testing from 7.0.4 to 7.0.5 (#540)
dependabot[bot] Apr 12, 2023
4430c20
Support graphql-transport-ws websocket protocol (#539)
rose-a Apr 13, 2023
9f7d593
Feature/make automatic header optional (#542)
rose-a Apr 13, 2023
37c547e
Bump GraphQL.NET to v7.4 (#547)
sungam3r Apr 16, 2023
3805cdd
Bump GraphQL.NewtonsoftJson from 7.4.0 to 7.4.1 (#549)
dependabot[bot] Apr 21, 2023
76755db
Bump GraphQL.SystemTextJson from 7.4.0 to 7.4.1 (#550)
dependabot[bot] Apr 21, 2023
aa87838
Bump GraphQL.MicrosoftDI from 7.4.0 to 7.4.1 (#552)
dependabot[bot] Apr 26, 2023
7e1aa16
Make GraphQLRequest.Extensions dictionary (#556)
sungam3r Apr 26, 2023
8210ac3
Bump GraphQL from 7.4.0 to 7.4.1 (#551)
dependabot[bot] Apr 26, 2023
f1a5bf8
Improve default IsValidResponseToDeserialize implementation (#560)
mikocot May 8, 2023
a5dfcd8
Remove GraphQLHttpRequest.PreprocessHttpRequestMessage (#561)
sungam3r May 9, 2023
42ffd7a
Bump Microsoft.NET.Test.Sdk from 17.5.0 to 17.6.0 (#562)
dependabot[bot] May 19, 2023
344a3e9
Bump coverlet.collector from 3.2.0 to 6.0.0 (#567)
dependabot[bot] May 23, 2023
e92e7af
Fix server test
sungam3r Sep 2, 2023
5436fac
Fix ImmutableConverter.cs (#572)
JorisVanEijden Sep 29, 2023
d422bfd
Explicitly setting content header to avoid issues with some GraphQL s…
Vivek4Int Sep 29, 2023
cfac737
Fix Newtonsoft.Json MapConverter (#602)
rose-a Nov 23, 2023
fbf37df
Upgrade dependencies (#603)
rose-a Nov 23, 2023
3e06275
Add new often used constructor (#627)
zooeywm Mar 20, 2024
875520a
Address #630 (#631)
lol768 Apr 16, 2024
6d1c010
Removed reference to GraphQL.Client.Serializer.Newtonsoft in GraphQL.…
Meantub Apr 16, 2024
6681418
Waiting when disposing till the stop message was sent (#635)
kimlukas Apr 22, 2024
c6af8e4
Bump actions/upload-artifact from 3 to 4 (#610)
dependabot[bot] Apr 22, 2024
28f9d68
Bump actions/setup-dotnet from 3 to 4 (#608)
dependabot[bot] Apr 22, 2024
26abe3e
Bump actions/checkout from 3 to 4 (#606)
dependabot[bot] Apr 22, 2024
95d3476
Bump actions/github-script from 6 to 7 (#605)
dependabot[bot] Apr 22, 2024
79b0161
Prepare Release 6.0.4 (#634)
rose-a Apr 22, 2024
fd2cf06
Document syntax highlighting (#637)
rose-a Apr 22, 2024
dbd9c20
Add GraphQLQuery record type for reusable query declarations with syn…
rose-a Apr 22, 2024
6236c9b
Add APQ support (#555)
sungam3r May 21, 2024
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
output generatet verions info to build log
rose-a committed Apr 18, 2020
commit 8a45417c421717220d6dcc2c90074b0d3cd75d20
2 changes: 1 addition & 1 deletion .github/workflows/branches.yml
Original file line number Diff line number Diff line change
@@ -23,7 +23,7 @@ jobs:
- name: Fetch complete repository including tags
run: git fetch --tags --force --prune && git describe
- name: Generate version info from git history
run: dotnet gitversion /output json > gitversion.json
run: dotnet gitversion /output json > gitversion.json && cat gitversion.json
- name: Upload version info file
uses: actions/upload-artifact@v1
with:
2 changes: 1 addition & 1 deletion .github/workflows/master.yml
Original file line number Diff line number Diff line change
@@ -26,7 +26,7 @@ jobs:
- name: Fetch complete repository including tags
run: git fetch --tags --force --prune && git describe
- name: Generate version info from git history
run: dotnet gitversion /output json > gitversion.json
run: dotnet gitversion /output json > gitversion.json && cat gitversion.json
- name: Upload version info file
uses: actions/upload-artifact@v1
with: