-
-
Notifications
You must be signed in to change notification settings - Fork 740
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Problems with loading certain assemblies (0.27.0) #2132
Comments
Hmmm.. Looked at logs again, seems like infinite recursion is coming from the ScriptAssemblyResolver https://github.com/cake-build/cake/blob/develop/src/Cake/Scripting/Roslyn/ScriptAssemblyResolver.cs @daveaglick, ping! |
Yep, I broke it - will get a fix in the next couple hours, suggest it gets merged and released ASAP. Sorry! |
daveaglick
added a commit
to daveaglick/cake
that referenced
this issue
Apr 21, 2018
gep13
pushed a commit
that referenced
this issue
Apr 21, 2018
gep13
added a commit
that referenced
this issue
Apr 21, 2018
* pr2133: Prevent recursion in the assembly resolver (#2132)
gep13
added a commit
that referenced
this issue
Apr 21, 2018
* hotfix/0.27.1: (build) Updated version and release notes Prevent recursion in the assembly resolver (#2132)
gep13
added a commit
that referenced
this issue
Apr 21, 2018
* hotfix/0.27.1: (build) Updated version and release notes Prevent recursion in the assembly resolver (#2132)
daveaglick
pushed a commit
to daveaglick/cake
that referenced
this issue
Apr 24, 2018
…NG.md GitReleaseManager.yaml GitVersion.yml LICENSE README.md ReleaseNotes.md appveyor.yml bitbucket-pipelines.yml build build.cake build.ps1 build.sh global.json nuspec signclient.filter signclient.json src tests tools hotfix/0.27.1: (build) Updated version and release notes Prevent recursion in the assembly resolver (cake-build#2132)
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Reminder for @mholo65 to investigate SharpeRAD/Cake.Powershell#55
The text was updated successfully, but these errors were encountered: