This repository was archived by the owner on Dec 5, 2024. It is now read-only.
Commit 634ae54
Bump System.Net.Http and Octokit builds to pick up type conflict fix
Fixes #503
When running System.Net.Http in Unity with the 4.6 experimental runtime,
Unity will load Mono's version of System.Net.Http, which causes type conflicts
all over the place given that both dlls are running side by side.
Easiest way of avoiding that is to move all the classes in System.Net.Http
into its own namespace - "DotNetHttp35".
Also renamed the dll to reflect the namespace change.
See github-for-unity/dotnet-httpclient35@8566426a92171 parent d714c7d commit 634ae54
File tree
11 files changed
+15
-15
lines changed- common
- lib
- dotnet-httpClient35
- octokit.net
- unity/PackageProject/Assets/Plugins/GitHub/Editor
11 files changed
+15
-15
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
30 | 30 | | |
31 | 31 | | |
32 | 32 | | |
33 | | - | |
| 33 | + | |
34 | 34 | | |
35 | 35 | | |
36 | 36 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
This file was deleted.
This file was deleted.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
2 | | - | |
| 1 | + | |
| 2 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | | - | |
| 2 | + | |
3 | 3 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | | - | |
3 | | - | |
| 2 | + | |
| 3 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
2 | | - | |
| 1 | + | |
| 2 | + | |
Submodule script updated from 591ff93 to a3601bd
0 commit comments