updated editor to include skipped lessons; added some lessons #43
This run and associated checks have been archived and are scheduled for deletion.
Learn more about checks retention
Annotations
1 error and 5 warnings
publish
Process completed with exit code 1.
|
publish
The following actions uses Node.js version which is deprecated and will be forced to run on node20: actions/checkout@v3, actions/setup-dotnet@v2. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
publish:
LearnJsonEverything/Services/InstructionsBuilder.cs#L103
Possible null reference return.
|
publish:
LearnJsonEverything/Services/LessonPlan.cs#L59
Using member 'System.Text.Json.JsonSerializer.Serialize<TValue>(TValue, JsonSerializerOptions)' which has 'RequiresUnreferencedCodeAttribute' can break functionality when trimming application code. JSON serialization and deserialization might require types that cannot be statically analyzed. Use the overload that takes a JsonTypeInfo or JsonSerializerContext, or make sure all of the required types are preserved.
|
publish:
LearnJsonEverything/Services/InstructionsBuilder.cs#L103
Possible null reference return.
|
publish:
LearnJsonEverything/Services/LessonPlan.cs#L59
Using member 'System.Text.Json.JsonSerializer.Serialize<TValue>(TValue, JsonSerializerOptions)' which has 'RequiresUnreferencedCodeAttribute' can break functionality when trimming application code. JSON serialization and deserialization might require types that cannot be statically analyzed. Use the overload that takes a JsonTypeInfo or JsonSerializerContext, or make sure all of the required types are preserved.
|