Test Library for CI and publishing automation
$ dotnet add package UXAV.TestLibThis package is just for CI and publish testing only. Do not use! 🙂
GitHub Repository: dotnet-actions-testing
NuGet Package: UXAV.TestLib
Contributions are welcome! If you would like to contribute to this project, please follow these guidelines:
Please ensure that your code follows the project's coding conventions and includes appropriate tests.
feature/feature-nameThank you for your interest in contributing to this project!
To use this test library in your project, follow these steps:
Install the package via NuGet. You can use the following command in the Package Manager Console:
dotnet add [<PROJECT>] package UXAV.TestLib
Import the library in your code file:
using UXAV.TestLib;
Start using the library's features in your code:
var testLib = new TestLibrary();
testLib.DoSomething();
Add documentation here
This project is licensed under the MIT License.