Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add AppendErrors method and update documentation/tests #125

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Commits on Nov 15, 2024

  1. Add AppendErrors method and update documentation/tests

    - Added a new section in the `README.md` for the `AppendErrors` method.
    - Introduced the `AppendErrors` method in `ErrorOr.AggregationExtensions.cs`.
    - Added detailed XML documentation for the `AppendErrors` method.
    - Added new tests in `ErrorOr.AggregationExtensionsTests.cs` for `AppendErrors`.
    - Added a mock `User` class for testing purposes.
    - Updated `ErrorOr.cs` with new static methods `FromError` and `FromValue`.
    - Made minor namespace adjustments in `ErrorOr.InstantiationTests.cs`.
    - Updated `ErrorOr.sln.DotSettings.user` with new unit test session entries.
    - Removed a redundant link and added a new link for `AppendErrors` in the `README.md`.
    - Added a placeholder for a code snippet in the `README.md`.
    alnaimi-github committed Nov 15, 2024
    Configuration menu
    Copy the full SHA
    f9e2688 View commit details
    Browse the repository at this point in the history
  2. Update README.md

    alnaimi-github authored Nov 15, 2024
    Configuration menu
    Copy the full SHA
    b2747d9 View commit details
    Browse the repository at this point in the history