CI #562
Annotations
1 error and 10 warnings
[Windows] Perform SonarCloud analysis
Process completed with exit code 1.
|
Build:
src/SheepTools/LinearInterpolation.cs#L9
Do not check floating point equality with exact values, use a range instead. (https://rules.sonarsource.com/csharp/RSPEC-1244)
|
Build:
src/SheepTools/Ensure.cs#L51
Use a comparison to 'default(T)' instead or add a constraint to 'T' so that it can't be a value type. (https://rules.sonarsource.com/csharp/RSPEC-2955)
|
Build:
src/SheepTools/Ensure.cs#L51
Use a comparison to 'default(T)' instead or add a constraint to 'T' so that it can't be a value type. (https://rules.sonarsource.com/csharp/RSPEC-2955)
|
Build:
src/SheepTools/Ensure.cs#L105
Use a comparison to 'default(T)' instead or add a constraint to 'T' so that it can't be a value type. (https://rules.sonarsource.com/csharp/RSPEC-2955)
|
Build:
src/SheepTools/Ensure.cs#L120
Use a comparison to 'default(T)' instead or add a constraint to 'T' so that it can't be a value type. (https://rules.sonarsource.com/csharp/RSPEC-2955)
|
Build:
src/SheepTools/Ensure.cs#L133
Loops should be simplified using the "Where" LINQ method (https://rules.sonarsource.com/csharp/RSPEC-3267)
|
Build:
src/SheepTools/Extensions/DateTimeExtensions.cs#L30
Provide the "DateTimeKind" when creating this object. (https://rules.sonarsource.com/csharp/RSPEC-6562)
|
Build:
src/SheepTools/Extensions/DateTimeExtensions.cs#L30
Use "DateTime.UnixEpoch" instead of creating DateTime instances that point to the unix epoch time (https://rules.sonarsource.com/csharp/RSPEC-6588)
|
Build:
src/SheepTools/Model/Point3D.cs#L51
Do not check floating point equality with exact values, use a range instead. (https://rules.sonarsource.com/csharp/RSPEC-1244)
|
Build:
src/SheepTools/Model/Point3D.cs#L51
Do not check floating point equality with exact values, use a range instead. (https://rules.sonarsource.com/csharp/RSPEC-1244)
|
The logs for this run have expired and are no longer available.
Loading