Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Quote marks in JobId will break code #5

Open
pekspro opened this issue Jun 23, 2024 · 2 comments
Open

Quote marks in JobId will break code #5

pekspro opened this issue Jun 23, 2024 · 2 comments

Comments

@pekspro
Copy link

pekspro commented Jun 23, 2024

If I use this:

[RecurringJob("*/5 * * * *", "GMT", "Priority", "Data\"Retention")]

The generated code will not compile. Consider use SymbolDisplay.FormatLiteral to properly escape strings.

@IeuanWalker
Copy link
Owner

Thanks, will take a look some time.

But open to a PR if u want.

@pekspro
Copy link
Author

pekspro commented Jun 23, 2024

It’s actually not nothing I need, just something I discovered and wanted to let you know. 🙂

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants