mirror of
https://github.com/goatcorp/Dalamud.git
synced 2026-01-02 05:43:40 +01:00
IPC with cross-plugin objects.
This commit is contained in:
parent
49345847a5
commit
e9ebee4c65
17 changed files with 372 additions and 252 deletions
|
|
@ -51,7 +51,7 @@
|
|||
</PropertyGroup>
|
||||
|
||||
<PropertyGroup Label="Warnings">
|
||||
<NoWarn>IDE0003;IDE0044;IDE1006;CA1822;CS1591;CS1701;CS1702</NoWarn>
|
||||
<NoWarn>IDE0002;IDE0003;IDE0044;IDE1006;CA1822;CS1591;CS1701;CS1702</NoWarn>
|
||||
<!-- IDE1006 - Naming violation -->
|
||||
<!-- CA1822 - Can be marked as static -->
|
||||
<!-- CS1591 - Missing XML comment for publicly visible type or member -->
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue