Skip to content

Build pipeline: Use environment files #249

Build pipeline: Use environment files

Build pipeline: Use environment files #249

Triggered via push April 30, 2023 19:52
Status Cancelled
Total duration 4m 23s
Artifacts
This run and associated checks have been archived and are scheduled for deletion. Learn more about checks retention

ci.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

2 errors and 12 warnings
Build
Process completed with exit code 1.
Test
The operation was canceled.
Build
Node.js 12 actions are deprecated. Please update the following actions to use Node.js 16: actions/checkout@v2. For more information see: https://github.blog/changelog/2022-09-22-github-actions-all-actions-will-begin-running-on-node16-instead-of-node12/.
Test
Node.js 12 actions are deprecated. Please update the following actions to use Node.js 16: actions/checkout@v2. For more information see: https://github.blog/changelog/2022-09-22-github-actions-all-actions-will-begin-running-on-node16-instead-of-node12/.
Test: src/gsudo/Tokens/TokenProvider.cs#L122
Unreachable code detected
Test: src/gsudo/ProcessHosts/AttachedConsoleHost.cs#L41
The variable 'ex' is declared but never used
Test: src/gsudo/InputParameters.cs#L32
The property name 'IntegrityLevel' is confusing given the existence of method 'GetIntegrityLevel'. Rename or remove one of these members.
Test: src/gsudo/Commands/ServiceCommand.cs#L62
Consider calling ConfigureAwait on the awaited task
Test: src/gsudo/Helpers/ExtensionMethods.cs#L126
The behavior of 'char.ToString()' could vary based on the current user's locale settings. Replace this call in 'string.Contains(char, StringComparison)' with a call to 'char.ToString(IFormatProvider)'.
Test: src/gsudo/Tokens/TokenProvider.cs#L119
Parameter user of method CreateFromLogin is never used. Remove the parameter or use it in the method body.
Test: src/gsudo/Tokens/TokenProvider.cs#L119
Parameter password of method CreateFromLogin is never used. Remove the parameter or use it in the method body.
Test: src/gsudo/Tokens/TokenProvider.cs#L31
Parameter tokenAccess of method CreateFromProcessToken is never used. Remove the parameter or use it in the method body.
Test: src/gsudo/Helpers/ExtensionMethods.cs#L77
Parameter ignoreCase of method ParseEnum is never used. Remove the parameter or use it in the method body.
Test: src/gsudo/Rpc/Connection.cs#L50
Member Flush does not access instance data and can be marked as static (Shared in VisualBasic)