We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e540509 commit caa8e61Copy full SHA for caa8e61
CodingSeb.Converters.Examples/ViewModel/TestsClasses.cs
@@ -24,7 +24,7 @@ namespace CodingSeb.Converters.Examples
24
{
25
internal class A
26
27
- public int IntProperty { get; set; } = 0;
+ public int IntProperty { get; set; }
28
}
29
30
internal class B : A
0 commit comments