You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- The default constructor, generated for record types when marked as partial, now applies the fully qualified type when propagating the default value, thereby removing the potential for ambiguity with the projection constructor (#8).
* ## Fixed
- The default constructor, generated for record types when marked as partial, now applies the fully qualified type when propagating the default value, thereby removing the potential for ambiguity with the projection constructor (#8).
* Updated Sonar Analyzer
* Applied Sonar recommendation
Describe the bug
It is not possible to apply Fluentify to a partial record that has only one property defined.
To Reproduce
Define a partial record with just one property and annotate it with Fluentify e.g.
The code will fail to compile due to the following error:
Expected behavior
The code should compile, with an extension method generated for the property and a default constructor generated for the record.
Environment (please complete the following information):
Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered: