feat: add written quizzes #199
Annotations
5 warnings
|
test
Node.js 20 is deprecated. The following actions target Node.js 20 but are being forced to run on Node.js 24: actions/checkout@v3, actions/setup-dotnet@v3. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
test:
backend/Application.Tests/Services/QuizServiceTests.cs#L21
Cannot convert null literal to non-nullable reference type.
|
|
test:
backend/Application/Services/PlanEnforcementService.cs#L56
Possible null reference argument for parameter 'key' in 'bool Dictionary<string, BillingPlanConfig>.TryGetValue(string key, out BillingPlanConfig value)'.
|
|
test:
backend/Application/Services/PlanEnforcementService.cs#L38
Possible null reference argument for parameter 'key' in 'bool Dictionary<string, BillingPlanConfig>.TryGetValue(string key, out BillingPlanConfig value)'.
|
|
test:
backend/Application/Services/PlanEnforcementService.cs#L20
Possible null reference argument for parameter 'key' in 'bool Dictionary<string, BillingPlanConfig>.TryGetValue(string key, out BillingPlanConfig value)'.
|