Skip to content

Update 2024_02

Update 2024_02 #29

Triggered via pull request September 25, 2024 14:18
Status Success
Total duration 34s
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#L13
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#L14
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/AudioDramaPresenterTests.cs#L11
Non-nullable field '_sampleAudioDramaProvider' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
build: DdfGuide.Tests/AudioDramaPresenterTests.cs#L12
Non-nullable field '_audioDrama' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
build: DdfGuide.Tests/AudioDramaPresenterTests.cs#L13
Non-nullable field '_sut' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
build: DdfGuide.Tests/AudioDramaPresenterTests.cs#L14
Non-nullable field '_mocker' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
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/UserDataChangedEventTests.cs#L9
Non-nullable field '_sut' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.