Skip to content

Commit 34c995c

Browse files
committed
Document dotnet-ef stdout/stderr improvements (#5273)
See dotnet/efcore#22878
1 parent c9c15c3 commit 34c995c

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

  • entity-framework/core/what-is-new/ef-core-11.0

entity-framework/core/what-is-new/ef-core-11.0/whatsnew.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -416,3 +416,7 @@ WHERE JSON_CONTAINS([b].[JsonData], 8, N'$.Rating') = 1
416416
`EF.Functions.JsonContains()` accepts the JSON value to search in, the value to search for, and optionally a JSON path and a search mode. It can be used with scalar string properties, complex types, and owned entity types mapped to JSON columns.
417417

418418
For the full `JSON_CONTAINS` SQL Server documentation, see [`JSON_CONTAINS`](/sql/t-sql/functions/json-contains-transact-sql).
419+
420+
## Other improvements
421+
422+
* The EF command-line tool now writes all logging and status messages to standard error, reserving standard output only for the command's actual expected output. For example, when generating a migration SQL script with `dotnet ef migrations script`, only the SQL is written to standard output.

0 commit comments

Comments
 (0)