jscarle / OnePassword.NET

A 1Password CLI Wrapper for .NET.
https://jscarle.github.io/OnePassword.NET/
MIT License
23 stars 8 forks source link

Added unit tests and improved object models. #11

Closed jscarle closed 2 years ago

jscarle commented 2 years ago

The object models were reworked and improved for better data coherency with the underlying JSON. The use of records was dropped and replaced with IEquatable and IComparable implementations. Unit tests, which run using the latest version of the CLI against an active 1Password account, were also added to validate both the commands being issued and the JSON received.