Version 3: Drop callback support in favor for IAsyncEnumerable<> #69
Annotations
22 warnings
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/
|
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/
|
Use GitVersion
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/
|
Use GitVersion
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/
|
Use GitVersion
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/
|
Use GitVersion
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/
|
Use GitVersion
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/
|
Use GitVersion
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/
|
Use GitVersion
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/
|
Use GitVersion
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/
|
Use GitVersion
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/
|
Use GitVersion
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.
|
Loading