Skip to content

Commit 93f9360

Browse files
committed
fix tests
1 parent b348866 commit 93f9360

1,912 files changed

Lines changed: 11200 additions & 11200 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

test/Thinktecture.Runtime.Extensions.SourceGenerator.Tests/CodeAnalysis/AdditionOperatorsCodeGeneratorTests/GenerateImplementation.Should_generate_all_operators_for_reference_type.verified.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11

22
/// <inheritdoc cref="global::System.Numerics.IAdditionOperators{TSelf, TOther, TResult}.op_Addition(TSelf, TOther)" />
3-
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Thinktecture.Runtime.Extensions.SourceGenerator", "10.2.0.0")]
3+
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Thinktecture.Runtime.Extensions.SourceGenerator", "10.3.0.0")]
44
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
55
public static global::Thinktecture.Tests.Amount operator +(global::Thinktecture.Tests.Amount left, global::Thinktecture.Tests.Amount right)
66
{
@@ -10,7 +10,7 @@
1010
}
1111

1212
/// <inheritdoc cref="global::System.Numerics.IAdditionOperators{TSelf, TOther, TResult}.op_Addition(TSelf, TOther)" />
13-
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Thinktecture.Runtime.Extensions.SourceGenerator", "10.2.0.0")]
13+
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Thinktecture.Runtime.Extensions.SourceGenerator", "10.3.0.0")]
1414
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
1515
public static global::Thinktecture.Tests.Amount operator checked +(global::Thinktecture.Tests.Amount left, global::Thinktecture.Tests.Amount right)
1616
{

test/Thinktecture.Runtime.Extensions.SourceGenerator.Tests/CodeAnalysis/AdditionOperatorsCodeGeneratorTests/GenerateImplementation.Should_generate_all_operators_for_value_type.verified.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11

22
/// <inheritdoc cref="global::System.Numerics.IAdditionOperators{TSelf, TOther, TResult}.op_Addition(TSelf, TOther)" />
3-
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Thinktecture.Runtime.Extensions.SourceGenerator", "10.2.0.0")]
3+
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Thinktecture.Runtime.Extensions.SourceGenerator", "10.3.0.0")]
44
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
55
public static global::Thinktecture.Tests.Amount operator +(global::Thinktecture.Tests.Amount left, global::Thinktecture.Tests.Amount right)
66
{
77
return Create((left.Value + right.Value));
88
}
99

1010
/// <inheritdoc cref="global::System.Numerics.IAdditionOperators{TSelf, TOther, TResult}.op_Addition(TSelf, TOther)" />
11-
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Thinktecture.Runtime.Extensions.SourceGenerator", "10.2.0.0")]
11+
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Thinktecture.Runtime.Extensions.SourceGenerator", "10.3.0.0")]
1212
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
1313
public static global::Thinktecture.Tests.Amount operator checked +(global::Thinktecture.Tests.Amount left, global::Thinktecture.Tests.Amount right)
1414
{

test/Thinktecture.Runtime.Extensions.SourceGenerator.Tests/CodeAnalysis/AdditionOperatorsCodeGeneratorTests/GenerateImplementation.Should_generate_checked_operator_only_for_reference_type.verified.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11

22

33
/// <inheritdoc cref="global::System.Numerics.IAdditionOperators{TSelf, TOther, TResult}.op_Addition(TSelf, TOther)" />
4-
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Thinktecture.Runtime.Extensions.SourceGenerator", "10.2.0.0")]
4+
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Thinktecture.Runtime.Extensions.SourceGenerator", "10.3.0.0")]
55
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
66
public static global::Thinktecture.Tests.Amount operator checked +(global::Thinktecture.Tests.Amount left, global::Thinktecture.Tests.Amount right)
77
{

test/Thinktecture.Runtime.Extensions.SourceGenerator.Tests/CodeAnalysis/AdditionOperatorsCodeGeneratorTests/GenerateImplementation.Should_generate_default_operator_only_for_reference_type.verified.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11

22
/// <inheritdoc cref="global::System.Numerics.IAdditionOperators{TSelf, TOther, TResult}.op_Addition(TSelf, TOther)" />
3-
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Thinktecture.Runtime.Extensions.SourceGenerator", "10.2.0.0")]
3+
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Thinktecture.Runtime.Extensions.SourceGenerator", "10.3.0.0")]
44
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
55
public static global::Thinktecture.Tests.Amount operator +(global::Thinktecture.Tests.Amount left, global::Thinktecture.Tests.Amount right)
66
{

test/Thinktecture.Runtime.Extensions.SourceGenerator.Tests/CodeAnalysis/AdditionOperatorsCodeGeneratorTests/GenerateImplementation.Should_generate_key_type_overloads_for_reference_type_with_reference_type_key.verified.txt

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11

22
/// <inheritdoc cref="global::System.Numerics.IAdditionOperators{TSelf, TOther, TResult}.op_Addition(TSelf, TOther)" />
3-
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Thinktecture.Runtime.Extensions.SourceGenerator", "10.2.0.0")]
3+
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Thinktecture.Runtime.Extensions.SourceGenerator", "10.3.0.0")]
44
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
55
public static global::Thinktecture.Tests.Text operator +(global::Thinktecture.Tests.Text left, global::Thinktecture.Tests.Text right)
66
{
@@ -10,7 +10,7 @@
1010
}
1111

1212
/// <inheritdoc cref="global::System.Numerics.IAdditionOperators{TSelf, TOther, TResult}.op_Addition(TSelf, TOther)" />
13-
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Thinktecture.Runtime.Extensions.SourceGenerator", "10.2.0.0")]
13+
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Thinktecture.Runtime.Extensions.SourceGenerator", "10.3.0.0")]
1414
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
1515
public static global::Thinktecture.Tests.Text operator checked +(global::Thinktecture.Tests.Text left, global::Thinktecture.Tests.Text right)
1616
{
@@ -20,7 +20,7 @@
2020
}
2121

2222
/// <inheritdoc cref="global::System.Numerics.IAdditionOperators{TSelf, TOther, TResult}.op_Addition(TSelf, TOther)" />
23-
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Thinktecture.Runtime.Extensions.SourceGenerator", "10.2.0.0")]
23+
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Thinktecture.Runtime.Extensions.SourceGenerator", "10.3.0.0")]
2424
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
2525
public static global::Thinktecture.Tests.Text operator +(global::Thinktecture.Tests.Text left, global::System.String right)
2626
{
@@ -30,7 +30,7 @@
3030
}
3131

3232
/// <inheritdoc cref="global::System.Numerics.IAdditionOperators{TSelf, TOther, TResult}.op_Addition(TSelf, TOther)" />
33-
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Thinktecture.Runtime.Extensions.SourceGenerator", "10.2.0.0")]
33+
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Thinktecture.Runtime.Extensions.SourceGenerator", "10.3.0.0")]
3434
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
3535
public static global::Thinktecture.Tests.Text operator +(global::System.String left, global::Thinktecture.Tests.Text right)
3636
{
@@ -40,7 +40,7 @@
4040
}
4141

4242
/// <inheritdoc cref="global::System.Numerics.IAdditionOperators{TSelf, TOther, TResult}.op_Addition(TSelf, TOther)" />
43-
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Thinktecture.Runtime.Extensions.SourceGenerator", "10.2.0.0")]
43+
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Thinktecture.Runtime.Extensions.SourceGenerator", "10.3.0.0")]
4444
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
4545
public static global::Thinktecture.Tests.Text operator checked +(global::Thinktecture.Tests.Text left, global::System.String right)
4646
{
@@ -50,7 +50,7 @@
5050
}
5151

5252
/// <inheritdoc cref="global::System.Numerics.IAdditionOperators{TSelf, TOther, TResult}.op_Addition(TSelf, TOther)" />
53-
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Thinktecture.Runtime.Extensions.SourceGenerator", "10.2.0.0")]
53+
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Thinktecture.Runtime.Extensions.SourceGenerator", "10.3.0.0")]
5454
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
5555
public static global::Thinktecture.Tests.Text operator checked +(global::System.String left, global::Thinktecture.Tests.Text right)
5656
{

test/Thinktecture.Runtime.Extensions.SourceGenerator.Tests/CodeAnalysis/AdditionOperatorsCodeGeneratorTests/GenerateImplementation.Should_generate_key_type_overloads_for_reference_type_with_value_type_key.verified.txt

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11

22
/// <inheritdoc cref="global::System.Numerics.IAdditionOperators{TSelf, TOther, TResult}.op_Addition(TSelf, TOther)" />
3-
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Thinktecture.Runtime.Extensions.SourceGenerator", "10.2.0.0")]
3+
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Thinktecture.Runtime.Extensions.SourceGenerator", "10.3.0.0")]
44
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
55
public static global::Thinktecture.Tests.Amount operator +(global::Thinktecture.Tests.Amount left, global::Thinktecture.Tests.Amount right)
66
{
@@ -10,7 +10,7 @@
1010
}
1111

1212
/// <inheritdoc cref="global::System.Numerics.IAdditionOperators{TSelf, TOther, TResult}.op_Addition(TSelf, TOther)" />
13-
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Thinktecture.Runtime.Extensions.SourceGenerator", "10.2.0.0")]
13+
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Thinktecture.Runtime.Extensions.SourceGenerator", "10.3.0.0")]
1414
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
1515
public static global::Thinktecture.Tests.Amount operator checked +(global::Thinktecture.Tests.Amount left, global::Thinktecture.Tests.Amount right)
1616
{
@@ -20,7 +20,7 @@
2020
}
2121

2222
/// <inheritdoc cref="global::System.Numerics.IAdditionOperators{TSelf, TOther, TResult}.op_Addition(TSelf, TOther)" />
23-
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Thinktecture.Runtime.Extensions.SourceGenerator", "10.2.0.0")]
23+
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Thinktecture.Runtime.Extensions.SourceGenerator", "10.3.0.0")]
2424
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
2525
public static global::Thinktecture.Tests.Amount operator +(global::Thinktecture.Tests.Amount left, global::System.Int32 right)
2626
{
@@ -29,7 +29,7 @@
2929
}
3030

3131
/// <inheritdoc cref="global::System.Numerics.IAdditionOperators{TSelf, TOther, TResult}.op_Addition(TSelf, TOther)" />
32-
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Thinktecture.Runtime.Extensions.SourceGenerator", "10.2.0.0")]
32+
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Thinktecture.Runtime.Extensions.SourceGenerator", "10.3.0.0")]
3333
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
3434
public static global::Thinktecture.Tests.Amount operator +(global::System.Int32 left, global::Thinktecture.Tests.Amount right)
3535
{
@@ -38,7 +38,7 @@
3838
}
3939

4040
/// <inheritdoc cref="global::System.Numerics.IAdditionOperators{TSelf, TOther, TResult}.op_Addition(TSelf, TOther)" />
41-
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Thinktecture.Runtime.Extensions.SourceGenerator", "10.2.0.0")]
41+
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Thinktecture.Runtime.Extensions.SourceGenerator", "10.3.0.0")]
4242
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
4343
public static global::Thinktecture.Tests.Amount operator checked +(global::Thinktecture.Tests.Amount left, global::System.Int32 right)
4444
{
@@ -47,7 +47,7 @@
4747
}
4848

4949
/// <inheritdoc cref="global::System.Numerics.IAdditionOperators{TSelf, TOther, TResult}.op_Addition(TSelf, TOther)" />
50-
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Thinktecture.Runtime.Extensions.SourceGenerator", "10.2.0.0")]
50+
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Thinktecture.Runtime.Extensions.SourceGenerator", "10.3.0.0")]
5151
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
5252
public static global::Thinktecture.Tests.Amount operator checked +(global::System.Int32 left, global::Thinktecture.Tests.Amount right)
5353
{

test/Thinktecture.Runtime.Extensions.SourceGenerator.Tests/CodeAnalysis/AdditionOperatorsCodeGeneratorTests/GenerateImplementation.Should_generate_key_type_overloads_for_value_type_with_reference_type_key.verified.txt

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,22 @@
11

22
/// <inheritdoc cref="global::System.Numerics.IAdditionOperators{TSelf, TOther, TResult}.op_Addition(TSelf, TOther)" />
3-
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Thinktecture.Runtime.Extensions.SourceGenerator", "10.2.0.0")]
3+
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Thinktecture.Runtime.Extensions.SourceGenerator", "10.3.0.0")]
44
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
55
public static global::Thinktecture.Tests.Text operator +(global::Thinktecture.Tests.Text left, global::Thinktecture.Tests.Text right)
66
{
77
return Create((left.Value + right.Value));
88
}
99

1010
/// <inheritdoc cref="global::System.Numerics.IAdditionOperators{TSelf, TOther, TResult}.op_Addition(TSelf, TOther)" />
11-
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Thinktecture.Runtime.Extensions.SourceGenerator", "10.2.0.0")]
11+
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Thinktecture.Runtime.Extensions.SourceGenerator", "10.3.0.0")]
1212
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
1313
public static global::Thinktecture.Tests.Text operator checked +(global::Thinktecture.Tests.Text left, global::Thinktecture.Tests.Text right)
1414
{
1515
return Create(checked((left.Value + right.Value)));
1616
}
1717

1818
/// <inheritdoc cref="global::System.Numerics.IAdditionOperators{TSelf, TOther, TResult}.op_Addition(TSelf, TOther)" />
19-
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Thinktecture.Runtime.Extensions.SourceGenerator", "10.2.0.0")]
19+
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Thinktecture.Runtime.Extensions.SourceGenerator", "10.3.0.0")]
2020
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
2121
public static global::Thinktecture.Tests.Text operator +(global::Thinktecture.Tests.Text left, global::System.String right)
2222
{
@@ -25,7 +25,7 @@
2525
}
2626

2727
/// <inheritdoc cref="global::System.Numerics.IAdditionOperators{TSelf, TOther, TResult}.op_Addition(TSelf, TOther)" />
28-
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Thinktecture.Runtime.Extensions.SourceGenerator", "10.2.0.0")]
28+
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Thinktecture.Runtime.Extensions.SourceGenerator", "10.3.0.0")]
2929
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
3030
public static global::Thinktecture.Tests.Text operator +(global::System.String left, global::Thinktecture.Tests.Text right)
3131
{
@@ -34,7 +34,7 @@
3434
}
3535

3636
/// <inheritdoc cref="global::System.Numerics.IAdditionOperators{TSelf, TOther, TResult}.op_Addition(TSelf, TOther)" />
37-
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Thinktecture.Runtime.Extensions.SourceGenerator", "10.2.0.0")]
37+
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Thinktecture.Runtime.Extensions.SourceGenerator", "10.3.0.0")]
3838
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
3939
public static global::Thinktecture.Tests.Text operator checked +(global::Thinktecture.Tests.Text left, global::System.String right)
4040
{
@@ -43,7 +43,7 @@
4343
}
4444

4545
/// <inheritdoc cref="global::System.Numerics.IAdditionOperators{TSelf, TOther, TResult}.op_Addition(TSelf, TOther)" />
46-
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Thinktecture.Runtime.Extensions.SourceGenerator", "10.2.0.0")]
46+
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Thinktecture.Runtime.Extensions.SourceGenerator", "10.3.0.0")]
4747
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
4848
public static global::Thinktecture.Tests.Text operator checked +(global::System.String left, global::Thinktecture.Tests.Text right)
4949
{

test/Thinktecture.Runtime.Extensions.SourceGenerator.Tests/CodeAnalysis/AdditionOperatorsCodeGeneratorTests/GenerateImplementation.Should_generate_key_type_overloads_for_value_type_with_value_type_key.verified.txt

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,46 +1,46 @@
11

22
/// <inheritdoc cref="global::System.Numerics.IAdditionOperators{TSelf, TOther, TResult}.op_Addition(TSelf, TOther)" />
3-
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Thinktecture.Runtime.Extensions.SourceGenerator", "10.2.0.0")]
3+
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Thinktecture.Runtime.Extensions.SourceGenerator", "10.3.0.0")]
44
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
55
public static global::Thinktecture.Tests.Amount operator +(global::Thinktecture.Tests.Amount left, global::Thinktecture.Tests.Amount right)
66
{
77
return Create((left.Value + right.Value));
88
}
99

1010
/// <inheritdoc cref="global::System.Numerics.IAdditionOperators{TSelf, TOther, TResult}.op_Addition(TSelf, TOther)" />
11-
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Thinktecture.Runtime.Extensions.SourceGenerator", "10.2.0.0")]
11+
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Thinktecture.Runtime.Extensions.SourceGenerator", "10.3.0.0")]
1212
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
1313
public static global::Thinktecture.Tests.Amount operator checked +(global::Thinktecture.Tests.Amount left, global::Thinktecture.Tests.Amount right)
1414
{
1515
return Create(checked((left.Value + right.Value)));
1616
}
1717

1818
/// <inheritdoc cref="global::System.Numerics.IAdditionOperators{TSelf, TOther, TResult}.op_Addition(TSelf, TOther)" />
19-
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Thinktecture.Runtime.Extensions.SourceGenerator", "10.2.0.0")]
19+
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Thinktecture.Runtime.Extensions.SourceGenerator", "10.3.0.0")]
2020
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
2121
public static global::Thinktecture.Tests.Amount operator +(global::Thinktecture.Tests.Amount left, global::System.Int32 right)
2222
{
2323
return Create((left.Value + right));
2424
}
2525

2626
/// <inheritdoc cref="global::System.Numerics.IAdditionOperators{TSelf, TOther, TResult}.op_Addition(TSelf, TOther)" />
27-
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Thinktecture.Runtime.Extensions.SourceGenerator", "10.2.0.0")]
27+
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Thinktecture.Runtime.Extensions.SourceGenerator", "10.3.0.0")]
2828
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
2929
public static global::Thinktecture.Tests.Amount operator +(global::System.Int32 left, global::Thinktecture.Tests.Amount right)
3030
{
3131
return Create((left + right.Value));
3232
}
3333

3434
/// <inheritdoc cref="global::System.Numerics.IAdditionOperators{TSelf, TOther, TResult}.op_Addition(TSelf, TOther)" />
35-
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Thinktecture.Runtime.Extensions.SourceGenerator", "10.2.0.0")]
35+
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Thinktecture.Runtime.Extensions.SourceGenerator", "10.3.0.0")]
3636
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
3737
public static global::Thinktecture.Tests.Amount operator checked +(global::Thinktecture.Tests.Amount left, global::System.Int32 right)
3838
{
3939
return Create(checked((left.Value + right)));
4040
}
4141

4242
/// <inheritdoc cref="global::System.Numerics.IAdditionOperators{TSelf, TOther, TResult}.op_Addition(TSelf, TOther)" />
43-
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Thinktecture.Runtime.Extensions.SourceGenerator", "10.2.0.0")]
43+
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Thinktecture.Runtime.Extensions.SourceGenerator", "10.3.0.0")]
4444
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
4545
public static global::Thinktecture.Tests.Amount operator checked +(global::System.Int32 left, global::Thinktecture.Tests.Amount right)
4646
{

0 commit comments

Comments
 (0)