Commit 5f851d6
authored
Core rework of VRChat C# SDK (#30)
* upgrade to .NET 8.0 and switch to HttpClient
* adjust the patches to account for new generator
* make some changes
* manual workflow to get new generated code
* some ci changes
* i really want to swear in this commit message
* Upgrade C# SDK to spec 1.20.5
* okay everything here is done, now time to merge and then fix final stuff
* Upgrade C# SDK to spec 1.20.5
* one fix and example projects
* and a bug
* Upgrade C# SDK to spec 1.20.5
* working on stuff
* Upgrade C# SDK to spec 1.20.5
* god this is annoying
* Upgrade C# SDK to spec 1.20.5
* the namespace was being overridden by the new classes
* Upgrade C# SDK to spec 1.20.5
* do some magic tbh
* Upgrade C# SDK to spec 1.20.5
* adjust for the new type
* Upgrade C# SDK to spec 1.20.5
* stupid unauthorized mistake
* Upgrade C# SDK to spec 1.20.5
* i accidentially wrote to the generated code
* Upgrade C# SDK to spec 1.20.5
* generate patches
* Upgrade C# SDK to spec 1.20.5
* more patches
* Upgrade C# SDK to spec 1.20.5
* fixes and quirks
* update readme mostly
* typo
* mistake
* vrchat login fixes
* Delete api directory
* generate.sh changes
* Upgrade C# SDK to spec 1.20.5
* clean up examples
* fix generator
* Delete api directory
* update readme
* Upgrade C# SDK to spec 1.20.5
* Delete api directory
* some changes to the nuget package
* CI to extensions hosting package and version to 2.0.0
* remove uncessary generated files, update CI, and rename all references to C# to .NET
* update generate.sh with automatic version numbers
* update generate.sh, ci, and etc to be working
* update docs
* update default example
* Update ci.yaml
* Upgrade .NET SDK to spec
* fixes to CI
* Upgrade .NET SDK to spec
* final fix to CI
* update readme one more time
* fix readme
* fix examples and client
* Upgrade .NET SDK to spec 2.20.5
* this might fix it
* Upgrade .NET SDK to spec 2.20.5
* Update generate.sh
* update .net readme
* update .net readme
* fix
* update icons and ci
* Upgrade .NET SDK to spec 2.20.5
* fix generate.sh
* fix generate.sh again
* fix generate.sh AGAIN
* Upgrade .NET SDK to spec 2.20.5
* fix generate.sh ONE MORE TIME
* Upgrade .NET SDK to spec 2.20.5
* Upgrade .NET SDK to spec 2.20.5
* fix useragent
* Upgrade .NET SDK to spec 2.20.5
* update useragents
* fix version one more time
* done
* remove #520 patch
---------
Co-authored-by: binn <binn@users.noreply.github.com>1 parent 713a215 commit 5f851d6
File tree
577 files changed
+11433
-41940
lines changed- .github/workflows
- .openapi-generator
- docs
- examples
- VRChat.API.Examples.AspNetCore
- Controllers
- Properties
- VRChat.API.Examples.Console
- src
- VRChat.API
- Api
- Client
- Model
- wrapper
- VRChat.API.Extensions.Hosting
- VRChat.API
- Client
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
577 files changed
+11433
-41940
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | 3 | | |
| 4 | + | |
4 | 5 | | |
5 | 6 | | |
6 | 7 | | |
7 | 8 | | |
8 | 9 | | |
9 | 10 | | |
10 | 11 | | |
11 | | - | |
| 12 | + | |
12 | 13 | | |
13 | 14 | | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
14 | 18 | | |
15 | 19 | | |
16 | | - | |
| 20 | + | |
| 21 | + | |
17 | 22 | | |
18 | 23 | | |
19 | 24 | | |
20 | 25 | | |
21 | 26 | | |
22 | | - | |
| 27 | + | |
23 | 28 | | |
24 | | - | |
| 29 | + | |
| 30 | + | |
25 | 31 | | |
26 | 32 | | |
| 33 | + | |
27 | 34 | | |
28 | | - | |
| 35 | + | |
| 36 | + | |
29 | 37 | | |
30 | 38 | | |
| 39 | + | |
31 | 40 | | |
32 | 41 | | |
33 | | - | |
| 42 | + | |
| 43 | + | |
34 | 44 | | |
35 | 45 | | |
| 46 | + | |
36 | 47 | | |
37 | 48 | | |
| 49 | + | |
38 | 50 | | |
39 | 51 | | |
40 | | - | |
| 52 | + | |
| 53 | + | |
| 54 | + | |
| 55 | + | |
| 56 | + | |
| 57 | + | |
| 58 | + | |
| 59 | + | |
| 60 | + | |
41 | 61 | | |
42 | | - | |
| 62 | + | |
| 63 | + | |
| 64 | + | |
| 65 | + | |
| 66 | + | |
43 | 67 | | |
44 | 68 | | |
45 | 69 | | |
46 | 70 | | |
47 | 71 | | |
48 | | - | |
49 | | - | |
| 72 | + | |
| 73 | + | |
| 74 | + | |
| 75 | + | |
50 | 76 | | |
51 | 77 | | |
52 | 78 | | |
| |||
59 | 85 | | |
60 | 86 | | |
61 | 87 | | |
| 88 | + | |
| 89 | + | |
| 90 | + | |
| 91 | + | |
| 92 | + | |
| 93 | + | |
| 94 | + | |
| 95 | + | |
| 96 | + | |
| 97 | + | |
| 98 | + | |
| 99 | + | |
| 100 | + | |
| 101 | + | |
| 102 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
7 | | - | |
| 7 | + | |
8 | 8 | | |
9 | 9 | | |
10 | 10 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
| 2 | + | |
2 | 3 | | |
3 | 4 | | |
4 | 5 | | |
| |||
288 | 289 | | |
289 | 290 | | |
290 | 291 | | |
| 292 | + | |
291 | 293 | | |
292 | | - | |
293 | 294 | | |
294 | 295 | | |
295 | 296 | | |
| |||
298 | 299 | | |
299 | 300 | | |
300 | 301 | | |
| 302 | + | |
301 | 303 | | |
302 | 304 | | |
303 | 305 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
| 1 | + | |
This file was deleted.
0 commit comments