Skip to content

Commit 01b95d4

Browse files
committed
Remove R# workaround
1 parent 0663bb5 commit 01b95d4

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/JsonApiDotNetCore.SourceGenerators/FullControllerInfo.cs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,6 @@ public static FullControllerInfo Create(CoreControllerInfo coreController, strin
2222

2323
public FullControllerInfo WithHintFileName(string hintFileName)
2424
{
25-
// ReSharper disable once UseWithExpressionToCopyRecord
26-
// Justification: Workaround for bug at https://youtrack.jetbrains.com/issue/RSRP-502017/Invalid-suggestion-to-use-with-expression.
2725
return new FullControllerInfo(CoreController, ControllerType, LoggerFactoryInterface, hintFileName);
2826
}
2927
}

0 commit comments

Comments
 (0)