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
* Inheritance implementation for Fluent API
* refactor(ClassInfoFactory): minor changes
* test: InheritedClass
* fix(ClassInfoFactory): compare to SpecialType in GetMembers
* test: InheritedClassProtectedMembers and InheritedClassProtectedSetters
* docs: mention inheritance in features
* fix: inheritance tests
* test: inherited record
* improve(ExampleProject): add ExchangeStudent example
* test: add failing test CanExecuteInheritedClassPrivateSetters
* fix: make test InheritedClassPrivateSetters work
* fix: InnerBodyForMethodGenerator
* refactor(ClassInfoFactory): use List instead of HashSet
* fix: commit generated file
* chore: bump nuget version
---------
Co-authored-by: Oleh Formaniuk <[email protected]>
Co-authored-by: Kevin Schaal <[email protected]>
A package reference will be added to your `csproj` file. Moreover, since this library provides code via source code generation, consumers of your project don't need the reference to `M31.FluentApi`. Therefore, it is recommended to use the `PrivateAssets` metadata tag:
Copy file name to clipboardexpand all lines: src/M31.FluentApi.Generator/CodeGeneration/CodeBoardActors/InnerBodyGeneration/InnerBodyForMemberGenerator.cs
Copy file name to clipboardexpand all lines: src/M31.FluentApi.Generator/CodeGeneration/CodeBoardActors/InnerBodyGeneration/InnerBodyForMethodGenerator.cs
0 commit comments