Furkan Güngör

Results 19 comments of Furkan Güngör

@all-contributors please add @enisn for infrastructure, tests and code

@all-contributors please add @selcukkutuk for code

@all-contributors please add @furkandeveloper for infrastructure, tests and code

@all-contributors please add @furkandeveloper for infrastructure, tests, code, bug, blog, business, content, doc, design, examples, eventOrganizing, ideas, infra, maintenance, mentoring, review, research, question, security, tool, tutorial and talk

> Hi, I’m @obarscan I noticed that if you use the autoncofigurator the hostservices are in separated scope. Hello, Jobs running on HostedService already run by creating a separate scope.

Please explain what this PR includes, for which scenarios it will be used, and for what purpose the files you have attached are attached. EasyCronJob is open source and a...

You're right, this error doesn't happen all the time. I tried several times on the sample project, but it worked successfully every time. ![image](https://user-images.githubusercontent.com/47147484/149931391-402dee79-392a-460b-adde-d766fdce62b4.png) I got the same error as...

I prepared a solution for you. This solution contains Overengineering methods. ### Startup.cs ```csharp services.ApplyResulation(options => { options.CronExpression = "0 0 25 * *"; options.TimeZoneInfo = TimeZoneInfo.Local; }); ``` ###...

Hello, First of all, thank you for the detailed explanation. Timer works with maximum int.MaxValue. Therefore, some errors occur in such problems. We've developed the solution you referenced above as...