update version. #16
Annotations
13 warnings
build-and-publish
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-and-publish
The target framework 'net7.0' is out of support and will not receive security updates in the future. Please refer to https://aka.ms/dotnet-core-support for more information about the support policy.
|
build-and-publish:
GetOnlineModelTokens/ModelTokensCountUtils.cs#L32
Dereference of a possibly null reference.
|
build-and-publish:
GetOnlineModelTokens/ModelTokensCountUtils.cs#L34
Dereference of a possibly null reference.
|
build-and-publish:
ChatGPTSharp/ChatGPTClient.cs#L46
Non-nullable field '_tiktoken' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
|
build-and-publish:
ChatGPTSharp/ChatGPTClient.cs#L69
The variable 'ex' is declared but never used
|
build-and-publish:
ChatGPTSharp/Utils/TokenUtils.cs#L20
Converting null literal or possible null value to non-nullable type.
|
build-and-publish:
ChatGPTSharp/Utils/TokenUtils.cs#L21
Possible null reference argument for parameter 'stream' in 'StreamReader.StreamReader(Stream stream)'.
|
build-and-publish:
ChatGPTSharp/Utils/TokenUtils.cs#L24
Possible null reference return.
|
build-and-publish:
ChatGPTSharp/Utils/TokenUtils.cs#L79
Dereference of a possibly null reference.
|
build-and-publish:
ChatGPTSharp/ChatGPTClient.cs#L133
Converting null literal or possible null value to non-nullable type.
|
build-and-publish
The target framework 'net7.0' is out of support and will not receive security updates in the future. Please refer to https://aka.ms/dotnet-core-support for more information about the support policy.
|
build-and-publish
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/
|