Commit 8df956d
committed
Fix SYSLIB0014 warning related to use of WebRequest-related types
Replace use of obsolete WebRequest-related types with that of HttpClient-related ones.
This was done in several steps, ultimately squashed into a single commit:
- Claude did the heavy lifting
- Manual tweaks were made afterwards, to make code changes a little cleaner
This introduces breaking Changes:
- ⚠ Users can no longer override GetResponse(), GetResponseAsync(), or GetRequestStream() methods
- ✅ Migration path: Use IHttpMessageHandler interface instead1 parent 69eb252 commit 8df956d
File tree
17 files changed
+792
-524
lines changed- NGitLab.Mock
- NGitLab.Tests
- Docker
- Impl
- NGitLab
- Http
- Impl
- PublicAPI
- net472
- net8.0
- netstandard2.0
17 files changed
+792
-524
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
22 | 22 | | |
23 | 23 | | |
24 | 24 | | |
25 | | - | |
| 25 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
8 | | - | |
9 | 8 | | |
10 | 9 | | |
11 | 10 | | |
| |||
74 | 73 | | |
75 | 74 | | |
76 | 75 | | |
77 | | - | |
| 76 | + | |
78 | 77 | | |
79 | 78 | | |
80 | 79 | | |
| |||
0 commit comments