-
-
Notifications
You must be signed in to change notification settings - Fork 732
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
New Setup(Action<ICakeContext>) fails on mono #883
Comments
Funny, but don't get this when defining a Setup(Action). Although, it looks like it warns about obsoleted method although they aren't used in the build script!
|
devlead
added a commit
to devlead/cake
that referenced
this issue
May 17, 2016
* Added CakeBuildScriptImplBase base class that inherits from IScriptHost * Removed GetScriptHostProxy() from CakeBuildScriptImpl * Added so CakeBuildScriptImpl inherits from CakeBuildScriptImplBase This fixes cake-build#883 and should ensure we avoid missing members in the future.
devlead
added a commit
to devlead/cake
that referenced
this issue
May 17, 2016
* Added CakeBuildScriptImplBase base class that inherits from IScriptHost * Removed GetScriptHostProxy() from CakeBuildScriptImpl * Added so CakeBuildScriptImpl inherits from CakeBuildScriptImplBase This fixes cake-build#883 and should ensure we avoid missing members in the future.
@cake-build/team found the issue will submit an PR shortly. |
devlead
added a commit
to devlead/cake
that referenced
this issue
May 17, 2016
* Added CakeBuildScriptImplBase base class that inherits from IScriptHost * Removed GetScriptHostProxy() from CakeBuildScriptImpl * Added so CakeBuildScriptImpl inherits from CakeBuildScriptImplBase This fixes cake-build#883 and should ensure we avoid missing members in the future.
devlead
added a commit
to devlead/cake
that referenced
this issue
May 17, 2016
* Added CakeBuildScriptImplBase base class that inherits from IScriptHost * Removed GetScriptHostProxy() from CakeBuildScriptImpl * Added so CakeBuildScriptImpl inherits from CakeBuildScriptImplBase This fixes cake-build#883 and should ensure we avoid missing members in the future and reduces chance of errors thru "dynamic" code not compiled with Cake.
devlead
added a commit
to devlead/cake
that referenced
this issue
May 17, 2016
* Added CakeBuildScriptImplBase base class that inherits from IScriptHost * Removed GetScriptHostProxy() from CakeBuildScriptImpl * Added so CakeBuildScriptImpl inherits from CakeBuildScriptImplBase This fixes cake-build#883 and should ensure we avoid missing members in the future and reduces chance of errors thru "dynamic" code not compiled with Cake.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
What You Are Seeing?
New Setup(Action) gives an
Delegate
System.Action' does not take1' arguments
error on monoWhat is Expected?
For it to not give an error
What version of Cake are you using?
0.11.0
Are you running on a 32 or 64 bit system?
64 bit
What environment are you running on? Windows? Linux? Mac?
Fails on both Windows & Linux
Are you running on a CI Server? If so, which one?
Travis
https://travis-ci.org/cake-build/cake/jobs/129951741
Output Log
The text was updated successfully, but these errors were encountered: