fix: WebApp needs no-op IAuthService, not MsalAuthService #16
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/Models/MatchingTile.cs#L12
Non-nullable property 'Language' 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/Models/MatchingTile.cs#L11
Non-nullable property 'Text' 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/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.
|
|
Build Api:
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.
|
|
Build Api:
src/SentenceStudio.Shared/Models/TimestampedAudio.cs#L25
Non-nullable property 'Characters' 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/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'.
|
|
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.
|