Skip to content

delete old projects #41

delete old projects

delete old projects #41

Triggered via pull request October 8, 2024 05:10
@selmaohnehselmaohneh
synchronize #97
develop
Status Success
Total duration 33s
Artifacts

main.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

12 warnings
build
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions/setup-dotnet@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
build
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v2, actions/setup-dotnet@v1. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
build: DdfGuide.Tests/Searching/AudioDramaSearcherTests.cs#L11
Non-nullable field '_audioDramas' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
build: DdfGuide.Tests/Searching/AudioDramaSearcherTests.cs#L12
Non-nullable field '_searcher' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
build: DdfGuide.Tests/AudioDramaExplorerTests.cs#L13
Non-nullable field '_explorer' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
build: DdfGuide.Tests/AudioDramaExplorerTests.cs#L14
Non-nullable field '_audioDramas' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
build: DdfGuide.Tests/AudioDramaUserDataExtensionsTests.cs#L9
Non-nullable field '_audioDramas' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
build: DdfGuide.Tests/DdfGuideTests.cs#L11
Non-nullable field '_systemUnderTest' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
build: DdfGuide.Tests/DdfGuideTests.cs#L12
Non-nullable field '_mocker' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
build: DdfGuide.Tests/DtoFileTests.cs#L16
Possible null reference assignment.
build: DdfGuide.Tests/UserDataImportExportTests.cs#L13
Non-nullable field '_mocker' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
build: DdfGuide.Tests/AudioDramaPresenterTests.cs#L11
Non-nullable field '_sampleAudioDramaProvider' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.