VpSharp/VpSharp.Commands
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
..
Attributes Suppress CA1019, false positive 2022-11-30 18:59:01 +00:00
Command.cs Use IReadOnlyList<T> instead of T[] for public API 2022-11-30 18:03:00 +00:00
CommandContext.cs Don't return arrays in public properties 2022-11-29 19:06:15 +00:00
CommandModule.cs Add Commands extension 2022-11-27 20:47:54 +00:00
CommandsExtension.cs Order members alphabetically 2022-11-30 18:53:19 +00:00
CommandsExtensionConfiguration.cs Use IReadOnlyList<T> instead of T[] for public API 2022-11-30 18:03:00 +00:00
VirtualParadiseClientExtensions.cs Validate non-null arguments for public API 2022-11-30 18:16:37 +00:00
VpSharp.Commands.csproj Add package metadata 2022-11-29 19:06:47 +00:00