The extension methods available for asserting the state of a Nullable<Guid> value only cater for the Guid type and not the nullable condition. I expected that I could assert that the value either is or is not null, but all I have use is the *Be and *BeEmpty methods.
Comments: Not a bug.
Comments: Not a bug.