[PROJECT DESCRIPTION]
- Easy integration
To install the package, use the following command in your .NET Core project:
dotnet add package [projectname]
Alternatively, you can add it manually to your .csproj
file:
<PackageReference Include="[projectname]" Version="0.1.0" />
Here are some basic examples of how to use the library:
First, initialize the SonarCloudClient
with your SonarCloud token:
using [ProjectName];
var builder = WebApplication.CreateBuilder(args);
var test = new string();
[TODO]
Contributions are welcome! Please feel free to submit a pull request or open an issue if you encounter any bugs or have feature requests.
- Fork the repository
- Create your feature branch (
git checkout -b feature/fooBar
) - Commit your changes (
git commit -am 'Add some fooBar'
) - Push to the branch (
git push origin feature/fooBar
) - Create a new Pull Request
This project is licensed under the MIT License - see the LICENSE file for details.