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 Cake.Common.Tools.Cake. CakeRunner is initialized, it has a private static readonly field called _executingAssemblyToolPaths that is set to System.Reflection.Assembly.GetEntryAssembly().Location. Since GetEntryAssembly() can return null, this can fail quite horribly.
The text was updated successfully, but these errors were encountered:
When
Cake.Common.Tools.Cake. CakeRunner
is initialized, it has aprivate static readonly
field called_executingAssemblyToolPaths
that is set toSystem.Reflection.Assembly.GetEntryAssembly().Location
. SinceGetEntryAssembly()
can returnnull
, this can fail quite horribly.The text was updated successfully, but these errors were encountered: