Exceptionless.DateTimeExtensions icon indicating copy to clipboard operation
Exceptionless.DateTimeExtensions copied to clipboard

DateTimeRange, Business Day and various DateTime, DateTimeOffset, TimeSpan extension methods

Results 15 Exceptionless.DateTimeExtensions issues
Sort by recently updated
recently updated
newest added
trafficstars

``` public static class TimeSpanExtensions { public static TimeSpan SubtractSaturating(this TimeSpan self, TimeSpan other) => self >= other ? self.Subtract(other) : TimeSpan.Zero; } ```

https://www.elastic.co/guide/en/elasticsearch/client/net-api/current/time-units.html

Bumps [Microsoft.NET.Test.Sdk](https://github.com/microsoft/vstest) from 17.3.0 to 17.3.2. Release notes Sourced from Microsoft.NET.Test.Sdk's releases. v17.3.2 See the release notes here. v17.3.1 See the release notes here. Commits dd7c26b Fixed Selenium test run...

dependencies

Bumps [MinVer](https://github.com/adamralph/minver) from 4.1.0 to 4.2.0. Changelog Sourced from MinVer's changelog. 4.2.0 Enhancements #774: Bump NuGet.Versioning from 6.2.0 to 6.2.1 #779: Produce an MSBuild error when "git" is not present...

dependencies

Bumps [MinVer](https://github.com/adamralph/minver) from 4.3.0 to 5.0.0. Changelog Sourced from MinVer's changelog. 5.0.0 Enhancements #861: Bump NuGet.Versioning from 6.4.0 to 6.5.0 #866: [BREAKING] Do not include MinVerBuildMetadata in PackageVersion #879: Bump...

dependencies

Bumps [xunit.runner.visualstudio](https://github.com/xunit/visualstudio.xunit) from 2.5.6 to 2.5.7. Commits 8f27031 v2.5.7 7226c5a Updated build process 1f5a062 Report configuration warnings per xunit/xunit#1655 2148496 Latest dependencies 41a6eca Force file copy during package creation 8f77293...

dependencies

Bumps [xunit](https://github.com/xunit/xunit) from 2.6.6 to 2.7.0. Commits d806fa1 v2.7.0 13bb60b #2872: Expand special handling for sets in Assert.Contains/DoesNotContain (v2) 203b4d9 Update to use the common build system (#2883) a4f585b Remove...

dependencies

Bumps [xunit.runner.visualstudio](https://github.com/xunit/visualstudio.xunit) from 2.5.7 to 2.8.0. Commits 6438bb8 v2.8.0 2afd4cd Pick up latest dependencies b8be108 Add multiplier format support to RunSettings 3c2e493 Update to 2.7.2-pre.17 and support Xunit.ParallelAlgorithm in RunSetttings...

dependencies

Bumps [xunit](https://github.com/xunit/xunit) from 2.7.0 to 2.8.0. Commits be260b3 v2.8.0 a8ceb66 #783: Add -useansicolor flag to console runner (v2) 7b0ff93 Don't show /aggressive with unlimited threads 46cdf06 Support parallel algorithm in...

dependencies

Bumps [GitHubActionsTestLogger](https://github.com/Tyrrrz/GitHubActionsTestLogger) from 2.3.3 to 2.4.1. Release notes Sourced from GitHubActionsTestLogger's releases. 2.4.1 What's Changed Fix incorrect fallback for the "include not found tests" option by @​Tyrrrz in Tyrrrz/GitHubActionsTestLogger#27 Full...

dependencies