initial commit
This commit is contained in:
10
SquiddlerDomain/SquiddlerContext.cs
Normal file
10
SquiddlerDomain/SquiddlerContext.cs
Normal file
@@ -0,0 +1,10 @@
|
||||
using System.Text.Json.Serialization;
|
||||
|
||||
namespace Squiddler.Domain;
|
||||
|
||||
[JsonSourceGenerationOptions(WriteIndented = false)]
|
||||
[JsonSerializable(typeof(PlayedWords))]
|
||||
public partial class SquiddlerContext : JsonSerializerContext
|
||||
{
|
||||
// The generator builds the implementation automatically
|
||||
}
|
||||
Reference in New Issue
Block a user