Fixed a logic bug #76
Annotations
12 warnings
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/setup-java@v1, actions/upload-artifact@v2, actions/cache@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
|
Kavita.Common/Configuration.cs#L19
Make this field 'private' and encapsulate it in a 'public' property.
|
Kavita.Common/Configuration.cs#L19
Change the visibility of 'KavitaPlusApiUrl' or make it 'const' or 'readonly'.
|
Kavita.Common/Configuration.cs#L19
Refactor your code not to use hardcoded absolute paths or URIs.
|
Kavita.Common/Configuration.cs#L327
Rename this property to not shadow the outer class' member with the same name.
|
Kavita.Common/Configuration.cs#L329
Rename this property to not shadow the outer class' member with the same name.
|
Kavita.Common/Configuration.cs#L331
Rename this property to not shadow the outer class' member with the same name.
|
Kavita.Common/Helpers/UntrustedCertClientFactory.cs#L10
Enable server certificate validation on this SSL/TLS connection
|
Kavita.Common/EnvironmentInfo/IOsInfo.cs#L15
Initialize all 'static fields' inline and remove the 'static constructor'.
|
API/Extensions/ChapterListExtensions.cs#L16
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
|
API/Extensions/ChapterListExtensions.cs#L28
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
|
The logs for this run have expired and are no longer available.
Loading