Skip to content

Version 3: Drop callback support in favor for IAsyncEnumerable<> #69

Version 3: Drop callback support in favor for IAsyncEnumerable<>

Version 3: Drop callback support in favor for IAsyncEnumerable<> #69

Triggered via pull request August 26, 2024 11:48
Status Success
Total duration 45s
Artifacts

ci.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

22 warnings
build
The following actions uses node12 which is deprecated and will be forced to run on node16: gittools/actions/gitversion/setup@v0.9.7, gittools/actions/gitversion/execute@v0.9.7. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
build
The following actions use a deprecated Node.js version and will be forced to run on node20: gittools/actions/gitversion/setup@v0.9.7, gittools/actions/gitversion/execute@v0.9.7, actions/setup-dotnet@v2. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
build
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/
build
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/
build
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/
build
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/
build
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/
build
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/
build
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/
build
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/
build
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/
build
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/
build
Argument of type 'Action<GenerateResponseStream>' cannot be used for parameter 'itemCallback' of type 'Action<GenerateResponseStream?>' in 'Task<GenerateDoneResponseStream?> IAsyncEnumerableExtensions.StreamToEnd<GenerateResponseStream?, GenerateDoneResponseStream?>(IAsyncEnumerable<GenerateResponseStream?> stream, IAppender<GenerateResponseStream?, GenerateDoneResponseStream?> appender, Action<GenerateResponseStream?>? itemCallback = null)' due to differences in the nullability of reference types.
build
Argument of type 'Action<ChatResponseStream>' cannot be used for parameter 'itemCallback' of type 'Action<ChatResponseStream?>' in 'Task<ChatDoneResponseStream?> IAsyncEnumerableExtensions.StreamToEnd<ChatResponseStream?, ChatDoneResponseStream?>(IAsyncEnumerable<ChatResponseStream?> stream, IAppender<ChatResponseStream?, ChatDoneResponseStream?> appender, Action<ChatResponseStream?>? itemCallback = null)' due to differences in the nullability of reference types.
build
Dereference of a possibly null reference.
build
Dereference of a possibly null reference.
build
Dereference of a possibly null reference.
build
Argument of type 'Action<GenerateResponseStream>' cannot be used for parameter 'itemCallback' of type 'Action<GenerateResponseStream?>' in 'Task<GenerateDoneResponseStream?> IAsyncEnumerableExtensions.StreamToEnd<GenerateResponseStream?, GenerateDoneResponseStream?>(IAsyncEnumerable<GenerateResponseStream?> stream, IAppender<GenerateResponseStream?, GenerateDoneResponseStream?> appender, Action<GenerateResponseStream?>? itemCallback = null)' due to differences in the nullability of reference types.
build
Argument of type 'Action<ChatResponseStream>' cannot be used for parameter 'itemCallback' of type 'Action<ChatResponseStream?>' in 'Task<ChatDoneResponseStream?> IAsyncEnumerableExtensions.StreamToEnd<ChatResponseStream?, ChatDoneResponseStream?>(IAsyncEnumerable<ChatResponseStream?> stream, IAppender<ChatResponseStream?, ChatDoneResponseStream?> appender, Action<ChatResponseStream?>? itemCallback = null)' due to differences in the nullability of reference types.
build
Dereference of a possibly null reference.
build
Dereference of a possibly null reference.
build
Dereference of a possibly null reference.