Skip to content
GitLab
Projects Groups Topics Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in
  • A abp-extensions-module
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributor statistics
    • Graph
    • Compare revisions
  • Issues 0
    • Issues 0
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 1
    • Merge requests 1
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • ISAP
  • Modules
  • abp-extensions-module
  • Merge requests
  • !91

Устранение ошибки Expression of type 'System.DateTime' cannot be used for...

  • Review changes

  • Download
  • Patches
  • Plain diff
Merged Dmitry Safronov requested to merge IsapConfigureByConvention_customise into abp-8.2.2 Feb 12, 2025
  • Overview 0
  • Commits 1
  • Pipelines 0
  • Changes 1

Устранение ошибки Expression of type 'System.DateTime' cannot be used for parameter of type 'System.Nullable`1[System.DateTime]'. Ошибка проявляется на проектах Abp версии .net8-9 при выполнении выборки типо query.Where(e => e.DeletionTime.HasValue && dt.Contains(e.DeletionTime.Value))

Assignee
Assign to
Reviewers
Request review from
Time tracking
Source branch: IsapConfigureByConvention_customise