Commit Graph

13 Commits

Author SHA1 Message Date
Jonas Dellinger
2bff224ef1 add .net8 support 2024-02-10 11:57:47 +01:00
Jonas Dellinger
c5400fc937 re-add .net standard 2.0 support 2023-11-03 23:23:54 +01:00
Jonas Dellinger
cb2e0cccc8 run formatter 2022-11-27 13:29:35 +01:00
Sascha Kiefer
b8a2190168
feat: allow to pass cancellation token to requests (#813)
* feat: implements markets API

* fix: use correct constructor name

* feat: allow to pass a cancellation token

* pass cancellation token

* pass cancellation token only >NETSTANDARD2_1

Co-authored-by: Jonas Dellinger <jonas@dellinger.dev>
2022-11-18 12:30:09 +01:00
Jonas Dellinger
8dd31420ea Updated to .NET analyzers and fixed warnings 2020-12-26 18:28:44 +01:00
Jonas Dellinger
f1ca557c6e Enabled nullable for most projects 2020-05-25 18:00:47 +02:00
Jonas Dellinger
6182816cd1 Added ASP.NET Core example 2020-05-22 12:23:25 +02:00
Jonas Dellinger
fabf49ef3a netstandard2.0 support 2020-05-16 18:48:32 +02:00
Jonas Dellinger
43a07de960 Added proxy config 2020-05-12 20:33:25 +02:00
Jonas Dellinger
997d29cfc5 Response Models -> no public set; Request models -> no set for collections 2020-05-05 15:30:00 +02:00
Jonas Dellinger
93bcff5c1d Added some more playlists endpoints 2020-05-03 01:00:35 +02:00
Jonas Dellinger
9f6729ad60 Started with Unit Tests and added .editorconfig for syntax settings
Disabled examples for now
2020-05-02 13:04:26 +02:00
Jonas Dellinger
2c4463529b Start refactoring for version 6 2020-05-01 20:05:28 +02:00