Open eccc-fp opened 1 month ago
there is no constructor for NotificationClient.cs that accept an IHttpClient if the baseUrl is not the default one, DI cannot be properly used there
NotificationClient.cs
IHttpClient
baseUrl
which cause another issue, the HttpClientWrapper.cs doesnt follow proper Guidelines for using HttpClient
which can cause a wide variety of issues and also it is not possible to implement a proper retry pattern
Hi, if you're able to open a PR with an additional constructor to fix this that would be great. Otherwise it may be a few days before we are able to lend some developer time to a fix.
there is no constructor for
NotificationClient.cs
that accept anIHttpClient
if thebaseUrl
is not the default one, DI cannot be properly used therewhich cause another issue, the HttpClientWrapper.cs doesnt follow proper Guidelines for using HttpClient
which can cause a wide variety of issues and also it is not possible to implement a proper retry pattern