You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Remove CA1416 config and refactor <NoWarn> in projects
- Removed CA1416 platform compatibility warning from .editorconfig and all .csproj files, reverting to default handling.
- Refactored .csproj files to simplify and consolidate <NoWarn> properties, eliminating redundant conditions and only suppressing specified warnings (excluding CA1416).
0 commit comments