9 comments (9 comments)0 reactions (0 reactions)0 assignees (0 assignees)C#14,651 stars (14,651 stars)3,376 forks (3,376 forks)batch import
area-querygood first issue
Description
This issue does not include a description.
Contributor guide
- Tech stack
- csharpsql
- Domain
- backenddatabase
- Issue type
- feature
- DifficultyEstimated implementation difficulty for a new contributor, from 1 for very small changes to 5 for expert-level work.
- 3
- Estimated timeA rough time range for an experienced contributor to investigate, implement, test, and prepare a pull request.
- half day
- Activity statusHow available the issue appears right now: fresh, active, stale, blocked, or waiting on maintainer input.
- stale
- ClarityHow clearly the issue explains the expected change, acceptance criteria, and next step.
- needs investigation
- Prerequisites
- C#EF Core query translation
- Newbie friendlinessA 1-100 score estimating how approachable this issue is for first-time contributors.
- 30
- Research direction
- The issue requests translating byte array.IndexOf in EF Core queries. No body or comments are provided, so the exact scope and expected behavior are unclear. To proceed, a contributor should review existing query translation patterns in the EF Core source code, particularly in files related to LINQ translation (e.g., QueryTranslationPreprocessor, or SqliteQueryableMethodTranslatingExpressionVisitor for database specific logic). The contributor should also check if similar array methods have been translated and engage with maintainers to clarify the expected SQL translation and any constraints.