This repository was archived by the owner on Jan 7, 2024. It is now read-only.
Commit 8be4370
File tree
- Sources
- MicSwitch.Tests
- MicSwitch
- ErrorReporting
- MainWindow/ViewModels
- Submodules
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | 3 | | |
4 | | - | |
| 4 | + | |
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
13 | 13 | | |
14 | 14 | | |
15 | 15 | | |
16 | | - | |
17 | 16 | | |
18 | 17 | | |
19 | 18 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
9 | 9 | | |
10 | 10 | | |
11 | 11 | | |
12 | | - | |
13 | | - | |
14 | | - | |
15 | 12 | | |
16 | 13 | | |
17 | 14 | | |
| |||
42 | 39 | | |
43 | 40 | | |
44 | 41 | | |
45 | | - | |
46 | 42 | | |
47 | 43 | | |
48 | 44 | | |
| |||
54 | 50 | | |
55 | 51 | | |
56 | 52 | | |
57 | | - | |
58 | 53 | | |
59 | 54 | | |
60 | 55 | | |
| |||
112 | 107 | | |
113 | 108 | | |
114 | 109 | | |
| 110 | + | |
| 111 | + | |
| 112 | + | |
| 113 | + | |
| 114 | + | |
| 115 | + | |
| 116 | + | |
| 117 | + | |
| 118 | + | |
| 119 | + | |
| 120 | + | |
| 121 | + | |
| 122 | + | |
| 123 | + | |
| 124 | + | |
| 125 | + | |
| 126 | + | |
| 127 | + | |
| 128 | + | |
115 | 129 | | |
116 | 130 | | |
117 | 131 | | |
| |||
121 | 135 | | |
122 | 136 | | |
123 | 137 | | |
124 | | - | |
125 | | - | |
126 | | - | |
| 138 | + | |
| 139 | + | |
| 140 | + | |
| 141 | + | |
127 | 142 | | |
128 | 143 | | |
129 | 144 | | |
| |||
137 | 152 | | |
138 | 153 | | |
139 | 154 | | |
140 | | - | |
141 | | - | |
142 | | - | |
143 | | - | |
144 | | - | |
| 155 | + | |
145 | 156 | | |
146 | 157 | | |
147 | 158 | | |
| |||
160 | 171 | | |
161 | 172 | | |
162 | 173 | | |
163 | | - | |
164 | | - | |
165 | | - | |
166 | | - | |
167 | | - | |
168 | | - | |
169 | | - | |
170 | | - | |
171 | | - | |
172 | | - | |
173 | | - | |
174 | | - | |
175 | | - | |
176 | | - | |
177 | | - | |
178 | | - | |
179 | | - | |
180 | | - | |
181 | | - | |
182 | | - | |
183 | | - | |
184 | | - | |
185 | | - | |
186 | | - | |
187 | | - | |
188 | | - | |
189 | | - | |
190 | 174 | | |
191 | 175 | | |
192 | 176 | | |
| |||
This file was deleted.
Lines changed: 0 additions & 51 deletions
This file was deleted.
Lines changed: 0 additions & 10 deletions
This file was deleted.
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
12 | 12 | | |
13 | 13 | | |
14 | 14 | | |
15 | | - | |
16 | 15 | | |
17 | 16 | | |
18 | 17 | | |
| |||
25 | 24 | | |
26 | 25 | | |
27 | 26 | | |
| 27 | + | |
28 | 28 | | |
29 | 29 | | |
30 | 30 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | 3 | | |
4 | | - | |
| 4 | + | |
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
| |||
Submodule PropertyBinder updated 25 files
- PropertyBinder.Tests/AnnotatedBoolean.cs+23
- PropertyBinder.Tests/ExceptionalFixture.cs+1-1
- PropertyBinder.Tests/NullPropagationFixture.cs+14
- PropertyBinder.Tests/PropertyBinder.Tests.csproj+25-4
- PropertyBinder.Tests/PublicApi/PublicApiFixture.cs+12-3
- PropertyBinder.Tests/PublicApi/PublicApi_NET45.txt+11-3
- PropertyBinder.Tests/PublicApi/PublicApi_NETSTANDARD21.txt+166
- PropertyBinder.Tests/SimpleBindingsFixture.cs+37
- PropertyBinder.Tests/TransactionFixture.cs+1
- PropertyBinder.Tests/UniversalStub.cs+37-6
- PropertyBinder/Binder.cs+53-18
- PropertyBinder/BindingException.cs+19
- PropertyBinder/ConditionalRuleBuilder.cs+1-1
- PropertyBinder/Diagnostics/DebugContext.cs+1-1
- PropertyBinder/Engine/BindingExecutor.cs+22-244
- PropertyBinder/Engine/BindingMap.cs+2-1
- PropertyBinder/Engine/BindingReference.cs+52
- PropertyBinder/Engine/DebugModeBindingExecutor.cs+119
- PropertyBinder/Engine/ImmediateBindingExecutor.cs+64
- PropertyBinder/Engine/ProductionModeBindingExecutor.cs+77
- PropertyBinder/ExceptionEventArgs.cs+5-1
- PropertyBinder/Helpers/ExpressionHelpers.cs+18-3
- PropertyBinder/PropertyBinder.csproj+3-2
- PropertyBinder/PropertyRuleBuilder.cs+17-5
- PropertyBinder/Visitors/NullPropagationVisitor.cs+1-1
0 commit comments