-
-
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
Port to .NET Core #1015
Comments
The |
Removed .NET 4.6.2 support in the port to keep the porting effort to a minimum. We will however add this later on when the .NET Core port has reached RTM. Supported runtimes will be .NET 4.5 and .NETStandard 1.6 until then. |
I just tried this build against this script and I got an error on
From the verbose output:
Probably a missing reference. |
This commit changes a lot of the interals in Cake to allow it to run on the CoreCLR. Closes #1015
This commit changes a lot of the interals in Cake to allow it to run on the CoreCLR. Closes #1015
Agenda
The goal with this port is to maintain the current
NET45
implementation side by side withnetstandard1.6
to ensure that people who has invested in Cake can continue using it. At least until .NET 4.6.2 is widespread enough and also supported on Mono.Supported frameworks
Assemblies ported to .NET Core
Other work that needs to be done
Known issues for .NET Core
CI working
Questions
How do we remove the(solved)StyleCop.Analyzers
dependency from our packages?Removed in .NET Core port (due to lack of support)
Source
Check out the coreclr branch in this repository.
Going to add a PR from that branch soon.
Pull requests
I'm not accepting pull requests at the moment but will as soon as everything compiles as it used to 😄
The text was updated successfully, but these errors were encountered: