Commit Graph

193 Commits

Author SHA1 Message Date
Pranav K 39db8585c1 Target netcoreapp2.1 in tests and samples 2017-11-13 17:00:56 -08:00
arerlend 70c8133fce allow paths that contain '.' (#125)
* allow paths that contain '.'

* remove InvalidPathWithDotShouldThrowException test
2017-11-07 11:24:52 -08:00
Nate McMaster 478c640a68 Pin tool and package versions to make builds more repeatable
Part of aspnet/Universe#575
2017-11-01 15:11:36 -07:00
Jass Bagga e453fafad5 Reorganize tests (#117)
Addresses #105
2017-10-26 12:51:06 -07:00
Jass Bagga e46ba481c8 Throw JsonSerializationException from converters (#116) 2017-10-19 13:32:04 -07:00
Jass Bagga 8eefe0fdc2 Add Test Operation (#114)
Addresses #1
2017-10-19 10:46:08 -07:00
Ryan Brandenburg e245de21fc Add RepositoryRoot 2017-10-18 09:40:05 -07:00
Jass Bagga f1efb29b18 Use ContractResolver instead of forcing to lower case (#112)
Addresses #90
2017-10-11 14:09:35 -07:00
Ryan Brandenburg e4a412e164 Update bootstrappers 2017-10-09 12:46:34 -07:00
Justin Kotalik 34f59ad305 Increase Minimum Version of Visual Studio to 15.3.0 2017-09-21 17:49:32 -07:00
Jass Bagga bf5c043de3 Refactor GetPath in JsonPatchDocumentOfT (#107)
Addresses #98
2017-09-11 09:54:29 -07:00
Jass Bagga 0f51c56c3f Combine ExpandoObjectAdapter and DictionaryAdapter (#106)
Use JsonDictionaryContract in the DictionaryAdapter and combine with ExpandoObjectAdapter
2017-09-05 16:07:25 -07:00
Jass Bagga 3d6a8615de Support DynamicObject types (#99)
Addresses #38
2017-08-24 15:11:01 -07:00
Jass Bagga d4b64af0e6 Use DictionaryKeyResolver for ExpandoObjectAdapter (#100)
Addresses #102
2017-08-23 10:30:11 -07:00
Nate McMaster a993c2a5ff Use PackageLineup to manage versions (revert revert)
We resolved the issues with PackageLineup and partial graph builds.
This reverts commit 01bf47170f.
2017-08-18 16:31:06 -07:00
Nate McMaster 01bf47170f Revert lineups change until we work out issues with PackageLineup
This reverts commit a2c0410e39.
2017-08-18 10:43:19 -07:00
Nate McMaster a2c0410e39 Use PackageLineup to manage package versions 2017-08-17 16:16:40 -07:00
John Luo 13754ed0c7 Ensure fallback to curl after failed wget 2017-08-02 14:32:27 -07:00
John Luo 90d9b8d513 Update __get_remote_file logic 2017-08-02 12:44:46 -07:00
Nate McMaster 6a20337254 Fix syntax warning when running build.sh on older versions of bash
[ci skip]
2017-07-26 10:27:59 -07:00
Nate McMaster b52b1d700e Update bootstrappers to use the compiled version of KoreBuild
[ci skip]
2017-07-25 16:32:59 -07:00
Pranav K eaefe914ea Updating to InternalAspNetCoreSdkVersion 2.1.1-* 2017-07-25 15:13:44 -07:00
Ryan Brandenburg db9eee83b7 Set AspNetCoreVersion 2017-07-24 17:56:54 -07:00
Ryan Brandenburg 7f2a1def98 2.0.0-rtm to 2.1.0-preview1 2017-07-24 12:31:16 -07:00
Mike Harder 465f09b336 Remove duplicate NETStandardImplicitPackageVersion (#95) 2017-07-19 09:38:17 -07:00
Ryan Brandenburg 8f13caf33f Skip first time experience on Appveyor 2017-07-10 15:26:27 -07:00
Pranav K 5cd4913370 Merge branch 'rel/2.0.0' into dev 2017-07-10 11:57:58 -07:00
Pranav K 1481037d6e Updating KoreBuild branch 2017-07-10 11:57:58 -07:00
Pranav K 29d7568550 Merge branch 'rel/2.0.0' into dev 2017-07-10 11:43:45 -07:00
Pranav K 28801a17e7 Branching for 2.0.0 rtm 2017-07-10 11:43:45 -07:00
Ryan Brandenburg e4f3b9d624 Remove NETSTandard.Library.NETFramework 2017-07-07 10:27:00 -07:00
Pranav K bd90271c85 Update version suffix for 2.0.0 RTM release 2017-07-06 15:08:27 -07:00
Ryan Brandenburg 2a2326dec9 Set "TreatWarningsAsErrors" before NuGet restore
* Ensures our build stays clean of NuGet warnings
2017-07-06 13:40:00 -07:00
Nate McMaster 4d87a52f6e React to aspnet/BuildTools#293
[ci skip]
2017-07-06 10:38:05 -07:00
Pranav K fbfdbf4fe9 Update LICENSE.txt text 2017-07-03 14:06:32 -07:00
Pranav K d7bdf1d4e4 Update dependencies.props
* Update Moq to 4.7.49.
* Add NETStandardImplicitPackageVersion
2017-06-29 08:18:18 -07:00
Nate McMaster 877e458da0 Adding libunwind8 to .travis.yml
[skip appveyor]
2017-06-26 09:38:31 -07:00
Jass Bagga c816bce13a Refactor invalid operation exception handling (#87)
Addresses part of #80
2017-06-21 12:35:31 -07:00
Pranav K a8b6fa757a Remove dotnet-core feed from NuGet.config 2017-06-16 08:19:31 -07:00
Kiran Challa cfb7ae413f Updated NETStandardImplicitPackageVersion to 2.0.0-* from BundledNETStandardPackageVersion 2017-06-15 05:07:52 -07:00
Kiran Challa 47196122ef Merge branch 'rel/2.0.0-preview2' into dev
# Conflicts:
#	build/dependencies.props
2017-06-06 14:21:02 -07:00
Kiran Challa d9531031a8 Updated to netstandard2.0 2017-06-06 12:03:01 -07:00
Pranav K f66166f6bc Updating versions to preview3 2017-06-01 10:47:14 -07:00
Pranav K 834b47e225 Merge remote-tracking branch 'origin/rel/2.0.0-preview2' into dev 2017-05-31 20:00:48 -07:00
Pranav K b647c68176 Updating build scripts to point to 2.0.0-preview2 KoreBuild 2017-05-31 19:53:23 -07:00
Pranav K 8673a64b2b Merge remote-tracking branch 'origin/rel/2.0.0-preview2' into dev 2017-05-31 19:44:37 -07:00
Pranav K 14c35c1fae Branching for rel/2.0.0-preview2 2017-05-31 19:36:49 -07:00
Kiran Challa 758006d17f Updated to use the latest shared runtime 2017-05-26 12:41:43 -07:00
Kiran Challa e3114dc6a4 Temporarily change tfm to netstandard1.3
Ideally we want to target netstandard2.0 but this conversion is blocked on the issue: https://github.com/dotnet/sdk/issues/1219
2017-05-19 14:00:08 -07:00
Nate McMaster a7524e189d Upgrade test framework versions and fix test issues 2017-05-15 16:14:55 -07:00