Commit Graph

5 Commits

Author SHA1 Message Date
Oliver Booth 5ffc7a5a3b
refactor: replace throw helper with explicit null check 2024-02-15 22:38:48 +00:00
Oliver Booth 168c6d9177
Add CLSCompliant attribute to VpSharp.Commands assembly 2022-11-30 20:18:50 +00:00
Oliver Booth a90d2ccc7f
Suppress CA1019, false positive
CA1019 wants us to expose the parameter as a property, but this value is concatenated to the aliases list which conglomerates all aliases - including the first parameter - into one list
2022-11-30 18:59:01 +00:00
Oliver Booth 20481a1bdd
Don't return arrays in public properties 2022-11-29 19:06:15 +00:00
Oliver Booth 535f9fb9e8
Add Commands extension 2022-11-27 20:47:54 +00:00