Describe the bug
I'm trying to test my project, but run() isen't calling method Invoke(). When program pass by Run() method I receive the message in console: "thread 0xb84 exited with code 0.".
In fact, i've noticed an odd behaviour. When I comment my code and add command Console.WriteLine("Something..") method run() works well:
My program.cs:
Describe the bug I'm trying to test my project, but run() isen't calling method Invoke(). When program pass by Run() method I receive the message in console: "thread 0xb84 exited with code 0.".
In fact, i've noticed an odd behaviour. When I comment my code and add command Console.WriteLine("Something..") method run() works well: My program.cs:
In my job class, that inhrit IInvocable:
Class that contains Coleta() method:
The code above works, but when I uncomment, my code brokes. I don't know what is happening. I build the appliction using Console App model.
My DI is above: