ZiggyCreatures / FusionCache

FusionCache is an easy to use, fast and robust hybrid cache with advanced resiliency features.
MIT License
1.56k stars 84 forks source link

Projects cleanup #250

Open 0xced opened 1 month ago

0xced commented 1 month ago

This simplifies the project by moving as much as possible into the Directory.Build.props file.

Also, by using <GenerateDocumentationFile>true</GenerateDocumentationFile> instead of DocumentationFile, the xmldoc files are generated inside the obj directory, avoiding to pollute the different projects with the generated xmldoc files (which will still be included in the NuGet packages).

Finally, package validation as been enabled for all projects instead of only the main ZiggyCreatures.FusionCache project.