-
-
Notifications
You must be signed in to change notification settings - Fork 8.3k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[dotnet] Fully annotate nullability on
HttpCommandExecutor
(#15110)
* [dotnet] Fully annotate nullability on `HttpCommandExecutor` * Convert `HttpCommandExecutor` to `Lazy<T>` * Fix missing `HttpClient.Timeout` set, fix whitespace * Broaden changes to include HTTP execution in general * add XML doc about exception in `ICustomDriverCommandExecutor.ExecuteCustomDriverCommand` * Only log parameter commands at the Trace level * Do not log command parameters in HttpCommandExecutor at all * fix push
- Loading branch information
1 parent
00111ed
commit c6d887a
Showing
7 changed files
with
87 additions
and
68 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.