Skip to content

Added some unit tests #187

Added some unit tests

Added some unit tests #187

Triggered via push December 26, 2024 17:26
Status Success
Total duration 2m 25s
Artifacts

cicd.yaml

on: push
lyrics_scraper_net-cicd
2m 18s
lyrics_scraper_net-cicd
Fit to window
Zoom out
Zoom in

Annotations

13 warnings
lyrics_scraper_net-cicd
The target framework 'net7.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 '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 'net7.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 '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/Genius/GeniusOptions.cs#L11
Non-nullable property 'ApiKey' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
lyrics_scraper_net-cicd: LyricsScraperNET/Providers/Musixmatch/MusixmatchOptions.cs#L11
Non-nullable property 'ApiKey' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
lyrics_scraper_net-cicd: LyricsScraperNET/Providers/Abstract/ExternalProviderBase.cs#L13
Non-nullable property 'Parser' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
lyrics_scraper_net-cicd: LyricsScraperNET/Providers/Abstract/ExternalProviderBase.cs#L14
Non-nullable property 'WebClient' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
lyrics_scraper_net-cicd: LyricsScraperNET/Providers/Genius/GeniusOptions.cs#L11
Non-nullable property 'ApiKey' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
lyrics_scraper_net-cicd: LyricsScraperNET/Providers/Abstract/ExternalProviderBase.cs#L13
Non-nullable property 'Parser' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
lyrics_scraper_net-cicd: LyricsScraperNET/Providers/Abstract/ExternalProviderBase.cs#L14
Non-nullable property 'WebClient' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.