Skip to content
/ Results Public

This Result library is a C# tool that simplifies managing operation results by encapsulating return values and status info in a single object, aiding in handling complex systems.

License

Notifications You must be signed in to change notification settings

Q-rtix/Results

Repository files navigation

Result Library

NuGet Version NuGet Downloads GitHub Repo stars

This C# library provides functionality for implementing paged lists. Consult the online documentation for more details.

Getting Started

To install Qrtix.Results, you can use NuGet Package Manager in Visual Studio or the .NET CLI.

NuGet Package Manager

  1. Open your project in Visual Studio.
  2. Right-click on your project in Solution Explorer.
  3. Select "Manage NuGet Packages..."
  4. Search for "Qrtix.Results" in the NuGet Package Manager.
  5. Click on "Install" to add the package to your project.

.NET CLI

You can also install Qrtix.Results using the .NET CLI:

dotnet add package Qrtix.Results

Contributing

Did you find a bug?

  • Ensure the bug was not already reported by searching on GitHub under Issues.
  • If you're unable to find an open issue addressing the problem, open a new one. Be sure to include a title and clear description, as much relevant information as possible, and a code sample or an executable test case demonstrating the expected behavior that is not occurring.

Did you write a patch that fixes a bug?

  • Open a new GitHub pull request with the patch.
  • Ensure the PR description clearly describes the problem and solution. Include the relevant issue number if applicable.

Do you intend to add a new feature or change an existing one?

  • First suggest your change in the Results ideas page for discussion.
  • There are no fixed rules on what should and shouldn't be in this library, but some features are more valuable than others, and some require long-term maintenance that outweighs the value of the feature. So please get sign-off from the project leader (Carlos J. Ortiz) before putting in an excessive amount of work.

Do you have questions about the source code?

About

This Result library is a C# tool that simplifies managing operation results by encapsulating return values and status info in a single object, aiding in handling complex systems.

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Languages