Example of TickerQ with EF Core and Attribute-Based Jobs #84
Unanswered
robertrutkowski
asked this question in
Q&A
Replies: 2 comments
-
|
Can you just do a bit more digging since it supports both, Classic and IIncremental Source generators. |
Beta Was this translation helpful? Give feedback.
0 replies
-
|
I had similar issues in dotnet 8 and found that my rider version was using an older version of Roslyn than what the TickerQ.SourceGenerator.dll assembly was built with. I had a warning about using too old compiler versions in the built output. I fixed the issue by switching rider to using the msbuild version of the installed dotnet version. Could be the same issue? |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi everyone 👋
First of all, thank you for the amazing library!
I'm currently trying to set up TickerQ in a project that uses Entity Framework Core, and I’m looking for a working example that demonstrates the following:
[TickerFunction]attributeI tried using .NET 8, but it seems the source generator doesn’t trigger — possibly due to framework restrictions in ClassicSourceGenerator.
If there’s any sample project or minimal example that shows how this setup should work, especially using cron from appsettings/config and EF integration, I’d be very grateful!
Thanks in advance 🙏
Beta Was this translation helpful? Give feedback.
All reactions