mirror of
https://github.com/VSadov/Satori.git
synced 2025-06-09 09:34:49 +09:00
Use Roslyn interceptors feature in binder gen (#90340)
* Use Roslyn interceptors feature in binder gen * Fix polymorphic issue and address feedback * Fix source build issue * Revert changes to options gen * Fix
This commit is contained in:
parent
a429b0ca4f
commit
a5ff66c825
67 changed files with 1590 additions and 1199 deletions
|
@ -270,3 +270,5 @@ The diagnostic id values reserved for .NET Libraries analyzer warnings are `SYSL
|
|||
| Suppression ID | Suppressed Diagnostic ID | Description |
|
||||
| :----------------------- | :----------------------- | :---------- |
|
||||
| __`SYSLIBSUPPRESS0001`__ | CA1822 | Do not offer to make methods static when the methods need to be instance methods for a custom marshaller shape. |
|
||||
| __`SYSLIBSUPPRESS0002`__ | IL2026 | ConfigurationBindingGenerator: suppress RequiresUnreferencedCode diagnostic for binding call that has been intercepted by a generated static variant. |
|
||||
| __`SYSLIBSUPPRESS0003`__ | IL3050 | ConfigurationBindingGenerator: suppress RequiresDynamicCode diagnostic for binding call that has been intercepted by a generated static variant. |
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue