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
sourceBuilder.AppendLineWithIndent(1,$"[Obsolete(\"{propertyTemplate.PropertyName} is obsolete. See reason and workaround on the property itself.\")]");
Copy file name to clipboardExpand all lines: Source/FluentApi.Generator/Package-README.md
+2Lines changed: 2 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -17,6 +17,8 @@ new BarToggleButtonViewModel(key)
17
17
```
18
18
Release Notes:
19
19
20
+
* 0.3.1
21
+
* Extension methods marked as [Obsolete] will also be marked as obsolete. Projects treating obsolete warnings as errors will no longer fail, and consumer will be informed about the obsolete properties.
20
22
* 0.3.0
21
23
* Renamed package to `Bars.Mvvm.FluentApi.Generator` to better reflect terminology, rather than `Bars.Mvvm.FluidApi.Generator`. No changes to functionality.
22
24
* Continuing existing version history to maintain consistency with previous releases.
0 commit comments