Require Complete
IDE0060
This commit is contained in:
@ -1,3 +1,5 @@
|
||||
using System.Text.Json.Serialization;
|
||||
|
||||
namespace Adaptation.FileHandlers.pcl;
|
||||
|
||||
#nullable enable
|
||||
@ -16,4 +18,10 @@ internal class Summary
|
||||
public SummarySegment? StandardDeviationPercentage { get; }
|
||||
public SummarySegment? RadialGradient { get; }
|
||||
|
||||
}
|
||||
|
||||
[JsonSourceGenerationOptions(WriteIndented = true)]
|
||||
[JsonSerializable(typeof(Summary))]
|
||||
internal partial class SummarySourceGenerationContext : JsonSerializerContext
|
||||
{
|
||||
}
|
Reference in New Issue
Block a user