Skip to content

Commit 82bfc17

Browse files
Bump jetbrains.resharper.globaltools from 2025.3.0.4 to 2025.3.1 (#156)
* Bump jetbrains.resharper.globaltools from 2025.3.0.4 to 2025.3.1 --- updated-dependencies: - dependency-name: jetbrains.resharper.globaltools dependency-version: 2025.3.1 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> * Adapt to changed formatting rules --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Bart Koelman <10324372+bkoelman@users.noreply.github.com>
1 parent 429e552 commit 82bfc17

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.config/dotnet-tools.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"isRoot": true,
44
"tools": {
55
"jetbrains.resharper.globaltools": {
6-
"version": "2025.3.0.4",
6+
"version": "2025.3.1",
77
"commands": [
88
"jb"
99
],

test/TestBuildingBlocks/TimeExtensions.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ public static DateTimeOffset TruncateToWholeMilliseconds(this DateTimeOffset val
1212
// Because MongoDB does not store the UTC offset in the database, it cannot round-trip
1313
// values with a non-zero UTC offset.
1414

15-
DateTime dateTime = TruncateToWholeMilliseconds(value.DateTime);
15+
DateTime dateTime = value.DateTime.TruncateToWholeMilliseconds();
1616
return new DateTimeOffset(dateTime, TimeSpan.Zero);
1717
}
1818

0 commit comments

Comments
 (0)