jeffkl / MSBuildProjectCreator

A fluent API for creating MSBuild projects for use by unit tests
MIT License
47 stars 4 forks source link

Simplify PackageRepository.FileCustom #275

Closed MattKotsenas closed 9 months ago

MattKotsenas commented 9 months ago

Call the private File helper in FileCustom and remove a small amount of duplicate logic. Double-checked code coverage to verify similar coverage before and after change.