解決: AS JSON option can be specified only for column of nvarchar(max) type in WITH clause
EF Core が OPENJSON WITH の内部に [col] json '$.path' AS JSON を出力し、Azure SQL が Msg 13618 で拒否します。EF Core 10.0.11 以降へ更新するか、プロバイダーの互換性レベルを 160 に下げてください。
11 件 · ページ1/2