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 daecbd3 commit 1d62ae3Copy full SHA for 1d62ae3
Magic.IndexedDb/Models/MagicContractResolver.cs
@@ -1,13 +1,8 @@
1
using Magic.IndexedDb.SchemaAnnotations;
2
-using System;
3
using System.Collections.Concurrent;
4
-using System.Collections.Generic;
5
-using System.Linq;
6
using System.Reflection;
7
-using System.Text;
8
using System.Text.Json.Serialization;
9
using System.Text.Json;
10
-using System.Threading.Tasks;
11
12
namespace Magic.IndexedDb.Models
13
{
0 commit comments