File tree Expand file tree Collapse file tree 3 files changed +10
-4
lines changed Expand file tree Collapse file tree 3 files changed +10
-4
lines changed Original file line number Diff line number Diff line change 66            "type" : " coreclr" 
77            "request" : " launch" 
88            "preLaunchTask" : " build" 
9-             "program" : " ${workspaceRoot}/ bin/ Debug/ netcoreapp1.0/ NetCoreBBS.dll" 
9+             "program" : " ${workspaceRoot}\\ bin\\ Debug\\ netcoreapp1.0\\ NetCoreBBS.dll" 
1010            "args" : [],
1111            "cwd" : " ${workspaceRoot}" 
1212            "stopAtEntry" : false ,
2626            },
2727            "env" : {
2828                "ASPNETCORE_ENVIRONMENT" : " Development" 
29+             },
30+             "sourceFileMap" : {
31+                 "/Views" : " ${workspaceRoot}/Views" 
2932            }
3033        },
3134        {
3235            "name" : " .NET Core Attach" 
3336            "type" : " coreclr" 
3437            "request" : " attach" 
35-             "processId" : 0 
38+             "processId" : " ${command.pickProcess} " 
3639        }
3740    ]
3841}
Original file line number Diff line number Diff line change 66    "tasks" : [
77        {
88            "taskName" : " build" 
9-             "args" : [],
9+             "args" : [
10+                 " ${workspaceRoot}\\ project.json" 
11+             ],
1012            "isBuildCommand" : true ,
1113            "problemMatcher" : " $msCompile" 
1214        }
Original file line number Diff line number Diff line change 1919    "Microsoft.Extensions.Logging.Console" : " 1.0.0" 
2020    "Microsoft.EntityFrameworkCore.Sqlite" : " 1.0.0" 
2121    "Microsoft.EntityFrameworkCore.Tools" : " 1.0.0-preview2-final" 
22-     "NLog.Extensions.Logging" : " 1.0.0-rtm-alpha2 " 
22+     "NLog.Extensions.Logging" : " 1.0.0-rtm-alpha4 " 
2323    "Microsoft.AspNetCore.Identity.EntityFrameworkCore" : " 1.0.0" 
2424    "Microsoft.AspNetCore.Authorization" : " 1.0.0" 
2525    "Microsoft.Extensions.Caching.Memory" : " 1.0.0" 
6767  },
6868
6969  "buildOptions" : {
70+     "debugType" : " portable" 
7071    "emitEntryPoint" : true ,
7172    "preserveCompilationContext" : true 
7273  },
 
 
   
 
     
   
   
          
    
    
     
    
      
     
     
    You can’t perform that action at this time.
  
 
    
  
    
      
        
     
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments