Bump Microsoft.AspNetCore.Components.WebAssembly.Server from 10.0.1 to 10.0.2#481
Merged
GitHub Actions / Whisper.net Linux Test Results
succeeded
Jan 19, 2026 in 1s
176 passed, 0 failed and 2 skipped
| Report | Passed | Failed | Skipped | Time |
|---|---|---|---|---|
| tests/Whisper.net.Tests/TestResults/_runnervmmtnos_2026-01-19_13_43_10.trx | 88✅ | 1⚪ | 952s | |
| tests/Whisper.net.Tests/TestResults/_runnervmmtnos_2026-01-19_13_43_12.trx | 88✅ | 1⚪ | 951s |
✅ tests/Whisper.net.Tests/TestResults/_runnervmmtnos_2026-01-19_13_43_10.trx
89 tests were completed in 952s with 88 passed, 0 failed and 1 skipped.
| Test suite | Passed | Failed | Skipped | Time |
|---|---|---|---|---|
| Whisper.net.Tests.FactoryTests | 6✅ | 327ms | ||
| Whisper.net.Tests.LanguageDetectionTests | 4✅ | 70ms | ||
| Whisper.net.Tests.ParallelTests | 1✅ | 207s | ||
| Whisper.net.Tests.ProcessAsyncFunctionalTests | 6✅ | 678s | ||
| Whisper.net.Tests.ProcessFunctionalTests | 6✅ | 1⚪ | 743s | |
| Whisper.net.Tests.ProcessingFailureTests | 2✅ | 57ms | ||
| Whisper.net.Tests.ProcessQuantizedTests | 1✅ | 174s | ||
| Whisper.net.Tests.SpeechToText.SpeechToTextOptionsExtensionsTests | 44✅ | 25ms | ||
| Whisper.net.Tests.SpeechToText.WhisperSpeechToTextClientConstructorTests | 10✅ | 615s | ||
| Whisper.net.Tests.SpeechToText.WhisperSpeechToTextClientTest | 6✅ | 738s | ||
| Whisper.net.Tests.WaveParserTests | 2✅ | 283ms |
✅ Whisper.net.Tests.FactoryTests
✅ CreateBuilder_WithCorruptedModel_ShouldThrow
✅ CreateBuilder_WithDisposedFactory_ShouldThrow
✅ CreateBuilder_WithFileModel_ShouldReturnBuilder
✅ CreateBuilder_WithMemoryModel_ShouldReturnBuilder
✅ CreateBuilder_WithNoModel_ShouldThrow
✅ GetSupportedLanguages_ShouldReturnAll
✅ Whisper.net.Tests.LanguageDetectionTests
✅ DetectLanguageWithProbability_WhenCandidatesDontMatch_FallsBackToNativeResult
✅ DetectLanguageWithProbability_WhenCandidatesProvided_SelectsBestCandidate
✅ DetectLanguageWithProbability_WhenCandidatesProvidedAsSpan_SelectsBestCandidate
✅ DetectLanguageWithProbability_WhenNoCandidatesProvided_ReturnsNativeResult
✅ Whisper.net.Tests.ParallelTests
✅ ProcessAsync_ParallelExecution_WillCompleteEverytime
✅ Whisper.net.Tests.ProcessAsyncFunctionalTests
✅ ProcessAsync_CalledMultipleTimes_Serially_WillCompleteEverytime
✅ ProcessAsync_Cancelled_WillCancelTheProcessing_AndDispose_WillWaitUntilFullyFinished
✅ ProcessAsync_WhenJunkChunkExists_ProcessCorrectly
✅ ProcessAsync_WhenMultichannel_ProcessCorrectly
✅ ProcessAsync_WhenUtf8Data_ProcessCorrectly
✅ TestHappyFlowAsync
✅ Whisper.net.Tests.ProcessFunctionalTests
✅ Process_CalledMultipleTimes_Serially_WillCompleteEverytime
✅ Process_WhenMultichannel_ProcessCorrectly
✅ Test_LibraryLoadError_ShouldFallbackToCPU(invalidLibrary: "cuda")
✅ Test_LibraryLoadError_ShouldFallbackToCPU(invalidLibrary: "openvino")
✅ TestAutoDetectLanguageWithRomanian
⚪ TestCancelEncoder
✅ TestHappyFlow
✅ Whisper.net.Tests.ProcessingFailureTests
✅ Process_WhenNativeFails_ShouldThrow
✅ ProcessAsync_WhenNativeFails_ShouldThrow
✅ Whisper.net.Tests.ProcessQuantizedTests
✅ TestHappyFlowQuantized
✅ Whisper.net.Tests.SpeechToText.SpeechToTextOptionsExtensionsTests
✅ WithAudioContextSize_SetsAdditionalProperty
✅ WithBeamSearchSamplingStrategy_SetsAdditionalProperty
✅ WithDuration_SetsAdditionalProperty
✅ WithEncoderBeginHandler_SetsAdditionalProperty
✅ WithEntropyThreshold_SetsAdditionalProperty
✅ WithGreedySamplingStrategy_SetsAdditionalProperty
✅ WithLanguage_SetsLanguageProperty
✅ WithLanguageDetection_SetsAdditionalProperty
✅ WithLanguageDetection_WithFalseParameter_SetsAdditionalPropertyToFalse
✅ WithLengthPenalty_SetsAdditionalProperty
✅ WithLogProbThreshold_SetsAdditionalProperty
✅ WithMaxInitialTs_SetsAdditionalProperty
✅ WithMaxLastTextTokens_SetsAdditionalProperty
✅ WithMaxSegmentLength_SetsAdditionalProperty
✅ WithMaxTokensPerSegment_SetsAdditionalProperty
✅ WithNoContext_SetsAdditionalProperty
✅ WithNoContext_WithFalseParameter_SetsAdditionalPropertyToFalse
✅ WithNoSpeechThreshold_SetsAdditionalProperty
✅ WithOffset_SetsAdditionalProperty
✅ WithOpenVinoEncoder_SetsAdditionalProperties
✅ WithOpenVinoEncoder_WithNullDeviceAndCache_SetsOnlyEncoderPath
✅ WithoutStringPool_SetsAdditionalProperty
✅ WithoutSuppressBlank_SetsAdditionalProperty
✅ WithPrintProgress_SetsAdditionalProperty
✅ WithPrintProgress_WithFalseParameter_SetsAdditionalPropertyToFalse
✅ WithPrintResults_SetsAdditionalProperty
✅ WithPrintResults_WithFalseParameter_SetsAdditionalPropertyToFalse
✅ WithPrintSpecialTokens_SetsAdditionalProperty
✅ WithPrintSpecialTokens_WithFalseParameter_SetsAdditionalPropertyToFalse
✅ WithPrintTimestamps_SetsAdditionalProperty
✅ WithPrintTimestamps_WithFalseParameter_SetsAdditionalPropertyToFalse
✅ WithProbabilities_SetsAdditionalProperty
✅ WithProbabilities_WithFalseParameter_SetsAdditionalPropertyToFalse
✅ WithProgressHandler_SetsAdditionalProperty
✅ WithSegmentEventHandler_SetsAdditionalProperty
✅ WithStringPool_SetsAdditionalProperty
✅ WithTemperature_SetsAdditionalProperty
✅ WithTemperatureInc_SetsAdditionalProperty
✅ WithThreads_SetsAdditionalProperty
✅ WithTokenTimestamps_SetsAdditionalProperty
✅ WithTokenTimestampsSumThreshold_SetsAdditionalProperty
✅ WithTokenTimestampsThreshold_SetsAdditionalProperty
✅ WithTranslate_SetsTextLanguageToEnglish
✅ WithWhisperLanguage_SetsAdditionalProperty
✅ Whisper.net.Tests.SpeechToText.WhisperSpeechToTextClientConstructorTests
✅ AfterDispose_GetStreamingTextAsync_ShouldThrowObjectDisposedException
✅ AfterDispose_GetTextAsync_ShouldThrowObjectDisposedException
✅ Constructor_WithFactoryBuilder_ShouldNotCreateFactoryImmediately
✅ Constructor_WithModelFileName_ShouldNotCreateFactoryImmediately
✅ Constructor_WithNullFactoryBuilder_ShouldThrowArgumentNullException
✅ Dispose_ShouldDisposeFactory
✅ FactoryBuilder_ReturningNull_ShouldThrowArgumentNullException
✅ GetStreamingTextAsync_ShouldCreateFactoryLazily
✅ GetTextAsync_ShouldCreateFactoryLazily
✅ MultipleRequests_ShouldReuseFactory
✅ Whisper.net.Tests.SpeechToText.WhisperSpeechToTextClientTest
✅ GetStreamingTextAsync_CalledMultipleTimes_Serially_WillCompleteEverytime
✅ GetTextAsync_CalledMultipleTimes_Serially_WillCompleteEverytime
✅ ProcessAsync_WhenJunkChunkExists_ProcessCorrectly
✅ ProcessAsync_WhenMultichannel_ProcessCorrectly
✅ TestHappyFlowAsync
✅ WithSegmentEventHandler_Cancelled_WillCancellTheProcessing_AndDispose
✅ Whisper.net.Tests.WaveParserTests
✅ Initialize_WithTruncatedStream_ShouldThrow
✅ Initialize_WithTruncatedStreamAndPermissiveFlag_ShouldNotThrow
✅ tests/Whisper.net.Tests/TestResults/_runnervmmtnos_2026-01-19_13_43_12.trx
89 tests were completed in 951s with 88 passed, 0 failed and 1 skipped.
| Test suite | Passed | Failed | Skipped | Time |
|---|---|---|---|---|
| Whisper.net.Tests.FactoryTests | 6✅ | 1s | ||
| Whisper.net.Tests.LanguageDetectionTests | 4✅ | 114ms | ||
| Whisper.net.Tests.ParallelTests | 1✅ | 206s | ||
| Whisper.net.Tests.ProcessAsyncFunctionalTests | 6✅ | 669s | ||
| Whisper.net.Tests.ProcessFunctionalTests | 6✅ | 1⚪ | 742s | |
| Whisper.net.Tests.ProcessingFailureTests | 2✅ | 69ms | ||
| Whisper.net.Tests.ProcessQuantizedTests | 1✅ | 175s | ||
| Whisper.net.Tests.SpeechToText.SpeechToTextOptionsExtensionsTests | 44✅ | 175ms | ||
| Whisper.net.Tests.SpeechToText.WhisperSpeechToTextClientConstructorTests | 10✅ | 637s | ||
| Whisper.net.Tests.SpeechToText.WhisperSpeechToTextClientTest | 6✅ | 744s | ||
| Whisper.net.Tests.WaveParserTests | 2✅ | 2s |
✅ Whisper.net.Tests.FactoryTests
✅ CreateBuilder_WithCorruptedModel_ShouldThrow
✅ CreateBuilder_WithDisposedFactory_ShouldThrow
✅ CreateBuilder_WithFileModel_ShouldReturnBuilder
✅ CreateBuilder_WithMemoryModel_ShouldReturnBuilder
✅ CreateBuilder_WithNoModel_ShouldThrow
✅ GetSupportedLanguages_ShouldReturnAll
✅ Whisper.net.Tests.LanguageDetectionTests
✅ DetectLanguageWithProbability_WhenCandidatesDontMatch_FallsBackToNativeResult
✅ DetectLanguageWithProbability_WhenCandidatesProvided_SelectsBestCandidate
✅ DetectLanguageWithProbability_WhenCandidatesProvidedAsSpan_SelectsBestCandidate
✅ DetectLanguageWithProbability_WhenNoCandidatesProvided_ReturnsNativeResult
✅ Whisper.net.Tests.ParallelTests
✅ ProcessAsync_ParallelExecution_WillCompleteEverytime
✅ Whisper.net.Tests.ProcessAsyncFunctionalTests
✅ ProcessAsync_CalledMultipleTimes_Serially_WillCompleteEverytime
✅ ProcessAsync_Cancelled_WillCancelTheProcessing_AndDispose_WillWaitUntilFullyFinished
✅ ProcessAsync_WhenJunkChunkExists_ProcessCorrectly
✅ ProcessAsync_WhenMultichannel_ProcessCorrectly
✅ ProcessAsync_WhenUtf8Data_ProcessCorrectly
✅ TestHappyFlowAsync
✅ Whisper.net.Tests.ProcessFunctionalTests
✅ Process_CalledMultipleTimes_Serially_WillCompleteEverytime
✅ Process_WhenMultichannel_ProcessCorrectly
✅ Test_LibraryLoadError_ShouldFallbackToCPU(invalidLibrary: "cuda")
✅ Test_LibraryLoadError_ShouldFallbackToCPU(invalidLibrary: "openvino")
✅ TestAutoDetectLanguageWithRomanian
⚪ TestCancelEncoder
✅ TestHappyFlow
✅ Whisper.net.Tests.ProcessingFailureTests
✅ Process_WhenNativeFails_ShouldThrow
✅ ProcessAsync_WhenNativeFails_ShouldThrow
✅ Whisper.net.Tests.ProcessQuantizedTests
✅ TestHappyFlowQuantized
✅ Whisper.net.Tests.SpeechToText.SpeechToTextOptionsExtensionsTests
✅ WithAudioContextSize_SetsAdditionalProperty
✅ WithBeamSearchSamplingStrategy_SetsAdditionalProperty
✅ WithDuration_SetsAdditionalProperty
✅ WithEncoderBeginHandler_SetsAdditionalProperty
✅ WithEntropyThreshold_SetsAdditionalProperty
✅ WithGreedySamplingStrategy_SetsAdditionalProperty
✅ WithLanguage_SetsLanguageProperty
✅ WithLanguageDetection_SetsAdditionalProperty
✅ WithLanguageDetection_WithFalseParameter_SetsAdditionalPropertyToFalse
✅ WithLengthPenalty_SetsAdditionalProperty
✅ WithLogProbThreshold_SetsAdditionalProperty
✅ WithMaxInitialTs_SetsAdditionalProperty
✅ WithMaxLastTextTokens_SetsAdditionalProperty
✅ WithMaxSegmentLength_SetsAdditionalProperty
✅ WithMaxTokensPerSegment_SetsAdditionalProperty
✅ WithNoContext_SetsAdditionalProperty
✅ WithNoContext_WithFalseParameter_SetsAdditionalPropertyToFalse
✅ WithNoSpeechThreshold_SetsAdditionalProperty
✅ WithOffset_SetsAdditionalProperty
✅ WithOpenVinoEncoder_SetsAdditionalProperties
✅ WithOpenVinoEncoder_WithNullDeviceAndCache_SetsOnlyEncoderPath
✅ WithoutStringPool_SetsAdditionalProperty
✅ WithoutSuppressBlank_SetsAdditionalProperty
✅ WithPrintProgress_SetsAdditionalProperty
✅ WithPrintProgress_WithFalseParameter_SetsAdditionalPropertyToFalse
✅ WithPrintResults_SetsAdditionalProperty
✅ WithPrintResults_WithFalseParameter_SetsAdditionalPropertyToFalse
✅ WithPrintSpecialTokens_SetsAdditionalProperty
✅ WithPrintSpecialTokens_WithFalseParameter_SetsAdditionalPropertyToFalse
✅ WithPrintTimestamps_SetsAdditionalProperty
✅ WithPrintTimestamps_WithFalseParameter_SetsAdditionalPropertyToFalse
✅ WithProbabilities_SetsAdditionalProperty
✅ WithProbabilities_WithFalseParameter_SetsAdditionalPropertyToFalse
✅ WithProgressHandler_SetsAdditionalProperty
✅ WithSegmentEventHandler_SetsAdditionalProperty
✅ WithStringPool_SetsAdditionalProperty
✅ WithTemperature_SetsAdditionalProperty
✅ WithTemperatureInc_SetsAdditionalProperty
✅ WithThreads_SetsAdditionalProperty
✅ WithTokenTimestamps_SetsAdditionalProperty
✅ WithTokenTimestampsSumThreshold_SetsAdditionalProperty
✅ WithTokenTimestampsThreshold_SetsAdditionalProperty
✅ WithTranslate_SetsTextLanguageToEnglish
✅ WithWhisperLanguage_SetsAdditionalProperty
✅ Whisper.net.Tests.SpeechToText.WhisperSpeechToTextClientConstructorTests
✅ AfterDispose_GetStreamingTextAsync_ShouldThrowObjectDisposedException
✅ AfterDispose_GetTextAsync_ShouldThrowObjectDisposedException
✅ Constructor_WithFactoryBuilder_ShouldNotCreateFactoryImmediately
✅ Constructor_WithModelFileName_ShouldNotCreateFactoryImmediately
✅ Constructor_WithNullFactoryBuilder_ShouldThrowArgumentNullException
✅ Dispose_ShouldDisposeFactory
✅ FactoryBuilder_ReturningNull_ShouldThrowArgumentNullException
✅ GetStreamingTextAsync_ShouldCreateFactoryLazily
✅ GetTextAsync_ShouldCreateFactoryLazily
✅ MultipleRequests_ShouldReuseFactory
✅ Whisper.net.Tests.SpeechToText.WhisperSpeechToTextClientTest
✅ GetStreamingTextAsync_CalledMultipleTimes_Serially_WillCompleteEverytime
✅ GetTextAsync_CalledMultipleTimes_Serially_WillCompleteEverytime
✅ ProcessAsync_WhenJunkChunkExists_ProcessCorrectly
✅ ProcessAsync_WhenMultichannel_ProcessCorrectly
✅ TestHappyFlowAsync
✅ WithSegmentEventHandler_Cancelled_WillCancellTheProcessing_AndDispose
✅ Whisper.net.Tests.WaveParserTests
✅ Initialize_WithTruncatedStream_ShouldThrow
✅ Initialize_WithTruncatedStreamAndPermissiveFlag_ShouldNotThrow
Loading