Skip to content

Commit 327f36b

Browse files
committed
fixed #481
1 parent cca0d4c commit 327f36b

File tree

2 files changed

+12
-6
lines changed

2 files changed

+12
-6
lines changed

nuspecs/FastExpressionCompiler.Internal.src.nuspec

Lines changed: 12 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -107,13 +107,20 @@
107107
<file src="_._" target="lib\net472\" />
108108
<file src="_._" target="lib\netstandard2.0\" />
109109

110-
<file src="..\src\FastExpressionCompiler.Internal\FastExpressionCompiler.cs" target="contentFiles\cs\net472\FastExpressionCompiler" />
111-
<file src="..\src\FastExpressionCompiler.Internal\ImTools.cs" target="contentFiles\cs\net472\FastExpressionCompiler" />
110+
<file src="..\src\FastExpressionCompiler.Internal\FastExpressionCompiler.cs" target="contentFiles\cs\net472\FastExpressionCompiler.Internal" />
111+
<file src="..\src\FastExpressionCompiler.Internal\ImTools.cs" target="contentFiles\cs\net472\FastExpressionCompiler.Internal" />
112+
<file src="..\src\FastExpressionCompiler.Internal\ILReader.cs" target="contentFiles\cs\net472\FastExpressionCompiler.Internal" />
113+
<file src="..\src\FastExpressionCompiler.Internal\TestTools.cs" target="contentFiles\cs\net472\FastExpressionCompiler.Internal" />
112114

113115
<file src="..\src\FastExpressionCompiler.Internal\FastExpressionCompiler.cs" target="contentFiles\cs\netstandard2.0\FastExpressionCompiler" />
114-
<file src="..\src\FastExpressionCompiler.Internal\ImTools.cs" target="contentFiles\cs\netstandard2.0\FastExpressionCompiler" />
116+
<file src="..\src\FastExpressionCompiler.Internal\ImTools.cs" target="contentFiles\cs\netstandard2.0\FastExpressionCompiler.Internal" />
117+
<file src="..\src\FastExpressionCompiler.Internal\ILReader.cs" target="contentFiles\cs\netstandard2.0\FastExpressionCompiler.Internal" />
118+
<file src="..\src\FastExpressionCompiler.Internal\TestTools.cs" target="contentFiles\cs\netstandard2.0\FastExpressionCompiler.Internal" />
119+
120+
<file src="..\src\FastExpressionCompiler.Internal\FastExpressionCompiler.cs" target="contentFiles\cs\net8.0\FastExpressionCompiler.Internal" />
121+
<file src="..\src\FastExpressionCompiler.Internal\ImTools.cs" target="contentFiles\cs\net8.0\FastExpressionCompiler.Internal" />
122+
<file src="..\src\FastExpressionCompiler.Internal\ILReader.cs" target="contentFiles\cs\net8.0\FastExpressionCompiler.Internal" />
123+
<file src="..\src\FastExpressionCompiler.Internal\TestTools.cs" target="contentFiles\cs\net8.0\FastExpressionCompiler.Internal" />
115124

116-
<file src="..\src\FastExpressionCompiler.Internal\FastExpressionCompiler.cs" target="contentFiles\cs\net8.0\FastExpressionCompiler" />
117-
<file src="..\src\FastExpressionCompiler.Internal\ImTools.cs" target="contentFiles\cs\net8.0\FastExpressionCompiler" />
118125
</files>
119126
</package>

src/FastExpressionCompiler/ImTools.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1068,7 +1068,6 @@ public static ref V TryGetValueRef<K, V, TEq, TStackCap, TStackHashes, TStackEnt
10681068
/// For instance, for the `RefEq` the tombstone is <see langword="null"/>. You may redefine it in the `IEq{K}.GetTombstone()` implementation.
10691069
///
10701070
/// </summary>
1071-
[DebuggerDisplay("{Count} of {_e0}, {_e1}, {_e2}, {_e3}, ...")]
10721071
public struct SmallMap<K, TEntry, TEq, TStackCap, TStackHashes, TStackEntries, TEntries>
10731072
where TEntry : struct, IEntry<K>
10741073
where TEq : struct, IEq<K>

0 commit comments

Comments
 (0)