Skip to content

Commit 3a20f27

Browse files
committed
Add workaround for Resharper bug "Property can be made init-only"
1 parent 1fdca83 commit 3a20f27

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

test/OpenApiClientTests/FakerFactory.cs

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,9 @@
33
using JetBrains.Annotations;
44
using TestBuildingBlocks;
55

6+
// Workaround for Resharper bug at https://youtrack.jetbrains.com/issue/RSRP-494909/Breaking-UsedImplicitly-and-PublicAPI-on-types-no-longer-respected.
7+
// ReSharper disable PropertyCanBeMadeInitOnly.Local
8+
69
namespace OpenApiClientTests;
710

811
internal sealed class FakerFactory

0 commit comments

Comments
 (0)