Skip to content

Commit

Permalink
Supress suggestion of primary constructor for Success/Nonsuccess
Browse files Browse the repository at this point in the history
  • Loading branch information
andreise committed Sep 27, 2024
1 parent 69f0c11 commit 6ba5416
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
namespace System;
#pragma warning disable IDE0290 // Use primary constructor

namespace System;

partial struct Nonsuccess<TFailure>
{
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
namespace System;
#pragma warning disable IDE0290 // Use primary constructor

namespace System;

partial struct Success<TSuccess>
{
Expand Down

0 comments on commit 6ba5416

Please sign in to comment.