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

asp.net beta 8 support? #171

Closed
amankkg opened this issue Oct 17, 2015 · 5 comments
Closed

asp.net beta 8 support? #171

amankkg opened this issue Oct 17, 2015 · 5 comments
Assignees
Milestone

Comments

@amankkg
Copy link

amankkg commented Oct 17, 2015

Just updated to beta 8 and react tutorial sample won't start. Problem in:

app.UseReact(config =>
{
//actually, nothing but bunch of comments
}

And loader exception says:

{"Method not found: 'Microsoft.Framework.Caching.IExpirationTrigger Microsoft.AspNet.FileProviders.IFileProvider.Watch(System.String)'."}

Must be some beta 8 namespaces update, or something. I.e. I found Microsoft.Framework -> Microsoft.Extensions rename in aspnet repo

@Daniel15 Daniel15 added this to the 2.0 milestone Oct 17, 2015
@Daniel15
Copy link
Member

Yeah, beta 8 only came out earlier this week, and I haven't gotten around to upgrading to it yet. I'll try to do that tomorrow. :)

@Daniel15 Daniel15 self-assigned this Oct 17, 2015
@amankkg
Copy link
Author

amankkg commented Oct 17, 2015

Cool, I was trying to migrate myself. Forked.
Trying to build via dev-build.bat now. How to specify which dnx to use?
Cause I have installed beta7 and beta8, so my dnu uses beta8 by default. Therefore can't generate SharedAssemblyVersionInfo.cs file

@Daniel15
Copy link
Member

Try run dnvm use beta7 before running dev-build.bat

Daniel15 added a commit that referenced this issue Oct 17, 2015
@Daniel15
Copy link
Member

I submitted a diff to upgrade to beta 8, however I'm encountering build errors. I posted to dotnet/aspnetcore#999 to get help from the ASP.NET team.

@Daniel15
Copy link
Member

Found a fix and merged the changes to master 👍

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

No branches or pull requests

2 participants