diegofrata / Generator.Equals

A source code generator for automatically implementing IEquatable<T> using only attributes.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Replace MSTest and NUnit with Xunit.

diegofrata opened this issue · comments

Xunit works really well with nullable by using ctor and IDisposable for its setup/teardown semantics. Need to refactor tests to use that and also adopt snapshot tests throughout.