Ecosyste.ms: Issues
An open API service for providing issue and pull request metadata for open source projects.
GitHub / StefH/FluentBuilder issues and pull requests
#66 - FluentBuilder 0.10.0 requires at least Visual Studio 17.11.5
Issue -
State: closed - Opened by benjaminoerskov 3 months ago
- 4 comments
Labels: question
#65 - Add support for generic AutoGenerateBuilderAttribute
Pull Request -
State: closed - Opened by StefH 4 months ago
Labels: enhancement
#64 - Support "internal" for class and custom builder
Pull Request -
State: closed - Opened by StefH 5 months ago
Labels: enhancement
#63 - Fixed support for IReadOnlyCollection and IReadOnlyList
Pull Request -
State: closed - Opened by StefH 6 months ago
Labels: bug
#62 - Fix issue with same type in look-a-like namespace (WIP....)
Pull Request -
State: open - Opened by StefH 12 months ago
Labels: bug
#61 - AutoGenerateBuilder for type doesn't generate classess
Issue -
State: open - Opened by jvmlet over 1 year ago
#60 - Issue with same type in look-a-like namespace
Issue -
State: open - Opened by StefH over 1 year ago
- 1 comment
Labels: bug
#59 - Support primary constructors
Issue -
State: open - Opened by AndreuCodina over 1 year ago
#58 - Builder method not generated for protobuf collections
Issue -
State: open - Opened by leus almost 2 years ago
- 2 comments
Labels: bug
#57 - Update readme for new extension method
Pull Request -
State: closed - Opened by Meigs2 almost 2 years ago
Labels: documentation
#56 - Add AsBuilder extension method
Pull Request -
State: closed - Opened by StefH almost 2 years ago
Labels: enhancement
#55 - UsingInstance returns correct generated builder
Pull Request -
State: closed - Opened by StefH almost 2 years ago
Labels: enhancement
#54 - Automatic extension method generation for easy updating of existing class instances
Issue -
State: closed - Opened by Meigs2 almost 2 years ago
- 6 comments
Labels: enhancement
#53 - By default : generate only the With*** builder methods
Pull Request -
State: closed - Opened by StefH almost 2 years ago
Labels: enhancement
#52 - AttributeArgumentListParser : Update TryParseAsEnum
Pull Request -
State: closed - Opened by StefH almost 2 years ago
Labels: enhancement
#51 - Add support for parameterless constructors
Pull Request -
State: closed - Opened by StefH almost 2 years ago
Labels: enhancement
#50 - Take the namespace of generated files from the RootNamespace property
Pull Request -
State: closed - Opened by justinwritescode over 2 years ago
- 8 comments
Labels: enhancement
#49 - Fix IListBuilder namespace
Pull Request -
State: closed - Opened by StefH over 2 years ago
- 1 comment
Labels: bug
#48 - Child builders for properties not generating correct code
Issue -
State: closed - Opened by distantcam over 2 years ago
- 5 comments
#47 - Support Properties which have 'private set'
Pull Request -
State: closed - Opened by StefH over 2 years ago
Labels: enhancement
#46 - Add support to exclude properties from base-classes + fixed default value if SuppressNullableWarningExpression
Pull Request -
State: closed - Opened by StefH over 2 years ago
#45 - If a propert has a default set, use that in the builder
Pull Request -
State: closed - Opened by StefH over 2 years ago
Labels: enhancement
#44 - Adds an attribute called IgnoreProperty that tells the generator to skip the property
Pull Request -
State: closed - Opened by emorell96 over 2 years ago
- 5 comments
Labels: enhancement
#43 - Bug with a class with CultureInfo
Issue -
State: closed - Opened by emorell96 over 2 years ago
- 4 comments
#42 - Use params in 'With'-method in case the type is an array
Pull Request -
State: closed - Opened by StefH over 2 years ago
Labels: enhancement
#41 - Builder could handle classes without default constructor
Issue -
State: closed - Opened by powerdude over 2 years ago
- 1 comment
Labels: enhancement
#40 - Builder code should handle private setters
Issue -
State: closed - Opened by powerdude over 2 years ago
- 2 comments
#39 - [enhancement]: for array `with` methods, consider adding the `params` keyword for easier use
Issue -
State: closed - Opened by powerdude over 2 years ago
- 1 comment
Labels: enhancement
#38 - Support for init-only properties
Pull Request -
State: closed - Opened by StefH over 2 years ago
Labels: enhancement
#37 - Support different namespace for class in custom builder class
Pull Request -
State: closed - Opened by StefH over 2 years ago
Labels: enhancement
#36 - Issues with generating builder from an object in another namespace
Issue -
State: closed - Opened by powerdude over 2 years ago
- 6 comments
Labels: bug
#35 - Builder code should handle init setter so that it doesn't generate non-compilable code
Issue -
State: closed - Opened by powerdude over 2 years ago
- 14 comments
#34 - Implement Func and Action
Pull Request -
State: closed - Opened by StefH over 2 years ago
- 1 comment
Labels: enhancement
#33 - Fix StackOverflow when there is a constructor with itself
Pull Request -
State: closed - Opened by StefH over 2 years ago
#32 - Unable to use `Func` and `Action` with the builder methods
Issue -
State: closed - Opened by dmoonfire over 2 years ago
- 3 comments
#31 - Fix generation failing when the target type has at least one ctor with parameters
Pull Request -
State: closed - Opened by iam-mholle over 2 years ago
#30 - Builder generation fails if the target type has at least one ctor with parameters
Issue -
State: closed - Opened by iam-mholle over 2 years ago
- 1 comment
Labels: bug
#29 - Support IReadOnlyCollection and ReadOnlyCollection
Pull Request -
State: closed - Opened by StefH over 2 years ago
Labels: enhancement
#28 - Generating a builder for a property of a type where the ctor with the least parameters expects the property type itself causes a stack overflow
Issue -
State: closed - Opened by iam-mholle over 2 years ago
- 1 comment
#27 - Wrong initialization is generated for ReadOnlyCollection<> properties
Issue -
State: closed - Opened by iam-mholle over 2 years ago
- 2 comments
Labels: bug
#26 - Replace Array.Empty by new T[0] (supporting .NET45)
Pull Request -
State: closed - Opened by StefH almost 3 years ago
Labels: bug
#25 - Create correct default() statement (use New constructor when possible)
Pull Request -
State: closed - Opened by StefH almost 3 years ago
Labels: enhancement
#24 - Use correct default value for reference types
Pull Request -
State: closed - Opened by StefH almost 3 years ago
Labels: bug
#23 - Add support for file scoped namespaces
Pull Request -
State: closed - Opened by StefH almost 3 years ago
- 1 comment
Labels: enhancement
#22 - The type or namespace name 'UserBuilder' does not exist in the namespace 'FluentBuilder' (are you missing an assembly reference?)
Issue -
State: closed - Opened by JKamsker almost 3 years ago
- 3 comments
Labels: bug
#21 - Use full type name + change namespace from builders
Pull Request -
State: closed - Opened by StefH almost 3 years ago
Labels: bug
#20 - Do not inherit IEnumerableBuilder anymore
Pull Request -
State: closed - Opened by StefH almost 3 years ago
Labels: enhancement
#19 - Generate Error.g.cs file in case no public and parameterless constructor is present in the target class
Pull Request -
State: closed - Opened by StefH almost 3 years ago
#18 - Add support to use this FluentBuilder for all classes
Pull Request -
State: closed - Opened by StefH almost 3 years ago
Labels: enhancement
#17 - For interface or array, no cast is needed
Pull Request -
State: closed - Opened by StefH almost 3 years ago
Labels: bug
#16 - Fix support for normal Dictionary<,>
Pull Request -
State: closed - Opened by StefH about 3 years ago
Labels: bug
#15 - Refactor IEumerable builders
Pull Request -
State: closed - Opened by StefH about 3 years ago
Labels: enhancement
#14 - Add support for IDictionary
Pull Request -
State: closed - Opened by StefH about 3 years ago
Labels: enhancement
#13 - Skip Dictionary for IEnumerableBuilder logic
Pull Request -
State: closed - Opened by StefH about 3 years ago
Labels: bug
#12 - Add support for Array and IEnumerable
Pull Request -
State: closed - Opened by StefH about 3 years ago
Labels: enhancement
#11 - Also add 'useObjectInitializer' in With* methods
Pull Request -
State: closed - Opened by StefH about 3 years ago
Labels: enhancement
#10 - Remove runtime check for parameterless constructor
Pull Request -
State: closed - Opened by StefH about 3 years ago
Labels: enhancement
#9 - Add support for calling DefaultConstructor instead of using ObjectInitializer
Pull Request -
State: closed - Opened by StefH about 3 years ago
Labels: enhancement
#8 - Add DevelopmentDependency = true to csproj
Pull Request -
State: closed - Opened by StefH over 3 years ago
Labels: enhancement
#7 - Add support for generics + update generated filename
Pull Request -
State: closed - Opened by StefH over 3 years ago
Labels: enhancement
#6 - Only emit #nullable when nullable is supported (>= LanguageVersion.CS…
Pull Request -
State: closed - Opened by StefH over 3 years ago
Labels: enhancement
#5 - Add autogenerated header
Pull Request -
State: closed - Opened by StefH over 3 years ago
Labels: enhancement
#4 - Add support for Action<builder>
Pull Request -
State: closed - Opened by StefH over 3 years ago
Labels: enhancement
#3 - Add WithProperty overloads that accepts the property's builder when available
Issue -
State: closed - Opened by danspark over 3 years ago
- 1 comment
Labels: enhancement
#2 - Make project Unit-Testable
Pull Request -
State: closed - Opened by StefH over 3 years ago
Labels: enhancement
#1 - Update Lazy constructor to fix issues with .NET 4.5
Pull Request -
State: closed - Opened by StefH over 3 years ago
Labels: bug