mirror of
https://github.com/goatcorp/Dalamud.git
synced 2026-01-02 05:43:40 +01:00
deps: upgrade StyleCop, fix warnings
...fixes new array initializer expression
This commit is contained in:
parent
02022599e5
commit
31e541fae5
17 changed files with 307 additions and 286 deletions
|
|
@ -1,6 +1,9 @@
|
|||
namespace Dalamud.Configuration.Internal;
|
||||
|
||||
public record PluginTestingOptIn
|
||||
/// <summary>
|
||||
/// Represents a plugin that has opted in to testing.
|
||||
/// </summary>
|
||||
internal record PluginTestingOptIn
|
||||
{
|
||||
/// <summary>
|
||||
/// Initializes a new instance of the <see cref="PluginTestingOptIn"/> class.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue