Is there a way to enforce/limit the types that are passed to primitives? (bool, int, string, etc.)
Now, I know you can limit the generic typ
Use a custom FxCop rule that flags undesirable usage of MyClass<>.
MyClass<>