Skip to content
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

EnvironmentExtensions still referenced in v5.0.0 #104

Closed
gitfool opened this issue Apr 15, 2019 · 0 comments · Fixed by #105
Closed

EnvironmentExtensions still referenced in v5.0.0 #104

gitfool opened this issue Apr 15, 2019 · 0 comments · Fixed by #105

Comments

@gitfool
Copy link
Contributor

gitfool commented Apr 15, 2019

Looks like I missed something in #103 as I get an error when trying to use v5.0.0:

Compiling build script...
error CS0234: The type or namespace name 'EnvironmentExtensions' does not exist in the namespace 'Cake.Incubator' (are you missing an assembly reference?)
Error: Cake.Core.CakeException: Error(s) occurred when compiling build script:
error CS0234: The type or namespace name 'EnvironmentExtensions' does not exist in the namespace 'Cake.Incubator' (are you missing an assembly reference?)
   at Cake.Scripting.Roslyn.RoslynScriptSession.Execute(Script script)
   at Cake.Core.Scripting.ScriptRunner.Run(IScriptHost host, FilePath scriptPath, IDictionary`2 arguments)
   at Cake.Commands.BuildCommand.Execute(CakeOptions options)
   at Cake.CakeApplication.Run(CakeOptions options)
   at Cake.Program.Main()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant