Skip to content

docs: add distributed architecture plan (3-model comparison) #17

docs: add distributed architecture plan (3-model comparison)

docs: add distributed architecture plan (3-model comparison) #17

Triggered via push February 25, 2026 02:36
Status Failure
Total duration 33s
Artifacts

test.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

4 errors and 12 warnings
test
No test report files were found
test
Process completed with exit code 1.
test: tests/SentenceStudio.UnitTests/Services/SearchQueryParserTests.cs#L14
The type or namespace name 'SearchQueryParser' could not be found (are you missing a using directive or an assembly reference?)
test: tests/SentenceStudio.UnitTests/Services/SearchQueryParserTests.cs#L14
The type or namespace name 'SearchQueryParser' could not be found (are you missing a using directive or an assembly reference?)
test
No file matches path tests/SentenceStudio.UnitTests/TestResults/*.trx
test
No files were found with the provided path: tests/SentenceStudio.UnitTests/TestResults/*.trx. No artifacts will be uploaded.
test: src/SentenceStudio.Shared/Data/UserProfileRepository.cs#L17
Possible null reference assignment.
test: src/SentenceStudio.Shared/Data/VocabularyLearningContextRepository.cs#L80
Cannot convert null literal to non-nullable reference type.
test: src/SentenceStudio.Shared/Services/VocabularyProgressService.cs#L386
'VocabularyProgress.CurrentPhase' is obsolete: 'No longer used for scoring. Will be removed in future version.'
test: src/SentenceStudio.Shared/Data/VocabularyProgressRepository.cs#L135
Cannot convert null literal to non-nullable reference type.
test: src/SentenceStudio.Shared/Services/YouTubeImportService.cs#L15
Non-nullable property 'TrackInfo' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
test: src/SentenceStudio.Shared/Common/LocalizationManager.cs#L13
Non-nullable event 'PropertyChanged' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the event as nullable.
test: src/SentenceStudio.Shared/Data/LearningResourceRepository.cs#L152
Cannot convert null literal to non-nullable reference type.
test: src/SentenceStudio.Shared/Data/LearningResourceRepository.cs#L152
Cannot convert null literal to non-nullable reference type.
test: src/SentenceStudio.Shared/Services/DataExportService.cs#L16
Cannot convert null literal to non-nullable reference type.
test: src/SentenceStudio.Shared/Common/LocalizationManager.cs#L9
Nullability of reference types in type of 'event PropertyChangedEventHandler LocalizationManager.PropertyChanged' doesn't match implicitly implemented member 'event PropertyChangedEventHandler? INotifyPropertyChanged.PropertyChanged'.