9 commenti (9 commenti)0 reazioni (0 reazioni)0 assegnatari (0 assegnatari)C#14.651 star (14.651 star)3376 fork (3376 fork)batch import
area-querygood first issue
Descrizione
Questa issue non ha descrizione indicizzata.
Guida contributor
- Tech stack
- csharpsql
- Dominio
- backenddatabase
- Tipo issue
- feature
- DifficoltàQuanto dovrebbe essere impegnativa per un nuovo contributor.
- 3
- Tempo stimatoTempo stimato per completare e verificare uno scope piccolo.
- half day
- Stato attivitàQuanto è probabile che la issue sia ancora attiva e reviewable.
- stale
- ChiarezzaQuanto chiaramente la issue descrive problema, scope e risultato atteso.
- needs investigation
- Prerequisiti
- C#EF Core query translation
- Adatta ai principiantiQuanto la issue è adatta a contributor alla prima esperienza.
- 30
- Direzione di ricerca
- 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.