Added support for sparse event streams & sparse scoped streams #500
integration-tests.yml
on: push
Integration Tests
3m 30s
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/TryExtensions.cs#L151
Possible null reference argument for parameter 'obj' in 'void Action<Exception>.Invoke(Exception obj)'.
|
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.
|