Madhon
Madhon
> What's the current status on this? Looks like they are ignoring it....
The old Newtonsoft.Json is in the dependencies for NetEscapades.AspNetCore.SecurityHeaders.TagHelpers When the target framework is not NetCore 3.0 (End of line, unsupported) i.e NetStandard 2.0 The following dependecy tree is generated...
Reading https://dotnet.microsoft.com/en-us/platform/support/policy/dotnet-core suggests that 2.1 went out of support in 2021 and the last version of Microsoft.AspNetCore.Mvc.Razor published is the 2.2.0 which still has the same transient dependency problem, hence...
Seems like this is abandoned now
At the very least you should update the references from the old unsupported end of life v2.x ones currently using, to at least 6.0
What about using [Polly](https://github.com/michael-wolfenden/Polly) for part of it ?
OK, there is an old port of Hystrix to .net on codeplex that could be worth checking for ideas as well https://hystrixnet.codeplex.com/
any comments @abbasc52 ?
> Hi @madhon , Sorry for the delay, Can you please resolve the conflict? I will approve it Sorry missed this as it was overnight my time, what was the...