fix: suppress EF PendingModelChangesWarning and add profile logging #29
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/LearningResourceRepository.cs#L27
Possible null reference assignment.
|
|
test:
src/SentenceStudio.Shared/Models/MatchingTile.cs#L30
Non-nullable property 'Progress' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
|
test:
src/SentenceStudio.Shared/Models/MatchingTile.cs#L29
Non-nullable property 'Word' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
|
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/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#L173
Cannot convert null literal to non-nullable reference type.
|
|
test:
src/SentenceStudio.Shared/Data/LearningResourceRepository.cs#L173
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'.
|