removed build breaking CLI tests #28
Annotations
10 warnings
|
build:
tests/TokenKit.Tests/Services/Encoders/MLTokenizersEncoderTests.cs#L12
Cannot convert null literal to non-nullable reference type.
|
|
build:
tests/TokenKit.Tests/Services/Encoders/SharpTokenEncoderTests.cs#L12
Cannot convert null literal to non-nullable reference type.
|
|
build:
tests/TokenKit.Tests/Services/Encoders/SimpleTextEncoderTests.cs#L12
Cannot convert null literal to non-nullable reference type.
|
|
build:
tests/TokenKit.Tests/CLI/TokenKitCLIExtraTests.cs#L119
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.
|
|
build:
tests/TokenKit.Tests/Services/ModelDataScraperTests.cs#L103
Nullability of reference types in value of type '<anonymous type: string id>' doesn't match target type '<anonymous type: string? id>'.
|
|
build:
tests/TokenKit.Tests/Services/Encoders/MLTokenizersEncoderTests.cs#L12
Cannot convert null literal to non-nullable reference type.
|
|
build:
tests/TokenKit.Tests/Services/Encoders/SharpTokenEncoderTests.cs#L12
Cannot convert null literal to non-nullable reference type.
|
|
build:
tests/TokenKit.Tests/Services/Encoders/SimpleTextEncoderTests.cs#L12
Cannot convert null literal to non-nullable reference type.
|
|
build:
tests/TokenKit.Tests/CLI/TokenKitCLIExtraTests.cs#L119
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.
|
|
build:
tests/TokenKit.Tests/Services/ModelDataScraperTests.cs#L103
Nullability of reference types in value of type '<anonymous type: string id>' doesn't match target type '<anonymous type: string? id>'.
|