Skip to content

#24 Added integration tests for not existed lyrics #120

#24 Added integration tests for not existed lyrics

#24 Added integration tests for not existed lyrics #120

Triggered via push August 19, 2024 15:15
Status Success
Total duration 1m 50s
Artifacts

cicd.yaml

on: push
lyrics_scraper_net-cicd
1m 40s
lyrics_scraper_net-cicd
Fit to window
Zoom out
Zoom in

Annotations

27 warnings
lyrics_scraper_net-cicd
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/create-release@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
lyrics_scraper_net-cicd
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/setup-dotnet@v3, actions/create-release@v1. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
lyrics_scraper_net-cicd
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
lyrics_scraper_net-cicd
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
lyrics_scraper_net-cicd
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
lyrics_scraper_net-cicd
The target framework 'net5.0' is out of support and will not receive security updates in the future. Please refer to https://aka.ms/dotnet-core-support for more information about the support policy.
lyrics_scraper_net-cicd
The target framework 'netcoreapp3.1' is out of support and will not receive security updates in the future. Please refer to https://aka.ms/dotnet-core-support for more information about the support policy.
lyrics_scraper_net-cicd
The target framework 'net5.0' is out of support and will not receive security updates in the future. Please refer to https://aka.ms/dotnet-core-support for more information about the support policy.
lyrics_scraper_net-cicd
The target framework 'netcoreapp3.1' is out of support and will not receive security updates in the future. Please refer to https://aka.ms/dotnet-core-support for more information about the support policy.
lyrics_scraper_net-cicd
The target framework 'net5.0' is out of support and will not receive security updates in the future. Please refer to https://aka.ms/dotnet-core-support for more information about the support policy.
lyrics_scraper_net-cicd
The target framework 'netcoreapp3.1' is out of support and will not receive security updates in the future. Please refer to https://aka.ms/dotnet-core-support for more information about the support policy.
lyrics_scraper_net-cicd: LyricsScraperNET/Providers/SongLyrics/SongLyricsProvider.cs#L37
Non-nullable field '_logger' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
lyrics_scraper_net-cicd: LyricsScraperNET/Providers/SongLyrics/SongLyricsProvider.cs#L58
Cannot convert null literal to non-nullable reference type.
lyrics_scraper_net-cicd: LyricsScraperNET/Providers/SongLyrics/SongLyricsProvider.cs#L64
Cannot convert null literal to non-nullable reference type.
lyrics_scraper_net-cicd: LyricsScraperNET/Providers/Musixmatch/MusixmatchTokenCache.cs#L19
Non-nullable field '_logger' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
lyrics_scraper_net-cicd: LyricsScraperNET/Providers/Musixmatch/MusixmatchTokenCache.cs#L12
Non-nullable field '_memoryCache' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
lyrics_scraper_net-cicd: LyricsScraperNET/Providers/Musixmatch/MusixmatchTokenCache.cs#L13
Non-nullable field '_memoryCacheEntryOptions' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
lyrics_scraper_net-cicd: LyricsScraperNET/Providers/AZLyrics/AZLyricsProvider.cs#L22
Non-nullable field '_logger' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
lyrics_scraper_net-cicd: LyricsScraperNET/Providers/AZLyrics/AZLyricsProvider.cs#L44
Cannot convert null literal to non-nullable reference type.
lyrics_scraper_net-cicd: LyricsScraperNET/Providers/AZLyrics/AZLyricsProvider.cs#L50
Cannot convert null literal to non-nullable reference type.
lyrics_scraper_net-cicd: LyricsScraperNET/Providers/Genius/GeniusProvider.cs#L35
Non-nullable field '_logger' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
lyrics_scraper_net-cicd: LyricsScraperNET/Providers/Genius/GeniusProvider.cs#L57
Cannot convert null literal to non-nullable reference type.
lyrics_scraper_net-cicd: LyricsScraperNET/Providers/Genius/GeniusProvider.cs#L63
Cannot convert null literal to non-nullable reference type.
lyrics_scraper_net-cicd: LyricsScraperNET/Providers/LyricFind/LyricFindProvider.cs#L30
Non-nullable field '_logger' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
lyrics_scraper_net-cicd: LyricsScraperNET/LyricsScraperClient.cs#L29
Possible null reference return.
lyrics_scraper_net-cicd: LyricsScraperNET/LyricsScraperClient.cs#L34
Non-nullable field '_loggerFactory' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.