EventHandler Stream position metadata #308
Annotations
50 warnings
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Upload Windows arm64
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
Publish for Windows x64:
Source/Events/Processing/Management/EventHandlers/EventHandlersService.cs#L168
Cannot convert null literal to non-nullable reference type.
|
Publish for Windows x64:
Source/Events/Aggregates/Management/LoggerExtensions.cs#L44
Cannot convert null literal to non-nullable reference type.
|
Publish for Windows x64:
Source/Events/Aggregates/Management/LoggerExtensions.cs#L47
Cannot convert null literal to non-nullable reference type.
|
Publish for Windows x64:
Source/Events/Aggregates/Management/LoggerExtensions.cs#L49
Cannot convert null literal to non-nullable reference type.
|
Publish for Windows x64:
Source/Events/Management/LoggerExtensions.cs#L30
Cannot convert null literal to non-nullable reference type.
|
Publish for Windows x64:
Source/Events/Processing/EventHandlers/LoggerExtensions.cs#L118
Cannot convert null literal to non-nullable reference type.
|
Publish for Windows x64:
Source/Events/Processing/EventHandlers/LoggerExtensions.cs#L121
Cannot convert null literal to non-nullable reference type.
|
Publish for Windows x64:
Source/Events/Store/Actors/EventLogStream.cs#L133
This async method lacks 'await' operators and will run synchronously. Consider using the 'await' operator to await non-blocking API calls, or 'await Task.Run(...)' to do CPU-bound work on a background thread.
|
Publish for Windows x64:
Source/Events/Processing/EventHandlers/LoggerExtensions.cs#L124
Cannot convert null literal to non-nullable reference type.
|
Publish for Windows x64:
Source/Events/Processing/EventHandlers/LoggerExtensions.cs#L130
Cannot convert null literal to non-nullable reference type.
|
Package as DotNET tool:
Source/Rudimentary/ConceptAs.cs#L24
Possible null reference return.
|
Package as DotNET tool:
Source/Rudimentary/TryExtensions.cs#L33
Possible null reference argument for parameter 'arg' in 'Try<TNextResult> Func<TResult, Try<TNextResult>>.Invoke(TResult arg)'.
|
Package as DotNET tool:
Source/Rudimentary/TryExtensions.cs#L40
Possible null reference argument for parameter 'exception' in 'Try<TNextResult> Try<TNextResult>.Failed(Exception exception)'.
|
Package as DotNET tool:
Source/Rudimentary/TryExtensions.cs#L80
Possible null reference argument for parameter 'obj' in 'void Action<TResult>.Invoke(TResult obj)'.
|
Package as DotNET tool:
Source/Rudimentary/TryExtensions.cs#L105
Possible null reference argument for parameter 'arg' in 'Try<TResult> Func<Exception, Try<TResult>>.Invoke(Exception arg)'.
|
Package as DotNET tool:
Source/Rudimentary/TryExtensions.cs#L128
Possible null reference argument for parameter 'arg' in 'TResult Func<Exception, TResult>.Invoke(Exception arg)'.
|
Package as DotNET tool:
Source/Rudimentary/TryExtensions.cs#L151
Possible null reference argument for parameter 'obj' in 'void Action<Exception>.Invoke(Exception obj)'.
|
Package as DotNET tool:
Source/Rudimentary/TryExtensions.cs#L184
Possible null reference argument for parameter 'arg' in 'Task<Try<TNextResult>> Func<TResult, Task<Try<TNextResult>>>.Invoke(TResult arg)'.
|
Package as DotNET tool:
Source/Rudimentary/TryExtensions.cs#L191
Possible null reference argument for parameter 'exception' in 'Try<TNextResult> Try<TNextResult>.Failed(Exception exception)'.
|
Package as DotNET tool:
Source/Rudimentary/TaskExtensions.cs#L24
Possible null reference assignment.
|
Publish for macOS arm64:
Source/Events/Processing/Management/EventHandlers/EventHandlersService.cs#L168
Cannot convert null literal to non-nullable reference type.
|
Publish for macOS arm64:
Source/Events/Aggregates/Management/LoggerExtensions.cs#L44
Cannot convert null literal to non-nullable reference type.
|
Publish for macOS arm64:
Source/Events/Aggregates/Management/LoggerExtensions.cs#L47
Cannot convert null literal to non-nullable reference type.
|
Publish for macOS arm64:
Source/Events/Aggregates/Management/LoggerExtensions.cs#L49
Cannot convert null literal to non-nullable reference type.
|
Publish for macOS arm64:
Source/Events/Management/LoggerExtensions.cs#L30
Cannot convert null literal to non-nullable reference type.
|
Publish for macOS arm64:
Source/Events/Processing/EventHandlers/LoggerExtensions.cs#L118
Cannot convert null literal to non-nullable reference type.
|
Publish for macOS arm64:
Source/Events/Processing/EventHandlers/LoggerExtensions.cs#L121
Cannot convert null literal to non-nullable reference type.
|
Publish for macOS arm64:
Source/Events/Processing/EventHandlers/LoggerExtensions.cs#L124
Cannot convert null literal to non-nullable reference type.
|
Publish for macOS arm64:
Source/Events/Processing/EventHandlers/LoggerExtensions.cs#L130
Cannot convert null literal to non-nullable reference type.
|
Publish for macOS arm64:
Source/Events/Processing/EventHandlers/LoggerExtensions.cs#L133
Cannot convert null literal to non-nullable reference type.
|
Publish for Windows x86:
Source/Events/Processing/Management/EventHandlers/EventHandlersService.cs#L168
Cannot convert null literal to non-nullable reference type.
|
Publish for Windows x86:
Source/Events/Aggregates/Management/LoggerExtensions.cs#L44
Cannot convert null literal to non-nullable reference type.
|
Publish for Windows x86:
Source/Events/Aggregates/Management/LoggerExtensions.cs#L47
Cannot convert null literal to non-nullable reference type.
|
Publish for Windows x86:
Source/Events/Aggregates/Management/LoggerExtensions.cs#L49
Cannot convert null literal to non-nullable reference type.
|
Publish for Windows x86:
Source/Events/Management/LoggerExtensions.cs#L30
Cannot convert null literal to non-nullable reference type.
|
Publish for Windows x86:
Source/Events/Processing/Streams/StreamProcessor.cs#L76
Non-nullable field 'OnProcessedEvent' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
|
Publish for Windows x86:
Source/Events/Processing/Streams/StreamProcessor.cs#L76
Non-nullable field 'OnFailedToProcessedEvent' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
|
Publish for Windows x86:
Source/Events/Processing/Streams/ScopedStreamProcessor.cs#L58
Dereference of a possibly null reference.
|
Publish for Windows x86:
Source/Events/Processing/Streams/ScopedStreamProcessor.cs#L88
Dereference of a possibly null reference.
|
Publish for Windows x86:
Source/Events/Processing/Streams/Partitioned/ScopedStreamProcessor.cs#L69
Dereference of a possibly null reference.
|
Upload Linux x64
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
Publish for macOS x64:
Source/Rudimentary/ConceptAs.cs#L24
Possible null reference return.
|
Publish for macOS x64:
Source/Rudimentary/TaskExtensions.cs#L24
Possible null reference assignment.
|
Publish for macOS x64:
Source/Rudimentary/TryExtensions.cs#L33
Possible null reference argument for parameter 'arg' in 'Try<TNextResult> Func<TResult, Try<TNextResult>>.Invoke(TResult arg)'.
|
Publish for macOS x64:
Source/Rudimentary/TryExtensions.cs#L40
Possible null reference argument for parameter 'exception' in 'Try<TNextResult> Try<TNextResult>.Failed(Exception exception)'.
|
Publish for macOS x64:
Source/Rudimentary/Pipelines/Pipeline.cs#L82
Possible null reference assignment.
|
Publish for macOS x64:
Source/Rudimentary/TryExtensions.cs#L80
Possible null reference argument for parameter 'obj' in 'void Action<TResult>.Invoke(TResult obj)'.
|
Publish for macOS x64:
Source/Rudimentary/TryExtensions.cs#L105
Possible null reference argument for parameter 'arg' in 'Try<TResult> Func<Exception, Try<TResult>>.Invoke(Exception arg)'.
|
Loading