Skip to content

Add trailing zeros to YW string representation #65

Add trailing zeros to YW string representation

Add trailing zeros to YW string representation #65

Triggered via push January 9, 2024 17:23
Status Success
Total duration 3m 22s
Artifacts

build.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

10 warnings
Build: src/Unosquare.DateTimeExt/OpenDateRange.cs#L6
When implementing IComparable<T>, you should also override Equals, ==, !=, <, <=, >, and >=. (https://rules.sonarsource.com/csharp/RSPEC-1210)
Build: src/Unosquare.DateTimeExt/OpenDateRange.cs#L6
This class overrides 'GetHashCode' and should therefore also override 'Equals'. (https://rules.sonarsource.com/csharp/RSPEC-1206)
Build: src/Unosquare.DateTimeExt/YearWeekIso.cs#L59
Review this call, which partially matches an overload without 'params'. The partial match is 'string[] string.Split(char separator, int count, StringSplitOptions options = StringSplitOptions.None)'. (https://rules.sonarsource.com/csharp/RSPEC-3220)
Build: src/Unosquare.DateTimeExt/YearWeek.cs#L63
Review this call, which partially matches an overload without 'params'. The partial match is 'string[] string.Split(char separator, int count, StringSplitOptions options = StringSplitOptions.None)'. (https://rules.sonarsource.com/csharp/RSPEC-3220)
Build: src/Unosquare.DateTimeExt/Date-Extensions.cs#L32
Use a format provider when parsing date and time. (https://rules.sonarsource.com/csharp/RSPEC-6580)
Build: src/Unosquare.DateTimeExt/YearQuarter.cs#L81
Review this call, which partially matches an overload without 'params'. The partial match is 'string[] string.Split(char separator, int count, StringSplitOptions options = StringSplitOptions.None)'. (https://rules.sonarsource.com/csharp/RSPEC-3220)
Build: src/Unosquare.DateTimeExt/DateRange.cs#L95
Use a format provider when parsing date and time. (https://rules.sonarsource.com/csharp/RSPEC-6580)
Build: src/Unosquare.DateTimeExt/DateRange.cs#L98
Use a format provider when parsing date and time. (https://rules.sonarsource.com/csharp/RSPEC-6580)
Build: src/Unosquare.DateTimeExt/OpenDateRange.cs#L6
When implementing IComparable<T>, you should also override Equals, ==, !=, <, <=, >, and >=. (https://rules.sonarsource.com/csharp/RSPEC-1210)
Build: src/Unosquare.DateTimeExt/OpenDateRange.cs#L6
This class overrides 'GetHashCode' and should therefore also override 'Equals'. (https://rules.sonarsource.com/csharp/RSPEC-1206)