Vision Preview OpenAI Model Token Count #9
Annotations
11 warnings
build
The following actions uses node12 which is deprecated and will be forced to run on node16: 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/
|
build:
src/TokenEvaluator.Net/Utils/AssemblyComparer.cs#L9
Nullability of reference types in type of parameter 'x' of 'bool AssemblyComparer.Equals(Assembly x, Assembly y)' doesn't match implicitly implemented member 'bool IEqualityComparer<Assembly>.Equals(Assembly? x, Assembly? y)' (possibly because of nullability attributes).
|
build:
src/TokenEvaluator.Net/Utils/AssemblyComparer.cs#L9
Nullability of reference types in type of parameter 'y' of 'bool AssemblyComparer.Equals(Assembly x, Assembly y)' doesn't match implicitly implemented member 'bool IEqualityComparer<Assembly>.Equals(Assembly? x, Assembly? y)' (possibly because of nullability attributes).
|
build:
src/TokenEvaluator.Net/Models/TextTokenEncoding.cs#L50
Non-nullable property 'MergeableRanks' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
build:
src/TokenEvaluator.Net/Models/TextTokenEncoding.cs#L50
Non-nullable property 'Name' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
build:
src/TokenEvaluator.Net/Models/TextTokenEncoding.cs#L50
Non-nullable property 'PatternString' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
build:
src/TokenEvaluator.Net/Models/TextTokenEncoding.cs#L50
Non-nullable property 'SpecialTokens' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
build:
src/TokenEvaluator.Net/Utils/AssemblyComparer.cs#L16
Possible null reference argument for parameter 'obj' in 'int StringComparer.GetHashCode(string obj)'.
|
build:
src/TokenEvaluator.Net/Services/EncodingService.cs#L55
Possible null reference return.
|
build:
src/TokenEvaluator.Net/Services/EncodingService.cs#L59
Possible null reference return.
|
build:
src/TokenEvaluator.Net/Services/EncodingService.cs#L63
Possible null reference return.
|