-
-
Notifications
You must be signed in to change notification settings - Fork 191
Open
Description
The file DasBlog.Services\ConfigFile\SiteConfig.cs contains unused private fields (_cdnFrom and _cdnTo). These fields are never referenced and can be safely removed to clean up the code and resolve CS0169 warnings. Only the public properties CdnFrom and CdnTo are used.
Suggested fix:
- Remove the private fields
_cdnFromand_cdnTofrom theSiteConfigclass.
This will improve code clarity and eliminate unnecessary compiler warnings.
Metadata
Metadata
Assignees
Labels
No labels