Skip to content

Commit

Permalink
test: Moved snapshots to subfolders.
Browse files Browse the repository at this point in the history
  • Loading branch information
HavenDV committed Sep 23, 2023
1 parent 2433936 commit 0bf0e3b
Show file tree
Hide file tree
Showing 1,200 changed files with 1,269 additions and 1,267 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -10,27 +10,27 @@ public partial class UnrelatedStateControl
/// Identifies the <see cref="Background"/> dependency property.<br/>
/// Default value: default(IBrush)
/// </summary>
[global::System.CodeDom.Compiler.GeneratedCode("DependencyPropertyGenerator", "1.3.1.0")]
[global::System.CodeDom.Compiler.GeneratedCode("DependencyPropertyGenerator", "1.3.2.0")]
public static readonly global::Avalonia.StyledProperty<global::Avalonia.Media.IBrush?> BackgroundProperty =
global::Avalonia.Controls.Border.BackgroundProperty.AddOwner<global::H.Generators.IntegrationTests.UnrelatedStateControl>(
null);

/// <summary>
/// Default value: default(IBrush)
/// </summary>
[global::System.CodeDom.Compiler.GeneratedCode("DependencyPropertyGenerator", "1.3.1.0")]
[global::System.CodeDom.Compiler.GeneratedCode("DependencyPropertyGenerator", "1.3.2.0")]
[global::System.Diagnostics.CodeAnalysis.ExcludeFromCodeCoverage]
public global::Avalonia.Media.IBrush? Background
{
get => (global::Avalonia.Media.IBrush?)GetValue(BackgroundProperty);
set => SetValue(BackgroundProperty, value);
}

[global::System.CodeDom.Compiler.GeneratedCode("DependencyPropertyGenerator", "1.3.1.0")]
[global::System.CodeDom.Compiler.GeneratedCode("DependencyPropertyGenerator", "1.3.2.0")]
partial void OnBackgroundChanged();
[global::System.CodeDom.Compiler.GeneratedCode("DependencyPropertyGenerator", "1.3.1.0")]
[global::System.CodeDom.Compiler.GeneratedCode("DependencyPropertyGenerator", "1.3.2.0")]
partial void OnBackgroundChanged(global::Avalonia.Media.IBrush? newValue);
[global::System.CodeDom.Compiler.GeneratedCode("DependencyPropertyGenerator", "1.3.1.0")]
[global::System.CodeDom.Compiler.GeneratedCode("DependencyPropertyGenerator", "1.3.2.0")]
partial void OnBackgroundChanged(global::Avalonia.Media.IBrush? oldValue, global::Avalonia.Media.IBrush? newValue);
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ public partial class UnrelatedStateControl
/// Identifies the <see cref="Background"/> dependency property.<br/>
/// Default value: default(Brush)
/// </summary>
[global::System.CodeDom.Compiler.GeneratedCode("DependencyPropertyGenerator", "1.3.1.0")]
[global::System.CodeDom.Compiler.GeneratedCode("DependencyPropertyGenerator", "1.3.2.0")]
public static readonly global::System.Windows.DependencyProperty BackgroundProperty =
global::System.Windows.Controls.Border.BackgroundProperty.AddOwner(
ownerType: typeof(global::H.Generators.IntegrationTests.UnrelatedStateControl),
Expand All @@ -19,19 +19,19 @@ public partial class UnrelatedStateControl
/// <summary>
/// Default value: default(Brush)
/// </summary>
[global::System.CodeDom.Compiler.GeneratedCode("DependencyPropertyGenerator", "1.3.1.0")]
[global::System.CodeDom.Compiler.GeneratedCode("DependencyPropertyGenerator", "1.3.2.0")]
[global::System.Diagnostics.CodeAnalysis.ExcludeFromCodeCoverage]
public global::System.Windows.Media.Brush? Background
{
get => (global::System.Windows.Media.Brush?)GetValue(BackgroundProperty);
set => SetValue(BackgroundProperty, value);
}

[global::System.CodeDom.Compiler.GeneratedCode("DependencyPropertyGenerator", "1.3.1.0")]
[global::System.CodeDom.Compiler.GeneratedCode("DependencyPropertyGenerator", "1.3.2.0")]
partial void OnBackgroundChanged();
[global::System.CodeDom.Compiler.GeneratedCode("DependencyPropertyGenerator", "1.3.1.0")]
[global::System.CodeDom.Compiler.GeneratedCode("DependencyPropertyGenerator", "1.3.2.0")]
partial void OnBackgroundChanged(global::System.Windows.Media.Brush? newValue);
[global::System.CodeDom.Compiler.GeneratedCode("DependencyPropertyGenerator", "1.3.1.0")]
[global::System.CodeDom.Compiler.GeneratedCode("DependencyPropertyGenerator", "1.3.2.0")]
partial void OnBackgroundChanged(global::System.Windows.Media.Brush? oldValue, global::System.Windows.Media.Brush? newValue);
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -10,27 +10,27 @@ public partial class UnrelatedStateControl
/// Identifies the <see cref="Text"/> dependency property.<br/>
/// Default value: default(string)
/// </summary>
[global::System.CodeDom.Compiler.GeneratedCode("DependencyPropertyGenerator", "1.3.1.0")]
[global::System.CodeDom.Compiler.GeneratedCode("DependencyPropertyGenerator", "1.3.2.0")]
public static readonly global::Avalonia.StyledProperty<string?> TextProperty =
global::Avalonia.Controls.TextBox.TextProperty.AddOwner<global::H.Generators.IntegrationTests.UnrelatedStateControl>(
null);

/// <summary>
/// Default value: default(string)
/// </summary>
[global::System.CodeDom.Compiler.GeneratedCode("DependencyPropertyGenerator", "1.3.1.0")]
[global::System.CodeDom.Compiler.GeneratedCode("DependencyPropertyGenerator", "1.3.2.0")]
[global::System.Diagnostics.CodeAnalysis.ExcludeFromCodeCoverage]
public string? Text
{
get => (string?)GetValue(TextProperty);
set => SetValue(TextProperty, value);
}

[global::System.CodeDom.Compiler.GeneratedCode("DependencyPropertyGenerator", "1.3.1.0")]
[global::System.CodeDom.Compiler.GeneratedCode("DependencyPropertyGenerator", "1.3.2.0")]
partial void OnTextChanged();
[global::System.CodeDom.Compiler.GeneratedCode("DependencyPropertyGenerator", "1.3.1.0")]
[global::System.CodeDom.Compiler.GeneratedCode("DependencyPropertyGenerator", "1.3.2.0")]
partial void OnTextChanged(string? newValue);
[global::System.CodeDom.Compiler.GeneratedCode("DependencyPropertyGenerator", "1.3.1.0")]
[global::System.CodeDom.Compiler.GeneratedCode("DependencyPropertyGenerator", "1.3.2.0")]
partial void OnTextChanged(string? oldValue, string? newValue);
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ public partial class UnrelatedStateControl
/// Identifies the <see cref="Text"/> dependency property.<br/>
/// Default value: default(string)
/// </summary>
[global::System.CodeDom.Compiler.GeneratedCode("DependencyPropertyGenerator", "1.3.1.0")]
[global::System.CodeDom.Compiler.GeneratedCode("DependencyPropertyGenerator", "1.3.2.0")]
public static readonly global::System.Windows.DependencyProperty TextProperty =
global::System.Windows.Controls.TextBox.TextProperty.AddOwner(
ownerType: typeof(global::H.Generators.IntegrationTests.UnrelatedStateControl),
Expand All @@ -19,19 +19,19 @@ public partial class UnrelatedStateControl
/// <summary>
/// Default value: default(string)
/// </summary>
[global::System.CodeDom.Compiler.GeneratedCode("DependencyPropertyGenerator", "1.3.1.0")]
[global::System.CodeDom.Compiler.GeneratedCode("DependencyPropertyGenerator", "1.3.2.0")]
[global::System.Diagnostics.CodeAnalysis.ExcludeFromCodeCoverage]
public string? Text
{
get => (string?)GetValue(TextProperty);
set => SetValue(TextProperty, value);
}

[global::System.CodeDom.Compiler.GeneratedCode("DependencyPropertyGenerator", "1.3.1.0")]
[global::System.CodeDom.Compiler.GeneratedCode("DependencyPropertyGenerator", "1.3.2.0")]
partial void OnTextChanged();
[global::System.CodeDom.Compiler.GeneratedCode("DependencyPropertyGenerator", "1.3.1.0")]
[global::System.CodeDom.Compiler.GeneratedCode("DependencyPropertyGenerator", "1.3.2.0")]
partial void OnTextChanged(string? newValue);
[global::System.CodeDom.Compiler.GeneratedCode("DependencyPropertyGenerator", "1.3.1.0")]
[global::System.CodeDom.Compiler.GeneratedCode("DependencyPropertyGenerator", "1.3.2.0")]
partial void OnTextChanged(string? oldValue, string? newValue);
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ public partial class GridExtensions : global::Avalonia.AvaloniaObject
/// Identifies the SomeProperty dependency property.<br/>
/// Default value: default(object)
/// </summary>
[global::System.CodeDom.Compiler.GeneratedCode("DependencyPropertyGenerator", "1.3.1.0")]
[global::System.CodeDom.Compiler.GeneratedCode("DependencyPropertyGenerator", "1.3.2.0")]
public static readonly global::Avalonia.AttachedProperty<object?> SomePropertyProperty =
global::Avalonia.AvaloniaProperty.RegisterAttached<global::H.Generators.IntegrationTests.GridExtensions, global::Avalonia.AvaloniaObject, object?>(
name: "SomeProperty",
Expand All @@ -23,7 +23,7 @@ public partial class GridExtensions : global::Avalonia.AvaloniaObject
/// <summary>
/// Default value: default(object)
/// </summary>
[global::System.CodeDom.Compiler.GeneratedCode("DependencyPropertyGenerator", "1.3.1.0")]
[global::System.CodeDom.Compiler.GeneratedCode("DependencyPropertyGenerator", "1.3.2.0")]
[global::System.Diagnostics.CodeAnalysis.ExcludeFromCodeCoverage]
public static void SetSomeProperty(global::Avalonia.AvaloniaObject element, object? value)
{
Expand All @@ -35,7 +35,7 @@ public static void SetSomeProperty(global::Avalonia.AvaloniaObject element, obje
/// <summary>
/// Default value: default(object)
/// </summary>
[global::System.CodeDom.Compiler.GeneratedCode("DependencyPropertyGenerator", "1.3.1.0")]
[global::System.CodeDom.Compiler.GeneratedCode("DependencyPropertyGenerator", "1.3.2.0")]
[global::System.Diagnostics.CodeAnalysis.ExcludeFromCodeCoverage]
public static object? GetSomeProperty(global::Avalonia.AvaloniaObject element)
{
Expand All @@ -44,13 +44,13 @@ public static void SetSomeProperty(global::Avalonia.AvaloniaObject element, obje
return (object?)element.GetValue(SomePropertyProperty);
}

[global::System.CodeDom.Compiler.GeneratedCode("DependencyPropertyGenerator", "1.3.1.0")]
[global::System.CodeDom.Compiler.GeneratedCode("DependencyPropertyGenerator", "1.3.2.0")]
static partial void OnSomePropertyChanged();
[global::System.CodeDom.Compiler.GeneratedCode("DependencyPropertyGenerator", "1.3.1.0")]
[global::System.CodeDom.Compiler.GeneratedCode("DependencyPropertyGenerator", "1.3.2.0")]
static partial void OnSomePropertyChanged(global::Avalonia.AvaloniaObject avaloniaObject);
[global::System.CodeDom.Compiler.GeneratedCode("DependencyPropertyGenerator", "1.3.1.0")]
[global::System.CodeDom.Compiler.GeneratedCode("DependencyPropertyGenerator", "1.3.2.0")]
static partial void OnSomePropertyChanged(global::Avalonia.AvaloniaObject avaloniaObject, object? newValue);
[global::System.CodeDom.Compiler.GeneratedCode("DependencyPropertyGenerator", "1.3.1.0")]
[global::System.CodeDom.Compiler.GeneratedCode("DependencyPropertyGenerator", "1.3.2.0")]
static partial void OnSomePropertyChanged(global::Avalonia.AvaloniaObject avaloniaObject, object? oldValue, object? newValue);
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ public static partial class GridExtensions
/// Identifies the SomeProperty dependency property.<br/>
/// Default value: default(object)
/// </summary>
[global::System.CodeDom.Compiler.GeneratedCode("DependencyPropertyGenerator", "1.3.1.0")]
[global::System.CodeDom.Compiler.GeneratedCode("DependencyPropertyGenerator", "1.3.2.0")]
public static readonly global::Microsoft.Maui.Controls.BindableProperty SomePropertyProperty =
global::Microsoft.Maui.Controls.BindableProperty.CreateAttached(
propertyName: "SomeProperty",
Expand All @@ -27,7 +27,7 @@ public static partial class GridExtensions
/// <summary>
/// Default value: default(object)
/// </summary>
[global::System.CodeDom.Compiler.GeneratedCode("DependencyPropertyGenerator", "1.3.1.0")]
[global::System.CodeDom.Compiler.GeneratedCode("DependencyPropertyGenerator", "1.3.2.0")]
[global::System.Diagnostics.CodeAnalysis.ExcludeFromCodeCoverage]
public static void SetSomeProperty(global::Microsoft.Maui.Controls.BindableObject element, object? value)
{
Expand All @@ -39,7 +39,7 @@ public static void SetSomeProperty(global::Microsoft.Maui.Controls.BindableObjec
/// <summary>
/// Default value: default(object)
/// </summary>
[global::System.CodeDom.Compiler.GeneratedCode("DependencyPropertyGenerator", "1.3.1.0")]
[global::System.CodeDom.Compiler.GeneratedCode("DependencyPropertyGenerator", "1.3.2.0")]
[global::System.Diagnostics.CodeAnalysis.ExcludeFromCodeCoverage]
public static object? GetSomeProperty(global::Microsoft.Maui.Controls.BindableObject element)
{
Expand All @@ -48,21 +48,21 @@ public static void SetSomeProperty(global::Microsoft.Maui.Controls.BindableObjec
return (object?)element.GetValue(SomePropertyProperty);
}

[global::System.CodeDom.Compiler.GeneratedCode("DependencyPropertyGenerator", "1.3.1.0")]
[global::System.CodeDom.Compiler.GeneratedCode("DependencyPropertyGenerator", "1.3.2.0")]
static partial void OnSomePropertyChanged();
[global::System.CodeDom.Compiler.GeneratedCode("DependencyPropertyGenerator", "1.3.1.0")]
[global::System.CodeDom.Compiler.GeneratedCode("DependencyPropertyGenerator", "1.3.2.0")]
static partial void OnSomePropertyChanged(global::Microsoft.Maui.Controls.BindableObject bindableObject);
[global::System.CodeDom.Compiler.GeneratedCode("DependencyPropertyGenerator", "1.3.1.0")]
[global::System.CodeDom.Compiler.GeneratedCode("DependencyPropertyGenerator", "1.3.2.0")]
static partial void OnSomePropertyChanged(global::Microsoft.Maui.Controls.BindableObject bindableObject, object? newValue);
[global::System.CodeDom.Compiler.GeneratedCode("DependencyPropertyGenerator", "1.3.1.0")]
[global::System.CodeDom.Compiler.GeneratedCode("DependencyPropertyGenerator", "1.3.2.0")]
static partial void OnSomePropertyChanged(global::Microsoft.Maui.Controls.BindableObject bindableObject, object? oldValue, object? newValue);
[global::System.CodeDom.Compiler.GeneratedCode("DependencyPropertyGenerator", "1.3.1.0")]
[global::System.CodeDom.Compiler.GeneratedCode("DependencyPropertyGenerator", "1.3.2.0")]
static partial void OnSomePropertyChanging();
[global::System.CodeDom.Compiler.GeneratedCode("DependencyPropertyGenerator", "1.3.1.0")]
[global::System.CodeDom.Compiler.GeneratedCode("DependencyPropertyGenerator", "1.3.2.0")]
static partial void OnSomePropertyChanging(global::Microsoft.Maui.Controls.BindableObject bindableObject);
[global::System.CodeDom.Compiler.GeneratedCode("DependencyPropertyGenerator", "1.3.1.0")]
[global::System.CodeDom.Compiler.GeneratedCode("DependencyPropertyGenerator", "1.3.2.0")]
static partial void OnSomePropertyChanging(global::Microsoft.Maui.Controls.BindableObject bindableObject, object? newValue);
[global::System.CodeDom.Compiler.GeneratedCode("DependencyPropertyGenerator", "1.3.1.0")]
[global::System.CodeDom.Compiler.GeneratedCode("DependencyPropertyGenerator", "1.3.2.0")]
static partial void OnSomePropertyChanging(global::Microsoft.Maui.Controls.BindableObject bindableObject, object? oldValue, object? newValue);
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ public static partial class GridExtensions
/// Identifies the SomeProperty dependency property.<br/>
/// Default value: default(object)
/// </summary>
[global::System.CodeDom.Compiler.GeneratedCode("DependencyPropertyGenerator", "1.3.1.0")]
[global::System.CodeDom.Compiler.GeneratedCode("DependencyPropertyGenerator", "1.3.2.0")]
public static readonly global::Windows.UI.Xaml.DependencyProperty SomePropertyProperty =
global::Windows.UI.Xaml.DependencyProperty.RegisterAttached(
name: "SomeProperty",
Expand All @@ -23,7 +23,7 @@ public static partial class GridExtensions
/// <summary>
/// Default value: default(object)
/// </summary>
[global::System.CodeDom.Compiler.GeneratedCode("DependencyPropertyGenerator", "1.3.1.0")]
[global::System.CodeDom.Compiler.GeneratedCode("DependencyPropertyGenerator", "1.3.2.0")]
[global::System.Diagnostics.CodeAnalysis.ExcludeFromCodeCoverage]
public static void SetSomeProperty(global::Windows.UI.Xaml.DependencyObject element, object? value)
{
Expand All @@ -35,7 +35,7 @@ public static void SetSomeProperty(global::Windows.UI.Xaml.DependencyObject elem
/// <summary>
/// Default value: default(object)
/// </summary>
[global::System.CodeDom.Compiler.GeneratedCode("DependencyPropertyGenerator", "1.3.1.0")]
[global::System.CodeDom.Compiler.GeneratedCode("DependencyPropertyGenerator", "1.3.2.0")]
[global::System.Diagnostics.CodeAnalysis.ExcludeFromCodeCoverage]
public static object? GetSomeProperty(global::Windows.UI.Xaml.DependencyObject element)
{
Expand All @@ -44,13 +44,13 @@ public static void SetSomeProperty(global::Windows.UI.Xaml.DependencyObject elem
return (object?)element.GetValue(SomePropertyProperty);
}

[global::System.CodeDom.Compiler.GeneratedCode("DependencyPropertyGenerator", "1.3.1.0")]
[global::System.CodeDom.Compiler.GeneratedCode("DependencyPropertyGenerator", "1.3.2.0")]
static partial void OnSomePropertyChanged();
[global::System.CodeDom.Compiler.GeneratedCode("DependencyPropertyGenerator", "1.3.1.0")]
[global::System.CodeDom.Compiler.GeneratedCode("DependencyPropertyGenerator", "1.3.2.0")]
static partial void OnSomePropertyChanged(global::Windows.UI.Xaml.DependencyObject dependencyObject);
[global::System.CodeDom.Compiler.GeneratedCode("DependencyPropertyGenerator", "1.3.1.0")]
[global::System.CodeDom.Compiler.GeneratedCode("DependencyPropertyGenerator", "1.3.2.0")]
static partial void OnSomePropertyChanged(global::Windows.UI.Xaml.DependencyObject dependencyObject, object? newValue);
[global::System.CodeDom.Compiler.GeneratedCode("DependencyPropertyGenerator", "1.3.1.0")]
[global::System.CodeDom.Compiler.GeneratedCode("DependencyPropertyGenerator", "1.3.2.0")]
static partial void OnSomePropertyChanged(global::Windows.UI.Xaml.DependencyObject dependencyObject, object? oldValue, object? newValue);
}
}
Loading

0 comments on commit 0bf0e3b

Please sign in to comment.