Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add Directory.Build.props #346

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

iPazooki
Copy link

@iPazooki iPazooki commented Sep 12, 2023

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

  • I have performed a self-review of my code.
  • 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

Add Directory.Build.props with some predefined properties
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant