Skip to content
This repository was archived by the owner on Jun 28, 2023. It is now read-only.
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: AvaloniaUI/Avalonia.NameGenerator
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 0.5.1
Choose a base ref
...
head repository: AvaloniaUI/Avalonia.NameGenerator
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 1.0.1
Choose a head ref
  • 5 commits
  • 41 files changed
  • 3 contributors

Commits on Feb 23, 2021

  1. Configuration menu
    Copy the full SHA
    41258fb View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    bdc086f View commit details
    Browse the repository at this point in the history

Commits on Feb 25, 2021

  1. Improve the InitializeComponent Code Generator (#39)

    * Merger DevTools and InitializeComponent  tests
    * Control without windows test
    * Properties to fields for InitializeComponent, ControlType for GenerateCode
    * DevTools and InitializeComponent tests
    * DevTools and InitializeComponent tests
    * clrType to GenerateCode method
    * refact whitespaces and isWindow method
    * AttachedPropsWithDevTools test fix whitespace
    RomanSoloweow authored Feb 25, 2021
    Configuration menu
    Copy the full SHA
    636bb97 View commit details
    Browse the repository at this point in the history

Commits on Feb 28, 2021

  1. Configuration menu
    Copy the full SHA
    10d67cc View commit details
    Browse the repository at this point in the history
  2. fix: Fix and Turn On InitializeComponent Behavior by Default (#41)

    * Add using:Avalonia, use InitializeComponent behavior by default
    * build(deps): bump Microsoft.NET.Test.Sdk from 16.8.3 to 16.9.1 in /src
    Bumps [Microsoft.NET.Test.Sdk](https://github.com/microsoft/vstest) from 16.8.3 to 16.9.1.
    - [Release notes](https://github.com/microsoft/vstest/releases)
    - [Commits](microsoft/vstest@v16.8.3...v16.9.1)
    Signed-off-by: dependabot[bot] <support@github.com>
    * docs: Update the documentation
    * fix: Update Generator.props
    * housekeeping: Update version.json
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    worldbeater and dependabot[bot] authored Feb 28, 2021
    Configuration menu
    Copy the full SHA
    97e00cb View commit details
    Browse the repository at this point in the history
Loading