Skip to content

Update redactions to use prefix instead of matching on exact ID #507

Update redactions to use prefix instead of matching on exact ID

Update redactions to use prefix instead of matching on exact ID #507

Triggered via push October 21, 2024 13:41
Status Success
Total duration 3m 50s
Artifacts
Integration Tests
3m 31s
Integration Tests
Fit to window
Zoom out
Zoom in

Annotations

12 warnings
Integration Tests
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions/setup-dotnet@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
Integration Tests
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v2, actions/setup-dotnet@v1. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
Integration Tests: Source/Rudimentary/ConceptAs.cs#L24
Possible null reference return.
Integration Tests: Source/Rudimentary/TryExtensions.cs#L33
Possible null reference argument for parameter 'arg' in 'Try<TNextResult> Func<TResult, Try<TNextResult>>.Invoke(TResult arg)'.
Integration Tests: Source/Rudimentary/TryExtensions.cs#L40
Possible null reference argument for parameter 'exception' in 'Try<TNextResult> Try<TNextResult>.Failed(Exception exception)'.
Integration Tests: Source/Rudimentary/TryExtensions.cs#L80
Possible null reference argument for parameter 'obj' in 'void Action<TResult>.Invoke(TResult obj)'.
Integration Tests: Source/Rudimentary/TryExtensions.cs#L105
Possible null reference argument for parameter 'arg' in 'Try<TResult> Func<Exception, Try<TResult>>.Invoke(Exception arg)'.
Integration Tests: Source/Rudimentary/TryExtensions.cs#L128
Possible null reference argument for parameter 'arg' in 'TResult Func<Exception, TResult>.Invoke(Exception arg)'.
Integration Tests: Source/Rudimentary/Pipelines/Pipeline.cs#L68
Cannot convert null literal to non-nullable reference type.
Integration Tests: Source/Rudimentary/Pipelines/Pipeline.cs#L69
Cannot convert null literal to non-nullable reference type.
Integration Tests: Source/Rudimentary/Pipelines/Pipeline.cs#L81
Possible null reference assignment.
Integration Tests: Source/Rudimentary/TaskExtensions.cs#L24
Possible null reference assignment.