Archives
-
How to tweet automatically when you push a new package to nuget.org
Wouldn’t it be nice if your followers could be notified whenever you publish a new version of a NuGet package? Currently, nuget.org offers no support for this, but with the following tricks, you can get it working without programming.
-
NuDoc: A .NET XML API Documentation Reader
A couple days ago I was toying with the idea of generating a static API documentation site in markdown ready for hosting in GitHub. The idea is to make it part of the project wiki, so that anyone can very easily improve the code documentation, and later on somehow allow project authors/contributors to merge back the edited markdown as XML documentation in the code itself, so that the cycle is closed.
-
Automatic component registrations in Autofac
I just had to adapt my favorite IoC container to do some of the things MEF does out of the box, namely registering all classes that have a certain attribute (in MEF’s case, [Export]).
-
Increase developer productivity with NuGet packages with NuGet References
A typical solution usually has many projects, and many more NuGet packages in use: