Skip to content

Wire up ConsoleEmailSender and send confirmation/reset emails #90

Wire up ConsoleEmailSender and send confirmation/reset emails

Wire up ConsoleEmailSender and send confirmation/reset emails #90

Triggered via push March 15, 2026 02:57
Status Failure
Total duration 34s
Artifacts

test.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

4 errors and 13 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
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/checkout@v4, actions/setup-dotnet@v4, actions/upload-artifact@v4, dorny/test-reporter@v1. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
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#L21
Possible null reference assignment.
test: src/SentenceStudio.Shared/Data/VocabularyLearningContextRepository.cs#L82
Cannot convert null literal to non-nullable reference type.
test: src/SentenceStudio.Shared/Services/VocabularyProgressService.cs#L390
'VocabularyProgress.CurrentPhase' is obsolete: 'No longer used for scoring. Will be removed in future version.'
test: src/SentenceStudio.Shared/Data/VocabularyProgressRepository.cs#L155
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/Services/DataExportService.cs#L16
Cannot convert null literal to non-nullable reference type.
test: src/SentenceStudio.Shared/Data/LearningResourceRepository.cs#L175
Cannot convert null literal to non-nullable reference type.
test: src/SentenceStudio.Shared/Data/LearningResourceRepository.cs#L175
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'.