coravel icon indicating copy to clipboard operation
coravel copied to clipboard

Add Directory.Build.props

Open iPazooki opened this issue 9 months ago • 0 comments

Add Directory.Build.props

This pull request resolves issue #345 and adds Directory.Build.props to the solution at the solution level to avoid code duplication.

Checklist before requesting a review

  • [x] I have performed a self-review of my code.
  • [x] I have built and run all test cases successfully.

Changes

  • Add Directory.Build.props files
  • Add its reference to the solution file

Notes

  • It's possible to encounter null exceptions in many places, so adding <Nullable>enable</Nullable> to the Directory.Build.props file could help prevent them. However, updating the affected projects would be necessary. image

  • Issue #345

iPazooki avatar Sep 12 '23 06:09 iPazooki