Arthur Vickers

Results 862 comments of Arthur Vickers

See https://github.com/dotnet/efcore/issues/19549#issuecomment-572823246 Also document CreateDbCommand: https://github.com/dotnet/efcore/issues/19358

Note: update https://aka.ms/efcore-docs-query-string when this is done.

@jemiller0 The link is in the process of being created.

@roji to take a look.

@gagnedavid25 The pattern requires that the property is configured to have a default value in the database. For example: ```C# public class Blog { private bool? _isValid; public int Id...

Note from triage: update docs to reflect that the property must be marked as having a default value.

Confirmed this is a doc bug. The default bool to string conversion works with "0" and "1", not "N" and "Y".

Note from triage: this is not something we plan to do.

@JeremyLikness Also see https://docs.microsoft.com/en-us/ef/core/platforms/

Note from triage: related to general deployment guidance for SQL scripts, bundles, etc.