Skip to content

fix: Identity auth routing, antiforgery, and layout fixes #22

fix: Identity auth routing, antiforgery, and layout fixes

fix: Identity auth routing, antiforgery, and layout fixes #22

Triggered via push March 15, 2026 02:22
Status Failure
Total duration 42s
Artifacts

ci.yml

on: push
Matrix: build
Fit to window
Zoom out
Zoom in

Annotations

4 errors and 13 warnings
Build AppLib
Process completed with exit code 1.
Build WebApp
Process completed with exit code 1.
Build WebApp
To install these workloads, run the following command: dotnet workload restore
Build WebApp
To build this project, the following workloads must be installed: maui-tizen
Build AppLib
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 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/
Build WebApp
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/cache@v4, actions/checkout@v4, actions/setup-dotnet@v4. 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/
Build Api
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/cache@v4, actions/checkout@v4, actions/setup-dotnet@v4. 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/
Build Api: src/SentenceStudio.Shared/Data/UserProfileRepository.cs#L17
Non-nullable field '_syncService' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
Build Api: src/SentenceStudio.Shared/Data/UserProfileRepository.cs#L22
Possible null reference assignment.
Build Api: src/SentenceStudio.Shared/Data/UserProfileRepository.cs#L21
Possible null reference assignment.
Build Api: src/SentenceStudio.Shared/Data/VocabularyLearningContextRepository.cs#L82
Cannot convert null literal to non-nullable reference type.
Build Api: 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 Api: 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 Api: src/SentenceStudio.Shared/Services/DataExportService.cs#L16
Cannot convert null literal to non-nullable reference type.
Build Api: src/SentenceStudio.Shared/Data/LearningResourceRepository.cs#L175
Cannot convert null literal to non-nullable reference type.
Build Api: src/SentenceStudio.Shared/Data/LearningResourceRepository.cs#L175
Cannot convert null literal to non-nullable reference type.
Build Api: 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'.