Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Conversation

@fiseni
Copy link
Owner

@fiseni fiseni commented Sep 30, 2025

Fixes #32

@fiseni fiseni requested a review from Copilot September 30, 2025 12:27
Copy link

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull Request Overview

This PR changes the default validation scope from "Transitive" to "Direct" for the NuSeal package validation system. This addresses issue #32 by modifying the default behavior to validate only direct dependencies rather than transitive ones.

  • Changed default validation scope from "Transitive" to "Direct"
  • Updated conditional logic for package asset inclusion to explicitly check for "Transitive" mode
  • Modified packaging configuration to include build assets in the standard build path

Reviewed Changes

Copilot reviewed 5 out of 5 changed files in this pull request and generated no comments.

Show a summary per file
File Description
src/NuSeal/NuSealOptions.cs Reversed default validation scope logic to make "Direct" the default
src/NuSeal/build/NuSeal.targets Updated condition to explicitly check for "Transitive" scope
src/NuSeal/NuSeal.csproj Changed packaging path from buildTransitive to build
tests/NuSeal.Tests/ConsumerParametersTests.cs Updated test expectations to reflect new "Direct" default
tests/NuSeal.Tests/GenerateConsumerAssetsTaskTests.cs Updated test data to use explicit values instead of null

Tip: Customize your code reviews with copilot-instructions.md. Create the file or learn how to get started.

@fiseni fiseni merged commit 6e63d40 into main Sep 30, 2025
1 check passed
@fiseni fiseni deleted the default-scope branch September 30, 2025 12:28
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.

Update the default validation scope to Direct

1 participant