Farfetch / rules-framework

A generic framework that allows defining and evaluating rules for complex business scenarios.
MIT License
40 stars 7 forks source link

Fix ArgumentNullException for InMemoryRulesStorage from IServiceCollection #142

Closed luispfgarces closed 1 year ago

luispfgarces commented 1 year ago

Description

The integration tests for the in-memory data source provider are also candidates for moving to project Rules.Framework.IntegrationTests, but I intentionally left that for another time.

Closes #141.

Change checklist

Please also check the I want to contribute guidelines and make sure you have done accordingly.

Disclaimer

By sending us your contributions, you are agreeing that your contribution is made subject to the terms of our Contributor Ownership Statement

luispfgarces commented 1 year ago

@carlosgoias @jdromeiro can you please review it again? Unfortunately, I had to resolve merge conflicts from master.

luispfgarces commented 1 year ago

@jdromeiro can you please review this again?