You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
file scoped namespaces : nothing controversial here (I hope)
implicit usings in UnitsNet - I'm thinking of System, System.Collections.Generic, System.Numerics (net8+) and our Units namespace
implicit usings in the test projects: same as above + System.Linq and Xunit
adding the JetBrains.Annotations package and annotating the tests with the [TestSubject(..)] annotation (not sure how useful this is in practice, but still better than nothing I guess).
Here's what I'm thinking:
UnitsNet- I'm thinking ofSystem,System.Collections.Generic,System.Numerics(net8+) and ourUnitsnamespaceSystem.LinqandXunitJetBrains.Annotationspackage and annotating the tests with the[TestSubject(..)]annotation (not sure how useful this is in practice, but still better than nothing I guess).