Bryan
f54b08ea53
Add Console color and upgrade references to 23614
2015-12-14 15:08:16 -08:00
Cesar Blum Silveira
fb461c27bf
Support overriding strong naming key path with environment variable.
2015-12-14 10:55:55 -08:00
Pavel Krymets
93158dc1be
Add resource satelite assembly generation
2015-12-14 08:33:11 -08:00
David Fowler
aebc89683e
Clean up whitespace
2015-12-13 22:40:11 -08:00
David Fowler
2f64f62e67
Move the temp folder under the project root
...
- Makes it easier to find it
- Works for .NET Framework when changing the app base
- There seems to be a problem when quitting the child process with Ctrl + C
2015-12-13 22:07:32 -08:00
Bryan
d502f3d57e
Add Project Validation to build scripts. Fail on a failed analysis.
2015-12-11 14:24:06 -08:00
Bryan
6ff7404a48
Multi Project Validator
...
A tool which searches recursively for project.json files,
runs a set of analyses and reports on the result.
For CLI we have only one rule currently, that Dependencies
between projects must be equivalent to avoid stomping.
2015-12-11 14:24:05 -08:00
Pavel Krymets
91acc03a13
Read original app.config and add to it
2015-12-10 15:54:11 -08:00
Krzysztof Wicher
1115fc22fa
Merge pull request #449 from krwq/ci_build_add_packaging
...
Fix versions bug when creating NuPkg
2015-12-10 15:34:52 -08:00
Andrew Stanton-Nurse
b25c2743ca
fix a bug in the default TFM define generation
2015-12-10 12:19:24 -08:00
Bryan Thornbury
8b12fa9ffe
Merge pull request #445 from brthor/stdlib
...
Move references to StdLib, Update other versions to "-rc2-23608"
2015-12-10 11:14:32 -08:00
Charles Stoner
6a15c33492
Merge pull request #424 from cston/prompt
...
Allow unbuffered forwarding of output
2015-12-10 09:18:18 -08:00
David Fowler
7d2277d930
Made some fixes to binding redirects
...
- Don't generate an empty config file with no redirects.
- Fix swapped publicKeyToken and culture
#462
2015-12-10 01:44:50 -08:00
Bryan
2ba6dbd630
Downgrade runtime version to get unblocked on CoreCLR bug. Fix some other dependency versions
2015-12-09 21:23:02 -08:00
Bryan
1d764f1c64
download dnx during the build
2015-12-09 21:23:01 -08:00
Krzysztof Wicher
9fe0df1a3f
add dev to debian package name
2015-12-09 16:28:02 -08:00
Charles Stoner
ac017ea3ee
Forward output unbuffered
2015-12-09 15:20:58 -08:00
Krzysztof Wicher
bd6519d665
unify versions on binaries and nupkgs
2015-12-09 14:56:39 -08:00
Bryan
16fa836215
Upgrade references to use NETStandard.Library, or up to rc2-23608 where applicable
2015-12-09 14:52:56 -08:00
Pavel Krymets
d09137f8d5
Generate binding redirect for Desktop CLR
2015-12-09 10:47:16 -08:00
Andrew Stanton-Nurse
f089fff7fa
fix solution after init->new rename
2015-12-09 10:08:04 -08:00
David Lechner
02b6deb124
Newline before "For OS X"
...
Markdown does not render properly without it.
2015-12-09 11:50:48 -06:00
Krzysztof Wicher
c701a1a430
fix version of ProjectModel.Loader
2015-12-09 01:07:52 -08:00
Krzysztof Wicher
7fb0a92d5e
Workaround Microsoft.Extensions.testing.Abstractions project.json bug
2015-12-09 01:03:47 -08:00
Krzysztof Wicher
aed194acda
add creating package for Microsoft.DotNet.ProjectModel.Loader
2015-12-09 00:53:00 -08:00
Krzysztof Wicher
df1b42dd10
apply review feedback
2015-12-09 00:47:57 -08:00
Krzysztof Wicher
ba6b0e5d9b
fix dependency version bug
2015-12-09 00:20:39 -08:00
Krzysztof Wicher
344a730607
enable debugging on Start button in dotnet-pack in VS
2015-12-09 00:20:39 -08:00
Krzysztof Wicher
3a58e8a7d7
make copyright header a comment and not an information text
2015-12-09 00:20:39 -08:00
Krzysztof Wicher
822ae54281
change versions in nupkgs
2015-12-09 00:20:38 -08:00
Piotr Puszkiewicz
1a26013455
Merge pull request #400 from piotrpMSFT/piotrpMSFT/issue374/dotnet-new
...
dotnet-init --> dotnet new
2015-12-08 21:48:16 -08:00
Sridhar Periyasamy
df70fdc96d
Update README.md
...
Include a link to centos tarball.
2015-12-08 18:20:19 -08:00
Sridhar Periyasamy
37e3523d0b
Merge pull request #410 from Sridhar-MS/driver-fix
...
Fix dotnet driver on windows to deal with spaces
2015-12-08 17:50:42 -08:00
Senthil
4bbc59483b
Merge pull request #430 from schellap/split-test
...
Fix project.json dependencies and System.Private.CoreLib casing
2015-12-08 16:36:02 -08:00
Piotr Puszkiewicz
68216b80cf
Merge pull request #434 from dotnet/anurse/401-loader
...
Add ProjectAssemblyLoadContext
2015-12-08 16:30:33 -08:00
David Fowler
02217b695f
Fixed resgen
2015-12-08 14:52:07 -08:00
Andrew Stanton-Nurse
2f5465fea3
even more pr feedback
2015-12-08 12:03:03 -08:00
Andrew Stanton-Nurse
38a7836a52
more pr feedback
2015-12-08 12:00:59 -08:00
Andrew Stanton-Nurse
069092ff41
pr feedback
2015-12-08 11:50:33 -08:00
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
PiotrP
8fa642d424
PR Feedback
2015-12-08 10:54:03 -08:00
piotrp
568eb3aae7
dotnet-init --> dotnet new
...
Fixes issue #374
2015-12-08 10:37:31 -08:00
Senthil
8023ec22d2
Fix project.json dependencies and System.Private.CoreLib reference
2015-12-07 19:20:00 -08:00
David Fowler
fa52d02b9a
WIP
2015-12-07 12:48:11 -08:00
Piotr Puszkiewicz
88806eb7de
Merge pull request #378 from krwq/ci_build_add_packaging
...
Step 1 to enable automatic nuget package upload
2015-12-07 10:04:30 -08:00
Krzysztof Wicher
413488f502
Create NuGet packages as part of the build
2015-12-04 18:03:57 -08:00
Bryan Thornbury
f4c8d0f22e
Merge pull request #411 from brthor/fix_vso_builds
...
delete staging directory before bringing down bats to avoid conflicts
2015-12-04 18:02:15 -08:00
Bryan
216adc198e
delete staging directory before bringing down bats to avoid conflicts
2015-12-04 17:24:30 -08:00
Sridhar Periyasamy
cd357cb273
Fix dotnet driver on windows to deal with spaces
...
dotnet driver fails running dotnet-restore.cmd if this file is in a path
containing spaces. Use the magic "/S" switch in cmd to fix this.
2015-12-04 16:26:07 -08:00