-
-
Notifications
You must be signed in to change notification settings - Fork 837
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
Update build for RC1 #697
Comments
(Of course, if you send us a PR on the dev branch with the required updates, I'll totally take it.) |
The thing is that it doesn't require a PR, it's just a new kickoff of the CI build as works with the RC1 it just didn't build against the RC1-final because they hadn't strongly named them yet. |
Sorry to make it sound urgent, just wanted to alert you to the issue with strong names. |
Looks like it's going to take more than just a new build. I kicked off a new build of the previously passing code and now there's a ton of NuGet errors like
I'm guessing we also need to update the runtime in |
@tillig You need to change the TFMs to the new one. I hope it's as simple as that. aspnet/Announcements#98 |
Check out the |
You still have net45 though. Some packages have been bumped up to net451. Edit: just cloning that branch now.. |
Look at the errors - the net45 build works fine, it's the dotnet5.2 build that's failing. (It builds in the order of frameworks specified in project.json.) |
Interesting looks like a simple nuget dependency problem? Can you clear the cache
|
I had to update some of the dependencies when I did an earlier test of RC1. Would be nice to move purely to generations now though previously this was described as an experimental feature. Anyone known if it got the official go ahead? |
Hang on, this may be my bad - I rebuilt master, not develop... trying again. Too much going on at once today. (Of course, I'm not sure why master wouldn't build anymore, but I guess that's a whole other issue.) |
Generations are still in progress since the tooling isn't there. |
Test failing. Does it still generate an artifact or does it require all green on all tests? |
OK, building I'm out on this one until at least tomorrow. |
Switching sdks from |
I've added PR# 698 though I am not sure about how helpful it is. If it isn't, feel free to dump it since I didn't realize you guys were still working on it. |
Published Autofac and Autofac.Extensions.DependencyInjection 4.0.0-rc1-177 to NuGet with ASP.NET 5 RC1 compatibility. |
Thanks! |
ASP.NET 5 RC1 is now strongly naming their assemblies. The dev branch needs to be rebuild using the full release (rc1-final) version of the libraries. I've tried to use the dev branch dailies from the MyGet feed, but they were built against RC before they were strongly named. Any chance of kicking off a new build?
The text was updated successfully, but these errors were encountered: