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
* Update nugets
* Update example
* Claude pass 1
* Claude pass 2
* Claude pass 3
* Validate at tests on Linux
* Coverage pass
* Coverage pass 2
* Extra windows firewall cleanup
* Add note to check logfile.txt
* Performance boost
* Speed up tests
* Performance boost/test speed up
* Change log level of missing keys
* Trim warning fixes
* More trim warning fix
* Trim warnings
* New test
* New string
* Another test
* New RDP failed login
* FQDN fixes
* New string, another test
* .NET 10
* Fix file casing
* Fix rule name on firewalld
* Fix doubled up prefix
* Update log file path from auth.txt to auth.log
* Reduce firewall task debug
* Update nugets
* Update nuget
* New mailenable expression
Copy file name to clipboardExpand all lines: IPBanCore/Core/IPBan/IPBanConfig.cs
+18-4Lines changed: 18 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -42,6 +42,7 @@ namespace DigitalRuby.IPBanCore
42
42
/// <summary>
43
43
/// Configuration for ip ban app
44
44
/// </summary>
45
+
[UnconditionalSuppressMessage("Trimming","IL2026",Justification="Configuration XML models are runtime-deserialized and preserved by IPBanCore usage patterns.")]
[UnconditionalSuppressMessage("Trimming","IL2072",Justification="Firewall implementations are selected and activated dynamically at runtime by design.")]
0 commit comments