GenFu
GenFu copied to clipboard
Add setting to ignore default value checker
Fixes #121
Add a setting to ignore the default value checker
- Add a new boolean property
IgnoreDefaultValueCheckerto theGenFuclass insrc/GenFu/GenFu.cs. - Modify the
Newmethod in theGenFuclass to check theIgnoreDefaultValueCheckerproperty before using theDefaultValueChecker. - Add a method to set the
IgnoreDefaultValueCheckerproperty in theGenFuConfiguratorclass insrc/GenFu/GenFuConfigurator.cs. - Add tests in
tests/GenFu.Tests/GenFuTests.csto verify the new behavior of ignoring the default value checker.
For more details, open the Copilot Workspace session.