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: CHANGELOG.md
+3Lines changed: 3 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -17,6 +17,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
17
17
### Changed
18
18
19
19
-`Code.cs`, the entry point for creating a structure, has been modified to use the fluent APIs of each structure instead of using overridden constructors; this reduces duplicated validation code
20
+
- The Roslyn packages were updated which results in a slightly different formatting in some places
21
+
-`constructor() : base()` instead of `constructor(): base()`
22
+
-`Property { get; set; }` and `Property { get => _value; set => _value = value; }` instead of the old multi-line version
0 commit comments