Andrew Stanton-Nurse
0553b7c67e
minor clean-up
2015-12-08 11:32:52 -08:00
Andrew Stanton-Nurse
4e6244d8a8
add ProjectAssemblyLoadContext
...
allows the loading of assemblies in the context of an existing project
2015-12-08 11:30:25 -08:00
David Fowler
fa52d02b9a
WIP
2015-12-07 12:48:11 -08:00
Piotr Puszkiewicz
f67a247252
Merge pull request #368 from piotrpMSFT/piotrpMSFT/issue362/dotnet-init-dependencies
...
Updates dotnet-init's dependencies to match the latest on NuGet.org
2015-12-02 01:04:31 -08:00
Piotr Puszkiewicz
3f9e34c131
Merge pull request #363 from dotnet/anurse/remove-c-from-sln
...
remove c++ projects from sln
2015-12-02 01:03:59 -08:00
Piotr Puszkiewicz
4f132a14d2
Merge pull request #358 from krwq/nuget_packaging
...
Nuget packages generation script for each project under src/ and some bugfixes
2015-12-02 01:03:00 -08:00
Piotr Puszkiewicz
4055145f12
Merge pull request #337 from blackdwarf/introadd
...
Additions to the intro document
2015-12-02 00:46:34 -08:00
Piotr Puszkiewicz
9fb5da0aee
Merge pull request #347 from dotnet/anurse/157-publish-tidy-up
...
avoid dropping deps file when publishing
2015-12-02 00:45:56 -08:00
piotrp
f21dde66e5
Updates dotnet-init's dependencies to match the latest on NuGet.org
2015-12-02 00:05:25 -08:00
Krzysztof Wicher
2ee4ccf2f5
fix bug in e2e tests
2015-12-01 23:14:49 -08:00
Krzysztof Wicher
38a95de882
fix bug in pack command (acciddentally reverted prev fix during merge conflict)
2015-12-01 23:13:31 -08:00
Krzysztof Wicher
ab9d1c48a8
fix according to feedback
2015-12-01 23:13:31 -08:00
Krzysztof Wicher
fcc6471618
nuget packages script for each project under src/
2015-12-01 22:27:05 -08:00
Bryan Thornbury
a5da6dc1ca
Merge pull request #364 from dotnet/add-clang-dep
...
Add Clang Dependency for debian
2015-12-01 17:29:35 -08:00
Bryan Thornbury
894676b7e1
Max 2 length substring, fix publishing for MSI
2015-12-01 17:11:30 -08:00
Bryan Thornbury
861aae40c5
Add Clang Dependency for debian
2015-12-01 16:54:22 -08:00
Bryan Thornbury
69e52e8505
Add space after each newline in long_description
...
The long description format is somewhat fragile right now. Changes will need to be made to the package tool to handle this better because each line in the long description needs a leading space.
2015-12-01 13:21:42 -08:00
Bryan Thornbury
22b1b4905a
Remove newline characters from long_description
...
Remove newlines
2015-12-01 11:50:33 -08:00
Andrew Stanton-Nurse
2d047428af
remove c++ projects from sln
2015-12-01 11:42:02 -08:00
Sridhar Periyasamy
4c29fcbb03
Update Dockerfile
...
Create home folder for the user. Required by azure CLI.
2015-12-01 11:23:13 -08:00
Andrew Stanton-Nurse
8da5c7071f
clarify error when no project.json in the path
...
also correct help information
fixes #356
2015-12-01 11:02:51 -08:00
Andrew Stanton-Nurse
6a2d6f7d30
code review feedback
2015-12-01 11:01:30 -08:00
Andrew Stanton-Nurse
06037ce143
Merge pull request #361 from shahid-pk/rename-resgen
...
rename resgen to dotnet-resgen
2015-12-01 10:56:40 -08:00
shahid-pk
e02c8e6f81
rename resgen to dotnet-resgen
2015-12-01 22:12:04 +05:00
Piotr Puszkiewicz
124e8f74bc
Merge pull request #338 from cH40z-Lord/patch-1
...
Fixed formatting issues in README.md
2015-12-01 00:56:38 -08:00
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