Commit graph

3230 commits

Author SHA1 Message Date
jplebre
4508884c42 clean up and added nunit command to README 2016-08-03 22:06:17 +01:00
jplebre
09d37fe3ec removed the -* from version numbers in xunit and nunit templates 2016-08-03 22:06:17 +01:00
jplebre
06d7a84c08 Added tests as a project to the solution 2016-08-03 22:06:17 +01:00
jplebre
82bf84f46b projec.json should be the same as nunit's template 2016-08-03 22:06:17 +01:00
jplebre
b889e97a88 fixed trailing commas 2016-08-03 22:06:17 +01:00
jplebre
069a351971 adding nunit test to the list of commands 2016-08-03 22:06:17 +01:00
Pavel Krymets
b7075b857b Use JsonTextReader in DependencyContextJsonReader (#3972)
Using low level JsonTextReader in DependencyContextJsonReader class for performance reasons
2016-08-02 10:02:30 -07:00
Livar
9d3b727392 Merge pull request #3970 from dotnet/test-protocol-images
Fixing images in the test protocol documentation
2016-08-01 12:35:20 -07:00
Livar
c4b777ec3c Fixing images in the test protocol documentation
cc @piotrp @blackdwarf
2016-08-01 11:45:28 -07:00
Eric Erhardt
eca827e0d4 Merge pull request #3922 from blackdwarf/templatesfix
Remove namespace and public from console app
2016-07-27 07:53:23 -05:00
Bryan Thornbury
e100c1f046 Merge pull request #3312 from dotnet/brthor/consume-dotnet-deb-tool-2
Consume dotnet-deb-tool in cli
2016-07-26 16:41:53 -07:00
Bryan Thornbury
7707ad970c small fix 2016-07-26 16:04:14 -07:00
Bryan Thornbury
3bc1aa9128 Consume dotnet-deb-tool in cli 2016-07-26 15:26:44 -07:00
Eric Erhardt
eaa771edca Merge pull request #3918 from blackdwarf/frefix
Fix newlines in the first run experience message
2016-07-25 10:11:34 -05:00
Zlatko Knezevic
77136a11ee Update README.md (#3904)
* Update README.md

* Responding to PR feedback

* Responding to PR feedback
2016-07-22 14:21:15 -07:00
Zlatko Knezevic
6766017ffb Responding to PR feedback 2016-07-22 12:11:01 -07:00
Zlatko Knezevic
252be27100 Remove namespace and public from console app
Fixes #745, #3531
2016-07-22 11:56:05 -07:00
Bryan Thornbury
30557a179a Merge pull request #3914 from brthor/brthor/readonlytest
Add Test for removing readonly flag when copying readonly library assets
2016-07-22 10:18:48 -07:00
Zlatko Knezevic
d14fda084b Fix newlines in the first run experience message
The newlines in the first run experience were missing which made the text
look a little squashed.

Fixes #3909
2016-07-21 23:00:26 -07:00
Bryan Thornbury
5cb8be5143 PR Feedback 2016-07-21 22:09:07 -07:00
Bryan Thornbury
f829d8cb93 change namespace 2016-07-21 21:12:50 -07:00
Bryan Thornbury
e1c5c7a43d Add Test for removing readonly flag when copying readonly library assets 2016-07-21 19:36:45 -07:00
Eric Erhardt
76058bea60 Merge pull request #3886 from eerhardt/IgnoreZips
Update gitignore to ignore the generated dotnet-new .zip files.
2016-07-19 06:56:30 -05:00
Eric Erhardt
9a522ccd32 Update gitignore to ignore the generated dotnet-new .zip files. 2016-07-18 16:56:34 -05:00
Eric Erhardt
9c6bcb9a83 Merge pull request #3878 from eerhardt/UpdateDependenciesConversion
Move to buildtools' VersionTools for update-dependencies.
2016-07-18 14:06:00 -05:00
Eric Erhardt
eada6913c4 PR feedback 2016-07-15 19:52:20 -05:00
Eric Erhardt
a27d02eb66 Move to buildtools' VersionTools for update-dependencies. 2016-07-15 19:41:29 -05:00
Mattias Karlsson
1f52591d9e Fix invalid json in runtimeconfig (#3871)
The json in  [appname].runtimeconfig.json example is invalid, this adds the missing `,`
2016-07-15 08:52:09 -07:00
Eric Erhardt
164244f4df Merge pull request #3760 from svick/broken-links
Fixed docs links in READMEs
2016-07-14 15:20:17 -05:00
Eric Erhardt
dd5ae66215 Merge pull request #3857 from dotnet/ajbaaska/fix-dup-mappings
Fixed few bugs in include patterns and mappings
2016-07-14 15:18:37 -05:00
Ajay Bhargav Baaskaran
01021a0a6d Addressed feedback 2016-07-13 15:52:23 -07:00
Ajay Bhargav Baaskaran
dbf7435c3c [Fixes #3502] Fix: publishOptions: [...] not respected 2016-07-13 15:09:22 -07:00
Ajay Bhargav Baaskaran
c748c81a4a [Fixes #3856] Allow mapping of the same file to multiple target paths 2016-07-13 14:56:22 -07:00
Eric Erhardt
084d556cb4 Merge pull request #3836 from danielrbradley/fix-cmd-path-spaces
Fix building from build.cmd on a path containing spaces
2016-07-13 16:25:19 -05:00
Krzysztof Wicher
44bf7b499e Merge pull request #3812 from josteink/terminal-probe
Handle missing terminal capabilities.
2016-07-13 13:34:05 -07:00
Daniel Bradley
c15fc24500 Merge branch 'rel/1.0.0' into fix-cmd-path-spaces 2016-07-13 16:28:15 +01:00
Eric Erhardt
69eed12132 Merge pull request #3846 from cartermp/fs-update
Add missing comma to F# lib project.json
2016-07-12 21:08:37 -05:00
cartermp
e1be430f59 Add missing comma to F# lib project.json 2016-07-12 15:33:18 -07:00
Eric Erhardt
fc73287c53 Merge pull request #3789 from cartermp/fs-update
Update F# dotnet-new templates for Preview 2 (Enrico Sada rebase)
2016-07-12 13:45:43 -05:00
Daniel Bradley
600da0a8ac Fix building from build.cmd on a path containing spaces
Add additional quoting when passing the initial command to powershell.
2016-07-11 23:36:54 +01:00
Livar
ec7fc0fc2d Merge pull request #3822 from csMACnz/patch-1
Fix typo in `Avaiable` for `dotnet new --type` error output
2016-07-11 10:13:52 -07:00
Eric Erhardt
fa59167974 Merge pull request #3794 from freefair/rel/1.0.0
Fixed bug in build process with ReadOnly file flag
2016-07-11 09:25:21 -05:00
Mark Clearwater
6df15c341a Fix typo in Avaiable
* Should be Available
2016-07-09 19:10:54 +01:00
Livar
d4193cd5c1 Merge pull request #3808 from livarcocc/no_forward_std_err_out
Removing ForwardStdOut and ForwardStdErr from a couple of extra places
2016-07-08 13:50:12 -07:00
Jostein Kjønigsen
2cba2c7688 Handle missing terminal capabilities.
When probing for terminal capabilities, tput will return exit-code 1
when the attribute is not valid for the current terminal.

If we don't handle that exit-code, the shell-script too will exit with
failure.

This patch simply ignores errors for attributes we cannot use,
resulting in the same result as if we never probed for it in the first
place.
2016-07-08 10:10:20 +02:00
Livar
dedf3f981e Merge pull request #3806 from svick/patch-5
Fixed instructions to compile without tests
2016-07-07 16:18:33 -07:00
Livar Cunha
17ef19e788 Removing ForwardStdOut and ForwardStdErr from the ConsoleTestRunner and from dotnet verbs that are not built-in. BuiltIn verbs were already not using it. 2016-07-07 14:51:35 -07:00
cartermp
fd1da95522 Don't print arguments in F# console app 2016-07-07 14:00:42 -07:00
Petr Onderka
6830c15b76 Fixed instructions to compile without tests 2016-07-07 19:16:53 +02:00
Dennis Fricke
38f75fd5c5 Update LibraryExporterExtensions.cs
- removed space
| moved method below StructuredCopyTo
2016-07-07 15:16:10 +02:00