1
0
Форкнуть 0
Граф коммитов

793 Коммитов

Автор SHA1 Сообщение Дата
Cijo Thomas 417797000d Renamed MVCFramework45 to just MVCFramework to avoid confusion. THis project is build for netcore and net46 2017-09-07 13:11:18 -07:00
Cijo Thomas f51a2f5df3 removed packaged which are not mandatory for build and test 2017-09-06 17:17:16 -07:00
Cijo Thomas 56c9029d3f diors.proj commented out section added back. 2017-09-05 17:01:59 -07:00
Cijo Thomas 699247917b Changed net46 to net461 as some packages have issues. 2017-09-05 16:32:52 -07:00
Cijo Thomas 4d91ca68aa Added EmptyApp20 and FunctionalTestUtils20 2017-08-31 13:22:56 -07:00
Cijo Thomas 36d363c61c Updated cli tools to version 2.0. Apps still same 1.0. 2017-08-22 09:51:35 -07:00
Sergey Kanzhelev 0b45bb8387 Merge pull request #517 from Microsoft/sergkanz/upgradeto25
upgrade to the 2.5.0-beta1 and enable Adaptive sampling on all ptatfo…
2017-08-17 21:36:10 -07:00
Sergey Kanzhelev 54c88390cd updated changelog 2017-08-17 16:37:03 -07:00
Sergey Kanzhelev f0f2cd373d fixed the issue 2017-08-17 16:35:56 -07:00
Sergey Kanzhelev e881797a09 upgrade to the 2.5.0-beta1 and enable Adaptive sampling on all ptatforms. Tests are failing 2017-08-16 10:56:56 -07:00
Cijo Thomas c7e34ea248 Merge pull request #500 from pharring/develop
Add an AddApplicationInsightsTelemetryProcessor extension method
2017-08-10 11:30:00 -07:00
Paul Harrington 5f4e567ba2 Add unit test for TelemetryProcessor with an importing constructor 2017-07-21 09:59:00 -07:00
Paul Harrington d5297605f5 Merge remote-tracking branch 'upstream/develop' into develop 2017-07-20 20:34:50 -07:00
Paul Harrington 3ba255fed2 Add non-generic version of AddApplicationInsightsTelemetryProcessor 2017-07-20 20:29:07 -07:00
Paul Harrington 8584431481 Use DI helper to create the processor 2017-07-20 13:43:55 -07:00
Cijo Thomas 1936d77d52 Merge pull request #499 from Microsoft/cithomas/addnet46target
Add net46 target to source, and replace testing with net46 instead of net451
2017-07-17 09:23:40 -07:00
Paul Harrington 2fb7913974 Add an AddApplicationInsightsTelemetryProcessor extension method 2017-07-15 14:10:08 -07:00
Cijo Thomas 690181ae28 set verbosity for nuget restore to default as it can be helpful in nuget errror investigations 2017-07-14 17:48:25 -07:00
Cijo Thomas 973a9bae4f Minorlogging adjustments to reduce noise in build 2017-07-14 17:42:02 -07:00
Cijo Thomas 9b095caa5a Minor - reduced verbosity for extract zip file for cli tools 2017-07-14 17:11:02 -07:00
Cijo Thomas aa2b66c08d Added a new target net46 for the aspnet core project, and replaced all testing to target net46 instead of net451. The motivation behind this is to run tests using stable version of xunit, which no longer support net451. 2017-07-14 17:03:55 -07:00
Cijo Thomas 4e49ac1a77 Merge pull request #498 from Microsoft/cithomas/versionbump
Version and some minor changes
2017-07-14 15:13:14 -07:00
Cijo Thomas 4809438d07 Version updated to 2.2.0-beta1
Minor renaming of tests namespaces for easier visibility in VS Test Explorer
dirs.proj - test is separated into own build target which runs after build for ease of understanding build logs.
2017-07-14 14:56:15 -07:00
Cijo Thomas 6af19935d7 Merge pull request #497 from Microsoft/cithomas/buildfixes
Build definition modified to build tests all the time.
2017-07-13 23:59:22 -07:00
Cijo Thomas 5c03aaacf1 Fix including test projects 2017-07-13 23:50:49 -07:00
Cijo Thomas 4a8bbccdae Build definition modified to build tests all the time. The flag runtests only determine whether the tests are run or not.
This is required to split the build and test steps into separate tasks in build lab,
2017-07-13 23:43:06 -07:00
Cijo Thomas 80c24f1d7d Merge pull request #496 from Microsoft/cithomas/vs2017upgrade
Update to VS 2017
2017-07-13 22:46:19 -07:00
Cijo Thomas 30c99713e4 Update link to microsoft docs 2017-07-13 22:45:58 -07:00
Cijo Thomas 59cae752c6 Modified clean.cmd 2017-07-13 17:35:53 -07:00
Cijo Thomas 90b9a1d56d Added assembly redirects for diag source.
Added clean.cmd
Removed clearing nuget from dirs.proj
2017-07-13 17:30:24 -07:00
Cijo Thomas 15666460a1 Clear nuget cache for every build. (This will be removed after couple runs) 2017-07-13 16:57:50 -07:00
Cijo Thomas e7783f6ab2 fix typo 2017-07-13 16:31:59 -07:00
Cijo Thomas 0c7ac04b02 Added xunit.runner.json with shadowCopy false to the test app to prevent it failing with unabke to find basic system dll.s 2017-07-13 14:46:47 -07:00
Cijo Thomas 6702110a12 Runtests by default when running build.cmd 2017-07-13 13:01:38 -07:00
Cijo Thomas 8886c306c6 Revert "Updated xunit version to latest stable 2.2.0"
This reverts commit 4818082b97.
2017-07-13 11:50:41 -07:00
Cijo Thomas 4818082b97 Updated xunit version to latest stable 2.2.0 2017-07-13 11:43:19 -07:00
Cijo Thomas 39ab7126bd AutoGenerateBindingRedirects set to true in a test app to fix an issue rendering Razor views 2017-07-12 18:36:51 -07:00
Cijo Thomas 2bebf041fc Modified view in test app to remove reference to aspnetcore identity 2017-07-12 18:04:51 -07:00
Cijo Thomas 4597252eaf Added conditional RunTimeIdentifier to csproj of all test apps. 2017-07-12 17:05:20 -07:00
Cijo Thomas 9ba7ac7a76 Modified bin folder for all projects to be common artifacts folder
Added RuntimeIdentifier conditonally for net451 target in csproj.
2017-07-12 16:57:43 -07:00
Cijo Thomas e8ed99e939 Added outputtype as exe for test proj 2017-07-11 23:30:13 -07:00
Cijo Thomas 00de6c3d70 Added assembly redirects for net451.
Added runtime identifier to csproj.
2017-07-11 17:44:44 -07:00
Cijo Thomas fa4484aef9 Merge pull request #492 from pakrym/pakrym/lock/context
Synchronize HTTP context access
2017-07-11 16:13:39 -07:00
Pavel Krymets bc96e4c365 CHANGELOG.md 2017-07-11 14:54:43 -07:00
Cijo Thomas 23cdc14d9e Replace dotnet restore with nuget.exe restore as it'll take care of both packages.config based and csproj package reference based dependencies 2017-07-10 21:59:08 -07:00
Cijo Thomas 0cb25f5139 Updated CLI tool to 1.0.4 2017-07-10 21:53:06 -07:00
Cijo Thomas 7144c2ece6 Modified dirs.proj to look for csproj instead of project.json 2017-07-10 21:42:22 -07:00
Cijo Thomas 219579540b Ran vs 2017 upgrade, removed backup folder which was autogenerated 2017-07-10 21:24:40 -07:00
Pavel Krymets e39d417421 Synchronize http context access 2017-07-10 16:50:48 -07:00
Cijo Thomas 808cde5302 Merge pull request #490 from Microsoft/cithomas/azureemulatorfixandversionbumps
Fix issue 488.
2017-07-10 16:12:09 -07:00