diff --git a/Flurl.Http/Content/CapturedStringContent.cs b/Flurl.Http/Content/CapturedStringContent.cs index 07223c3..bce61f8 100644 --- a/Flurl.Http/Content/CapturedStringContent.cs +++ b/Flurl.Http/Content/CapturedStringContent.cs @@ -1,8 +1,5 @@ -using System.IO; -using System.Net; -using System.Net.Http; +using System.Net.Http; using System.Text; -using System.Threading.Tasks; namespace Flurl.Http.Content { diff --git a/Flurl.Http/DownloadExtensions.cs b/Flurl.Http/DownloadExtensions.cs index edde48e..fa4a031 100644 --- a/Flurl.Http/DownloadExtensions.cs +++ b/Flurl.Http/DownloadExtensions.cs @@ -1,6 +1,4 @@ -using System; -using System.Collections.Generic; -using System.Linq; +using System.Linq; using System.Net.Http; using System.Threading.Tasks; using PCLStorage; diff --git a/Flurl.Http/FlurlClient.cs b/Flurl.Http/FlurlClient.cs index b259b66..9f965f6 100644 --- a/Flurl.Http/FlurlClient.cs +++ b/Flurl.Http/FlurlClient.cs @@ -1,8 +1,4 @@ -using System; -using System.Collections.Generic; -using System.Diagnostics; -using System.Linq; -using System.Net.Http; +using System.Net.Http; namespace Flurl.Http { diff --git a/Flurl.Http/FlurlHttp.cs b/Flurl.Http/FlurlHttp.cs index 8331962..234c1bf 100644 --- a/Flurl.Http/FlurlHttp.cs +++ b/Flurl.Http/FlurlHttp.cs @@ -1,5 +1,4 @@ using System; -using System.Net.Http; using Flurl.Http.Configuration; namespace Flurl.Http diff --git a/Flurl.Http/FlurlHttpException.cs b/Flurl.Http/FlurlHttpException.cs index c54d2d6..14e4026 100644 --- a/Flurl.Http/FlurlHttpException.cs +++ b/Flurl.Http/FlurlHttpException.cs @@ -1,8 +1,5 @@ using System; -using System.Collections.Generic; -using System.Linq; using System.Net.Http; -using System.Text; namespace Flurl.Http { diff --git a/Flurl.Http/HttpCall.cs b/Flurl.Http/HttpCall.cs index bd0738b..1c0ca37 100644 --- a/Flurl.Http/HttpCall.cs +++ b/Flurl.Http/HttpCall.cs @@ -1,8 +1,5 @@ using System; -using System.Collections.Generic; -using System.Linq; using System.Net.Http; -using System.Text; namespace Flurl.Http { diff --git a/Flurl.Http/PostExtensions.cs b/Flurl.Http/PostExtensions.cs index 8455286..5166987 100644 --- a/Flurl.Http/PostExtensions.cs +++ b/Flurl.Http/PostExtensions.cs @@ -1,13 +1,5 @@ -using System; -using System.Collections.Generic; -using System.Dynamic; -using System.IO; -using System.Linq; -using System.Net.Http; -using System.ServiceModel.Dispatcher; -using System.Text; +using System.Net.Http; using System.Threading.Tasks; -using Flurl.Common; using Flurl.Http.Content; namespace Flurl.Http diff --git a/Flurl.Http/Properties/AssemblyInfo.cs b/Flurl.Http/Properties/AssemblyInfo.cs index 29038de..7d59081 100644 --- a/Flurl.Http/Properties/AssemblyInfo.cs +++ b/Flurl.Http/Properties/AssemblyInfo.cs @@ -1,7 +1,5 @@ -using System.Resources; -using System.Reflection; -using System.Runtime.CompilerServices; -using System.Runtime.InteropServices; +using System.Reflection; +using System.Resources; // General Information about an assembly is controlled through the following // set of attributes. Change these attribute values to modify the information diff --git a/Flurl.Http/Testing/FakeHttpMessageHandler.cs b/Flurl.Http/Testing/FakeHttpMessageHandler.cs index 4cd92ac..98abd1b 100644 --- a/Flurl.Http/Testing/FakeHttpMessageHandler.cs +++ b/Flurl.Http/Testing/FakeHttpMessageHandler.cs @@ -1,8 +1,5 @@ using System; -using System.Collections.Generic; -using System.Linq; using System.Net.Http; -using System.Text; using System.Threading; using System.Threading.Tasks; diff --git a/Flurl.Http/Testing/HttpCallAssertException.cs b/Flurl.Http/Testing/HttpCallAssertException.cs index 9a29c9d..239447e 100644 --- a/Flurl.Http/Testing/HttpCallAssertException.cs +++ b/Flurl.Http/Testing/HttpCallAssertException.cs @@ -1,6 +1,4 @@ using System; -using System.Collections.Generic; -using System.Linq; using System.Text; namespace Flurl.Http.Testing diff --git a/Flurl.Http/Testing/TestHttpClientFactory.cs b/Flurl.Http/Testing/TestHttpClientFactory.cs index f4059a9..6021315 100644 --- a/Flurl.Http/Testing/TestHttpClientFactory.cs +++ b/Flurl.Http/Testing/TestHttpClientFactory.cs @@ -1,8 +1,4 @@ -using System; -using System.Collections.Generic; -using System.Linq; -using System.Net.Http; -using System.Text; +using System.Net.Http; using Flurl.Http.Configuration; namespace Flurl.Http.Testing diff --git a/Flurl.Http/Testing/TimeoutResponseMessage.cs b/Flurl.Http/Testing/TimeoutResponseMessage.cs index 1bc2879..745178b 100644 --- a/Flurl.Http/Testing/TimeoutResponseMessage.cs +++ b/Flurl.Http/Testing/TimeoutResponseMessage.cs @@ -1,8 +1,4 @@ -using System; -using System.Collections.Generic; -using System.Linq; -using System.Net.Http; -using System.Text; +using System.Net.Http; namespace Flurl.Http.Testing { diff --git a/Flurl.Http/Util/JsonHelper.cs b/Flurl.Http/Util/JsonHelper.cs index 6190112..45b2748 100644 --- a/Flurl.Http/Util/JsonHelper.cs +++ b/Flurl.Http/Util/JsonHelper.cs @@ -1,8 +1,4 @@ -using System; -using System.Collections.Generic; -using System.IO; -using System.Linq; -using System.Text; +using System.IO; using Newtonsoft.Json; namespace Flurl.Http diff --git a/Flurl.Test/Http/ClientConfigTests.cs b/Flurl.Test/Http/ClientConfigTests.cs index 5b14c1d..517a384 100644 --- a/Flurl.Test/Http/ClientConfigTests.cs +++ b/Flurl.Test/Http/ClientConfigTests.cs @@ -1,8 +1,6 @@ using System; using System.Collections.Generic; using System.Linq; -using System.Text; -using System.Threading.Tasks; using Flurl.Http; using NUnit.Framework; diff --git a/Flurl.Test/Http/DownloadTests.cs b/Flurl.Test/Http/DownloadTests.cs index 08822ce..a3fbe6c 100644 --- a/Flurl.Test/Http/DownloadTests.cs +++ b/Flurl.Test/Http/DownloadTests.cs @@ -1,8 +1,4 @@ -using System; -using System.Collections.Generic; -using System.IO; -using System.Linq; -using System.Text; +using System.IO; using System.Threading.Tasks; using Flurl.Http; using NUnit.Framework; diff --git a/Flurl.Test/Http/FlurlClientTests.cs b/Flurl.Test/Http/FlurlClientTests.cs index 1a9315b..0b6bb25 100644 --- a/Flurl.Test/Http/FlurlClientTests.cs +++ b/Flurl.Test/Http/FlurlClientTests.cs @@ -1,9 +1,6 @@ -using System; -using System.Collections.Generic; -using System.IO; -using System.Linq; -using NUnit.Framework; +using System.Linq; using Flurl.Http; +using NUnit.Framework; namespace Flurl.Test.Http { diff --git a/Flurl.Test/Http/GetTests.cs b/Flurl.Test/Http/GetTests.cs index 150a40f..71aaa2a 100644 --- a/Flurl.Test/Http/GetTests.cs +++ b/Flurl.Test/Http/GetTests.cs @@ -1,6 +1,4 @@ -using System; -using System.Collections.Generic; -using System.Linq; +using System.Linq; using System.Net; using System.Net.Http; using System.Threading.Tasks; diff --git a/Flurl.Test/Http/GlobalConfigTests.cs b/Flurl.Test/Http/GlobalConfigTests.cs index 2ce447d..13ed4c4 100644 --- a/Flurl.Test/Http/GlobalConfigTests.cs +++ b/Flurl.Test/Http/GlobalConfigTests.cs @@ -1,8 +1,4 @@ -using System; -using System.Collections.Generic; -using System.Linq; -using System.Net.Http; -using System.Text; +using System.Net.Http; using System.Threading.Tasks; using Flurl.Http; using Flurl.Http.Configuration; diff --git a/Flurl.Test/Http/TestingTests.cs b/Flurl.Test/Http/TestingTests.cs index a0460c0..d869a8a 100644 --- a/Flurl.Test/Http/TestingTests.cs +++ b/Flurl.Test/Http/TestingTests.cs @@ -1,5 +1,4 @@ -using System; -using System.Linq; +using System.Linq; using System.Net; using System.Net.Http; using System.Threading.Tasks; diff --git a/Flurl.Test/Properties/AssemblyInfo.cs b/Flurl.Test/Properties/AssemblyInfo.cs index d7d4744..bc88edb 100644 --- a/Flurl.Test/Properties/AssemblyInfo.cs +++ b/Flurl.Test/Properties/AssemblyInfo.cs @@ -1,5 +1,4 @@ using System.Reflection; -using System.Runtime.CompilerServices; using System.Runtime.InteropServices; // General Information about an assembly is controlled through the following diff --git a/Flurl.Test/ReflectionHelper.cs b/Flurl.Test/ReflectionHelper.cs index 512997b..a2a16bd 100644 --- a/Flurl.Test/ReflectionHelper.cs +++ b/Flurl.Test/ReflectionHelper.cs @@ -1,5 +1,4 @@ using System; -using System.Collections.Generic; using System.Linq; using System.Reflection; using System.Runtime.CompilerServices; diff --git a/Flurl.Test/UrlBuilderTests.cs b/Flurl.Test/UrlBuilderTests.cs index 8feaf87..6deb824 100644 --- a/Flurl.Test/UrlBuilderTests.cs +++ b/Flurl.Test/UrlBuilderTests.cs @@ -1,6 +1,5 @@ using System; using System.Collections.Generic; -using System.Collections.Specialized; using NUnit.Framework; namespace Flurl.Test diff --git a/Flurl.sln.DotSettings.user b/Flurl.sln.DotSettings.user index b55da7b..7cd4a6c 100644 --- a/Flurl.sln.DotSettings.user +++ b/Flurl.sln.DotSettings.user @@ -7,4 +7,4 @@ <Session><Elements><UnitTestElement Provider="nUnit" Id="Flurl.Test.Http.ClientConfigTests" type="NUnitTestFixtureElement" Project="81F583F8-1D15-4E0B-8064-EB892042C09A" /><UnitTestElement Provider="nUnit" Id="Flurl.Test.Http.DownloadTests" type="NUnitTestFixtureElement" Project="81F583F8-1D15-4E0B-8064-EB892042C09A" /><UnitTestElement Provider="nUnit" Id="Flurl.Test.Http.FlurlClientTests" type="NUnitTestFixtureElement" Project="81F583F8-1D15-4E0B-8064-EB892042C09A" /><UnitTestElement Provider="nUnit" Id="Flurl.Test.Http.GetTests" type="NUnitTestFixtureElement" Project="81F583F8-1D15-4E0B-8064-EB892042C09A" /><UnitTestElement Provider="nUnit" Id="Flurl.Test.Http.GlobalConfigTests" type="NUnitTestFixtureElement" Project="81F583F8-1D15-4E0B-8064-EB892042C09A" /><UnitTestElement Provider="nUnit" Id="Flurl.Test.Http.PostTests" type="NUnitTestFixtureElement" Project="81F583F8-1D15-4E0B-8064-EB892042C09A" /><UnitTestElement Provider="nUnit" Id="Flurl.Test.Http.TestingTests" type="NUnitTestFixtureElement" Project="81F583F8-1D15-4E0B-8064-EB892042C09A" /><UnitTestElement Provider="nUnit" Id="Flurl.Test.UrlBuilderTests" type="NUnitTestFixtureElement" Project="81F583F8-1D15-4E0B-8064-EB892042C09A" /><UnitTestElement Provider="nUnit" Id="Flurl.Test.UrlBuilderTests.IsUrl_false_for_invalid_url" ParentId="Flurl.Test.UrlBuilderTests" type="NUnitTestElement" TypeName="Flurl.Test.UrlBuilderTests" MethodName="IsUrl_false_for_invalid_url" Project="81F583F8-1D15-4E0B-8064-EB892042C09A" /><UnitTestElement Provider="nUnit" Id="Flurl.Test.UrlBuilderTests.IsUrl_true_for_valid_url" ParentId="Flurl.Test.UrlBuilderTests" type="NUnitTestElement" TypeName="Flurl.Test.UrlBuilderTests" MethodName="IsUrl_true_for_valid_url" Project="81F583F8-1D15-4E0B-8064-EB892042C09A" /><UnitTestElement Provider="nUnit" Id="Flurl.Test.UrlBuilderTests.Url_implicitly_converts_to_string" ParentId="Flurl.Test.UrlBuilderTests" type="NUnitTestElement" TypeName="Flurl.Test.UrlBuilderTests" MethodName="Url_implicitly_converts_to_string" Project="81F583F8-1D15-4E0B-8064-EB892042C09A" /><UnitTestElement Provider="nUnit" Id="Flurl.Test.UrlBuilderTests.appending_null_path_segment_throws_arg_null_ex" ParentId="Flurl.Test.UrlBuilderTests" type="NUnitTestElement" TypeName="Flurl.Test.UrlBuilderTests" MethodName="appending_null_path_segment_throws_arg_null_ex" Project="81F583F8-1D15-4E0B-8064-EB892042C09A" /><UnitTestElement Provider="nUnit" Id="Flurl.Test.UrlBuilderTests.can_add_multiple_query_params_from_anon_object" ParentId="Flurl.Test.UrlBuilderTests" type="NUnitTestElement" TypeName="Flurl.Test.UrlBuilderTests" MethodName="can_add_multiple_query_params_from_anon_object" Project="81F583F8-1D15-4E0B-8064-EB892042C09A" /><UnitTestElement Provider="nUnit" Id="Flurl.Test.UrlBuilderTests.can_add_multiple_query_params_from_dictionary" ParentId="Flurl.Test.UrlBuilderTests" type="NUnitTestElement" TypeName="Flurl.Test.UrlBuilderTests" MethodName="can_add_multiple_query_params_from_dictionary" Project="81F583F8-1D15-4E0B-8064-EB892042C09A" /><UnitTestElement Provider="nUnit" Id="Flurl.Test.UrlBuilderTests.can_add_query_param" ParentId="Flurl.Test.UrlBuilderTests" type="NUnitTestElement" TypeName="Flurl.Test.UrlBuilderTests" MethodName="can_add_query_param" Project="81F583F8-1D15-4E0B-8064-EB892042C09A" /><UnitTestElement Provider="nUnit" Id="Flurl.Test.UrlBuilderTests.can_append_multiple_path_segments_by_enumerable" ParentId="Flurl.Test.UrlBuilderTests" type="NUnitTestElement" TypeName="Flurl.Test.UrlBuilderTests" MethodName="can_append_multiple_path_segments_by_enumerable" Project="81F583F8-1D15-4E0B-8064-EB892042C09A" /><UnitTestElement Provider="nUnit" Id="Flurl.Test.UrlBuilderTests.can_append_multiple_path_segments_by_multi_args" ParentId="Flurl.Test.UrlBuilderTests" type="NUnitTestElement" TypeName="Flurl.Test.UrlBuilderTests" MethodName="can_append_multiple_path_segments_by_multi_args" Project="81F583F8-1D15-4E0B-8064-EB892042C09A" /><UnitTestElement Provider="nUnit" Id="Flurl.Test.UrlBuilderTests.can_append_path_segment" ParentId="Flurl.Test.UrlBuilderTests" type="NUnitTestElement" TypeName="Flurl.Test.UrlBuilderTests" MethodName="can_append_path_segment" Project="81F583F8-1D15-4E0B-8064-EB892042C09A" /><UnitTestElement Provider="nUnit" Id="Flurl.Test.UrlBuilderTests.can_do_crazy_long_fluent_expression" ParentId="Flurl.Test.UrlBuilderTests" type="NUnitTestElement" TypeName="Flurl.Test.UrlBuilderTests" MethodName="can_do_crazy_long_fluent_expression" Project="81F583F8-1D15-4E0B-8064-EB892042C09A" /><UnitTestElement Provider="nUnit" Id="Flurl.Test.Http.DownloadTests.can_download_file" ParentId="Flurl.Test.Http.DownloadTests" type="NUnitTestElement" TypeName="Flurl.Test.Http.DownloadTests" MethodName="can_download_file" Project="81F583F8-1D15-4E0B-8064-EB892042C09A" /><UnitTestElement Provider="nUnit" Id="Flurl.Test.Http.GetTests.can_get" ParentId="Flurl.Test.Http.GetTests" type="NUnitTestElement" TypeName="Flurl.Test.Http.GetTests" MethodName="can_get" Project="81F583F8-1D15-4E0B-8064-EB892042C09A" /><UnitTestElement Provider="nUnit" Id="Flurl.Test.Http.GetTests.can_get_json" ParentId="Flurl.Test.Http.GetTests" type="NUnitTestElement" TypeName="Flurl.Test.Http.GetTests" MethodName="can_get_json" Project="81F583F8-1D15-4E0B-8064-EB892042C09A" /><UnitTestElement Provider="nUnit" Id="Flurl.Test.Http.GetTests.can_get_json_dynamic" ParentId="Flurl.Test.Http.GetTests" type="NUnitTestElement" TypeName="Flurl.Test.Http.GetTests" MethodName="can_get_json_dynamic" Project="81F583F8-1D15-4E0B-8064-EB892042C09A" /><UnitTestElement Provider="nUnit" Id="Flurl.Test.Http.GetTests.can_get_json_dynamic_list" ParentId="Flurl.Test.Http.GetTests" type="NUnitTestElement" TypeName="Flurl.Test.Http.GetTests" MethodName="can_get_json_dynamic_list" Project="81F583F8-1D15-4E0B-8064-EB892042C09A" /><UnitTestElement Provider="nUnit" Id="Flurl.Test.Http.GetTests.can_get_string" ParentId="Flurl.Test.Http.GetTests" type="NUnitTestElement" TypeName="Flurl.Test.Http.GetTests" MethodName="can_get_string" Project="81F583F8-1D15-4E0B-8064-EB892042C09A" /><UnitTestElement Provider="nUnit" Id="Flurl.Test.Http.PostTests.can_post_json" ParentId="Flurl.Test.Http.PostTests" type="NUnitTestElement" TypeName="Flurl.Test.Http.PostTests" MethodName="can_post_json" Project="81F583F8-1D15-4E0B-8064-EB892042C09A" /><UnitTestElement Provider="nUnit" Id="Flurl.Test.Http.PostTests.can_post_url_encoded" ParentId="Flurl.Test.Http.PostTests" type="NUnitTestElement" TypeName="Flurl.Test.Http.PostTests" MethodName="can_post_url_encoded" Project="81F583F8-1D15-4E0B-8064-EB892042C09A" /><UnitTestElement Provider="nUnit" Id="Flurl.Test.Http.GlobalConfigTests.can_provide_custom_httpclient_factory" ParentId="Flurl.Test.Http.GlobalConfigTests" type="NUnitTestElement" TypeName="Flurl.Test.Http.GlobalConfigTests" MethodName="can_provide_custom_httpclient_factory" Project="81F583F8-1D15-4E0B-8064-EB892042C09A" /><UnitTestElement Provider="nUnit" Id="Flurl.Test.Http.PostTests.can_receive_json" ParentId="Flurl.Test.Http.PostTests" type="NUnitTestElement" TypeName="Flurl.Test.Http.PostTests" MethodName="can_receive_json" Project="81F583F8-1D15-4E0B-8064-EB892042C09A" /><UnitTestElement Provider="nUnit" Id="Flurl.Test.Http.PostTests.can_receive_json_dynamic" ParentId="Flurl.Test.Http.PostTests" type="NUnitTestElement" TypeName="Flurl.Test.Http.PostTests" MethodName="can_receive_json_dynamic" Project="81F583F8-1D15-4E0B-8064-EB892042C09A" /><UnitTestElement Provider="nUnit" Id="Flurl.Test.Http.PostTests.can_receive_json_dynamic_list" ParentId="Flurl.Test.Http.PostTests" type="NUnitTestElement" TypeName="Flurl.Test.Http.PostTests" MethodName="can_receive_json_dynamic_list" Project="81F583F8-1D15-4E0B-8064-EB892042C09A" /><UnitTestElement Provider="nUnit" Id="Flurl.Test.Http.PostTests.can_receive_string" ParentId="Flurl.Test.Http.PostTests" type="NUnitTestElement" TypeName="Flurl.Test.Http.PostTests" MethodName="can_receive_string" Project="81F583F8-1D15-4E0B-8064-EB892042C09A" /><UnitTestElement Provider="nUnit" Id="Flurl.Test.UrlBuilderTests.can_remove_query_param" ParentId="Flurl.Test.UrlBuilderTests" type="NUnitTestElement" TypeName="Flurl.Test.UrlBuilderTests" MethodName="can_remove_query_param" Project="81F583F8-1D15-4E0B-8064-EB892042C09A" /><UnitTestElement Provider="nUnit" Id="Flurl.Test.UrlBuilderTests.can_remove_query_params_by_enumerable" ParentId="Flurl.Test.UrlBuilderTests" type="NUnitTestElement" TypeName="Flurl.Test.UrlBuilderTests" MethodName="can_remove_query_params_by_enumerable" Project="81F583F8-1D15-4E0B-8064-EB892042C09A" /><UnitTestElement Provider="nUnit" Id="Flurl.Test.UrlBuilderTests.can_remove_query_params_by_multi_args" ParentId="Flurl.Test.UrlBuilderTests" type="NUnitTestElement" TypeName="Flurl.Test.UrlBuilderTests" MethodName="can_remove_query_params_by_multi_args" Project="81F583F8-1D15-4E0B-8064-EB892042C09A" /><UnitTestElement Provider="nUnit" Id="Flurl.Test.Http.ClientConfigTests.can_set_header" ParentId="Flurl.Test.Http.ClientConfigTests" type="NUnitTestElement" TypeName="Flurl.Test.Http.ClientConfigTests" MethodName="can_set_header" Project="81F583F8-1D15-4E0B-8064-EB892042C09A" /><UnitTestElement Provider="nUnit" Id="Flurl.Test.Http.ClientConfigTests.can_set_headers_from_anon_object" ParentId="Flurl.Test.Http.ClientConfigTests" type="NUnitTestElement" TypeName="Flurl.Test.Http.ClientConfigTests" MethodName="can_set_headers_from_anon_object" Project="81F583F8-1D15-4E0B-8064-EB892042C09A" /><UnitTestElement Provider="nUnit" Id="Flurl.Test.Http.ClientConfigTests.can_set_headers_from_dictionary" ParentId="Flurl.Test.Http.ClientConfigTests" type="NUnitTestElement" TypeName="Flurl.Test.Http.ClientConfigTests" MethodName="can_set_headers_from_dictionary" Project="81F583F8-1D15-4E0B-8064-EB892042C09A" /><UnitTestElement Provider="nUnit" Id="Flurl.Test.Http.GlobalConfigTests.can_set_post_callback" ParentId="Flurl.Test.Http.GlobalConfigTests" type="NUnitTestElement" TypeName="Flurl.Test.Http.GlobalConfigTests" MethodName="can_set_post_callback" Project="81F583F8-1D15-4E0B-8064-EB892042C09A" /><UnitTestElement Provider="nUnit" Id="Flurl.Test.Http.GlobalConfigTests.can_set_pre_callback" ParentId="Flurl.Test.Http.GlobalConfigTests" type="NUnitTestElement" TypeName="Flurl.Test.Http.GlobalConfigTests" MethodName="can_set_pre_callback" Project="81F583F8-1D15-4E0B-8064-EB892042C09A" /><UnitTestElement Provider="nUnit" Id="Flurl.Test.Http.ClientConfigTests.can_set_timeout" ParentId="Flurl.Test.Http.ClientConfigTests" type="NUnitTestElement" TypeName="Flurl.Test.Http.ClientConfigTests" MethodName="can_set_timeout" Project="81F583F8-1D15-4E0B-8064-EB892042C09A" /><UnitTestElement Provider="nUnit" Id="Flurl.Test.Http.ClientConfigTests.can_set_timeout_in_seconds" ParentId="Flurl.Test.Http.ClientConfigTests" type="NUnitTestElement" TypeName="Flurl.Test.Http.ClientConfigTests" MethodName="can_set_timeout_in_seconds" Project="81F583F8-1D15-4E0B-8064-EB892042C09A" /><UnitTestElement Provider="nUnit" Id="Flurl.Test.Http.ClientConfigTests.can_setup_basic_auth" ParentId="Flurl.Test.Http.ClientConfigTests" type="NUnitTestElement" TypeName="Flurl.Test.Http.ClientConfigTests" MethodName="can_setup_basic_auth" Project="81F583F8-1D15-4E0B-8064-EB892042C09A" /><UnitTestElement Provider="nUnit" Id="Flurl.Test.Http.TestingTests.can_setup_multiple_responses" ParentId="Flurl.Test.Http.TestingTests" type="NUnitTestElement" TypeName="Flurl.Test.Http.TestingTests" MethodName="can_setup_multiple_responses" Project="81F583F8-1D15-4E0B-8064-EB892042C09A" /><UnitTestElement Provider="nUnit" Id="Flurl.Test.Http.ClientConfigTests.can_setup_oauth_bearer_token" ParentId="Flurl.Test.Http.ClientConfigTests" type="NUnitTestElement" TypeName="Flurl.Test.Http.ClientConfigTests" MethodName="can_setup_oauth_bearer_token" Project="81F583F8-1D15-4E0B-8064-EB892042C09A" /><UnitTestElement Provider="nUnit" Id="Flurl.Test.Http.TestingTests.can_simulate_timeout" ParentId="Flurl.Test.Http.TestingTests" type="NUnitTestElement" TypeName="Flurl.Test.Http.TestingTests" MethodName="can_simulate_timeout" Project="81F583F8-1D15-4E0B-8064-EB892042C09A" /><UnitTestElement Provider="nUnit" Id="Flurl.Test.UrlBuilderTests.combine_works" ParentId="Flurl.Test.UrlBuilderTests" type="NUnitTestElement" TypeName="Flurl.Test.UrlBuilderTests" MethodName="combine_works" Project="81F583F8-1D15-4E0B-8064-EB892042C09A" /><UnitTestElement Provider="nUnit" Id="Flurl.Test.UrlBuilderTests.constructor_parses_url" ParentId="Flurl.Test.UrlBuilderTests" type="NUnitTestElement" TypeName="Flurl.Test.UrlBuilderTests" MethodName="constructor_parses_url" Project="81F583F8-1D15-4E0B-8064-EB892042C09A" /><UnitTestElement Provider="nUnit" Id="Flurl.Test.UrlBuilderTests.does_not_reencode_path_escape_chars" ParentId="Flurl.Test.UrlBuilderTests" type="NUnitTestElement" TypeName="Flurl.Test.UrlBuilderTests" MethodName="does_not_reencode_path_escape_chars" Project="81F583F8-1D15-4E0B-8064-EB892042C09A" /><UnitTestElement Provider="nUnit" Id="Flurl.Test.UrlBuilderTests.encodes_invalid_path_chars" ParentId="Flurl.Test.UrlBuilderTests" type="NUnitTestElement" TypeName="Flurl.Test.UrlBuilderTests" MethodName="encodes_invalid_path_chars" Project="81F583F8-1D15-4E0B-8064-EB892042C09A" /><UnitTestElement Provider="nUnit" Id="Flurl.Test.UrlBuilderTests.encodes_query_params" ParentId="Flurl.Test.UrlBuilderTests" type="NUnitTestElement" TypeName="Flurl.Test.UrlBuilderTests" MethodName="encodes_query_params" Project="81F583F8-1D15-4E0B-8064-EB892042C09A" /><UnitTestElement Provider="nUnit" Id="Flurl.Test.Http.FlurlClientTests.extension_methods_consistently_supported" ParentId="Flurl.Test.Http.FlurlClientTests" type="NUnitTestElement" TypeName="Flurl.Test.Http.FlurlClientTests" MethodName="extension_methods_consistently_supported" Project="81F583F8-1D15-4E0B-8064-EB892042C09A" /><UnitTestElement Provider="nUnit" Id="Flurl.Test.Http.GetTests.failure_throws_detailed_exception" ParentId="Flurl.Test.Http.GetTests" type="NUnitTestElement" TypeName="Flurl.Test.Http.GetTests" MethodName="failure_throws_detailed_exception" Project="81F583F8-1D15-4E0B-8064-EB892042C09A" /><UnitTestElement Provider="nUnit" Id="Flurl.Test.Http.TestingTests.fake_get_works" ParentId="Flurl.Test.Http.TestingTests" type="NUnitTestElement" TypeName="Flurl.Test.Http.TestingTests" MethodName="fake_get_works" Project="81F583F8-1D15-4E0B-8064-EB892042C09A" /><UnitTestElement Provider="nUnit" Id="Flurl.Test.Http.TestingTests.fake_post_works" ParentId="Flurl.Test.Http.TestingTests" type="NUnitTestElement" TypeName="Flurl.Test.Http.TestingTests" MethodName="fake_post_works" Project="81F583F8-1D15-4E0B-8064-EB892042C09A" /><UnitTestElement Provider="nUnit" Id="Flurl.Test.Http.TestingTests.no_response_setup_returns_empty_reponse" ParentId="Flurl.Test.Http.TestingTests" type="NUnitTestElement" TypeName="Flurl.Test.Http.TestingTests" MethodName="no_response_setup_returns_empty_reponse" Project="81F583F8-1D15-4E0B-8064-EB892042C09A" /></Elements></Session> True can_get_json - <Session><Elements><UnitTestElement Provider="nUnit" Id="Flurl.Test.Http.ClientConfigTests" type="NUnitTestFixtureElement" Project="81F583F8-1D15-4E0B-8064-EB892042C09A" /><UnitTestElement Provider="nUnit" Id="Flurl.Test.Http.DownloadTests" type="NUnitTestFixtureElement" Project="81F583F8-1D15-4E0B-8064-EB892042C09A" /><UnitTestElement Provider="nUnit" Id="Flurl.Test.Http.FlurlClientTests" type="NUnitTestFixtureElement" Project="81F583F8-1D15-4E0B-8064-EB892042C09A" /><UnitTestElement Provider="nUnit" Id="Flurl.Test.Http.GetTests" type="NUnitTestFixtureElement" Project="81F583F8-1D15-4E0B-8064-EB892042C09A" /><UnitTestElement Provider="nUnit" Id="Flurl.Test.Http.GlobalConfigTests" type="NUnitTestFixtureElement" Project="81F583F8-1D15-4E0B-8064-EB892042C09A" /><UnitTestElement Provider="nUnit" Id="Flurl.Test.Http.PostTests" type="NUnitTestFixtureElement" Project="81F583F8-1D15-4E0B-8064-EB892042C09A" /><UnitTestElement Provider="nUnit" Id="Flurl.Test.Http.TestingTests" type="NUnitTestFixtureElement" Project="81F583F8-1D15-4E0B-8064-EB892042C09A" /><UnitTestElement Provider="nUnit" Id="Flurl.Test.UrlBuilderTests" type="NUnitTestFixtureElement" Project="81F583F8-1D15-4E0B-8064-EB892042C09A" /><UnitTestElement Provider="nUnit" Id="Flurl.Test.UrlBuilderTests.IsUrl_false_for_invalid_url" ParentId="Flurl.Test.UrlBuilderTests" type="NUnitTestElement" TypeName="Flurl.Test.UrlBuilderTests" MethodName="IsUrl_false_for_invalid_url" Project="81F583F8-1D15-4E0B-8064-EB892042C09A" /><UnitTestElement Provider="nUnit" Id="Flurl.Test.UrlBuilderTests.IsUrl_true_for_valid_url" ParentId="Flurl.Test.UrlBuilderTests" type="NUnitTestElement" TypeName="Flurl.Test.UrlBuilderTests" MethodName="IsUrl_true_for_valid_url" Project="81F583F8-1D15-4E0B-8064-EB892042C09A" /><UnitTestElement Provider="nUnit" Id="Flurl.Test.UrlBuilderTests.Url_implicitly_converts_to_string" ParentId="Flurl.Test.UrlBuilderTests" type="NUnitTestElement" TypeName="Flurl.Test.UrlBuilderTests" MethodName="Url_implicitly_converts_to_string" Project="81F583F8-1D15-4E0B-8064-EB892042C09A" /><UnitTestElement Provider="nUnit" Id="Flurl.Test.UrlBuilderTests.appending_null_path_segment_throws_arg_null_ex" ParentId="Flurl.Test.UrlBuilderTests" type="NUnitTestElement" TypeName="Flurl.Test.UrlBuilderTests" MethodName="appending_null_path_segment_throws_arg_null_ex" Project="81F583F8-1D15-4E0B-8064-EB892042C09A" /><UnitTestElement Provider="nUnit" Id="Flurl.Test.UrlBuilderTests.can_add_multiple_query_params_from_anon_object" ParentId="Flurl.Test.UrlBuilderTests" type="NUnitTestElement" TypeName="Flurl.Test.UrlBuilderTests" MethodName="can_add_multiple_query_params_from_anon_object" Project="81F583F8-1D15-4E0B-8064-EB892042C09A" /><UnitTestElement Provider="nUnit" Id="Flurl.Test.UrlBuilderTests.can_add_multiple_query_params_from_dictionary" ParentId="Flurl.Test.UrlBuilderTests" type="NUnitTestElement" TypeName="Flurl.Test.UrlBuilderTests" MethodName="can_add_multiple_query_params_from_dictionary" Project="81F583F8-1D15-4E0B-8064-EB892042C09A" /><UnitTestElement Provider="nUnit" Id="Flurl.Test.UrlBuilderTests.can_add_query_param" ParentId="Flurl.Test.UrlBuilderTests" type="NUnitTestElement" TypeName="Flurl.Test.UrlBuilderTests" MethodName="can_add_query_param" Project="81F583F8-1D15-4E0B-8064-EB892042C09A" /><UnitTestElement Provider="nUnit" Id="Flurl.Test.UrlBuilderTests.can_append_multiple_path_segments_by_enumerable" ParentId="Flurl.Test.UrlBuilderTests" type="NUnitTestElement" TypeName="Flurl.Test.UrlBuilderTests" MethodName="can_append_multiple_path_segments_by_enumerable" Project="81F583F8-1D15-4E0B-8064-EB892042C09A" /><UnitTestElement Provider="nUnit" Id="Flurl.Test.UrlBuilderTests.can_append_multiple_path_segments_by_multi_args" ParentId="Flurl.Test.UrlBuilderTests" type="NUnitTestElement" TypeName="Flurl.Test.UrlBuilderTests" MethodName="can_append_multiple_path_segments_by_multi_args" Project="81F583F8-1D15-4E0B-8064-EB892042C09A" /><UnitTestElement Provider="nUnit" Id="Flurl.Test.UrlBuilderTests.can_append_path_segment" ParentId="Flurl.Test.UrlBuilderTests" type="NUnitTestElement" TypeName="Flurl.Test.UrlBuilderTests" MethodName="can_append_path_segment" Project="81F583F8-1D15-4E0B-8064-EB892042C09A" /><UnitTestElement Provider="nUnit" Id="Flurl.Test.UrlBuilderTests.can_do_crazy_long_fluent_expression" ParentId="Flurl.Test.UrlBuilderTests" type="NUnitTestElement" TypeName="Flurl.Test.UrlBuilderTests" MethodName="can_do_crazy_long_fluent_expression" Project="81F583F8-1D15-4E0B-8064-EB892042C09A" /><UnitTestElement Provider="nUnit" Id="Flurl.Test.Http.DownloadTests.can_download_file" ParentId="Flurl.Test.Http.DownloadTests" type="NUnitTestElement" TypeName="Flurl.Test.Http.DownloadTests" MethodName="can_download_file" Project="81F583F8-1D15-4E0B-8064-EB892042C09A" /><UnitTestElement Provider="nUnit" Id="Flurl.Test.Http.GetTests.can_get" ParentId="Flurl.Test.Http.GetTests" type="NUnitTestElement" TypeName="Flurl.Test.Http.GetTests" MethodName="can_get" Project="81F583F8-1D15-4E0B-8064-EB892042C09A" /><UnitTestElement Provider="nUnit" Id="Flurl.Test.Http.GetTests.can_get_json" ParentId="Flurl.Test.Http.GetTests" type="NUnitTestElement" TypeName="Flurl.Test.Http.GetTests" MethodName="can_get_json" Project="81F583F8-1D15-4E0B-8064-EB892042C09A" /><UnitTestElement Provider="nUnit" Id="Flurl.Test.Http.GetTests.can_get_json_dynamic" ParentId="Flurl.Test.Http.GetTests" type="NUnitTestElement" TypeName="Flurl.Test.Http.GetTests" MethodName="can_get_json_dynamic" Project="81F583F8-1D15-4E0B-8064-EB892042C09A" /><UnitTestElement Provider="nUnit" Id="Flurl.Test.Http.GetTests.can_get_json_dynamic_list" ParentId="Flurl.Test.Http.GetTests" type="NUnitTestElement" TypeName="Flurl.Test.Http.GetTests" MethodName="can_get_json_dynamic_list" Project="81F583F8-1D15-4E0B-8064-EB892042C09A" /><UnitTestElement Provider="nUnit" Id="Flurl.Test.Http.GetTests.can_get_string" ParentId="Flurl.Test.Http.GetTests" type="NUnitTestElement" TypeName="Flurl.Test.Http.GetTests" MethodName="can_get_string" Project="81F583F8-1D15-4E0B-8064-EB892042C09A" /><UnitTestElement Provider="nUnit" Id="Flurl.Test.Http.PostTests.can_post_json" ParentId="Flurl.Test.Http.PostTests" type="NUnitTestElement" TypeName="Flurl.Test.Http.PostTests" MethodName="can_post_json" Project="81F583F8-1D15-4E0B-8064-EB892042C09A" /><UnitTestElement Provider="nUnit" Id="Flurl.Test.Http.PostTests.can_post_url_encoded" ParentId="Flurl.Test.Http.PostTests" type="NUnitTestElement" TypeName="Flurl.Test.Http.PostTests" MethodName="can_post_url_encoded" Project="81F583F8-1D15-4E0B-8064-EB892042C09A" /><UnitTestElement Provider="nUnit" Id="Flurl.Test.Http.GlobalConfigTests.can_provide_custom_httpclient_factory" ParentId="Flurl.Test.Http.GlobalConfigTests" type="NUnitTestElement" TypeName="Flurl.Test.Http.GlobalConfigTests" MethodName="can_provide_custom_httpclient_factory" Project="81F583F8-1D15-4E0B-8064-EB892042C09A" /><UnitTestElement Provider="nUnit" Id="Flurl.Test.Http.PostTests.can_receive_json" ParentId="Flurl.Test.Http.PostTests" type="NUnitTestElement" TypeName="Flurl.Test.Http.PostTests" MethodName="can_receive_json" Project="81F583F8-1D15-4E0B-8064-EB892042C09A" /><UnitTestElement Provider="nUnit" Id="Flurl.Test.Http.PostTests.can_receive_json_dynamic" ParentId="Flurl.Test.Http.PostTests" type="NUnitTestElement" TypeName="Flurl.Test.Http.PostTests" MethodName="can_receive_json_dynamic" Project="81F583F8-1D15-4E0B-8064-EB892042C09A" /><UnitTestElement Provider="nUnit" Id="Flurl.Test.Http.PostTests.can_receive_json_dynamic_list" ParentId="Flurl.Test.Http.PostTests" type="NUnitTestElement" TypeName="Flurl.Test.Http.PostTests" MethodName="can_receive_json_dynamic_list" Project="81F583F8-1D15-4E0B-8064-EB892042C09A" /><UnitTestElement Provider="nUnit" Id="Flurl.Test.Http.PostTests.can_receive_string" ParentId="Flurl.Test.Http.PostTests" type="NUnitTestElement" TypeName="Flurl.Test.Http.PostTests" MethodName="can_receive_string" Project="81F583F8-1D15-4E0B-8064-EB892042C09A" /><UnitTestElement Provider="nUnit" Id="Flurl.Test.UrlBuilderTests.can_remove_query_param" ParentId="Flurl.Test.UrlBuilderTests" type="NUnitTestElement" TypeName="Flurl.Test.UrlBuilderTests" MethodName="can_remove_query_param" Project="81F583F8-1D15-4E0B-8064-EB892042C09A" /><UnitTestElement Provider="nUnit" Id="Flurl.Test.UrlBuilderTests.can_remove_query_params_by_enumerable" ParentId="Flurl.Test.UrlBuilderTests" type="NUnitTestElement" TypeName="Flurl.Test.UrlBuilderTests" MethodName="can_remove_query_params_by_enumerable" Project="81F583F8-1D15-4E0B-8064-EB892042C09A" /><UnitTestElement Provider="nUnit" Id="Flurl.Test.UrlBuilderTests.can_remove_query_params_by_multi_args" ParentId="Flurl.Test.UrlBuilderTests" type="NUnitTestElement" TypeName="Flurl.Test.UrlBuilderTests" MethodName="can_remove_query_params_by_multi_args" Project="81F583F8-1D15-4E0B-8064-EB892042C09A" /><UnitTestElement Provider="nUnit" Id="Flurl.Test.Http.ClientConfigTests.can_set_header" ParentId="Flurl.Test.Http.ClientConfigTests" type="NUnitTestElement" TypeName="Flurl.Test.Http.ClientConfigTests" MethodName="can_set_header" Project="81F583F8-1D15-4E0B-8064-EB892042C09A" /><UnitTestElement Provider="nUnit" Id="Flurl.Test.Http.ClientConfigTests.can_set_headers_from_anon_object" ParentId="Flurl.Test.Http.ClientConfigTests" type="NUnitTestElement" TypeName="Flurl.Test.Http.ClientConfigTests" MethodName="can_set_headers_from_anon_object" Project="81F583F8-1D15-4E0B-8064-EB892042C09A" /><UnitTestElement Provider="nUnit" Id="Flurl.Test.Http.ClientConfigTests.can_set_headers_from_dictionary" ParentId="Flurl.Test.Http.ClientConfigTests" type="NUnitTestElement" TypeName="Flurl.Test.Http.ClientConfigTests" MethodName="can_set_headers_from_dictionary" Project="81F583F8-1D15-4E0B-8064-EB892042C09A" /><UnitTestElement Provider="nUnit" Id="Flurl.Test.Http.GlobalConfigTests.can_set_post_callback" ParentId="Flurl.Test.Http.GlobalConfigTests" type="NUnitTestElement" TypeName="Flurl.Test.Http.GlobalConfigTests" MethodName="can_set_post_callback" Project="81F583F8-1D15-4E0B-8064-EB892042C09A" /><UnitTestElement Provider="nUnit" Id="Flurl.Test.Http.GlobalConfigTests.can_set_pre_callback" ParentId="Flurl.Test.Http.GlobalConfigTests" type="NUnitTestElement" TypeName="Flurl.Test.Http.GlobalConfigTests" MethodName="can_set_pre_callback" Project="81F583F8-1D15-4E0B-8064-EB892042C09A" /><UnitTestElement Provider="nUnit" Id="Flurl.Test.Http.ClientConfigTests.can_set_timeout" ParentId="Flurl.Test.Http.ClientConfigTests" type="NUnitTestElement" TypeName="Flurl.Test.Http.ClientConfigTests" MethodName="can_set_timeout" Project="81F583F8-1D15-4E0B-8064-EB892042C09A" /><UnitTestElement Provider="nUnit" Id="Flurl.Test.Http.ClientConfigTests.can_set_timeout_in_seconds" ParentId="Flurl.Test.Http.ClientConfigTests" type="NUnitTestElement" TypeName="Flurl.Test.Http.ClientConfigTests" MethodName="can_set_timeout_in_seconds" Project="81F583F8-1D15-4E0B-8064-EB892042C09A" /><UnitTestElement Provider="nUnit" Id="Flurl.Test.Http.ClientConfigTests.can_setup_basic_auth" ParentId="Flurl.Test.Http.ClientConfigTests" type="NUnitTestElement" TypeName="Flurl.Test.Http.ClientConfigTests" MethodName="can_setup_basic_auth" Project="81F583F8-1D15-4E0B-8064-EB892042C09A" /><UnitTestElement Provider="nUnit" Id="Flurl.Test.Http.TestingTests.can_setup_multiple_responses" ParentId="Flurl.Test.Http.TestingTests" type="NUnitTestElement" TypeName="Flurl.Test.Http.TestingTests" MethodName="can_setup_multiple_responses" Project="81F583F8-1D15-4E0B-8064-EB892042C09A" /><UnitTestElement Provider="nUnit" Id="Flurl.Test.Http.ClientConfigTests.can_setup_oauth_bearer_token" ParentId="Flurl.Test.Http.ClientConfigTests" type="NUnitTestElement" TypeName="Flurl.Test.Http.ClientConfigTests" MethodName="can_setup_oauth_bearer_token" Project="81F583F8-1D15-4E0B-8064-EB892042C09A" /><UnitTestElement Provider="nUnit" Id="Flurl.Test.Http.TestingTests.can_simulate_timeout" ParentId="Flurl.Test.Http.TestingTests" type="NUnitTestElement" TypeName="Flurl.Test.Http.TestingTests" MethodName="can_simulate_timeout" Project="81F583F8-1D15-4E0B-8064-EB892042C09A" /><UnitTestElement Provider="nUnit" Id="Flurl.Test.UrlBuilderTests.combine_works" ParentId="Flurl.Test.UrlBuilderTests" type="NUnitTestElement" TypeName="Flurl.Test.UrlBuilderTests" MethodName="combine_works" Project="81F583F8-1D15-4E0B-8064-EB892042C09A" /><UnitTestElement Provider="nUnit" Id="Flurl.Test.UrlBuilderTests.constructor_parses_url" ParentId="Flurl.Test.UrlBuilderTests" type="NUnitTestElement" TypeName="Flurl.Test.UrlBuilderTests" MethodName="constructor_parses_url" Project="81F583F8-1D15-4E0B-8064-EB892042C09A" /><UnitTestElement Provider="nUnit" Id="Flurl.Test.UrlBuilderTests.does_not_reencode_path_escape_chars" ParentId="Flurl.Test.UrlBuilderTests" type="NUnitTestElement" TypeName="Flurl.Test.UrlBuilderTests" MethodName="does_not_reencode_path_escape_chars" Project="81F583F8-1D15-4E0B-8064-EB892042C09A" /><UnitTestElement Provider="nUnit" Id="Flurl.Test.UrlBuilderTests.encodes_invalid_path_chars" ParentId="Flurl.Test.UrlBuilderTests" type="NUnitTestElement" TypeName="Flurl.Test.UrlBuilderTests" MethodName="encodes_invalid_path_chars" Project="81F583F8-1D15-4E0B-8064-EB892042C09A" /><UnitTestElement Provider="nUnit" Id="Flurl.Test.UrlBuilderTests.encodes_query_params" ParentId="Flurl.Test.UrlBuilderTests" type="NUnitTestElement" TypeName="Flurl.Test.UrlBuilderTests" MethodName="encodes_query_params" Project="81F583F8-1D15-4E0B-8064-EB892042C09A" /><UnitTestElement Provider="nUnit" Id="Flurl.Test.Http.FlurlClientTests.extension_methods_consistently_supported" ParentId="Flurl.Test.Http.FlurlClientTests" type="NUnitTestElement" TypeName="Flurl.Test.Http.FlurlClientTests" MethodName="extension_methods_consistently_supported" Project="81F583F8-1D15-4E0B-8064-EB892042C09A" /><UnitTestElement Provider="nUnit" Id="Flurl.Test.Http.GetTests.failure_throws_detailed_exception" ParentId="Flurl.Test.Http.GetTests" type="NUnitTestElement" TypeName="Flurl.Test.Http.GetTests" MethodName="failure_throws_detailed_exception" Project="81F583F8-1D15-4E0B-8064-EB892042C09A" /><UnitTestElement Provider="nUnit" Id="Flurl.Test.Http.TestingTests.fake_get_works" ParentId="Flurl.Test.Http.TestingTests" type="NUnitTestElement" TypeName="Flurl.Test.Http.TestingTests" MethodName="fake_get_works" Project="81F583F8-1D15-4E0B-8064-EB892042C09A" /><UnitTestElement Provider="nUnit" Id="Flurl.Test.Http.TestingTests.fake_post_works" ParentId="Flurl.Test.Http.TestingTests" type="NUnitTestElement" TypeName="Flurl.Test.Http.TestingTests" MethodName="fake_post_works" Project="81F583F8-1D15-4E0B-8064-EB892042C09A" /><UnitTestElement Provider="nUnit" Id="Flurl.Test.Http.TestingTests.no_response_setup_returns_empty_reponse" ParentId="Flurl.Test.Http.TestingTests" type="NUnitTestElement" TypeName="Flurl.Test.Http.TestingTests" MethodName="no_response_setup_returns_empty_reponse" Project="81F583F8-1D15-4E0B-8064-EB892042C09A" /></Elements></Session> \ No newline at end of file + <Session><Elements /></Session> \ No newline at end of file diff --git a/Flurl/Common/CommonExtensions.cs b/Flurl/Common/CommonExtensions.cs index 73c5e0a..0b305f7 100644 --- a/Flurl/Common/CommonExtensions.cs +++ b/Flurl/Common/CommonExtensions.cs @@ -1,8 +1,6 @@ using System; using System.Collections; using System.Collections.Generic; -using System.Linq; -using System.Text; namespace Flurl.Common { diff --git a/Flurl/Properties/AssemblyInfo.cs b/Flurl/Properties/AssemblyInfo.cs index f53f247..f12f274 100644 --- a/Flurl/Properties/AssemblyInfo.cs +++ b/Flurl/Properties/AssemblyInfo.cs @@ -1,6 +1,4 @@ using System.Reflection; -using System.Runtime.CompilerServices; -using System.Runtime.InteropServices; // General Information about an assembly is controlled through the following // set of attributes. Change these attribute values to modify the information diff --git a/Flurl/QueryParamCollection.cs b/Flurl/QueryParamCollection.cs index dec2537..0830636 100644 --- a/Flurl/QueryParamCollection.cs +++ b/Flurl/QueryParamCollection.cs @@ -2,7 +2,6 @@ using System.Collections; using System.Collections.Generic; using System.Linq; -using System.Text; namespace Flurl { diff --git a/Flurl/StringExtensions.cs b/Flurl/StringExtensions.cs index b5d96f7..e5bcd91 100644 --- a/Flurl/StringExtensions.cs +++ b/Flurl/StringExtensions.cs @@ -1,7 +1,5 @@ using System; -using System.Collections; using System.Collections.Generic; -using System.Linq; namespace Flurl {