Regular |
|
Joined: Tue Mar 15, 2005 12:38 pm Posts: 73 Location: Bucharest
|
It may be a very good ideea to use Nullable or Null prefix for the aliases of the generic types. Some people (or at least me) move all namespaces to the using section and this would definely lead to compiling error because of ambiguity.
Currently there is MyNHibernateContrib.Nullables.Int32 for example, I really think it would be better like MyNHibernateContrib.Nullables.NullableInt32 or MyNHibernateContrib.Nullables.NullInt32 or any other combination.
|
|