Граф коммитов

111 Коммитов

Автор SHA1 Сообщение Дата
Andrew Arnott 19edc3a8e6 Remove unused ModuleName property 2015-03-20 15:37:10 -07:00
Andrew Arnott 9e103b1987 Remove unused property definition 2015-03-17 23:20:28 -07:00
Andrew Arnott 52ef734149 Switch Razzle submodule's Tools directory out for NuGet packages 2015-03-17 23:16:44 -07:00
Daniel Taylor (EOH) 01cb58fce1 Merge pull request 20718 from loc into master 2015-03-02 21:26:13 +00:00
Daniel ca82f7b071 LOC CHECKIN - HB79 2015-03-02 13:24:10 -08:00
Andrew Arnott e5ec1787ff Build to TF drop folder when applicable. 2015-02-27 21:37:00 -08:00
Andrew Arnott 2d3e981019 Add xunit test runner 2015-02-26 10:56:49 -08:00
Andrew Arnott 135e400182 Add unit test project 2015-02-26 08:34:55 -08:00
Andrew Arnott eb10f86f64 Merge branch 'Loc' 2015-02-18 15:34:17 -08:00
Andrew Arnott b8955ea3d0 Last FI of Loc changes from VS tree. 2015-02-18 14:28:21 -08:00
Andrew Arnott 2a17f508cb Add ungac script for easier dev/test of Validation 2015-02-18 11:02:57 -08:00
Andrew Arnott 64f248506b Merge pull request 19401 from UpdateVS into master 2015-02-18 16:41:25 +00:00
Andrew Arnott ebd72cac1b Update ngen IBC data for Threading and Validation assemblies. 2015-02-18 08:20:59 -08:00
Andrew Arnott 572687b551 Fix UpdateVS script to install to the GAC.
VS installs this assembly to the GAC, so only doing the same will effectively patch a machine.
2015-02-17 23:20:49 -08:00
Andrew Arnott 847a602559 Add UpdateVS.cmd script to build output. 2015-02-17 21:59:34 -08:00
Andrew Arnott 57ff2be5fe Sync to tip of Razzle. 2015-02-17 11:32:30 -08:00
Andrew Arnott 80ac123ff8 Set ProjectURL in nuget pkg. 2015-02-16 07:04:58 -08:00
Andrew Arnott 95a85e9492 Add build log message about publishing packages. 2015-02-15 14:51:39 -08:00
Andrew Arnott 6ef0362e7c Retarget to .NET 4.5.0.
When building in Razzle this was the target framework. It subtly changed to 4.5.1 when we switched to building with shipping .targets.

The regression only shows up when consuming the NuGet package from the project.
2015-02-15 14:47:00 -08:00
Andrew Arnott c3413ef361 Add xml comment. 2015-02-15 14:19:20 -08:00
Andrew Arnott 57a30ac1b1 NuGet package version now reproducible across machines 2015-02-15 13:05:33 -08:00
Andrew Arnott 9461dd4842 Avoid a two-segment build number in nuget package. 2015-02-15 10:39:02 -08:00
Andrew Arnott 4be8b7db93 Copy built NuPkg to feed location. 2015-02-15 10:15:45 -08:00
Andrew Arnott 2d791bee79 NuPkg now builds with commit-id precise version to avoid collisions 2015-02-15 09:02:49 -08:00
Andrew Arnott 11c711851d Build NuGet package with the build. 2015-02-14 20:55:22 -08:00
Andrew Arnott 77ce7662ab Fix FxCop messages and run FxCop on each build. 2015-02-14 18:08:16 -08:00
Andrew Arnott 00032ab82e Add Razzle submodule. 2015-02-14 11:14:49 -08:00
Andrew Arnott 18eefb1330 Remove obsolete files. 2015-02-14 11:07:15 -08:00
Andrew Arnott e805c5b833 Fix signing of satellite assemblies. 2015-02-04 06:52:25 -08:00
Andrew Arnott 554b54b2d9 Fix bin and obj directory locations of build. 2015-01-30 20:33:27 -08:00
Andrew Arnott 7aea50f728 Moved source code under src folder. 2015-01-30 20:31:59 -08:00
Andrew Arnott 29db6a3374 Fix assembly version. 2015-01-30 20:27:38 -08:00
Andrew Arnott c54a43a786 Remove excess quotes. 2015-01-30 20:09:46 -08:00
Andrew Arnott 8c79708b17 Ignore .vs directory. 2015-01-29 05:46:19 -08:00
Andrew Arnott b1f9286aa5 Move project into subdirectory. 2015-01-29 05:45:57 -08:00
Andrew Arnott e831504b52 Add localization from TFS source tree, and an update script. 2015-01-29 05:42:52 -08:00
Andrew Arnott fdb3e63979 Add .locmanifest file and set GenerateLCE=true. 2015-01-29 05:17:52 -08:00
Andrew Arnott 37ef3ba51a Switch to C# 6 nameof expressions for argument validation.
This provides a better Intellisense experience. More importantly, when refactoring, parameter names in nameof expressions get updated by the language service whereas using string literals does not, resulting in outdated parameter names.
2015-01-07 03:17:10 -08:00
Andrew Arnott c34ddca2ab Updates assembly attributes. 2014-06-10 09:17:11 -07:00
Andrew Arnott 6f02a8fc7d Adds *.log to .gitignore file. 2014-04-08 20:26:39 -07:00
Andrew Arnott 8a923647c0 Adds Localizable attributes to avoid FxCop messages for debugging messages. 2013-11-27 22:12:45 -07:00
Andrew Arnott 4b94bf90ac Renames assembly to Microsoft.VisualStudio.Validation.dll 2013-03-29 10:23:04 -07:00
Andrew Arnott 5a5c093ffc Adds [TargetedPatchingOptOut] attributes to methods that should be inlined across NGEN boundaries. 2013-01-02 13:06:08 -08:00
Andrew Arnott 7baa759073 Fixed bad error message. 2012-08-02 15:42:27 -07:00
Andrew Arnott f1fd54b6bb More debugger friendliness when throwing exceptions. 2012-07-31 14:11:17 -07:00
Andrew Arnott 6f0b8699a7 Fixed Requires.NotNull so that it doesn't return tasks. 2012-07-31 14:09:38 -07:00
Andrew Arnott 6833ca5dd3 Verify.FailOperation now has an exception signature. 2012-07-31 14:09:34 -07:00
Andrew Arnott d8ce215553 Merge remote-tracking branch 'ddrelqa/master' 2012-07-14 21:06:26 -07:00
Andrew Arnott 415d40a377 Fixed Assumes class to be more debugger friendly. 2012-07-14 11:07:25 -07:00
Andrew Arnott 89efc0744b Added strong-name signature. 2012-06-29 16:33:53 -07:00