Ecosyste.ms: Issues
An open API service for providing issue and pull request metadata for open source projects.
GitHub / byronmayne/autofactories issues and pull requests
#49 - Replaced Custom CI with the shared CI used by my other projects
Pull Request -
State: open - Opened by ByronMayne 7 days ago
#48 - Removed NugetInsights as it was not doing what I wanted
Pull Request -
State: closed - Opened by ByronMayne 7 days ago
#47 - Used new shared CI file with matrix
Pull Request -
State: closed - Opened by ByronMayne 27 days ago
#46 - Added NugetInsights.Connector
Pull Request -
State: closed - Opened by ByronMayne 28 days ago
#45 - Refactored the unit tests to all use the same base class
Pull Request -
State: closed - Opened by ByronMayne about 1 month ago
#44 - Fixed the bug where ExposeAs was creating the wrong type
Pull Request -
State: closed - Opened by ByronMayne about 1 month ago
#43 - Added diagnostic suppressions to generated classes
Pull Request -
State: closed - Opened by ByronMayne about 1 month ago
#42 - Updated all the NuGet packages to latest version
Pull Request -
State: closed - Opened by ByronMayne about 1 month ago
#41 - Fixed all thee compiler warnings
Pull Request -
State: closed - Opened by ByronMayne about 1 month ago
#40 - Fixed the AutoFactoryServiceCollectionExtensions having a compiler error
Pull Request -
State: closed - Opened by ByronMayne about 2 months ago
#39 - The generated factory interface has dynamic accessibility
Pull Request -
State: closed - Opened by ByronMayne about 2 months ago
#38 - Fixed the CI not publishing NuGet packages on Tag
Pull Request -
State: closed - Opened by ByronMayne 2 months ago
#37 - Added analyzer to ExposeAs to check for bad bindings
Pull Request -
State: closed - Opened by ByronMayne 2 months ago
#36 - Added `ExposeAs` to the AutoFactories attribute
Pull Request -
State: closed - Opened by ByronMayne 2 months ago
#35 - Added Support for creating static files
Pull Request -
State: closed - Opened by ByronMayne 2 months ago
#34 - Fixed all the build warnings in the project
Pull Request -
State: closed - Opened by ByronMayne 2 months ago
#33 - Fixed the issue where templates would not generate correctly
Pull Request -
State: closed - Opened by ByronMayne 2 months ago
- 1 comment
#32 - Templates fail to generate if you don't reference `AutoFactories` NuGet package
Issue -
State: closed - Opened by ByronMayne 2 months ago
- 1 comment
Labels: bug
#31 - Fixed the Microsoft Dependency Injection class name being wrong
Pull Request -
State: closed - Opened by ByronMayne 2 months ago
#30 - Fixed the Ci/Cd not publishing
Pull Request -
State: closed - Opened by ByronMayne 2 months ago
#29 - Updated the CI/CD to publish all versions of the packages
Pull Request -
State: closed - Opened by ByronMayne 2 months ago
#29 - Updated the CI/CD to publish all versions of the packages
Pull Request -
State: closed - Opened by ByronMayne 2 months ago
#28 - Fixed the Microsoft.Abstructions contract generating invalid type name
Pull Request -
State: closed - Opened by ByronMayne 3 months ago
#28 - Fixed the Microsoft.Abstructions contract generating invalid type name
Pull Request -
State: closed - Opened by ByronMayne 3 months ago
#27 - Updated the docs for the repository
Pull Request -
State: closed - Opened by ByronMayne 4 months ago
#27 - Updated the docs for the repository
Pull Request -
State: closed - Opened by ByronMayne 4 months ago
#26 - Added Microsoft.DependencyInjection support
Pull Request -
State: closed - Opened by ByronMayne 4 months ago
#26 - Added Microsoft.DependencyInjection support
Pull Request -
State: closed - Opened by ByronMayne 4 months ago
#25 - Added full test coverage for the project
Pull Request -
State: closed - Opened by ByronMayne 5 months ago
#25 - Added full test coverage for the project
Pull Request -
State: closed - Opened by ByronMayne 5 months ago
#24 - Refactored library to be a generic base factory with support for multiple DI systems
Pull Request -
State: closed - Opened by ByronMayne 5 months ago
#24 - Refactored library to be a generic base factory with support for multiple DI systems
Pull Request -
State: closed - Opened by ByronMayne 5 months ago
#23 - Changed the interface accessor to internal
Pull Request -
State: closed - Opened by ByronMayne 6 months ago
#23 - Changed the interface accessor to internal
Pull Request -
State: closed - Opened by ByronMayne 6 months ago
#22 - Fixed static constructors being included in generation methods
Pull Request -
State: closed - Opened by ByronMayne 7 months ago
#22 - Fixed static constructors being included in generation methods
Pull Request -
State: closed - Opened by ByronMayne 7 months ago
#21 - Static constructors are not ignored for generation
Issue -
State: closed - Opened by ByronMayne 7 months ago
Labels: bug
#21 - Static constructors are not ignored for generation
Issue -
State: closed - Opened by ByronMayne 7 months ago
Labels: bug
#20 - When constructor takes no arguments use default constructor to make the types.
Issue -
State: open - Opened by ByronMayne 7 months ago
Labels: enhancement, good first issue
#20 - When constructor takes no arguments use default constructor to make the types.
Issue -
State: closed - Opened by ByronMayne 7 months ago
- 1 comment
Labels: enhancement, good first issue
#19 - Constructors with types that come from source generators fail to compile
Issue -
State: open - Opened by ByronMayne 7 months ago
- 1 comment
Labels: bug
#19 - Constructors with types that come from source generators fail to compile
Issue -
State: open - Opened by ByronMayne 7 months ago
Labels: bug
#18 - Updated the read-me with a better quick start example
Pull Request -
State: closed - Opened by ByronMayne 7 months ago
#18 - Updated the read-me with a better quick start example
Pull Request -
State: closed - Opened by ByronMayne 7 months ago
#17 - Added the license info to the project
Pull Request -
State: closed - Opened by ByronMayne 7 months ago
#17 - Added the license info to the project
Pull Request -
State: closed - Opened by ByronMayne 7 months ago
#16 - Added an icon to the nuget package
Pull Request -
State: closed - Opened by ByronMayne 7 months ago
#16 - Added an icon to the nuget package
Pull Request -
State: closed - Opened by ByronMayne 7 months ago
#15 - Fixed #14 where parameters did not use the fully resolved type
Pull Request -
State: closed - Opened by ByronMayne 7 months ago
#14 - Consturctor parameters don't include fully qualifed names causing compiler error
Issue -
State: closed - Opened by ByronMayne 7 months ago
Labels: bug
#13 - Changed the runtimes for the Microsoft.CodeAnalysis to a lower version
Pull Request -
State: closed - Opened by ByronMayne 7 months ago
#12 - Fixed the generated nuget package including references
Pull Request -
State: closed - Opened by ByronMayne 7 months ago
#11 - NuGet package has package references listed when there should be none
Issue -
State: closed - Opened by ByronMayne 7 months ago
Labels: bug
#10 - Fixed the issues where reusing existing factories would cause errors
Pull Request -
State: closed - Opened by ByronMayne 7 months ago
#9 - Reusing exiting Factory with public access produces 'conflicting accessibility modifiers' error
Issue -
State: closed - Opened by ByronMayne 7 months ago
Labels: bug
#8 - Fixed issues with using interpolated strings as arguments
Pull Request -
State: closed - Opened by ByronMayne 7 months ago
#7 - Gave a unique name to the generated Ninject module
Pull Request -
State: closed - Opened by ByronMayne 7 months ago
#6 - Added support for binding types within the module factory.
Issue -
State: closed - Opened by ByronMayne 7 months ago
- 1 comment
Labels: enhancement, good first issue
#5 - Module Name Confllicts when using multiple factories
Issue -
State: closed - Opened by ByronMayne 7 months ago
Labels: bug
#4 - `GenerateFactoryAttribute` does not generate method name when using interpolated string
Issue -
State: closed - Opened by ByronMayne 7 months ago
Labels: bug
#3 - Created support for merging multiple objects into a single factory
Pull Request -
State: closed - Opened by ByronMayne 7 months ago
#2 - Added new unit tests framework
Pull Request -
State: closed - Opened by ByronMayne 7 months ago
#1 - Updated all the namespaces of the source generator to be the same
Pull Request -
State: closed - Opened by ByronMayne 7 months ago