You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Revert "Resharper: Replace async method with Task return"
Reverting this Resharper rule because it makes stack traces harder to understand, while the gain it provides is theoretical.
Resharper turned off this suggestion in the default ruleset in a later version.
This reverts commit 3e1b27b.
// Parameter `[Required] object? rightValue` makes Swashbuckle generate the OpenAPI request body as required. We don't actually validate ModelState, so it doesn't hurt.
Copy file name to clipboardExpand all lines: test/JsonApiDotNetCoreTests/IntegrationTests/AtomicOperations/Controllers/CreateMusicTrackOperationsController.cs
+2-2
Original file line number
Diff line number
Diff line change
@@ -18,11 +18,11 @@ public sealed class CreateMusicTrackOperationsController(
Copy file name to clipboardExpand all lines: test/JsonApiDotNetCoreTests/IntegrationTests/AtomicOperations/ResourceDefinitions/Serialization/AtomicSerializationResourceDefinitionTests.cs
+4-1
Original file line number
Diff line number
Diff line change
@@ -42,7 +42,10 @@ public async Task Transforms_on_create_resource_with_side_effects()
Copy file name to clipboardExpand all lines: test/JsonApiDotNetCoreTests/IntegrationTests/Microservices/TransactionalOutboxPattern/OutboxTests.Group.cs
+4-1
Original file line number
Diff line number
Diff line change
@@ -19,7 +19,10 @@ public async Task Create_group_writes_to_outbox()
0 commit comments