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: efcore/EFCore.VisualBasic
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 7.0.0
Choose a base ref
...
head repository: efcore/EFCore.VisualBasic
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 8.0.0
Choose a head ref
  • 11 commits
  • 64 files changed
  • 2 contributors

Commits on Mar 12, 2023

  1. Start working on v8

    - Support value tuples in VisualBasicHelper
    - Some code cleanup
    lorcQc authored Mar 12, 2023
    Configuration menu
    Copy the full SHA
    e438309 View commit details
    Browse the repository at this point in the history

Commits on Jun 16, 2023

  1. Continue v8 (#92)

    Add back setter for scaffolded collection navigations
    Optional RestartSequenceOperation.StartValue
    Generate compiled relational model
    lorcQc authored Jun 16, 2023
    Configuration menu
    Copy the full SHA
    0df82f6 View commit details
    Browse the repository at this point in the history

Commits on Jun 20, 2023

  1. Fix typo (#93)

    InteXX authored Jun 20, 2023
    Configuration menu
    Copy the full SHA
    2ef2f0a View commit details
    Browse the repository at this point in the history

Commits on Jun 26, 2023

  1. Generate jsonValueReaderWriter, sentinel and Enum stuff in compiled m…

    …odel (#94)
    
    * Generate jsonValueReaderWriter, sentinel and Enum stuff in compiled model
    * Ignore line ending differences in unit tests
    lorcQc authored Jun 26, 2023
    Configuration menu
    Copy the full SHA
    a6c2538 View commit details
    Browse the repository at this point in the history

Commits on Aug 14, 2023

  1. Update dotnet.yml

    Add .Net 8
    lorcQc authored Aug 14, 2023
    Configuration menu
    Copy the full SHA
    f677618 View commit details
    Browse the repository at this point in the history

Commits on Sep 16, 2023

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

Commits on Jan 27, 2024

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

Commits on Feb 8, 2024

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

Commits on Feb 21, 2024

  1. Runtime model stuff (#99)

    Compatibility with 8.0.2
    Finish runtime model stuff
    Fix a performance issue when generating identifiers in large files
    lorcQc authored Feb 21, 2024
    Configuration menu
    Copy the full SHA
    c6c4de9 View commit details
    Browse the repository at this point in the history

Commits on Feb 24, 2024

  1. Improve LinqToVB for some VB features (#100)

    * LinqToVB - Support type conversion functions
    
    * LinqToVB - Support VB String comparaison (Operators.CompareString)
    
    * Imports Microsoft.VisualBasic in all genered files
    
    * Minor code cleanup
    lorcQc authored Feb 24, 2024
    Configuration menu
    Copy the full SHA
    0931b81 View commit details
    Browse the repository at this point in the history
  2. Bump version

    Bump copyright year
    Update xUnit
    lorcQc authored Feb 24, 2024
    Configuration menu
    Copy the full SHA
    dcb50bc View commit details
    Browse the repository at this point in the history
Loading