Results 5 issues of Ian Mercer

I'd like to be able to use this as the transformation: $(app.config.secureFilePath) => MyApplication.exe.config But no variable substitution happens and it takes the secureFilePath as a literal string. Maybe you...

This works ... Windows Registry Editor Version 5.00 [HKEY_CURRENT_USER\Software\Microsoft\VisualStudio\11.0_Config\Packages{1B437D20-F8FE-11D2-A6AE-00104BCC7269}\Schemas\http://schemas.microsoft.com/intellisense/html5-angularjs] "File"="html\\html_5_angularjs.xsd" "Friendly Name"="AngularJS" "URI"="http://schemas.microsoft.com/intellisense/html5-angularjs" "IsBrowseable"=dword:00000001

DateTime.Now has the unfortunate ability to leap forward or back by an hour twice a year which would mess up the calculation:- ``` var currentItems = _scheduledAnnouncements.Where(c => c.Value <...

Currently the class reads thus:- ``` /// /// The map reduce result. /// /// Type to map and reduce public class MapReduceResult { /// /// Gets or sets Id. ///...

NORM cannot handle expressions where the type is an interface type. For example, in a generic class that has an interface constraint on the type, when I access a property...