Describe the bug
The suggestion MONFY03: Type `SimpleForArray` defines fields that capture additional state.
To Reproduce
Define an empty partial class and annotate it with Monify.
namespace Monify.Console.Classes.Simple;
[Monify<int[]>]
public partial class SimpleForArray;
Expected behavior
There should be no suggestion.
Environment (please complete the following information):
- Monify Version: 1.1.2
- .NET Version (Your Project): NET 9
- IDE: Visual Studio 2022 v17.14.16
Describe the bug
The suggestion
MONFY03: Type `SimpleForArray` defines fields that capture additional state.To Reproduce
Define an empty partial class and annotate it with Monify.
Expected behavior
There should be no suggestion.
Environment (please complete the following information):