|
|
@ -53,6 +53,7 @@
|
|
|
|
"#r \"nuget:Microsoft.Extensions.Http.Polly\"\n",
|
|
|
|
"#r \"nuget:Microsoft.Extensions.Http.Polly\"\n",
|
|
|
|
"#r \"nuget:Refit, 8.0.0\" \n",
|
|
|
|
"#r \"nuget:Refit, 8.0.0\" \n",
|
|
|
|
"#r \"nuget:Refit.HttpClientFactory, 8.0.0\"\n",
|
|
|
|
"#r \"nuget:Refit.HttpClientFactory, 8.0.0\"\n",
|
|
|
|
|
|
|
|
"\n",
|
|
|
|
"#r \"./Publish/HttpClientStudy.Model/HttpClientStudy.Model.dll\"\n",
|
|
|
|
"#r \"./Publish/HttpClientStudy.Model/HttpClientStudy.Model.dll\"\n",
|
|
|
|
"#r \"./Publish/HttpClientStudy.Core/HttpClientStudy.Core.dll\"\n",
|
|
|
|
"#r \"./Publish/HttpClientStudy.Core/HttpClientStudy.Core.dll\"\n",
|
|
|
|
"\n",
|
|
|
|
"\n",
|
|
|
@ -97,7 +98,6 @@
|
|
|
|
"global using Polly.Extensions.Http;\n",
|
|
|
|
"global using Polly.Extensions.Http;\n",
|
|
|
|
"\n",
|
|
|
|
"\n",
|
|
|
|
"global using Refit;\n",
|
|
|
|
"global using Refit;\n",
|
|
|
|
"//global using Refit.HttpClientFactory;\n",
|
|
|
|
|
|
|
|
"\n",
|
|
|
|
"\n",
|
|
|
|
"global using HttpClientStudy.Model;\n",
|
|
|
|
"global using HttpClientStudy.Model;\n",
|
|
|
|
"global using HttpClientStudy.Config;\n",
|
|
|
|
"global using HttpClientStudy.Config;\n",
|
|
|
|