dnu Questions
2
Solved
When running on builds in VSO's new host agent pool, I have a powershell script to restore the NuGet packages for each project.json using dnu restore.
This process can easily take more than 2 minu...
Michaeu asked 5/8, 2015 at 5:52
3
Solved
I have noticed that when I publish the new ASP.NET project, then it puts all the non-code files in the root folder in packages. E.g. these files end up there:
Publish profiles
gulpfile.js
There...
Simulated asked 18/12, 2015 at 9:38
1
Anyone attempt using entity framework-beta8 migrations? Everytime I run the dnx ef command I get the following
"Error: . Please run dnu restore to generate a new lock file"
running dnu restor...
Tovatovar asked 26/10, 2015 at 0:25
3
Solved
This seems to be a common problem and I found several Stack Overflow questions, but they all seem to pertain to MSBuild.
I'm trying to publish by right-clicking on my asp.net 5 rc1 project in Visu...
Iver asked 20/11, 2015 at 17:27
0
Hei guys, i was following this tutorial in order to run .NET Core in my OSX:
If you choose to install Mono, select the universal installer to make sure you get the x64 version. Edge.js requires Mo...
5
Solved
Whenever I modify packages through the project.json file my references area says "Errors - see Error List". The error list will say "Dependencies in project.json were modified. Please run "dnu rest...
Furtek asked 25/11, 2015 at 22:19
1
Solved
In Noda Time 1.3.1, our .csproj file referred to Profile 328 and our .nuspec file put the results in
lib\portable-net4+sl5+netcore45+wpa81+wp8+MonoAndroid1+MonoTouch1+XamariniOS1
For Noda Time 2...
Brandwein asked 22/3, 2016 at 7:22
1
I have a DNX console application that references a class library project. I am trying to publish this and install it as a global command.
I am doing this on Windows 10 OS.
Console Project Progra...
1
Solved
I am having the same issue. I have added the following dependencies in my project.json file:
"dependencies": {
"EntityFramework": "7.0.0-beta4",
"EntityFramework.Core": "7.0.0-rc1-final",
...
Symptomatic asked 1/1, 2016 at 13:29
1
Solved
(Now raised as DNX issue 3206...)
DNX environment: 1.0.0-rc1, Windows 10 x64.
Imagine I have three solutions:
Application1
Application2
Common
Each of these solutions has multiple projects in...
2
Solved
We're trying to work through the new tool chain for building and deploying an ASP.NET 5 (vNext) CoreCLR web site to a server cluster. Between the new compilation changes and the changes to TFS, I'm...
Tonie asked 10/11, 2015 at 4:2
1
I've spent about 3 days to setup TeamCity to build and publish asp.net-5 project. Finally I did it by using dnu publish command to publish the site. I'm using the batch file to do it with following...
Amboise asked 1/9, 2015 at 18:7
1
Solved
I'm trying to run the samples from https://github.com/aspnet/home.
But I'm having problems updating the references. The restore is very slow and fails for some packages:
GET http://www.myget.org/...
Standardbearer asked 12/8, 2015 at 19:28
2
Solved
What would be the best way to execute Gulp tasks only when publishing an ASP.NET 5 web application? Do I need to add a custom build event that executes a Gulp command?
cmd.exe /c gulp -b "C:\Proje...
Punctual asked 7/8, 2015 at 17:34
1
Solved
When running the following dnu publish, I get an ArgumentNullException exception thrown.
dnu publish "C:\Project\MyProject" --out "C:\a" --configuration Debug --runtime dnx-clr-win-x86.1.0.0-beta6...
Dias asked 4/8, 2015 at 7:18
1
© 2022 - 2024 — McMap. All rights reserved.