enisn / AutoFilterer

AutoFilterer is a mini filtering framework library for dotnet. The main purpose of the library is to generate LINQ expressions for Entities over DTOs automatically. The first aim is to be compatible with Open API 3.0 Specifications
MIT License
458 stars 37 forks source link

Enable Source Linking #50

Closed enisn closed 2 years ago

enisn commented 2 years ago

Enable Source Linking for all packages according to: https://github.com/dotnet/sourcelink/blob/main/README.md#using-source-link-in-net-projects

Only two of them is enough:

    <PublishRepositoryUrl>true</PublishRepositoryUrl>
    <IncludeSymbols>true</IncludeSymbols>