Thanks to visit codestin.com
Credit goes to github.com

Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: le-nn/yolu
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: main
Choose a base ref
...
head repository: le-nn/yolu
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: dev
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 19 commits
  • 55 files changed
  • 1 contributor

Commits on Oct 17, 2024

  1. Add Timestamp.Now

    le-nn committed Oct 17, 2024
    Configuration menu
    Copy the full SHA
    0db7d9e View commit details
    Browse the repository at this point in the history

Commits on Oct 18, 2024

  1. Add Panic class

    le-nn committed Oct 18, 2024
    Configuration menu
    Copy the full SHA
    e6cab7d View commit details
    Browse the repository at this point in the history

Commits on Oct 21, 2024

  1. Add JsonConverter to Timestamp

    le-nn committed Oct 21, 2024
    Configuration menu
    Copy the full SHA
    7fceeb8 View commit details
    Browse the repository at this point in the history

Commits on Oct 24, 2024

  1. Add ToImmutable helper

    le-nn committed Oct 24, 2024
    Configuration menu
    Copy the full SHA
    0cac8c2 View commit details
    Browse the repository at this point in the history
  2. Add DateTime Property

    le-nn committed Oct 24, 2024
    Configuration menu
    Copy the full SHA
    a253bf8 View commit details
    Browse the repository at this point in the history

Commits on Feb 14, 2025

  1. Configuration menu
    Copy the full SHA
    1c0942c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8d6b9b5 View commit details
    Browse the repository at this point in the history

Commits on Feb 21, 2025

  1. Fixed error class constructor

    We also added an `error` parameter to the constructor of the `Error<TPayload>` class and adjusted the position of `payload`. This provides more flexibility in error handling.
    le-nn committed Feb 21, 2025
    Configuration menu
    Copy the full SHA
    403d932 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    be07436 View commit details
    Browse the repository at this point in the history
  3. Migrate to net9.0

    le-nn committed Feb 21, 2025
    Configuration menu
    Copy the full SHA
    270b0d6 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    3d3e21d View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    25b8423 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    424df15 View commit details
    Browse the repository at this point in the history
  7. As IDisposable and fix test

    le-nn committed Feb 21, 2025
    Configuration menu
    Copy the full SHA
    c595519 View commit details
    Browse the repository at this point in the history
  8. Delete unnecessary files

    le-nn committed Feb 21, 2025
    Configuration menu
    Copy the full SHA
    2302c26 View commit details
    Browse the repository at this point in the history

Commits on Feb 26, 2025

  1. Changed SequentialExecutor class to support asynchronous

    The implementation of the `SequentialExecutor` class has been significantly improved to allow tasks to be queued and executed asynchronously using `Channel` from `BlockingCollection`. The `ExecuteAsync` method now accepts a `CancellationToken`, allowing task cancellation. Additionally, the `Run` and `Dispose` methods are now also asynchronously compatible, ensuring proper release of resources.
    le-nn committed Feb 26, 2025
    Configuration menu
    Copy the full SHA
    7143c4a View commit details
    Browse the repository at this point in the history
  2. Improved resource management for SequentialExecutor

    The `SequentialExecutor` class now implements `IDisposable` and `IAsyncDisposable` for better resource management. A new `ExecuteAsync<T>` method has been added to allow sequential execution of asynchronous functions with values. Additionally, the `Dispose` and `DisposeAsync` methods have been improved to clearly separate resource release processing. , also added a `Run` method to process the task queue, and also implemented class constructors and destructors.
    le-nn committed Feb 26, 2025
    Configuration menu
    Copy the full SHA
    06fd5a0 View commit details
    Browse the repository at this point in the history
  3. eeeeeeeee

    le-nn committed Feb 26, 2025
    Configuration menu
    Copy the full SHA
    93a13aa View commit details
    Browse the repository at this point in the history

Commits on Feb 27, 2025

  1. Format codes

    le-nn committed Feb 27, 2025
    Configuration menu
    Copy the full SHA
    1472edb View commit details
    Browse the repository at this point in the history
Loading