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: openrewrite/rewrite-csharp
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.8.0
Choose a base ref
...
head repository: openrewrite/rewrite-csharp
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v0.8.1
Choose a head ref
  • 11 commits
  • 21 files changed
  • 6 contributors

Commits on Jul 24, 2024

  1. add dotnet test run

    Signed-off-by: OlegDokuka <oleh@moderne.io>
    OlegDokuka committed Jul 24, 2024
    Configuration menu
    Copy the full SHA
    cf56d72 View commit details
    Browse the repository at this point in the history
  2. add dotnet test run

    Signed-off-by: OlegDokuka <oleh@moderne.io>
    OlegDokuka committed Jul 24, 2024
    Configuration menu
    Copy the full SHA
    7e0bac9 View commit details
    Browse the repository at this point in the history
  3. fix dotnet tests execution

    Signed-off-by: OlegDokuka <oleh@moderne.io>
    OlegDokuka committed Jul 24, 2024
    Configuration menu
    Copy the full SHA
    e708de8 View commit details
    Browse the repository at this point in the history
  4. fix dotnet tests execution

    Signed-off-by: OlegDokuka <oleh@moderne.io>
    OlegDokuka committed Jul 24, 2024
    Configuration menu
    Copy the full SHA
    158974f View commit details
    Browse the repository at this point in the history

Commits on Jul 28, 2024

  1. chore(ci): bump gradle/wrapper-validation-action from 1 to 3 (#1)

    * chore(ci): bump gradle/wrapper-validation-action from 1 to 3
    
    Bumps [gradle/wrapper-validation-action](https://github.com/gradle/wrapper-validation-action) from 1 to 3.
    - [Release notes](https://github.com/gradle/wrapper-validation-action/releases)
    - [Commits](gradle/wrapper-validation-action@v1...v3)
    
    ---
    updated-dependencies:
    - dependency-name: gradle/wrapper-validation-action
      dependency-type: direct:production
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    
    * Apply suggestions from code review
    
    ---------
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    Co-authored-by: Tim te Beek <timtebeek@gmail.com>
    dependabot[bot] and timtebeek authored Jul 28, 2024
    Configuration menu
    Copy the full SHA
    dc3b22e View commit details
    Browse the repository at this point in the history

Commits on Aug 5, 2024

  1. Return J.Unknown for unary prefix operator ^

    Until we have this supported properly.
    knutwannheden committed Aug 5, 2024
    Configuration menu
    Copy the full SHA
    5fea373 View commit details
    Browse the repository at this point in the history

Commits on Aug 6, 2024

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

Commits on Aug 7, 2024

  1. add parseerror support and fix bugs (#6)

    * wip
    
    Signed-off-by: OlegDokuka <oleh@moderne.io>
    
    * add full parse error support and fix minor bugs
    
    Signed-off-by: OlegDokuka <oleh@moderne.io>
    
    * fix rewrite remote version
    
    Signed-off-by: OlegDokuka <oleh@moderne.io>
    
    * disable NullSafeExpressionTests
    
    Signed-off-by: OlegDokuka <oleh@moderne.io>
    
    ---------
    
    Signed-off-by: OlegDokuka <oleh@moderne.io>
    OlegDokuka authored Aug 7, 2024
    Configuration menu
    Copy the full SHA
    948a818 View commit details
    Browse the repository at this point in the history

Commits on Aug 9, 2024

  1. chore(ci): bump gradle/actions from 3 to 4 (#5)

    * chore(ci): bump gradle/actions from 3 to 4
    
    Bumps [gradle/actions](https://github.com/gradle/actions) from 3 to 4.
    - [Release notes](https://github.com/gradle/actions/releases)
    - [Commits](gradle/actions@v3...v4)
    
    ---
    updated-dependencies:
    - dependency-name: gradle/actions
      dependency-type: direct:production
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    
    * Apply suggestions from code review
    
    * Update receive-pr.yml
    
    * Update receive-pr.yml
    
    ---------
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    Co-authored-by: Tim te Beek <timtebeek@gmail.com>
    Co-authored-by: Tim te Beek <tim@moderne.io>
    3 people authored Aug 9, 2024
    Configuration menu
    Copy the full SHA
    4e314e7 View commit details
    Browse the repository at this point in the history

Commits on Aug 13, 2024

  1. Regenerate LST models

    knutwannheden committed Aug 13, 2024
    Configuration menu
    Copy the full SHA
    48025f8 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    fe79823 View commit details
    Browse the repository at this point in the history
Loading