We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 41e9db8 commit af9dd7fCopy full SHA for af9dd7f
Source/Schema.NET.Common/OneOrMany{T}.cs
@@ -3,11 +3,8 @@ namespace Schema.NET;
3
using System;
4
using System.Collections;
5
using System.Collections.Generic;
6
-using System.Collections.Immutable;
7
-using System.Diagnostics;
8
using System.Diagnostics.CodeAnalysis;
9
using System.Linq;
10
-using System.Runtime.CompilerServices;
11
12
/// <summary>
13
/// A single or list of values.
0 commit comments