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

Skip to content

Tags: SkJonko/FeatureMasterX

Tags

v10.0.0

Toggle v10.0.0's commit message
Upgrade to .NET 10.0 and update dependencies

Updated target frameworks to include .NET 10.0 and removed support for .NET 6.0. Upgraded package references to their latest versions, including `Microsoft.Extensions.*`, `Microsoft.NET.Test.Sdk`, and `xunit.runner.visualstudio`. Bumped `FeatureMasterX` version to 10.0.0 and updated release notes accordingly.

Refactored `ListCheckFeatureFilterProvider.cs` to use nullable dictionary values in `ConfigurationBuilder.AddInMemoryCollection`. Made minor formatting adjustments in project files.

v9.0.2

Toggle v9.0.2's commit message
Refactor BaseUnitTest to improve dependency injection setup

- Refactored AddScoped dependency Injection.
- Ensured proper configuration loading from `appsettings.json`.
- Improved code readability and maintainability by organizing internal fields and private methods.