Skip to content

Remove obsolete API #346

Description

@fiseni

In the next release, we might finally drop the support for the following obsolete methods

  [Obsolete]
  Task<T?> GetBySpecAsync(ISpecification<T> specification, CancellationToken cancellationToken = default);
  [Obsolete]
  Task<TResult?> GetBySpecAsync<TResult>(ISpecification<T, TResult> specification, CancellationToken cancellationToken = default);

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

Labels

No labels
No labels

Projects

No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions