Piotr Puszkiewicz
95df133d7e
Merge pull request #348 from dotnet/anurse/314-publish-library
...
allow dotnet-publish to publish a library
2015-12-01 00:34:04 -08:00
Troy Dai
bfae2ab470
Add WorkspaceContex
...
WorkspaceContext represets part of the original Design Time Host function:
1. Projects discovery and pooling
2. ProjectContexts pooling
3. Monitor project changes and keep ProjectContexts update to date
2015-11-30 22:39:27 -08:00
Piotr Puszkiewicz
d63bd8e50d
Merge pull request #344 from piotrpMSFT/piotrpMSFT/issue342/dotnet-test
...
dotnet-test command
fixes issue #344 and #359
@brthor, note issue #359 . Powershell was interpreting particular Env Var names as patterns due to use of -Path. Changing this to -LiteralPath was required since use of patterns was unintended.
2015-11-30 22:19:52 -08:00
PiotrP
512428fc2f
workaround for issue 359
2015-11-30 21:51:36 -08:00
PiotrP
07bf895700
Merge Conflicts
2015-11-30 17:36:32 -08:00
PiotrP
a84a56a152
PR Feedback
2015-11-30 17:30:25 -08:00
Senthil
04f5930532
Merge pull request #352 from dotnet/schellap-patch-1
...
Let IlcArgs be an opaque string to dotnet native
2015-11-30 17:29:15 -08:00
piotrp
407c933480
add dotnet-test
2015-11-30 17:28:03 -08:00
Bryan Thornbury
5f102aee31
Merge pull request #346 from brthor/deb_config
...
Remove root debian_config.json and update descriptions
2015-11-30 17:15:34 -08:00
Zlatko Knezevic
eb9db067a8
Merge pull request #355 from gitter-badger/gitter-badge
...
Add a Gitter chat badge to README.md
2015-11-30 16:48:01 -08:00
The Gitter Badger
548c6f1a2d
Add Gitter badge
2015-11-30 23:39:31 +00:00
Senthil
e0412f2e3d
Let IlcArgs be an opaque string to dotnet native
...
IlcArgs are meant to be arguments to the ILCompiler and not path values
@brthor or @livarcocc PTAL
/Cc @gkhanna79
2015-11-30 15:29:59 -08:00
Bryan Thornbury
f7f1e072a0
Merge pull request #322 from brthor/e2etest
...
End to End Test First Pass
2015-11-30 15:04:56 -08:00
Andrew Stanton-Nurse
462bbb4f5b
remove scripts to clean deps files
2015-11-30 12:49:29 -08:00
Victor Hurdugaci
7843f3ea91
dotnet pack returns the wrong exit code
2015-11-30 12:46:52 -08:00
Andrew Stanton-Nurse
caa2af2024
allow dotnet-publish to publish a library
...
fixes #314
2015-11-30 12:26:53 -08:00
Andrew Stanton-Nurse
7815ddd6f2
set +x on dev-dotnet.sh
2015-11-30 12:19:56 -08:00
Andrew Stanton-Nurse
48cd38cd92
avoid dropping deps file when publishing
...
also, avoid requiring a dependency on Microsoft.NETCore.Runtime
fixes #157
2015-11-30 12:17:41 -08:00
Bryan Thornbury
ce4ddf39d3
Remove root debian_config.json and update descriptions
2015-11-30 12:10:28 -08:00
Bryan Thornbury
a6f18f9b61
Change ProjectModel namespace
2015-11-30 11:25:13 -08:00
Bryan Thornbury
939ba19fb6
Small Fix
2015-11-30 11:12:39 -08:00
Bryan Thornbury
daae6938c4
Skip native cpp compilation on Windows
2015-11-30 11:07:52 -08:00
Bryan Thornbury
8db6b797d2
Use Corehost instead of CoreRun, refactor tests for individual commands
2015-11-30 11:07:50 -08:00
Bryan
5c31655317
Add License Header
2015-11-30 11:07:43 -08:00
Bryan
ef22c93c39
E2E Testing First pass. Test each command in a sequence to mock what a user might do.
2015-11-30 11:07:07 -08:00
Senthil
7d5a901532
Merge pull request #336 from schellap/master
...
Plumb AppDepSDK path from dotnet cli
2015-11-30 10:40:35 -08:00
Piotr Puszkiewicz
11b43a37d6
Merge pull request #341 from piotrpMSFT/piotrpMSFT/issue226/NuGetCommands
...
Enable commands to be shipped in packages
2015-11-29 11:53:25 -08:00
piotrp
8d2733e147
PR Feedback
2015-11-29 11:35:19 -08:00
Zlatko Knezevic
1a893f3481
PR feedback
2015-11-29 00:02:02 -08:00
Zlatko Knezevic
4686202f2e
Additions to the intro document
2015-11-29 00:02:00 -08:00
piotrp
abff1f474c
PR Feedback
2015-11-28 09:39:56 -08:00
piotrp
976393ab0a
Enable commands to be shipped in packages
2015-11-28 01:18:42 -08:00
Piotr Puszkiewicz
bfc4d46bee
Merge pull request #339 from piotrpMSFT/piotrp/ProjectModelNamespace
...
Fix Microsoft.DotNet.ProjectModel namespace
2015-11-27 20:28:15 -08:00
piotrp
bf2583c1a6
Fix Microsoft.DotNet.ProjectModel namespace
2015-11-27 16:19:54 -08:00
Kai Eichinger
48c4ed6ffe
Fixed formatting issues in README.md
2015-11-27 20:15:20 +01:00
schellap
b125c7ddf4
Plumb AppDepSDK path from dotnet cli
2015-11-27 01:30:03 -08:00
Sridhar Periyasamy
2ad820d983
Merge pull request #323 from Sridhar-MS/msi-unittests
...
Unit tests for Dotnet MSI
2015-11-26 11:26:17 -08:00
Krzysztof Wicher
159e6187ae
Merge pull request #288 from krwq/switch_to_system_commandline
...
Switch dotnet-run to System.CommandLine
2015-11-26 06:20:46 -08:00
Senthil
fa877fc17c
Merge pull request #334 from dotnet/schellap-linux
...
Fix path to libSystem.Native.a on Linux
2015-11-25 21:00:42 -08:00
Senthil
f9ea343c62
Fix path to libSystem.Native.a on Linux
2015-11-25 18:13:51 -08:00
Gaurav Khanna
e80e3259cd
Merge pull request #330 from gkhanna79/FixCLIMacInstr
...
Update Readme for Mac CPPCodegen support
2015-11-25 13:50:17 -08:00
Bryan Thornbury
65d0388f5a
Merge pull request #318 from brthor/docker_build_user
...
Set Docker Internal UID to Host UID, Remove Postbuild step
2015-11-25 13:37:43 -08:00
Senthil
aadc1987cb
Merge pull request #327 from schellap/patch
...
Fix restore.cmd/sh not recognizable command
2015-11-25 13:36:53 -08:00
schellap
29cd999b51
Fix restore.cmd not recognizable command
2015-11-25 12:14:26 -08:00
Andrew Stanton-Nurse
90307bc71e
fix dotnet-repl-csi
2015-11-25 11:19:31 -08:00
Zlatko Knezevic
9aa40106e2
Merge pull request #299 from blackdwarf/fix-1
...
Add a temporary step to cp corehost to /usr/local/bin
2015-11-25 11:00:22 -08:00
Gaurav Khanna
ece953f531
Update Readme for Mac CPPCodegen support
2015-11-25 10:16:57 -08:00
Gaurav Khanna
a6d62b1610
Merge pull request #292 from gkhanna79/MacDNC
...
Initial support for Mac dotnet-compile-native
2015-11-25 10:03:30 -08:00
Gaurav Khanna
2d81eced8c
1) Adding support to invoke CLang/Linker for Mac
...
2) Expecting AppDep native libs to be under <AppDepRoot>\CPPSdk\<OS>\x64 folder instead of <AppDepRoot>
Update the references to Microsoft.DotNet.ILCompiler and Microsoft.DotNet.AppDep packages with Mac CPPCodegen support.
2015-11-25 07:40:10 -08:00
Krzysztof Wicher
1f6a500654
Merge pull request #324 from krwq/succbuildonfailwind
...
workaround powershell bug
2015-11-24 20:23:06 -08:00