5cover/Dialogs

View on GitHub
Dialogs/DialogHeader.cs

Summary

Maintainability
A
0 mins
Test Coverage

Incorrect end of line character(s) found.
Open


Severity: Minor
Found in Dialogs/DialogHeader.cs by editorconfig

Incorrect end of line character(s) found.
Open

/// <remarks>Only available on Windows 8 and later. This class cannot be inherited.</remarks>
Severity: Minor
Found in Dialogs/DialogHeader.cs by editorconfig

Incorrect end of line character(s) found.
Open


Severity: Minor
Found in Dialogs/DialogHeader.cs by editorconfig

Incorrect end of line character(s) found.
Open

    /// <summary>Gets the blue header.</summary>
Severity: Minor
Found in Dialogs/DialogHeader.cs by editorconfig

Incorrect end of line character(s) found.
Open

    public static DialogHeader Gray { get; } = new(TD_SHIELDGRAY_ICON);
Severity: Minor
Found in Dialogs/DialogHeader.cs by editorconfig

Incorrect end of line character(s) found.
Open

        if (!config.dwFlags.HasFlag(TDF_USE_HICON_MAIN))
Severity: Minor
Found in Dialogs/DialogHeader.cs by editorconfig

Incorrect end of line character(s) found.
Open

        {
Severity: Minor
Found in Dialogs/DialogHeader.cs by editorconfig

Incorrect end of line character(s) found.
Open

    }
Severity: Minor
Found in Dialogs/DialogHeader.cs by editorconfig

Incorrect end of line character(s) found.
Open


Severity: Minor
Found in Dialogs/DialogHeader.cs by editorconfig

Incorrect end of line character(s) found.
Open

namespace Scover.Dialogs;
Severity: Minor
Found in Dialogs/DialogHeader.cs by editorconfig

Incorrect end of line character(s) found.
Open

public sealed class DialogHeader : DialogControl<PageUpdateInfo>
Severity: Minor
Found in Dialogs/DialogHeader.cs by editorconfig

Incorrect end of line character(s) found.
Open


Severity: Minor
Found in Dialogs/DialogHeader.cs by editorconfig

Incorrect end of line character(s) found.
Open


Severity: Minor
Found in Dialogs/DialogHeader.cs by editorconfig

Incorrect end of line character(s) found.
Open

{
Severity: Minor
Found in Dialogs/DialogHeader.cs by editorconfig

Incorrect end of line character(s) found.
Open

    /// <summary>
Severity: Minor
Found in Dialogs/DialogHeader.cs by editorconfig

Incorrect end of line character(s) found.
Open

    public static DialogHeader None { get; } = new(default);
Severity: Minor
Found in Dialogs/DialogHeader.cs by editorconfig

Incorrect end of line character(s) found.
Open

[DebuggerDisplay($"{{{nameof(_id)}}}")]
Severity: Minor
Found in Dialogs/DialogHeader.cs by editorconfig

Incorrect end of line character(s) found.
Open

    /// <summary>Gets the gray header.</summary>
Severity: Minor
Found in Dialogs/DialogHeader.cs by editorconfig

Incorrect end of line character(s) found.
Open


Severity: Minor
Found in Dialogs/DialogHeader.cs by editorconfig

Incorrect end of line character(s) found.
Open

    public static DialogHeader Blue { get; } = new(TD_SHIELDBLUE_ICON);
Severity: Minor
Found in Dialogs/DialogHeader.cs by editorconfig

Incorrect end of line character(s) found.
Open


Severity: Minor
Found in Dialogs/DialogHeader.cs by editorconfig

Incorrect end of line character(s) found.
Open

    /// </summary>
Severity: Minor
Found in Dialogs/DialogHeader.cs by editorconfig

Incorrect end of line character(s) found.
Open

    internal override void SetIn(in TASKDIALOGCONFIG config)
Severity: Minor
Found in Dialogs/DialogHeader.cs by editorconfig

Incorrect end of line character(s) found.
Open

            config.mainIcon = (nint)_id;
Severity: Minor
Found in Dialogs/DialogHeader.cs by editorconfig

Incorrect end of line character(s) found.
Open

    /// Gets the <see cref="DialogHeader"/> instance that represents the absence of a header.
Severity: Minor
Found in Dialogs/DialogHeader.cs by editorconfig

Incorrect end of line character(s) found.
Open

    {
Severity: Minor
Found in Dialogs/DialogHeader.cs by editorconfig

Incorrect end of line character(s) found.
Open

using static Vanara.PInvoke.ComCtl32;
Severity: Minor
Found in Dialogs/DialogHeader.cs by editorconfig

Incorrect end of line character(s) found.
Open

    private readonly TaskDialogIcon _id;
Severity: Minor
Found in Dialogs/DialogHeader.cs by editorconfig

Incorrect end of line character(s) found.
Open


Severity: Minor
Found in Dialogs/DialogHeader.cs by editorconfig

Incorrect end of line character(s) found.
Open

    /// <summary>Gets the red header.</summary>
Severity: Minor
Found in Dialogs/DialogHeader.cs by editorconfig

Incorrect end of line character(s) found.
Open

    public static DialogHeader Yellow { get; } = new(TD_SECURITYWARNING_ICON);
Severity: Minor
Found in Dialogs/DialogHeader.cs by editorconfig

Incorrect end of line character(s) found.
Open

using System.Diagnostics;
Severity: Minor
Found in Dialogs/DialogHeader.cs by editorconfig

Incorrect end of line character(s) found.
Open

/// <summary>A header bar shown in top area of a dialog.</summary>
Severity: Minor
Found in Dialogs/DialogHeader.cs by editorconfig

Incorrect end of line character(s) found.
Open

    private DialogHeader(TaskDialogIcon id) => _id = id;
Severity: Minor
Found in Dialogs/DialogHeader.cs by editorconfig

Incorrect end of line character(s) found.
Open


Severity: Minor
Found in Dialogs/DialogHeader.cs by editorconfig

Incorrect end of line character(s) found.
Open


Severity: Minor
Found in Dialogs/DialogHeader.cs by editorconfig

Incorrect end of line character(s) found.
Open

    public static DialogHeader Green { get; } = new(TD_SECURITYSUCCESS_ICON);
Severity: Minor
Found in Dialogs/DialogHeader.cs by editorconfig

Incorrect end of line character(s) found.
Open

    /// <summary>Gets the green header.</summary>
Severity: Minor
Found in Dialogs/DialogHeader.cs by editorconfig

Incorrect end of line character(s) found.
Open


Severity: Minor
Found in Dialogs/DialogHeader.cs by editorconfig

Incorrect end of line character(s) found.
Open

    /// <summary>Gets the yellow header.</summary>
Severity: Minor
Found in Dialogs/DialogHeader.cs by editorconfig

Incorrect end of line character(s) found.
Open

    public static DialogHeader Red { get; } = new(TD_SECURITYERROR_ICON);
Severity: Minor
Found in Dialogs/DialogHeader.cs by editorconfig

Incorrect end of line character(s) found.
Open

        }
Severity: Minor
Found in Dialogs/DialogHeader.cs by editorconfig

There are no issues that match your filters.

Category
Status