cloudscribe / cloudscribe.SimpleContent

A simple, yet flexible content and blog engine for ASP.NET Core that can work with or without a database, supports markdown or html editing
https://www.cloudscribe.com/docs/cloudscribe-simplecontent
Apache License 2.0
334 stars 65 forks source link

Handle ThrowIfCancellationRequested errors better #587

Closed JimKerslake closed 1 month ago

JimKerslake commented 9 months ago

At the moment we have examples of ThrowIfCancellationRequested exceptions making it up into the logs as unhandled exceptions.

Most immediate case in point: PageController > DraftPublishService.PublishReadyDrafts

JimKerslake commented 9 months ago

catch(OperationCanceledException ex)