Skip to content

Bump System.Linq.Dynamic.Core from 1.6.0 to 1.7.2 - #40

Closed
dependabot[bot] wants to merge 31 commits into
mainfrom
dependabot/nuget/src/FeatureFlags/System.Linq.Dynamic.Core-1.7.2
Closed

Bump System.Linq.Dynamic.Core from 1.6.0 to 1.7.2#40
dependabot[bot] wants to merge 31 commits into
mainfrom
dependabot/nuget/src/FeatureFlags/System.Linq.Dynamic.Core-1.7.2

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jun 2, 2026

Copy link
Copy Markdown

Updated System.Linq.Dynamic.Core from 1.6.0 to 1.7.2.

Release notes

Sourced from System.Linq.Dynamic.Core's releases.

1.7.2

What's Changed

New Contributors

Full Changelog: zzzprojects/System.Linq.Dynamic.Core@v1.7.1...v1.7.2

1.7.1

What's Changed

Full Changelog: zzzprojects/System.Linq.Dynamic.Core@v1.7.0...v1.7.1

1.7.0

What's Changed

Full Changelog: zzzprojects/System.Linq.Dynamic.Core@v1.6.10...v1.7.0

1.6.10

What's Changed

Full Changelog: zzzprojects/System.Linq.Dynamic.Core@v1.6.9...v1.6.10

1.6.9

What's Changed

New Contributors

Full Changelog: zzzprojects/System.Linq.Dynamic.Core@v1.6.8...v1.6.9

1.6.8

What's Changed

Full Changelog: zzzprojects/System.Linq.Dynamic.Core@1.6.7...v1.6.8

1.6.6

What's Changed

Full Changelog: zzzprojects/System.Linq.Dynamic.Core@v1.6.5...v1.6.6

1.6.5

What's Changed

Full Changelog: zzzprojects/System.Linq.Dynamic.Core@v1.6.4...v1.6.5

1.6.4

What's Changed

Full Changelog: zzzprojects/System.Linq.Dynamic.Core@v1.6.3...v1.6.4

1.6.3

What's Changed

Full Changelog: zzzprojects/System.Linq.Dynamic.Core@v1.6.2...v1.6.3

1.6.2

What's Changed

Full Changelog: zzzprojects/System.Linq.Dynamic.Core@v1.6.0.2...v1.6.2

1.6.0.2

What's Changed

Full Changelog: zzzprojects/System.Linq.Dynamic.Core@v1.6.0.1...v1.6.0.2

1.6.0.1

What's Changed

Full Changelog: zzzprojects/System.Linq.Dynamic.Core@v1.6.0...v1.6.0.1

Commits viewable in compare view.

Dependabot compatibility score

You can trigger a rebase of this PR by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Note
Automatic rebases have been disabled on this pull request as it has been open for over 30 days.

The background cleanup task used while(true) with no way to stop it
during application shutdown. Now uses CancellationTokenSource that
gets cancelled on Dispose(), allowing graceful shutdown.

Closes #26
- Add GitHub Actions build and test workflow
- Add bug report and feature request issue templates
- Add pull request template
- Add GitHub Sponsors funding configuration
- Improve .gitignore for better development experience
Add CI/CD pipeline and project configuration
- Add FlagEvaluationLog model (flagName, userId, result, timestamp, reason)
- Add IFlagEvaluationLogService interface and in-memory FlagEvaluationLogService
- Add EnableAuditLog opt-in property to FeatureFlagOptions (default: false)
- Record FlagEvaluationLog in FeatureFlagService.IsEnabledAsync with reason
- Register FlagEvaluationLogService as singleton in DI
- Update FeatureFlagServiceTests to supply new constructor dependencies
Add comprehensive unit tests for AuditLogService, GradualRolloutSchedulerService, and FlagEvaluationLogService. Tests cover:
- Audit log retrieval and filtering by user, flag, and pagination
- Scheduled rollout processing and advancement with error handling
- Flag evaluation tracking and metrics aggregation
- Edge cases, null handling, and error conditions
Add integration tests for full feature flag workflows and WebhookService operations:
- End-to-end flag evaluation scenarios (enable/disable, percentage rollout)
- Rule-based targeting with AND/OR condition logic
- Distribution accuracy for percentage allocations across users
- Concurrent evaluation thread safety
- Custom attribute support in rule evaluation
- A/B testing variant assignment
- Webhook registration, validation, and event triggering
Update xunit.runner.visualstudio to 3.0.0 and Moq to 4.20.72 for compatibility with available packages on NuGet.
---
updated-dependencies:
- dependency-name: System.Linq.Dynamic.Core
  dependency-version: 1.7.2
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot @github

dependabot Bot commented on behalf of github Jun 2, 2026

Copy link
Copy Markdown
Author

Labels

The following labels could not be found: automerge. Please create it before Dependabot can add it to a pull request.

Please fix the above issues or remove invalid values from dependabot.yml.

@dependabot @github

dependabot Bot commented on behalf of github Jul 11, 2026

Copy link
Copy Markdown
Author

OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting @dependabot ignore this major version or @dependabot ignore this minor version. You can also ignore all major, minor, or patch releases for a dependency by adding an ignore condition with the desired update_types to your config file.

If you change your mind, just re-open this PR and I'll resolve any conflicts on it.

@dependabot
dependabot Bot deleted the dependabot/nuget/src/FeatureFlags/System.Linq.Dynamic.Core-1.7.2 branch July 11, 2026 06:54
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