You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have a backround worker which is running as a .Net console application inside a mcr.microsoft.com/dotnet/runtime:6.0 container. Adding the XRay recorder to this project prevented it from starting, and it took a while for us to figure out that the package had introduced a new framework dependency that wasn't available in our runtime image. There is a separate package specifically for AspNetCore (AWSXRayRecorder.Handlers.AspNetCore) so I assumed that this package would be framework-agnostic and would only provide the API to interact with the XRay daemon.
I'm not sure why the coupling exists, but the dependency isn't documented and doesn't show up in NuGet or in Visual Studio. The only hint is that the .NetStandard version depends on Microsoft.AspNetCore.Http. Can you please add a note to the ReadMe to make this obvious?
The text was updated successfully, but these errors were encountered:
I have a backround worker which is running as a .Net console application inside a
mcr.microsoft.com/dotnet/runtime:6.0
container. Adding the XRay recorder to this project prevented it from starting, and it took a while for us to figure out that the package had introduced a new framework dependency that wasn't available in our runtime image. There is a separate package specifically for AspNetCore (AWSXRayRecorder.Handlers.AspNetCore
) so I assumed that this package would be framework-agnostic and would only provide the API to interact with the XRay daemon.I'm not sure why the coupling exists, but the dependency isn't documented and doesn't show up in NuGet or in Visual Studio. The only hint is that the .NetStandard version depends on
Microsoft.AspNetCore.Http
. Can you please add a note to the ReadMe to make this obvious?The text was updated successfully, but these errors were encountered: