Skip to content

removed build breaking CLI tests #28

removed build breaking CLI tests

removed build breaking CLI tests #28

Triggered via push October 17, 2025 21:02
Status Success
Total duration 49s
Artifacts

dotnet.yml

on: push
Fit to window
Zoom out
Zoom in

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>'.