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
Andrew Arnott
761d80ab69
Changed namespace from Microsoft.Validation to Microsoft.
2012-06-14 15:25:17 -07:00
Andrew Arnott
40855aeef4
Moved project directory.
2012-05-30 09:43:40 -07:00
Andrew Arnott
39da2cee07
Microsoft.Validation now builds for .NET 3.5 as well.
2012-05-29 08:15:38 -07:00
Andrew Arnott
3b3332c426
Added Requires.NotNull method that accepts structs.
2012-05-24 10:49:01 -07:00
Andrew Arnott
e59799137e
Added .xml doc comments generation.
2012-05-24 10:48:49 -07:00
Andrew Arnott
70a03ed873
Downtargeted to .NET 4.0
2012-05-24 09:24:16 -07:00
Andrew Arnott
ef7e658f3a
Enhanced buildpkg script.
2012-05-24 09:12:02 -07:00
Andrew Arnott
fcfcff51c3
Incremented version number.
2012-05-24 09:09:02 -07:00
Andrew Arnott
ee95b05c32
Made the internal classes public.
2012-05-24 09:08:31 -07:00
Andrew Arnott
6b55c18953
Added nuspec file.
2012-05-23 14:00:42 -07:00
Andrew Arnott
09c2650253
Initial checkin.
2012-05-23 13:49:11 -07:00