Adds JetBrains.Annotations to reduce amount of false positives by static code analysis
This commit is contained in:
@@ -2,6 +2,7 @@
|
||||
|
||||
namespace Hutopy.Web.Features.Contents.Handlers.Models;
|
||||
|
||||
[PublicAPI]
|
||||
public record struct ContentModel(
|
||||
Guid Id,
|
||||
Guid CreatedBy,
|
||||
|
||||
Reference in New Issue
Block a user