Skip to content

Commit b632b12

Browse files
committed
Change Report from record to class
1 parent df98bf0 commit b632b12

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • src/Sidio.Web.Security.AspNetCore/Reporting

src/Sidio.Web.Security.AspNetCore/Reporting/Report.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ namespace Sidio.Web.Security.AspNetCore.Reporting;
77
/// Report that is sent by the browser when a violation occurs.
88
/// See: https://www.w3.org/TR/reporting/
99
/// </summary>
10-
public sealed record Report
10+
public sealed class Report
1111
{
1212
/// <summary>
1313
/// Gets the report type.

0 commit comments

Comments
 (0)