-
-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update OAPH From Field Generator (#102)
- Loading branch information
1 parent
3467bf4
commit 7ee7f18
Showing
17 changed files
with
373 additions
and
470 deletions.
There are no files selected for viewing
12 changes: 7 additions & 5 deletions
12
...stVM.ObservableAsProperties.g.verified.cs → ...stVM.ObservableAsProperties.g.verified.cs
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,18 +1,20 @@ | ||
//HintName: TestNs.TestVM.ObservableAsProperties.g.cs | ||
//HintName: TestVM.ObservableAsProperties.g.cs | ||
// <auto-generated/> | ||
#pragma warning disable | ||
#nullable enable | ||
namespace TestNs | ||
{ | ||
/// <inheritdoc/> | ||
partial class TestVM | ||
public partial class TestVM | ||
{ | ||
/// <inheritdoc cref="_test1Helper"/> | ||
[global::System.CodeDom.Compiler.GeneratedCode("ReactiveUI.SourceGenerators.ObservableAsPropertyGenerator", "1.1.0.0")] | ||
/// <inheritdoc cref="_test1Helper"/> | ||
private readonly ReactiveUI.ObservableAsPropertyHelper<int> _test1Helper; | ||
|
||
/// <inheritdoc cref="_test1"/> | ||
[global::System.CodeDom.Compiler.GeneratedCode("ReactiveUI.SourceGenerators.ObservableAsPropertyGenerator", "1.1.0.0")] | ||
[global::System.Diagnostics.CodeAnalysis.ExcludeFromCodeCoverage] | ||
public int Test1 { get => _test1 = _test1Helper?.Value ?? _test1; } | ||
} | ||
} | ||
} | ||
#nullable restore | ||
#pragma warning restore |
12 changes: 7 additions & 5 deletions
12
...stVM.ObservableAsProperties.g.verified.cs → ...stVM.ObservableAsProperties.g.verified.cs
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,18 +1,20 @@ | ||
//HintName: TestNs.TestVM.ObservableAsProperties.g.cs | ||
//HintName: TestVM.ObservableAsProperties.g.cs | ||
// <auto-generated/> | ||
#pragma warning disable | ||
#nullable enable | ||
namespace TestNs | ||
{ | ||
/// <inheritdoc/> | ||
partial class TestVM | ||
public partial class TestVM | ||
{ | ||
/// <inheritdoc cref="_test2Helper"/> | ||
[global::System.CodeDom.Compiler.GeneratedCode("ReactiveUI.SourceGenerators.ObservableAsPropertyGenerator", "1.1.0.0")] | ||
/// <inheritdoc cref="_test2Helper"/> | ||
private readonly ReactiveUI.ObservableAsPropertyHelper<int> _test2Helper; | ||
|
||
/// <inheritdoc cref="_test2"/> | ||
[global::System.CodeDom.Compiler.GeneratedCode("ReactiveUI.SourceGenerators.ObservableAsPropertyGenerator", "1.1.0.0")] | ||
[global::System.Diagnostics.CodeAnalysis.ExcludeFromCodeCoverage] | ||
public int Test2 { get => _test2 = _test2Helper?.Value ?? _test2; } | ||
} | ||
} | ||
} | ||
#nullable restore | ||
#pragma warning restore |
12 changes: 7 additions & 5 deletions
12
...stVM.ObservableAsProperties.g.verified.cs → ...stVM.ObservableAsProperties.g.verified.cs
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,18 +1,20 @@ | ||
//HintName: TestNs.TestVM.ObservableAsProperties.g.cs | ||
//HintName: TestVM.ObservableAsProperties.g.cs | ||
// <auto-generated/> | ||
#pragma warning disable | ||
#nullable enable | ||
namespace TestNs | ||
{ | ||
/// <inheritdoc/> | ||
partial class TestVM | ||
public partial class TestVM | ||
{ | ||
/// <inheritdoc cref="_test2Helper"/> | ||
[global::System.CodeDom.Compiler.GeneratedCode("ReactiveUI.SourceGenerators.ObservableAsPropertyGenerator", "1.1.0.0")] | ||
/// <inheritdoc cref="_test2Helper"/> | ||
private readonly ReactiveUI.ObservableAsPropertyHelper<int> _test2Helper; | ||
|
||
/// <inheritdoc cref="_test2"/> | ||
[global::System.CodeDom.Compiler.GeneratedCode("ReactiveUI.SourceGenerators.ObservableAsPropertyGenerator", "1.1.0.0")] | ||
[global::System.Diagnostics.CodeAnalysis.ExcludeFromCodeCoverage] | ||
public int Test2 { get => _test2 = _test2Helper?.Value ?? _test2; } | ||
} | ||
} | ||
} | ||
#nullable restore | ||
#pragma warning restore |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.