feat: add MSAL.NET authentication to MAUI clients (#45) #71
Annotations
4 errors and 13 warnings
|
Test Report
No test report files were found
|
|
Build unit tests
Process completed with exit code 1.
|
|
Build unit tests:
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?)
|
|
Build unit tests:
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?)
|
|
Complete job
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 Report
No file matches path tests/SentenceStudio.UnitTests/TestResults/*.trx
|
|
Upload test results
No files were found with the provided path: tests/SentenceStudio.UnitTests/TestResults/*.trx. No artifacts will be uploaded.
|
|
Build unit tests:
src/SentenceStudio.Shared/Services/SentenceTimingCalculator.cs#L21
Cannot convert null literal to non-nullable reference type.
|
|
Build unit tests:
src/SentenceStudio.Shared/Data/VocabularyLearningContextRepository.cs#L82
Cannot convert null literal to non-nullable reference type.
|
|
Build unit tests:
src/SentenceStudio.Shared/Services/VocabularyProgressService.cs#L390
'VocabularyProgress.CurrentPhase' is obsolete: 'No longer used for scoring. Will be removed in future version.'
|
|
Build unit tests:
src/SentenceStudio.Shared/Data/VocabularyProgressRepository.cs#L155
Cannot convert null literal to non-nullable reference type.
|
|
Build unit tests:
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.
|
|
Build unit tests:
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.
|
|
Build unit tests:
src/SentenceStudio.Shared/Data/LearningResourceRepository.cs#L175
Cannot convert null literal to non-nullable reference type.
|
|
Build unit tests:
src/SentenceStudio.Shared/Data/LearningResourceRepository.cs#L175
Cannot convert null literal to non-nullable reference type.
|
|
Build unit tests:
src/SentenceStudio.Shared/Services/DataExportService.cs#L16
Cannot convert null literal to non-nullable reference type.
|
|
Build unit tests:
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'.
|
Loading