File tree Expand file tree Collapse file tree 2 files changed +4
-5
lines changed
Expand file tree Collapse file tree 2 files changed +4
-5
lines changed Original file line number Diff line number Diff line change 1818 <projectUrl >https://github.com/amingolmahalle/HttpClientToCurlGenerator</projectUrl >
1919 <repository type =" git" url =" https://github.com/amingolmahalle/HttpClientToCurlGenerator.git" branch =" master" />
2020
21- <license type =" file" >LICENSE.md</license >
21+ <!-- < license type="file">LICENSE.md</license>
2222 <requireLicenseAcceptance>false</requireLicenseAcceptance>
23- <tags >package json extension csharp dotnet curl aspnetcore nuget xml dotnetcore httpclient postman dotnet-core aspnet-core asp-net-core asp-net dotnet-standard nuget-package asp-net-core-web-api httpclients</tags >
23+ <tags>package json extension csharp dotnet curl aspnetcore nuget xml dotnetcore httpclient postman dotnet-core aspnet-core asp-net-core asp-net dotnet-standard nuget-package asp-net-core-web-api httpclients</tags> -->
2424<!-- <icon>icon.png</icon>-->
2525
2626 </metadata >
2727
2828 <files >
2929 <file src =" README.md" />
30- <file src =" LICENSE.md" />
30+ <!-- < file src="LICENSE.md"/> -- >
3131 <file src =" .\**" target =" content" exclude =" **\bin\**;**\obj\**;.\.vs\**;.\.vscode\**;.\.git\**;.\.github\workflows\dotnet.yml;.\.github\workflows\release.yml;.\.github\ISSUE_TEMPLATE\**;.\.github\icon.png;.\CODE_OF_CONDUCT.md;.\LICENSE.md;.\README.md;" />
3232 </files >
3333
Original file line number Diff line number Diff line change 88 <ImplicitUsings >enable</ImplicitUsings >
99 <Nullable >disable</Nullable >
1010 <LangVersion >latest</LangVersion >
11- <PackageLicenseFile >License.md</PackageLicenseFile >
1211 <Description >
1312 This extension will help you see whatever is set in HttpClient as a curl script.
1413 Sometimes we may want to connect with an external service provider but when calling we come across many errors and we should spend a lot of time resolving errors. It happened to me many times;
5049
5150 You have 3 ways to see script results:
5251
53- 1- Write in the console:
52+ 1- Print in the console:
5453
5554 httpClient.GenerateCurlInConsole(httpRequestMessage, null);
5655
You can’t perform that action at this time.
0 commit comments