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
When code inlining happens then Assembly.GetExecutingAssembly().Location may point to wrong location.
So we need to replace with typeof(T).Assembly.Location for reliability. This concern came up during review of another internal repo.
Verbose Logs
No response
The text was updated successfully, but these errors were encountered:
NuGet Product Used
NuGet.exe
Product Version
VS, dotnet, nuget.exe
Worked before?
n/a
Impact
None
Repro Steps & Context
When code inlining happens then Assembly.GetExecutingAssembly().Location may point to wrong location.
So we need to replace with typeof(T).Assembly.Location for reliability. This concern came up during review of another internal repo.
Verbose Logs
No response
The text was updated successfully, but these errors were encountered: