File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -214,10 +214,6 @@ private async Task<IEnumerable<GoogleAddress>> ProcessRequest(HttpRequestMessage
214214 {
215215 throw new GoogleGeocodingException ( ex ) ;
216216 }
217- finally
218- {
219- request . Dispose ( ) ;
220- }
221217 }
222218
223219 /// <summary>
Original file line number Diff line number Diff line change @@ -138,10 +138,6 @@ private async Task<IEnumerable<YahooAddress>> ProcessRequest(HttpRequestMessage
138138 //wrap in yahoo exception
139139 throw new YahooGeocodingException ( ex ) ;
140140 }
141- finally
142- {
143- request . Dispose ( ) ;
144- }
145141 }
146142
147143 async Task < IEnumerable < Address > > IGeocoder . GeocodeAsync ( string address , CancellationToken cancellationToken )
Original file line number Diff line number Diff line change @@ -135,7 +135,7 @@ public async Task Geocode_TransportFailure_WrapsTransportException()
135135 }
136136
137137 [ Fact ]
138- public void QueryParameterComparer_UsesOrdinalComparison ( )
138+ public void Compare_TurkishCulture_IsCultureInvariant ( )
139139 {
140140 // Arrange
141141 var originalCulture = CultureInfo . CurrentCulture ;
You can’t perform that action at this time.
0 commit comments