❔ How do i register my services in ConsoleApp .net 7
I like to send my httpClient to my logic area (Services for executing some logic) But when i add anything with host it just breaks.
Full code
_httpClient;
IS PROBABLY NULL, I Can't try it because it breaks. (top-statement error / same with Main args in program.cs)
Full code
_httpClient;
IS PROBABLY NULL, I Can't try it because it breaks. (top-statement error / same with Main args in program.cs)
