Skip to content

Commit 8356ecc

Browse files
committed
fixing build
1 parent 3cca10c commit 8356ecc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

nuget/Sqlite_net.SourceGenerator/SQLiteFastColumnSetterGenerator.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,8 @@
1515
[Generator]
1616
public class SQLiteFastColumnSetterGenerator : IIncrementalGenerator
1717
{
18-
private static ConcurrentDictionary<INamedTypeSymbol, bool> cachedHasSqliteAttribute = new ();
19-
private static ConcurrentDictionary<INamedTypeSymbol, bool> cachedHasTableAttribute = new ();
18+
private static ConcurrentDictionary<IEquatable<ISymbol?>, bool> cachedHasSqliteAttribute = new ();
19+
private static ConcurrentDictionary<IEquatable<ISymbol?>, bool> cachedHasTableAttribute = new ();
2020
private static List<string> SQLitePropertyAttributes = default!;
2121
private static ImmutableHashSet<string> SQLitePropertyFullAttributes = default!;
2222

0 commit comments

Comments
 (0)