Code clean up #39
Annotations
16 warnings
Hypercube.Shared.Math/Vector/Vector3.cs#L21
Parameter 'float x' is captured into the state of the enclosing type and its value is also used to initialize a field, property, or event.
|
Hypercube.Shared.Math/Vector/Vector3.cs#L22
Parameter 'float y' is captured into the state of the enclosing type and its value is also used to initialize a field, property, or event.
|
Hypercube.Shared.Math/Vector/Vector3.cs#L23
Parameter 'float z' is captured into the state of the enclosing type and its value is also used to initialize a field, property, or event.
|
Hypercube.Shared.Math/Vector/Vector2Int.cs#L15
Parameter 'int x' is captured into the state of the enclosing type and its value is also used to initialize a field, property, or event.
|
Hypercube.Shared.Math/Vector/Vector2Int.cs#L16
Parameter 'int y' is captured into the state of the enclosing type and its value is also used to initialize a field, property, or event.
|
Hypercube.Shared.Math/Vector/Vector2.cs#L18
Parameter 'float x' is captured into the state of the enclosing type and its value is also used to initialize a field, property, or event.
|
Hypercube.Shared.Math/Vector/Vector2.cs#L19
Parameter 'float y' is captured into the state of the enclosing type and its value is also used to initialize a field, property, or event.
|
Hypercube.UnitTests/Math/Matrix4X4Test.cs#L15
Comparison made to same variable; did you mean to compare something else?
|
Hypercube.Shared.Math/Vector/Vector2.cs#L18
Parameter 'float x' is captured into the state of the enclosing type and its value is also used to initialize a field, property, or event.
|
Hypercube.Shared.Math/Vector/Vector2.cs#L19
Parameter 'float y' is captured into the state of the enclosing type and its value is also used to initialize a field, property, or event.
|
Hypercube.Shared.Math/Vector/Vector2Int.cs#L15
Parameter 'int x' is captured into the state of the enclosing type and its value is also used to initialize a field, property, or event.
|
Hypercube.Shared.Math/Vector/Vector2Int.cs#L16
Parameter 'int y' is captured into the state of the enclosing type and its value is also used to initialize a field, property, or event.
|
Hypercube.Shared.Math/Vector/Vector3.cs#L21
Parameter 'float x' is captured into the state of the enclosing type and its value is also used to initialize a field, property, or event.
|
Hypercube.Shared.Math/Vector/Vector3.cs#L22
Parameter 'float y' is captured into the state of the enclosing type and its value is also used to initialize a field, property, or event.
|
Hypercube.Shared.Math/Vector/Vector3.cs#L23
Parameter 'float z' is captured into the state of the enclosing type and its value is also used to initialize a field, property, or event.
|
Hypercube.UnitTests/Math/Matrix4X4Test.cs#L15
Comparison made to same variable; did you mean to compare something else?
|
This job succeeded
Loading