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 3cca10c commit 8356eccCopy full SHA for 8356ecc
nuget/Sqlite_net.SourceGenerator/SQLiteFastColumnSetterGenerator.cs
@@ -15,8 +15,8 @@
15
[Generator]
16
public class SQLiteFastColumnSetterGenerator : IIncrementalGenerator
17
{
18
- private static ConcurrentDictionary<INamedTypeSymbol, bool> cachedHasSqliteAttribute = new ();
19
- private static ConcurrentDictionary<INamedTypeSymbol, bool> cachedHasTableAttribute = new ();
+ private static ConcurrentDictionary<IEquatable<ISymbol?>, bool> cachedHasSqliteAttribute = new ();
+ private static ConcurrentDictionary<IEquatable<ISymbol?>, bool> cachedHasTableAttribute = new ();
20
private static List<string> SQLitePropertyAttributes = default!;
21
private static ImmutableHashSet<string> SQLitePropertyFullAttributes = default!;
22
0 commit comments