File tree Expand file tree Collapse file tree
tools/http-fault-injector/Azure.Sdk.Tools.HttpFaultInjector Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ using System ;
2+ using System . Net . Http ;
13using CommandLine ;
24using Microsoft . AspNetCore . Builder ;
35using Microsoft . AspNetCore . Hosting ;
68using Microsoft . Extensions . Logging ;
79using OpenTelemetry . Logs ;
810using OpenTelemetry . Resources ;
9- using System ;
10- using System . Net . Http ;
1111
1212namespace Azure . Sdk . Tools . HttpFaultInjector
1313{
Original file line number Diff line number Diff line change 1- using Microsoft . Extensions . Primitives ;
21using System ;
32using System . Collections . Generic ;
4- using System . Diagnostics ;
53using System . IO ;
64using System . Net . Http ;
7- using System . Threading . Tasks ;
85using System . Threading ;
6+ using System . Threading . Tasks ;
7+ using Microsoft . Extensions . Primitives ;
98
109namespace Azure . Sdk . Tools . HttpFaultInjector
1110{
You can’t perform that action at this time.
0 commit comments