Skip to content

Feature/implement data related logic for ranges #16

Feature/implement data related logic for ranges

Feature/implement data related logic for ranges #16

Triggered via pull request February 1, 2026 00:39
Status Success
Total duration 41s
Artifacts

intervals-net.yml

on: pull_request
build-and-test
37s
build-and-test
publish-nuget
0s
publish-nuget
Fit to window
Zoom out
Zoom in

Annotations

10 warnings
build-and-test: src/Domain/Intervals.NET.Domain.Default/DateTime/DateTimeDayFixedStepDomain.cs#L28
Missing XML comment for publicly visible type or member 'DateTimeDayFixedStepDomain.Add(DateTime, long)'
build-and-test: src/Domain/Intervals.NET.Domain.Default/DateTime/DateTimeDayFixedStepDomain.cs#L23
Missing XML comment for publicly visible type or member 'DateTimeDayFixedStepDomain.Distance(DateTime, DateTime)'
build-and-test: src/Domain/Intervals.NET.Domain.Default/DateTime/DateTimeDayFixedStepDomain.cs#L18
Missing XML comment for publicly visible type or member 'DateTimeDayFixedStepDomain.Ceiling(DateTime)'
build-and-test: src/Domain/Intervals.NET.Domain.Default/DateTime/DateTimeDayFixedStepDomain.cs#L14
Missing XML comment for publicly visible type or member 'DateTimeDayFixedStepDomain.Floor(DateTime)'
build-and-test: src/Domain/Intervals.NET.Domain.Default/DateTime/DateOnlyDayFixedStepDomain.cs#L42
Missing XML comment for publicly visible type or member 'DateOnlyDayFixedStepDomain.Subtract(DateOnly, long)'
build-and-test: src/Domain/Intervals.NET.Domain.Default/DateTime/DateOnlyDayFixedStepDomain.cs#L29
Missing XML comment for publicly visible type or member 'DateOnlyDayFixedStepDomain.Add(DateOnly, long)'
build-and-test: src/Domain/Intervals.NET.Domain.Default/DateTime/DateOnlyDayFixedStepDomain.cs#L26
Missing XML comment for publicly visible type or member 'DateOnlyDayFixedStepDomain.Distance(DateOnly, DateOnly)'
build-and-test: src/Domain/Intervals.NET.Domain.Default/DateTime/DateOnlyDayFixedStepDomain.cs#L22
Missing XML comment for publicly visible type or member 'DateOnlyDayFixedStepDomain.Ceiling(DateOnly)'
build-and-test: src/Domain/Intervals.NET.Domain.Default/DateTime/DateOnlyDayFixedStepDomain.cs#L18
Missing XML comment for publicly visible type or member 'DateOnlyDayFixedStepDomain.Floor(DateOnly)'
build-and-test: src/Intervals.NET.Data/RangeData.cs#L33
Missing XML comment for publicly visible type or member 'RangeData<TRangeType, TDataType, TRangeDomain>.RangeData(Range<TRangeType>, IEnumerable<TDataType>, TRangeDomain)'