Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: m31coding/M31.FluentAPI
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v1.8.0
Choose a base ref
...
head repository: m31coding/M31.FluentAPI
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v1.9.0
Choose a head ref
  • 1 commit
  • 44 files changed
  • 3 contributors

Commits on Sep 27, 2024

  1. feat: Inheritance (#32)

    * 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 <oformaniuk@microsoft.com>
    Co-authored-by: Kevin Schaal <kevin.schaal@m31coding.com>
    3 people authored Sep 27, 2024
    Configuration menu
    Copy the full SHA
    5811737 View commit details
    Browse the repository at this point in the history
Loading