Piotr Puszkiewicz
ecfd970045
Extra strings for localization ( #4880 )
...
* Update strings for localization
* re-align strings
2016-12-01 16:01:29 -08:00
Piotr Puszkiewicz
e82ed6799d
Enable overriding MSBuildSDKsPath with env var ( #4885 )
2016-12-01 14:45:55 -08:00
Scott Carlton
8083a68944
Localized strings for the dotnet-pack command. ( #4879 )
...
* Localized strings for the dotnet-pack command.
* Moved parameters of options to a new line
* Moved the other option parameters
2016-12-01 13:19:34 -08:00
Scott Carlton
1aa562d97f
Localization for dotnet-clean command. ( #4878 )
...
* Localization for dotnet-clean command.
* Modified spacing to keep under the 120 char limit
Moved the parameters of each option to a new line.
* Moved projectArgument parameter to a new line
2016-12-01 11:20:44 -08:00
Livar
15d278a07f
Merge pull request #4877 from vsccarl/InterpolationFix
...
Interpolation fix for run, restore, and build commands
2016-11-30 21:44:44 -08:00
Alex Barney
58b0566d9a
Add InstallDir to path if SDK version is already installed ( #4843 )
...
* Add InstallDir to path if SDK version is already installed
* Make changes based on feedback
* Rename "Append" to "Prepend"
* Remove check if directory is already in path
2016-11-30 20:36:24 -08:00
Martin Andreas Ullrich
4af30914c9
Show meaningful error when failing to migrate invalid scripts ( #4842 )
2016-11-30 20:36:13 -08:00
Krzysztof Wicher
7312e1cb3a
Merge pull request #4868 from krwq/i4746-dotnet-remove
...
Add dotnet-remove-p2p
2016-11-30 16:14:47 -08:00
Justin Goshi
8afb8ebf31
sln reader/writer ( #4870 )
...
* Snap of sln reader/writer from https://github.com/mono/monodevelop
* Remove unnecessary code
* Create a new test asset with an sln file because adding an sln to an existing one broke other tests
* Remove commented out line
* Removing unneeded PropertyGroup per PR comments
* Update the license
* Fixing the license
2016-11-30 14:08:28 -10:00
Krzysztof Wicher
33529b567e
fix build by not running tests on a test helper library
2016-11-30 15:14:57 -08:00
Justin Goshi
14152207f6
Update our sln file to reference our csproj files ( #4876 )
2016-11-30 12:44:23 -10:00
Krzysztof Wicher
1f56e84b7e
Remove P2PHelpers and simplify constructors in MsbuildProject
2016-11-30 13:43:43 -08:00
vsccarl
93d5dca470
Added interpolation operator for strings in run command
2016-11-30 13:06:21 -08:00
vsccarl
f93a5d3d83
Fixed Interpolation for restore and run commands
2016-11-30 13:03:24 -08:00
Krzysztof Wicher
26442c8769
revert line endings in dotnet.csproj
2016-11-30 12:11:12 -08:00
Krzysztof Wicher
0349aed9a7
complete tests
2016-11-30 12:07:13 -08:00
Scott Carlton
879ae39f35
Extract localizable strings from dotnet-publish ( #4801 )
...
* Extract localizable strings from dotnet-publish
* Added $ to interpolated strings
* Update Program.cs
2016-11-30 09:04:04 -08:00
Krzysztof Wicher
23b46490a3
add some test cases stubs
2016-11-29 16:14:05 -08:00
Krzysztof Wicher
65f699f1cc
Prepare test project for dotnet-remove-p2p
2016-11-29 15:47:30 -08:00
Krzysztof Wicher
78d95b423e
dotnet-remove-p2p implementation complete - no tests
2016-11-29 14:00:44 -08:00
Krzysztof Wicher
6a703ffa73
normalize slashes and casing when comparing includes
2016-11-29 12:49:38 -08:00
Krzysztof Wicher
4e3c73e778
extract logic for opening project and preserving directory and path to separate class
2016-11-29 10:23:04 -08:00
Krzysztof Wicher
1edda43dd1
reorg of code so that sharing is easier + stub for dotnet-remove-p2p
2016-11-29 09:44:39 -08:00
Krzysztof Wicher
f49e29711f
Merge pull request #4758 from krwq/i4521
...
Fix 4521: Add dotnet-add-p2p
2016-11-28 13:51:08 -08:00
Piotr Puszkiewicz
b47d728516
Hide restore output of first-run experience ( #4740 )
...
* Fix 4066
* Merge Conflict
* Move fix to the DotNetCommandFactory
* More normalization
The `\r\n` issue is oddly non-deterministic. This change did not affect the message endings and yet CI started failing. Normalizing both string should have the desired result...
2016-11-28 00:46:26 -08:00
Enrico Sada
7b0117ac85
Update fsharp templates for preview4 with latest msbuild style ( #4836 )
...
* update web template
* add test build of fsharp/web template
* align fsharp/xunittest template
* add test for all template projects
* align fsharp/console template to #4821
* align fsharp/lib template to #4821
* align fsharp/mstest template to #4821
* align fsharp/xunittest template to #4821
* fix shortened test directory path (was same for c# test)
* try fix ci failure
2016-11-28 00:45:38 -08:00
Enrico Sada
a0060ac321
Fix for current ci fails ( #4838 )
...
* test ci
* try fix ci failure
2016-11-28 00:45:17 -08:00
Livar
325b849858
Merge pull request #4814 from livarcocc/invoke_tool_cli_fx
...
Making Project Tools use the CLI shared runtime
2016-11-25 16:12:38 -08:00
Faizan2304
eb8e0cfa40
Bug fixes ( #4810 )
...
* Bug fixes
* Nitpick
* -Fixed failed tests
-Added test to cover trx logger scenario.
* Fix for issue https://github.com/Microsoft/vstest/issues/241
* Fix for failed test. We have taken fix where dotnet test will return nonzero if test fails. In multi TFM scenario if test fails it termates the whole process as dotnet test is returning 1. As a fix of this we should continue if some test fails for next TFM
* Bump Microsoft.Testplatform.CLI and Microsoft.NET.Test.Sdk version
2016-11-24 00:48:54 -08:00
Piotr Puszkiewicz
3a3ab7e0b0
MSBuildSDKsPath ( #4824 )
...
* Tests in place
* Implementation
2016-11-23 23:54:44 -08:00
Livar
9862fbb4d7
Checking that the lock file exists before trying to acquire the lock for it. ( #4797 )
...
* Checking that the lock file exists before trying to acquire a lock for it, which takes up to 30 seconds.
* Adding a test for failing when reading the lock file and it does not exists.
2016-11-23 22:59:54 -08:00
Enrico Sada
2cf0675270
add F# templates to dotnet new
( #4789 )
...
* add F# templates to `dotnet new`
* add dotnet new tests
* avoid conflict with cs test dir
* fix test
2016-11-23 22:57:54 -08:00
Krzysztof Wicher
8b565616a0
Strings->LocalizableStrings, Extensions->ProjectRootElementExtensions, fix long lines, remove empty line
2016-11-23 15:35:48 -08:00
Livar
e546af19a2
Merge pull request #4831 from phenning/updateWeb
...
Update Web Template from Template repo
2016-11-23 15:29:20 -08:00
Livar
923320b66b
Merge pull request #4829 from jeffkl/4753
...
Move project.lock.json during migration
2016-11-23 14:02:35 -08:00
Krzysztof Wicher
93c30898e4
fix non-windows failures
2016-11-23 14:02:19 -08:00
Krzysztof Wicher
2bd020d015
attempt to fix broken linux build
2016-11-23 13:46:44 -08:00
Livar Cunha
9e9d7f1d52
Turns out I had missed one code review comment. Fixing the string validation for one of the tests.
2016-11-23 12:56:37 -08:00
Livar Cunha
99f30b3ea8
Fixing a bug I had in the Muxer where I was going to high in the folder structure and missing the version part of it.
2016-11-23 11:04:33 -08:00
Krzysztof Wicher
b22276a4a6
add fake msbuild.exe to workaround the msbuild issue
2016-11-23 11:03:39 -08:00
Krzysztof Wicher
592af9dd61
Extract error messages to separate class
2016-11-23 10:41:30 -08:00
Livar Cunha
d5f7efbe86
Addressing code review comments.
2016-11-23 10:19:00 -08:00
Phil Henning
14445b936e
Remove Exclude from Compile/Embeddedresource
2016-11-23 10:16:44 -08:00
Phil Henning
45b817a953
Update Web Template from Template repo
2016-11-23 10:03:53 -08:00
Jeff Kluge
2205a8577c
Move project.lock.json during migration
...
Closes #4753
2016-11-23 09:46:36 -08:00
Livar Cunha
dc87680337
Making Project Tools use the CLI shared runtime if they have the prefercliruntime in the root of their package. This allows for project tools to not have to change when a new runtime comes up as long as they are compatible with the runtime that the CLI is using.
2016-11-23 09:25:47 -08:00
Livar
da0e7b744b
Revert "update NuGet to 4.0.0-rc2 build ( #4802 )" ( #4818 )
...
This reverts commit 0bafbd061e
.
2016-11-23 09:01:32 -08:00
Krzysztof Wicher
3fc0517cda
update dotnet --help text
2016-11-22 14:48:40 -08:00
Krzysztof Wicher
b8b7d98256
last touches
2016-11-22 14:46:33 -08:00
Krzysztof Wicher
58fe57e315
Lock on spec - all tests passing on Windows
2016-11-22 14:46:32 -08:00