Skip to content

mikejobson/dotnet-actions-testing

Repository files navigation

Test Library

This package is just for CI and publish testing only. Do not use! 🙂

GitHub Actions Workflow Status GitHub Issues Pull Requests NuGet Version NuGet Downloads GitHub License

Links

GitHub Repository: dotnet-actions-testing

NuGet Package: UXAV.TestLib

Contributing

Contributions are welcome! If you would like to contribute to this project, please follow these guidelines:

  1. Fork the repository.
  2. Create a new branch for your feature or bug fix.
  3. Make your changes and commit them.
  4. Push your changes to your forked repository.
  5. Submit a pull request to the main repository.

Please ensure that your code follows the project's coding conventions and includes appropriate tests.

  • For feature branches use the name feature/feature-name
  • Version numbers are checked against existing tags and fail CI on match

Thank you for your interest in contributing to this project!

Usage

To use this test library in your project, follow these steps:

  1. Install the package via NuGet. You can use the following command in the Package Manager Console:

     dotnet add [<PROJECT>] package UXAV.TestLib
    
  2. Import the library in your code file:

    using UXAV.TestLib;
  3. Start using the library's features in your code:

    var testLib = new TestLibrary();
    testLib.DoSomething();

Documentation

Add documentation here

License

This project is licensed under the MIT License.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages