Skip to content

Commit

Permalink
CodeQL fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
RikuVirtanen committed Jan 19, 2024
1 parent a848431 commit 6d29844
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -54,9 +54,7 @@ public FtpLogger(ILogger log)
_log = log;
}

#pragma warning disable
~FtpLogger() => Dispose(false);

Check warning

Code scanning / CodeQL

Virtual call in constructor or destructor Warning

Avoid virtual calls in a constructor or destructor.
#pragma warning disable

public void NotifyError(BatchContext context, string msg, Exception e)
{
Expand Down

0 comments on commit 6d29844

Please sign in to comment.