We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a1e0b66 commit 1eb5d76Copy full SHA for 1eb5d76
1 file changed
src/Dbosoft.Functional/EitherExtensions.cs
@@ -1,11 +1,11 @@
1
using System;
2
-using System.Collections.Generic;
3
-using System.Text;
4
using System.Threading.Tasks;
5
-using LanguageExt;
6
using LanguageExt.Common;
7
8
-namespace Dbosoft.Functional
+// ReSharper disable InconsistentNaming
+
+// ReSharper disable once CheckNamespace
+namespace LanguageExt
9
{
10
public static class EitherExtensions
11
0 commit comments