CORE-POS/IS4C

View on GitHub
pos/is4c-nf/scale-drivers/drivers/NewMagellan/Parallel-Win32.cs

Summary

Maintainability
A
50 mins
Test Coverage

Method CreateFile has 7 arguments (exceeds 4 allowed). Consider refactoring.
Open

    [DllImport("kernel32.dll", SetLastError = true)] protected static extern IntPtr CreateFile([MarshalAs(UnmanagedType.LPStr)] string strName, uint nAccess, uint nShareMode, IntPtr lpSecurity, uint nCreationFlags, uint nAttributes, IntPtr lpTemplate);
Severity: Major
Found in pos/is4c-nf/scale-drivers/drivers/NewMagellan/Parallel-Win32.cs - About 50 mins to fix

    There are no issues that match your filters.

    Category
    Status