amingolmahalle / HttpClientToCurlGenerator

The HttpClientToCurl is a NuGet package for generating curl script of HttpClient in .NET ( C# | CSharp | Dotnet ) supported features: Post, Get, Put, and Delete. content types: application/json, text/xml, application/x-www-form-urlencoded
https://www.nuget.org/packages/HttpClientToCurl
MIT License
51 stars 11 forks source link

Seperate Test and Source Folder #26

Closed amingolmahalle closed 5 months ago

amingolmahalle commented 5 months ago

It's better Test folder to be separate from src. That's mean:

samples src test

Sabermotamedi commented 5 months ago

I will fix it