Skip to content

Empty third party notices configuration option#124

Merged
max-ieremenko merged 4 commits intorelease/3.8.0from
feature/empty-third-party-notices
Sep 13, 2025
Merged

Empty third party notices configuration option#124
max-ieremenko merged 4 commits intorelease/3.8.0from
feature/empty-third-party-notices

Conversation

@max-ieremenko
Copy link
Owner

New configuration option to manage empty third-party-notices.txt

appsettings.json

  • Always (default): automatically create an empty third-party-notices.txt for each package in the repository
  • Never: remove empty files
  • IfRequiredByLicense: create and keep only if a package license requires third-party-notices
  "repository": {
    "third-party-notices.txt": {
      "keepEmptyFile": "Always|Never|IfRequiredByLicense"
    }
  }

The described changes should be applied manually to the existing configuration, if necessary.

@max-ieremenko max-ieremenko merged commit ee068d9 into release/3.8.0 Sep 13, 2025
2 checks passed
@max-ieremenko max-ieremenko deleted the feature/empty-third-party-notices branch September 13, 2025 12:22
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.

1 participant