mirror of
https://github.com/Smaug123/WoofWare.Myriad
synced 2025-10-10 06:28:40 +00:00
Fix copy-paste Dependabot error (#48)
This commit is contained in:
2
.github/dependabot.yml
vendored
2
.github/dependabot.yml
vendored
@@ -7,7 +7,7 @@ updates:
|
|||||||
interval: "weekly"
|
interval: "weekly"
|
||||||
|
|
||||||
- package-ecosystem: "nuget"
|
- package-ecosystem: "nuget"
|
||||||
directory: "/ApiSurface"
|
directory: "/"
|
||||||
schedule:
|
schedule:
|
||||||
interval: "weekly"
|
interval: "weekly"
|
||||||
ignore:
|
ignore:
|
||||||
|
@@ -204,6 +204,9 @@ The motivating example is again ahead-of-time compilation: we wish to avoid the
|
|||||||
|
|
||||||
RestEase is complex, and handles a lot of different stuff.
|
RestEase is complex, and handles a lot of different stuff.
|
||||||
|
|
||||||
|
* If you set the `BaseAddress` on your input `HttpClient`, make sure to end with a trailing slash
|
||||||
|
on any trailing directories (so `"blah/foo/"` rather than `"blah/foo"`).
|
||||||
|
We combine URIs using `UriKind.Relative`, so without a trailing slash, the last component may be chopped off.
|
||||||
* Parameters are serialised solely with `ToString`, and there's no control over this;
|
* Parameters are serialised solely with `ToString`, and there's no control over this;
|
||||||
nor is there control over encoding in any sense.
|
nor is there control over encoding in any sense.
|
||||||
* Deserialisation follows the same logic as the `JsonParse` generator,
|
* Deserialisation follows the same logic as the `JsonParse` generator,
|
||||||
|
Reference in New Issue
Block a user