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

Added Directory.Build files to isolate cs projects #81

Merged
merged 1 commit into from
Jul 18, 2024

Conversation

jakenuts
Copy link
Contributor

If you use the node package in a project that has a Directory.Build.props or Directory.build.targets file in its root, the settings in those files control the compilation of the packages c# code. For instance, if nullable is enabled for the solution using the package, the csproj files will fail to build as they aren't nullable aware.

If you use the package in a project that has a Directory.Build.props or Directory.build.targets file in its root, the settings in those files control the compilation of the packages c# code. For instance, if nullable is enabled for the solution using the package, the csproj files will fail to build as they aren't nullable aware.
@digocesar digocesar merged commit 50b75c1 into svenheden:master Jul 18, 2024
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.

2 participants