1
0
mirror of https://github.com/oliverbooth/VpSharp synced 2024-11-10 06:55:42 +00:00
Commit Graph

13 Commits

Author SHA1 Message Date
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
4f123d384e
Order members alphabetically 2022-11-30 18:53:19 +00:00
7e69bdce39
Use explicit type when not apparent 2022-11-30 18:52:49 +00:00
548a5de2be
Don't use base Exception 2022-11-30 18:47:57 +00:00
80679fa8c4
Add missing xmldoc 2022-11-30 18:46:02 +00:00
88483373ee
Fix spacing 2022-11-30 18:25:05 +00:00
cfd1e4c208
Validate non-null arguments for public API 2022-11-30 18:16:37 +00:00
99c08f33ed
Use IReadOnlyList<T> instead of T[] for public API 2022-11-30 18:03:00 +00:00
17fa114a98
Add package metadata 2022-11-29 19:06:47 +00:00
20481a1bdd
Don't return arrays in public properties 2022-11-29 19:06:15 +00:00
4fb50c9e93
Multi-target .NET 6 and .NET 7 2022-11-29 15:46:13 +00:00
55512d6c8d
throw on null client 2022-11-29 15:15:02 +00:00
535f9fb9e8
Add Commands extension 2022-11-27 20:47:54 +00:00