Skip to content

Analyze

Analyze #39

Triggered via schedule August 25, 2023 00:19
Status Success
Total duration 5m 39s
Artifacts

analyze.yml

on: schedule
Fit to window
Zoom out
Zoom in

Annotations

10 warnings
Analyze: LostFilmMonitoring.DAO.Interfaces/DomainModels/FeedItem.cs#L29
When implementing IComparable<T>, you should also override ==, !=, <, <=, >, and >=.
Analyze: LostFilmMonitoring.DAO.Interfaces/DomainModels/Series.cs#L47
Constructor has 13 parameters, which is greater than the 7 authorized.
Analyze: LostFilmMonitoring.DAO.Interfaces/DomainModels/FeedItem.cs#L94
Change this expression which always evaluates to the same result.
Analyze: LostFilmTV.Client/Exceptions/RemoteServiceUnavailableException.cs#L33
Update this implementation of 'ISerializable' to conform to the recommended serialization pattern.
Analyze: LostFilmTV.Client/Exceptions/RemoteServiceUnavailableException.cs#L33
'Exception' implements 'ISerializable' so 'ISerializable' can be removed from the inheritance list.
Analyze: LostFilmTV.Client/Response/FeedItemResponse.cs#L29
When implementing IComparable<T>, you should also override ==, !=, <, <=, >, and >=.
Analyze: LostFilmTV.Client/RssFeed/LostFilmRssFeed.cs#L31
Refactor your code not to use hardcoded absolute paths or URIs.
Analyze: LostFilmTV.Client/RssFeed/ReteOrgRssFeed.cs#L31
Refactor your code not to use hardcoded absolute paths or URIs.
Analyze: LostFilmTV.Client/RssFeed/BaseRssFeed.cs#L128
Pass a timeout to limit the execution time.
Analyze: LostFilmTV.Client/Response/FeedItemResponse.cs#L69
Pass a timeout to limit the execution time.