Dan Sargeant
Dan Sargeant
I understand that AsImplementedInterfaces() registers *all* implemented interfaces, however this is sometimes too much. Take for instance, the FluentValidation library, you may scan with the following: `.AddClasses(c => c.AssignableTo(typeof(IValidator))).AsImplementedInterfaces()` This...
Using future queries is a nice easy way to improve data access performance. It would be great if there was an overload for `NHibernateUtil.Initialize()` that accepted multiple proxy objects at...
I unveiled a bug in the logic around special case closing tags by adding the unit tests from the .net version of this tool. Changes: Updated babel. Added unit tests...
`Microsoft.AspNetCore.Mvc.Razor` references `Microsoft.CodeAnalysis.CSharp` which appears to conflict with the .net6.0 built-in analysers, causing multiple CS8032 warning messages. By targeting net6.0 directly and using a framework reference to include Razor, the...
Added the option of waitText which, when supplied, uses bootstrap button to change the text and disable the ok button when it is pressed. Useful for when long running operations...
The latest version of this plugin no longer allow sourcemaps to be generated correctly. According to the docs, in `clean-css` v4.0 and above they changed the api for using sourcemaps...