Skip to content

## 8.3.0.0 - 2024-10-30 #69

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Oct 30, 2024
Merged

## 8.3.0.0 - 2024-10-30 #69

merged 1 commit into from
Oct 30, 2024

Conversation

pmrogala
Copy link
Owner

Added

  • Possibility to use static method for constructing an object instead of normal constructors.
    • simple usage
  [MakeBuilder(typeof(Entity), staticFactoryMethodName: nameof(Entity.CreateEntity))]
  • It may be useful when your entity has private constructors and you create it by factory methods.

### Added
- Possibility to use static method for constructing an object instead of normal constructors.
   - simple usage ```[MakeBuilder(typeof(Entity), staticFactoryMethodName: nameof(Entity.CreateEntity))]```
   - It may be useful when your entity has private constructors and you create it by factory methods.
@pmrogala
Copy link
Owner Author

#62

@pmrogala
Copy link
Owner Author

#60

@pmrogala pmrogala self-assigned this Oct 30, 2024
@pmrogala pmrogala merged commit eb6125a into main Oct 30, 2024
2 checks passed
@pmrogala pmrogala deleted the feature/8.3.0.0 branch November 2, 2024 09:18
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