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.7.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.8.0
Choose a head ref
  • 3 commits
  • 28 files changed
  • 1 contributor

Commits on Jun 16, 2024

  1. Configuration menu
    Copy the full SHA
    fe7bc7d View commit details
    Browse the repository at this point in the history

Commits on Jun 17, 2024

  1. Configuration menu
    Copy the full SHA
    790e19c View commit details
    Browse the repository at this point in the history

Commits on Jul 18, 2024

  1. feat: Constructor selection (#30)

    * feat: use constructor with least amount of parameters
    
    * refactor: rename test
    
    * test: GenericClassPrivateConstructor
    
    * fix(ConstructorGenerator): add BindingFlags.NonPublic
    
    * feat: report diagnostics for missing or ambiguous constructor
    
    * chore: adjust analyzer release tracking
    
    * fix(Analyzers): remove MissingConstructor diagnosis
    
    * test: CanDetectAmbiguousConstructors
    
    * chore: increase nuget versions to 1.8
    
    * chore(ConstructorGenerator): add doc comment
    
    * fix(ClassInfoFactory): comment
    
    * refactor(ClassInfoFactory): improve variable name
    m31coding authored Jul 18, 2024
    Configuration menu
    Copy the full SHA
    85188ca View commit details
    Browse the repository at this point in the history
Loading