elsa-core/src/clients/Elsa.Api.Client/IsExternalInit.cs
Marko Lahma 492d6fcd35
Fixing some analyzer warnings (#5617)
* Fixing some analyzer warnings

* review feedback

---------

Co-authored-by: Sipke Schoorstra <sipkeschoorstra@outlook.com>
2024-07-05 15:14:28 +02:00

7 lines
198 B
C#

using System.ComponentModel;
// ReSharper disable once CheckNamespace
namespace System.Runtime.CompilerServices;
[EditorBrowsable(EditorBrowsableState.Never)]
internal sealed class IsExternalInit;