You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fix FTSSampleProject JSON value converter and BlogIndexer error handling
Add EF ValueConverter for FTSSampleProject.Files so List<string> correctly
round-trips with the JSON text stored in the FTS5 column. Replace
catch-and-rethrow in BlogIndexer with continue-with-warning so a single
failed blog post doesn't abort the entire indexing run.
0 commit comments