ASP.NET vNext - Code wird dynamisch kompiliert und funktioniert bei mir nicht

Ich habe das Tutorial dazu hier durchgearbeitet:http://www.asp.net/vnext/overview/aspnet-vnext/getting-started-with-aspnet-vnext-and-visual-studio

Ich folge Schritt 7 in Abschnitt 2 - "Öffnen Sie Class1.cs, während der Browser noch geöffnet ist, und ändern Sie den Nachrichtentext in" Neue Nachricht aus ClassLibrary1! ".

Leider ist es nach dem Ändern des Codes beim Aktualisieren des Browsers dasselbe wie zuvor. Ich muss neu kompilieren, damit die Änderung wirksam wird.

Irgendwelche Ideen warum? Ich möchte, dass die Magie passiert!

Windows 7 64-Bit Microsoft Visual Studio Professional 14 CTP Version 14.0.21730.1 DP Microsoft .NET Framework Version 4.5.50938

project.json:

{
    "dependencies": {
        "Helios": "0.1-alpha-build-0585",
        "Microsoft.AspNet.Mvc": "0.1-alpha-build-1268",
        "Microsoft.AspNet.Identity.Entity": "0.1-alpha-build-1059",
        "Microsoft.AspNet.Identity.Security": "0.1-alpha-build-1059",
        "Microsoft.AspNet.Security.Cookies": "0.1-alpha-build-0506",
        "Microsoft.AspNet.Server.WebListener": "0.1-alpha-build-0520",
        "Microsoft.AspNet.StaticFiles": "0.1-alpha-build-0443",
        "Microsoft.Data.Entity": "0.1-alpha-build-0863",
        "Microsoft.Data.Entity.SqlServer": "0.1-alpha-build-0863",
        "Microsoft.Framework.ConfigurationModel.Json": "0.1-alpha-build-0233",
        "Microsoft.VisualStudio.Web.BrowserLink.Loader": "14.0-alpha",
        "Classlibrary1": ""
    },
    "commands": {
        /* Change the port number when you are self hosting this application */
        "web": "Microsoft.AspNet.Hosting --server Microsoft.AspNet.Server.WebListener --server.urls http://localhost:5000"
    },
    "configurations": {
        "net45": {
            "dependencies": {
                "System.Data": "",
                "System.ComponentModel.DataAnnotations": ""
            }
        },
        "k10": {
        }
    }
}

Paul

Antworten auf die Frage(2)

Ihre Antwort auf die Frage