scientistproject / Scientist.net

A .NET library for carefully refactoring critical paths. It's a port of GitHub's Ruby Scientist library
MIT License
1.47k stars 95 forks source link

Add NullGuard #3

Closed haacked closed 8 years ago

haacked commented 8 years ago

This adds null checks to public surface areas. You can opt out using the [AllowNull] attribute.

haacked commented 8 years ago

Self merge! YOLO!