Skip to content

Merge branch 'master' into remove-fork-experimental-setting

Build Cross Check / MSBuild Log succeeded Dec 6, 2018 in 3s

0 errors - 1540 warnings

Annotations

Check warning on line 117 in submodules/reactiveui/src/ReactiveUI/WeakEventManager.cs

@build-cross-check build-cross-check / MSBuild Log

CS1723: submodules/reactiveui/src/ReactiveUI/WeakEventManager.cs(117)

XML comment has cref attribute 'TEventArgs' that refers to a type parameter

Check warning on line 15 in src/GitHub.Extensions/ObservableCollectionEx.cs

@build-cross-check build-cross-check / MSBuild Log

CA1710: src/GitHub.Extensions/ObservableCollectionEx.cs(15)

Rename GitHub.Extensions.ObservableCollectionEx<T> to end in 'Collection'.

Check warning on line 17 in src/GitHub.Extensions/ExceptionExtensions.cs

@build-cross-check build-cross-check / MSBuild Log

CA1507: src/GitHub.Extensions/ExceptionExtensions.cs(17)

Use nameof in place of string literal 'exception'

Check warning on line 18 in src/GitHub.Extensions/TaskExtensions.cs

@build-cross-check build-cross-check / MSBuild Log

CA2007: src/GitHub.Extensions/TaskExtensions.cs(18)

Do not directly await a Task without calling ConfigureAwait

Check warning on line 39 in src/GitHub.Extensions/ExceptionExtensions.cs

@build-cross-check build-cross-check / MSBuild Log

CA1507: src/GitHub.Extensions/ExceptionExtensions.cs(39)

Use nameof in place of string literal 'exception'

Check warning on line 54 in src/GitHub.Extensions/TaskExtensions.cs

@build-cross-check build-cross-check / MSBuild Log

Serilog004: src/GitHub.Extensions/TaskExtensions.cs(54)

MessageTemplate argument errorMessage is not constant

Check warning on line 34 in src/GitHub.Extensions/TaskExtensions.cs

@build-cross-check build-cross-check / MSBuild Log

CA2007: src/GitHub.Extensions/TaskExtensions.cs(34)

Do not directly await a Task without calling ConfigureAwait

Check warning on line 50 in src/GitHub.Extensions/TaskExtensions.cs

@build-cross-check build-cross-check / MSBuild Log

CA2008: src/GitHub.Extensions/TaskExtensions.cs(50)

Do not create tasks without passing a TaskScheduler

Check warning on line 71 in src/GitHub.Extensions/TaskExtensions.cs

@build-cross-check build-cross-check / MSBuild Log

Serilog004: src/GitHub.Extensions/TaskExtensions.cs(71)

MessageTemplate argument errorMessage is not constant

Check warning on line 67 in src/GitHub.Extensions/TaskExtensions.cs

@build-cross-check build-cross-check / MSBuild Log

CA2008: src/GitHub.Extensions/TaskExtensions.cs(67)

Do not create tasks without passing a TaskScheduler

Check warning on line 196 in src/GitHub.Extensions/StringExtensions.cs

@build-cross-check build-cross-check / MSBuild Log

CA1054: src/GitHub.Extensions/StringExtensions.cs(196)

Change the type of parameter url of method string.ToUriSafe() from string to System.Uri, or provide an overload to string.ToUriSafe() that allows url to be passed as a System.Uri object.

Check warning on line 86 in src/CredentialManagement/Credential.cs

@build-cross-check build-cross-check / MSBuild Log

CA1063: src/CredentialManagement/Credential.cs(86)

Ensure that Credential.Dispose is declared as protected, virtual, and unsealed.

Check warning on line 12 in src/CredentialManagement/NativeMethods.cs

@build-cross-check build-cross-check / MSBuild Log

CA1707: src/CredentialManagement/NativeMethods.cs(12)

Remove the underscores from member name GitHub.Authentication.CredentialManagement.NativeMethods.CREDUI_MAX_PASSWORD_LENGTH.

Check warning on line 12 in src/CredentialManagement/CredentialSet.cs

@build-cross-check build-cross-check / MSBuild Log

CA1710: src/CredentialManagement/CredentialSet.cs(12)

Rename GitHub.Authentication.CredentialManagement.CredentialSet to end in 'Collection'.

Check warning on line 29 in src/CredentialManagement/CredentialSet.cs

@build-cross-check build-cross-check / MSBuild Log

CA1063: src/CredentialManagement/CredentialSet.cs(29)

Ensure that CredentialSet.Dispose is declared as protected, virtual, and unsealed.

Check warning on line 11 in src/CredentialManagement/NativeMethods.cs

@build-cross-check build-cross-check / MSBuild Log

CA1707: src/CredentialManagement/NativeMethods.cs(11)

Remove the underscores from member name GitHub.Authentication.CredentialManagement.NativeMethods.CREDUI_MAX_USERNAME_LENGTH.

Check warning on line 13 in src/CredentialManagement/NativeMethods.cs

@build-cross-check build-cross-check / MSBuild Log

CA1707: src/CredentialManagement/NativeMethods.cs(13)

Remove the underscores from member name GitHub.Authentication.CredentialManagement.NativeMethods.CREDUI_MAX_MESSAGE_LENGTH.

Check warning on line 14 in src/CredentialManagement/NativeMethods.cs

@build-cross-check build-cross-check / MSBuild Log

CA1707: src/CredentialManagement/NativeMethods.cs(14)

Remove the underscores from member name GitHub.Authentication.CredentialManagement.NativeMethods.CREDUI_MAX_CAPTION_LENGTH.

Check warning on line 46 in src/CredentialManagement/NativeMethods.cs

@build-cross-check build-cross-check / MSBuild Log

CA1051: src/CredentialManagement/NativeMethods.cs(46)

Do not declare visible instance fields

Check warning on line 49 in src/CredentialManagement/NativeMethods.cs

@build-cross-check build-cross-check / MSBuild Log

CA1051: src/CredentialManagement/NativeMethods.cs(49)

Do not declare visible instance fields

Check warning on line 50 in src/CredentialManagement/NativeMethods.cs

@build-cross-check build-cross-check / MSBuild Log

CA1051: src/CredentialManagement/NativeMethods.cs(50)

Do not declare visible instance fields

Check warning on line 44 in src/CredentialManagement/NativeMethods.cs

@build-cross-check build-cross-check / MSBuild Log

CA1707: src/CredentialManagement/NativeMethods.cs(44)

Remove the underscores from type name GitHub.Authentication.CredentialManagement.NativeMethods.CREDUI_INFO.

Check warning on line 51 in src/CredentialManagement/NativeMethods.cs

@build-cross-check build-cross-check / MSBuild Log

CA1051: src/CredentialManagement/NativeMethods.cs(51)

Do not declare visible instance fields

Check warning on line 54 in src/CredentialManagement/NativeMethods.cs

@build-cross-check build-cross-check / MSBuild Log

CA1051: src/CredentialManagement/NativeMethods.cs(54)

Do not declare visible instance fields

Check warning on line 44 in src/CredentialManagement/NativeMethods.cs

@build-cross-check build-cross-check / MSBuild Log

CA1034: src/CredentialManagement/NativeMethods.cs(44)

Do not nest type CREDUI_INFO. Alternatively, change its accessibility so that it is not externally visible.
You can’t perform that action at this time.