You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+23-1Lines changed: 23 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -12,8 +12,10 @@ This documentation covers using ReactiveUI Source Generators to simplify and enh
12
12
ReactiveUI Source Generators automatically generate ReactiveUI objects to streamline your code. These Source Generators are designed to work with ReactiveUI V19.5.31+ and support the following features:
13
13
14
14
-`[Reactive]` With field and access modifiers, partial property support (C# 13 Visual Studio Version 17.12.0)
15
-
-`[ObservableAsProperty]`
15
+
-`[ObservableAsProperty]` With field, method, Observable property and partial property support (C# 13 Visual Studio Version 17.12.0)
16
+
-`[ObservableAsProperty(ReadOnly = false)]` Removes readonly keyword from the generated helper field
Copy file name to clipboardExpand all lines: src/ReactiveUI.SourceGenerator.Tests/OAPH/OAPFromObservableGeneratorTests.FromObservableMethods#ReactiveUI.SourceGenerators.ObservableAsPropertyAttribute.g.verified.cs
+8Lines changed: 8 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -41,6 +41,14 @@ internal sealed class ObservableAsPropertyAttribute : Attribute
41
41
/// The AccessModifier of the OAPH property, protected if true.
Copy file name to clipboardExpand all lines: src/ReactiveUI.SourceGenerator.Tests/OAPH/OAPFromObservableGeneratorTests.FromObservableMethodsWithName#ReactiveUI.SourceGenerators.ObservableAsPropertyAttribute.g.verified.cs
+8Lines changed: 8 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -41,6 +41,14 @@ internal sealed class ObservableAsPropertyAttribute : Attribute
41
41
/// The AccessModifier of the OAPH property, protected if true.
Copy file name to clipboardExpand all lines: src/ReactiveUI.SourceGenerator.Tests/OAPH/OAPFromObservableGeneratorTests.FromObservableProp#ReactiveUI.SourceGenerators.ObservableAsPropertyAttribute.g.verified.cs
+8Lines changed: 8 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -41,6 +41,14 @@ internal sealed class ObservableAsPropertyAttribute : Attribute
41
41
/// The AccessModifier of the OAPH property, protected if true.
Copy file name to clipboardExpand all lines: src/ReactiveUI.SourceGenerator.Tests/OAPH/OAPFromObservableGeneratorTests.FromObservablePropNestedClasses#ReactiveUI.SourceGenerators.ObservableAsPropertyAttribute.g.verified.cs
+8Lines changed: 8 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -41,6 +41,14 @@ internal sealed class ObservableAsPropertyAttribute : Attribute
41
41
/// The AccessModifier of the OAPH property, protected if true.
Copy file name to clipboardExpand all lines: src/ReactiveUI.SourceGenerator.Tests/OAPH/OAPFromObservableGeneratorTests.FromObservablePropertiesWithAttribute#ReactiveUI.SourceGenerators.ObservableAsPropertyAttribute.g.verified.cs
+8Lines changed: 8 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -41,6 +41,14 @@ internal sealed class ObservableAsPropertyAttribute : Attribute
41
41
/// The AccessModifier of the OAPH property, protected if true.
Copy file name to clipboardExpand all lines: src/ReactiveUI.SourceGenerator.Tests/OAPH/OAPFromObservableGeneratorTests.FromObservablePropertiesWithAttribute#TestNs.TestVM.ObservableAsPropertyFromObservable.g.verified.cs
Copy file name to clipboardExpand all lines: src/ReactiveUI.SourceGenerator.Tests/OAPH/OAPFromObservableGeneratorTests.FromObservablePropertiesWithAttributeNullableRef#ReactiveUI.SourceGenerators.ObservableAsPropertyAttribute.g.verified.cs
+8Lines changed: 8 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -41,6 +41,14 @@ internal sealed class ObservableAsPropertyAttribute : Attribute
41
41
/// The AccessModifier of the OAPH property, protected if true.
0 commit comments