Skip to content

Reminders: Improve error message when using reminders without a reminder table - #4287

Merged
jason-bragg merged 1 commit into
dotnet:masterfrom
ReubenBond:lazy-validate-reminders
Mar 23, 2018
Merged

Reminders: Improve error message when using reminders without a reminder table#4287
jason-bragg merged 1 commit into
dotnet:masterfrom
ReubenBond:lazy-validate-reminders

Conversation

@ReubenBond

Copy link
Copy Markdown
Member

Alternative implementation of #4280

Fixes #4278

@jason-bragg jason-bragg left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LG2M, though I've a minor concern regarding the logging message. Approve, even if the suggested logging change is not taken.

internal class ReminderRegistry : GrainServiceClient<IReminderService>, IReminderRegistry
{
private const string ReminderServiceNotConfigured =
"The reminder service has not been configured. Reminders can be configured using extension methods from the following packages:"

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Not convinced we should be listing all of these in code.
No good way to keep this list accurate.
A reference to docs should be sufficient.

@jason-bragg
jason-bragg merged commit 57898a0 into dotnet:master Mar 23, 2018
@ReubenBond
ReubenBond deleted the lazy-validate-reminders branch March 23, 2018 02:01
@github-actions github-actions Bot locked and limited conversation to collaborators Dec 7, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants