You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Refactor SustainabilityService dependencies and syntax
Removed the `IWebHostEnvironment` dependency from the
`SustainabilityService` class to simplify its design and reduce
unnecessary dependencies. Updated array initialization syntax
to use modern C# shorthand (`[...]`) for `ImageExtensions` and
`FontExtensions`. Replaced default list initialization for
`ResourceGroups` with a more concise empty list syntax (`[]`).
Removed the unused `using Microsoft.AspNetCore.Hosting;` directive.
0 commit comments